HomeSort by relevance Sort by last modified time
    Searched refs:and (Results 1 - 25 of 9356) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sfw/usr/src/cmd/perl510/perl-5.10.0/t/comp/
colon.t 6 # ABC LABEL XYZZY m q qq qw qx s tr y AUTOLOAD and alarm
29 ok 1, (eval "package ABC; sub zyx {1}; 1;" and
30 eval "ABC::zyx" and
31 not eval "ABC:: eq ABC||" and
34 ok 2, (eval "package LABEL; sub zyx {1}; 1;" and
35 eval "LABEL::zyx" and
36 not eval "LABEL:: eq LABEL||" and
39 ok 3, (eval "package XYZZY; sub zyx {1}; 1;" and
40 eval "XYZZY::zyx" and
41 not eval "XYZZY:: eq XYZZY||" and
    [all...]
  /sfw/usr/src/lib/jdtcore/plugins/org.eclipse.core.resources/src_ant/org/eclipse/core/resources/ant/
messages.properties 2 # Copyright (c) 2000, 2005 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials
5 # which accompanies this distribution, and is available at
9 # IBM Corporation - initial API and implementation
15 exception.cantUseBoth="fileSystemPath" and "resourcePath" can't be used at the same time.
22 warning.projectDoesNotExist=Warning: project {0} does not exist and cannot be refreshed.
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/mips/
branch-misc-3.s 1 # ctc1s and compares shouldn't appear in a branch delay slot.
  /sfw/usr/src/cmd/perl510/perl-5.10.0/ext/Digest/MD5/hints/
dec_osf.pl 1 if ($] < 5.00503 and !$Config{gccversion}) {
6 Digest:: modules themselves work and should be safe to install
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/arc/
and.s 0 # and test
3 and r0,r1,r2
4 and r26,fp,sp
5 and ilink1,ilink2,blink
6 and r56,r59,lp_count
8 and r0,r1,0
9 and r0,0,r2
10 and 0,r1,r2
11 and r0,r1,-1
12 and r0,-1,r
    [all...]
and.d 9 0: 00 84 00 60 60008400 and r0,r1,r2
10 4: 00 b8 4d 63 634db800 and gp,fp,sp
11 8: 00 3e af 63 63af3e00 and ilink1,ilink2,blink
12 c: 00 f8 1d 67 671df800 and r56,r59,lp_count
13 10: 00 fe 00 60 6000fe00 and r0,r1,0
14 14: 00 84 1f 60 601f8400 and r0,0,r2
15 18: 00 84 e0 67 67e08400 and 0,r1,r2
16 1c: ff ff 00 60 6000ffff and r0,r1,-1
17 20: ff 85 1f 60 601f85ff and r0,-1,r2
18 24: 00 84 e0 67 67e08400 and 0,r1,r
    [all...]
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/xc16x/
and.s 6 and r0,r1
7 and r0,[r1]
8 and r0,[r1+]
9 and r0,#3
10 and r0,#0xfcbe
11 and r0,0x0230
12 and 0x320,r0
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/tic54x/
address.s 4 and Y,a ; direct
5 and *ar1,a ; indirect (all modes)
6 and *ar1-,b
7 and *ar1+,a
9 and *ar1-0b,a
10 and *ar1-0,b
11 and *ar1+0,a
12 and *ar1+0b,b
13 and *ar1-%,a
14 and *ar1-0%,b
    [all...]
  /sfw/usr/src/cmd/swig/swig-1.3.35/Lib/ruby/
extconf.rb 5 if have_header('yourlib.h') and have_library('yourlib', 'yourlib_init')
  /sfw/usr/src/cmd/ruby18/ruby-1.8.7-p72/ext/Win32API/
extconf.rb 4 if have_header("windows.h") and have_library("kernel32")
  /sfw/usr/src/cmd/ruby18/ruby-1.8.7-p72/ext/gdbm/
extconf.rb 4 if have_library("gdbm", "gdbm_open") and
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/mn10300/
logical.s 2 and d1,d2
3 and 127,d2
4 and 32767,d3
5 and 131071,d3
6 and 32767,psw
  /sfw/usr/src/lib/drools/drools-compiler/src/test/java/org/drools/lang/descr/
AndDescrTest.java 8 final AndDescr and = new AndDescr(); local
9 and.addDescr( new NotDescr() );
10 and.addDescr( new PatternDescr( "Foo" ) );
11 and.addDescr( new NotDescr() );
14 and.getDescrs().size() );
  /sfw/usr/src/cmd/perl510/perl-5.10.0/ext/re/t/
lexical_debug.pl 5 /foo/ and $count++;
9 /bar/ and $count++;
12 /baz/ and $count++;
14 /bop/ and $count++;
17 /fip/ and $count++;
21 /fop/ and $count++;
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/gcc.dg/cpp/
redef1.c 9 #define quux(thud) a one and a thud and a two
10 #define /**/ quux( thud ) /**/ a one and a /**/ thud /**/ and /**/ a two
11 #define quux(thud) a one and a thud and a two /* bah */
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/fixinc/tests/base/sys/
asm.h 13 # and we are on vacation
  /sfw/usr/src/cmd/coreutils/coreutils-7.4/man/
cp.x 2 cp \- copy files and directories
printf.x 2 printf \- format and print data
id.x 2 id \- print real and effective user and group IDs
tee.x 2 tee \- read from standard input and write to standard output and files
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/cris/
pushpopv32.s 1 ; Check that push and pop builtin "macros" aren't recognized for
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/mn10200/
logical.s 2 and d1,d2
3 and 127,d2
4 and 32767,d3
5 and 32767,psw
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/h8300/
t10_and.s 7 and.b #0x12:8,r1h ;e112
8 and.b #0x12:8,@er1 ;7d10e012
9 and.b #0x12:8,@(0x3:2,er1) ;01776818e012
10 and.b #0x12:8,@er1+ ;01746c18e012
11 and.b #0x12:8,@-er1 ;01776c18e012
12 and.b #0x12:8,@+er1 ;01756c18e012
13 and.b #0x12:8,@er1- ;01766c18e012
14 and.b #0x12:8,@(0x1234:16,er1) ;01746e181234e012
15 and.b #0x12:8,@(0x12345678:32,er1) ;78146a2812345678e012
16 and.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234e012
    [all...]
  /sfw/usr/src/cmd/gdb/gdb-6.8/gdb/testsuite/gdb.disasm/
t10_and.s 8 and.b #0x12:8,r1h ;e112
9 and.b #0x12:8,@er1 ;7d10e012
10 and.b #0x12:8,@(0x3:2,er1) ;01776818e012
11 and.b #0x12:8,@er1+ ;01746c18e012
12 and.b #0x12:8,@-er1 ;01776c18e012
13 and.b #0x12:8,@+er1 ;01756c18e012
14 and.b #0x12:8,@er1- ;01766c18e012
15 and.b #0x12:8,@(0x1234:16,er1) ;01746e181234e012
16 and.b #0x12:8,@(0x12345678:32,er1) ;78146a2812345678e012
17 and.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234e01
    [all...]
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/gcc.dg/cpp/trad/
redef1.c 10 #define quux(thud) a one and a thud and a two
11 #define /**/ quux( thud ) /**/ a one and a /**/ thud /**/ and /**/ a two
12 #define quux(thud) a one and a thud and a two /* bah */

Completed in 7619 milliseconds

1 2 3 4 5 6 7 8 91011>>