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

1 2 3 4 5 6 7 8 91011>>

  /sfw/usr/src/cmd/binutils/binutils-2.19/ld/testsuite/ld-scripts/
empty-orphan.s 2 # empty but defined
  /sfw/usr/src/cmd/perl510/perl-5.10.0/ext/Devel/PPPort/parts/inc/
format 44 defined(PERL_PRIfldbl) /* Not very likely, but let's try anyway. */
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/sh/sh64/
rel-2.s 1 ! Like rel-1.s, but using "$", not "datalabel $" as self expression. It's
2 ! not as useful, but should emit the obvious output.
shift32-3.d 4 #name: Shift expression, local but undefined symbol, 32-bit ABI.
shift32-noexp-3.d 4 #name: Shift expression, local but undefined symbol, 32-bit ABI with -no-expand.
  /sfw/usr/src/lib/aalib/aalib-1.4rc5/src/
aaos2kbd.c 12 extern UCHAR but;
61 but |= AA_BUTTON2;
63 but &= ~AA_BUTTON2;
65 but |= AA_BUTTON3;
67 but &= ~AA_BUTTON3;
69 but |= AA_BUTTON1;
71 but &= ~AA_BUTTON1;
73 but = 0;
aaos2mou.c 12 static int but=0; variable
48 *b = but;
52 but |= AA_BUTTON2;
54 but &= ~AA_BUTTON2;
56 but |= AA_BUTTON3;
58 but &= ~AA_BUTTON3;
60 but |= AA_BUTTON1;
62 but &= ~AA_BUTTON1;
64 but = 0;
66 *b = but;
    [all...]
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/d10v/
error-001.s 3 ;; Not really an error but a baseline for the expect function
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/m68k-coff/
p2389.s 2 # clean and complies with gas syntax, but it core dumps gas. Here's a
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/mmix/
err-bpo6.s 3 # Test that we handle COMM-type symbols with base-plus-offset relocs, but
  /sfw/usr/src/cmd/binutils/binutils-2.19/ld/testsuite/ld-mips-elf/
mips16-pic-4c.s 6 # arguments but doesn't return a floating-point value.
  /sfw/usr/src/cmd/webmin/webmin-1.340/file/
CbColorButton.class 
CbImageChooser.class 
  /sfw/usr/src/cmd/perl510/perl-5.10.0/ext/Time/HiRes/hints/
aix.pl 11 *** but you do not seem to have one in /usr/bin, but you seem to have
12 *** the VAC installed in /usr/vac, but you do not have the /usr/vac/bin
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/libjava/javax/swing/
ButtonGroup.java 11 GNU Classpath is distributed in the hope that it will be useful, but
34 this exception to your version of the library, but you are not
104 AbstractButton but = FindButton(sel); local
105 if (but != null)
107 System.out.println("REPAINT-REQUIST: " + but.text);
108 //but.revalidate();
109 but.repaint();
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/cris/
rd-bound1.s 1 ; Some simple bound operands, but no memory operands.
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/i386/
divide.s 4 / but the divide must remain a divide in the next line
  /sfw/usr/src/cmd/binutils/binutils-2.19/ld/testsuite/ld-cris/
expdyn5.d 7 # Like expdyn2.d, but testing that the .got contents is correct. There
8 # needs to be a .got due to the GOT relocs, but the entry is constant.
  /sfw/usr/src/cmd/binutils/binutils-2.19/ld/testsuite/ld-sh/sh64/
crange-2c.s 1 ! First part of crange-2b.s, but in section .text.mixed.
crange-2d.s 1 ! Second part of crange-2b.s, but in section .text.mixed.
crange-2e.s 1 ! Third part of crange-2b.s, but in section .text.mixed.
  /sfw/usr/src/cmd/automake/automake-1.10/automake-1.10/tests/
defun2.test 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
30 dnl need this to avoid LIBOBJS used but not defined.
  /sfw/usr/src/cmd/automake/automake-1.9.6/automake-1.9.6/tests/
defun2.test 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
30 dnl need this to avoid LIBOBJS used but not defined.
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/gcc.c-torture/execute/ieee/
980619-1.x 2 # It works now, but some people think that's a fluke, so I'm
  /sfw/usr/src/cmd/jruby/jruby-1.1.3/lib/ruby/gems/1.8/gems/rspec-1.1.4/spec/spec/mocks/
bug_report_15719_spec.rb 12 }.should raise_error(Spec::Mocks::MockExpectationError, %Q{Mock 'foo' expected :bar with ("message") but received it with ("different message")})
25 }.should raise_error(Spec::Mocks::MockExpectationError, %Q{Mock 'foo' expected :bar with ("message") but received it with ("different message")})

Completed in 7329 milliseconds

1 2 3 4 5 6 7 8 91011>>