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

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/test/java/org/mockitousage/
MethodsImpl.java 236 public String simpleMethod(String one, Integer two, Integer three, Integer four, Integer five) {
  /prebuilts/go/darwin-x86/src/reflect/
makefunc.go 17 // Any changes should be reflected in all three.
78 // Any changes should be reflected in all three.
  /prebuilts/go/linux-x86/src/reflect/
makefunc.go 17 // Any changes should be reflected in all three.
78 // Any changes should be reflected in all three.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
bundle.s 102 # For each of the three flavors of jump (unconditional, conditional,
x86-64-bundle.s 106 # For each of the three flavors of jump (unconditional, conditional,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
sb1-ext-mdmx.s 3 # SB-1 implements only the .ob MDMX instructions, and adds three additional
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedBlockingDequeTest.java 407 assertFalse(q.offer(three));
    [all...]
LinkedListTest.java 476 q.add(three);
484 assertSame(it.next(), three); local
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 84 The lower three states characterize an existent driver instance and are all
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedMapTest.java 86 return ImmutableSortedMap.of("one", 1, "two", 2, "three", 3);
208 .put("three", 3)
213 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2);
274 toPut.put("three", 3);
285 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2);
295 .put("three", 3)
300 assertMapEquals(mapTwo, "four", 4, "one", 1, "three", 3, "two", 2);
360 ImmutableSortedMap.of("one", 1, "two", 2, "three", 3),
361 "one", 1, "three", 3, "two", 2);
363 ImmutableSortedMap.of("one", 1, "two", 2, "three", 3, "four", 4)
523 IntegerDiv10 three = new IntegerDiv10(3); local
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
LongsTest.java 295 List<Long> three = Arrays.asList((long) 0, (long) 1, 0x0FF1C1AL); local
296 assertTrue(Arrays.equals(array, Longs.toArray(three)));
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedMultisetTest.java 547 IntegerDiv10 three = new IntegerDiv10(3); local
552 List<IntegerDiv10> original = ImmutableList.of(three, eleven, twelve, twenty);
  /external/guava/guava-tests/test/com/google/common/primitives/
DoublesTest.java 317 List<Double> three = Arrays.asList((double) 0, (double) 1, Math.PI); local
318 assertTrue(Arrays.equals(array, Doubles.toArray(three)));
FloatsTest.java 308 List<Float> three = Arrays.asList((float) 0, (float) 1, (float) 3); local
309 assertTrue(Arrays.equals(array, Floats.toArray(three)));
IntsTest.java 334 List<Integer> three = Arrays.asList((int) 0, (int) 1, (int) 0xdeadbeef); local
335 assertTrue(Arrays.equals(array, Ints.toArray(three)));
LongsTest.java 317 List<Long> three = Arrays.asList((long) 0, (long) 1, 0x0FF1C1AL); local
318 assertTrue(Arrays.equals(array, Longs.toArray(three)));
ShortsTest.java 341 List<Short> three = Arrays.asList((short) 0, (short) 1, (short) 3); local
342 assertTrue(Arrays.equals(array, Shorts.toArray(three)));
  /external/icu/icu4c/source/data/mappings/
ucmfiles.mk 22 # Note: ICU is updated to handle three EBCDIC converters (JIPS, KEIS, and JEF) which uses
  /external/libvorbis/doc/
08-residue.tex 17 vectors during decode. Vorbis makes use of three different encoding
31 vector is the same in all three variants.
157 Header decode for all three residue types is identical.
246 infrastructure identical to all three formats.
  /external/tremolo/Tremolo/
bitwise.c 567 static int three[54]={169,2,232,252,91,132,156,36,89,13,123,176,144,32,254, local
598 cliptest(testbuffer2,test2size,0,three,threesize);
  /packages/services/Telephony/src/com/android/phone/
EmergencyDialer.java 90 R.id.one, R.id.two, R.id.three,
411 case R.id.three: {
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
lostcancel.go 14 // Check the three functions and assignment forms (var, :=, =) we look for.
  /prebuilts/go/darwin-x86/src/math/big/
doc.go 53 For instance, given three *Int values a, b and c, the invocation
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 83 \123 octal character code (up to three digits)
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
lostcancel.go 14 // Check the three functions and assignment forms (var, :=, =) we look for.

Completed in 740 milliseconds

1 2 3 4 5 6 7 8 91011>>