HomeSort by relevance Sort by last modified time
    Searched full:intsp (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/
SpliteratorsTest.java 214 Spliterator.OfInt intSp = Spliterators.spliterator(elements, 0);
216 assertEquals(16, intSp.estimateSize());
217 assertEquals(16, intSp.getExactSizeIfKnown());
219 assertTrue(intSp.tryAdvance((Integer value) -> assertEquals(1, (int) value)));
220 assertTrue(intSp.tryAdvance((int value) -> assertEquals(2, (int) value)));
227 Spliterator.OfInt split1 = intSp.trySplit();
242 intSp.forEachRemaining((int value) -> recorder.add(value));
363 Spliterator.OfInt intSp = Spliterators.spliterator(elements, 0);
365 intSp.forEachRemaining((Consumer<Integer>) null);
371 assertTrue(intSp.tryAdvance((Consumer<Integer>) null))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 104 __MINGW_EXTENSION __int64 IntSp;
winnt.h     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-bad-1.s 474 intsp .S1 a5,a3
475 intsp .L1 a5
476 intsp .L2 b0,a1
477 intsp .L1X b5,b3
insns-c674x.s 482 intsp .L1 a1,a3
483 [b1] intsp .L1X b5,a7
484 [!a1] intsp .L2 b9,b11
485 intsp .L2X a5,b13
    [all...]
insns-bad-1.l 486 [^:]*:474: Error: 'intsp' instruction not supported on this functional unit
487 [^:]*:475: Error: bad number of operands to 'intsp'
488 [^:]*:476: Error: operand 2 of 'intsp' on wrong side
489 [^:]*:477: Error: operand 2 of 'intsp' on wrong side
    [all...]
insns-c674x.d 485 [0-9a-f]+[048c] <[^>]*> 01840958[ \t]+intsp \.L1 a1,a3
486 [0-9a-f]+[048c] <[^>]*> 43941958[ \t]+\[b1\] intsp \.L1X b5,a7
487 [0-9a-f]+[048c] <[^>]*> 95a4095a[ \t]+\[!a1\] intsp \.L2 b9,b11
488 [0-9a-f]+[048c] <[^>]*> 0694195a[ \t]+intsp \.L2X a5,b13
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic6x-opcode-table.h     [all...]

Completed in 1270 milliseconds