HomeSort by relevance Sort by last modified time
    Searched refs:e0 (Results 226 - 250 of 1262) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
bitwise.d 20 28: 00 f0 e0 c3 and %r30,%r31,%r0
31 54: 00 f0 e0 d3 andnot %r30,%r31,%r0
32 58: 00 00 22 e0 or %r0,%r1,%sp
33 5c: 00 18 85 e0 or %fp,%r4,%r5
34 60: 00 30 e8 e0 or %r6,%r7,%r8
42 80: 00 f0 e0 e3 or %r30,%r31,%r0
53 ac: 00 f0 e0 f3 xor %r30,%r31,%r0
64 d8: 03 00 e0 c7 and 0x0003,%r31,%r0
66 e0: 01 20 85 cc andh 0x2001,%r4,%r5
75 104: 03 00 e0 cf andh 0x0003,%r31,%r
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 114 assertSetCount(samples.e0, 1);
119 assertSetCount(samples.e0, 3);
223 assertSetCount(samples.e0, 3);
247 assertSetCount(samples.e0, 0);
256 assertSetCount(samples.e0, 0);
270 assertSetCount(samples.e0, 0);
282 assertSetCount(samples.e0, 0);
289 assertSetCount(samples.e0, 1);
295 assertSetCountDecreasingFailure(samples.e0, 0);
302 assertSetCountDecreasingFailure(samples.e0, 0)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 119 assertSetCount(samples.e0, 1);
124 assertSetCount(samples.e0, 3);
228 assertSetCount(samples.e0, 3);
252 assertSetCount(samples.e0, 0);
261 assertSetCount(samples.e0, 0);
275 assertSetCount(samples.e0, 0);
287 assertSetCount(samples.e0, 0);
294 assertSetCount(samples.e0, 1);
300 assertSetCountDecreasingFailure(samples.e0, 0);
307 assertSetCountDecreasingFailure(samples.e0, 0)
    [all...]
MultimapToStringTester.java 41 assertEquals("{" + sampleKeys().e0 + "=[" + sampleValues().e0 + "]}", multimap().toString());
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 98 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before); local
99 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis());
103 assertTrue(e0.getTimeMillis() > before);
104 assertTrue(e0.getTimeMillis() < between);
109 assertEquals("TEST0", e0.getText(80));
113 e0.close();
180 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before);
181 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis());
186 assertTrue(e0.getTimeMillis() > before);
187 assertTrue(e1.getTimeMillis() > e0.getTimeMillis())
243 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, before); local
311 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before); local
404 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, before); local
490 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, before); local
525 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, 0); local
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv_test.go 227 {"-1.000000001", time.Unix(-1, -1e0+0e0), true},
228 {"-1.000001", time.Unix(-1, -1e3+0e0), true},
229 {"-1.001000", time.Unix(-1, -1e6+0e0), true},
230 {"-1", time.Unix(-1, -0e0+0e0), true},
233 {"-1.999999999", time.Unix(-1, -1e9+1e0), true},
234 {"0.000000001", time.Unix(0, 1e0+0e0), true},
235 {"0.000001", time.Unix(0, 1e3+0e0), true}
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
strconv_test.go 227 {"-1.000000001", time.Unix(-1, -1e0+0e0), true},
228 {"-1.000001", time.Unix(-1, -1e3+0e0), true},
229 {"-1.001000", time.Unix(-1, -1e6+0e0), true},
230 {"-1", time.Unix(-1, -0e0+0e0), true},
233 {"-1.999999999", time.Unix(-1, -1e9+1e0), true},
234 {"0.000000001", time.Unix(0, 1e0+0e0), true},
235 {"0.000001", time.Unix(0, 1e3+0e0), true}
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 114 static void TAG(triangle)( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
126 v[0] = (VERTEX *)GET_VERTEX(e0);
193 VERT_SET_RGBA( v[0], vbcolor[e0] );
213 VERT_SET_SPEC( v[0], vbspec[e0] );
267 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
270 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
340 GLuint e0, GLuint e1, GLuint e2, GLuint e3 )
350 v[0] = (VERTEX *)GET_VERTEX(e0);
    [all...]
  /external/clang/test/Sema/
bitfield.c 3 enum e0; // expected-note{{forward declaration of 'enum e0'}}
20 enum e0 f : 1; // expected-error {{field has incomplete type 'enum e0'}}
enum.c 57 enum e0 { // expected-note {{previous definition is here}} enum
58 E0 = sizeof(enum e0 { E1 }), // expected-error {{nested redefinition}}
function-redecl.c 127 enum e0 {one}; enum
129 void f3(enum e0 x) {}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListIndexOfTester.java 48 array[getNumElements() / 2] = samples.e0;
51 0, getList().indexOf(samples.e0));
ListLastIndexOfTester.java 48 array[getNumElements() / 2] = samples.e0;
52 getNumElements() / 2, getList().lastIndexOf(samples.e0));
QueueElementTester.java 51 samples.e0, getQueue().element());
59 samples.e0, getQueue().element());
QueuePeekTester.java 46 samples.e0, getQueue().peek());
54 samples.e0, getQueue().peek());
SetAddAllTester.java 41 getSet().addAll(MinimalCollection.of(samples.e3, samples.e0)));
58 getSet().addAll(MinimalCollection.of(samples.e0)));
  /prebuilts/go/darwin-x86/src/internal/poll/
writev.go 57 wrote, _, e0 := syscall.Syscall(syscall.SYS_WRITEV,
67 if e0 == syscall.EAGAIN {
71 } else if e0 != 0 {
72 err = syscall.Errno(e0)
  /prebuilts/go/linux-x86/src/internal/poll/
writev.go 57 wrote, _, e0 := syscall.Syscall(syscall.SYS_WRITEV,
67 if e0 == syscall.EAGAIN {
71 } else if e0 != 0 {
72 err = syscall.Errno(e0)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-bkw2b.d 13 [ ]+8:[ ]+16e0[ ]+ba[ ]+1e <next_label>
rd-v32-b1.d 22 8207: 01e0 ba 8107 <b2>
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
immediate-006.d 9 0: e0 00 00 08 ldi.l r0, 0x8
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
uppercase.d 21 c: 80 e0 00 00 or3 r0,r0,#0x0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
bnot.d 9 0: fc e0 0f bnot #0, \[r0\]\.b
10 3: fc e0 ff bnot #0, \[r15\]\.b
33 60: fd e0 f0 bnot #0, r0
34 63: fd e0 ff bnot #0, r15
popc.d 9 0: 7e e0 popc psw
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/score/
bit_32.d 12 4: 51e0 bitclr! r15, 0x0
27 28: 53e0 bitset! r15, 0x0
42 4c: 57e0 bittgl! r15, 0x0
57 70: 55e0 bittst! r15, 0x0

Completed in 567 milliseconds

1 2 3 4 5 6 7 8 91011>>