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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/
for.go 34 assertequal(sum, 55, "all three")
  /prebuilts/go/linux-x86/test/ken/
robfor.go 34 assertequal(sum, 55, "all three");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-logic.d 1 # name: Neon logic insns with two and three operands including imm. values
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
rx-asm-bad.s 39 three .equ .INSTR {"albert","bert",1}
rx-asm-good.s 10 .word three, seven
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-11.d 9 # Check that GC removes one of the three BPO:s, for the collected section.
  /external/crcalc/tests/src/com/hp/creals/
CRTest.java 84 CR three = two.add(one); local
87 check_eq(CR.valueOf(3), three, "2 + 1 failed");
124 check_eq(cosine.execute(three), three.cos(),
  /external/e2fsprogs/lib/ext2fs/
res_gdt.c 27 static unsigned int list_backups(ext2_filsys fs, unsigned int *three,
30 unsigned int *min = three;
145 unsigned int three = 1, five = 5, seven = 7; local
186 while ((grp = list_backups(fs, &three, &five, &seven)) <
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp 25 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
PrimitiveArrayTest.java 189 Array3D three = new Array3D(); local
190 three.setLongs(new long[][][] { { { 1, 2, 3, 4 }, { 5, 6, 7, 8 } },
192 assertTrue(Arrays.deepEquals(three.getLongs(), ((Array3D) cycle(three)).getLongs()));
  /frameworks/base/tools/aapt2/xml/
XmlDom_test.cpp 132 EXPECT_THAT(TransformPackageAlias("three", "local"),
133 Eq(make_value(ExtractedPackage{"com.three", false})));
142 <View3 xmlns:three="http://schemas.android.com/apk/res/com.three" />
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_delta_panel.cpp 107 "vmlal.u8 q0, d16, %[three] \n"
110 "vmlal.u8 q1, d17, %[three] \n"
113 "vmlal.u8 q2, d18, %[three] \n"
129 , [three]"w"(THREE_8X8)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
enum.pass.cpp 25 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp 23 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2b.s 1 ! Initially three separate sections, one with SHmedia and constants, one with
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSubSetTest.java 65 q.add(three);
344 Object e1 = q.lower(three);
362 Object e1 = q.higher(three);
380 Object e1 = q.floor(three);
381 assertEquals(three, e1);
398 Object e1 = q.ceiling(three);
399 assertEquals(three, e1);
508 assertEquals(three, sm.last());
512 assertTrue(sm.contains(three));
520 assertEquals(three, k)
    [all...]
TreeSubSetTest.java 65 q.add(three);
341 Object e1 = q.lower(three);
359 Object e1 = q.higher(three);
377 Object e1 = q.floor(three);
378 assertEquals(three, e1);
395 Object e1 = q.ceiling(three);
396 assertEquals(three, e1);
505 assertEquals(three, sm.last());
509 assertTrue(sm.contains(three));
517 assertEquals(three, k)
    [all...]
ConcurrentSkipListSubMapTest.java 43 map.put(three, "C");
166 assertTrue(s.contains(three));
256 (e.getKey().equals(three) && e.getValue().equals("C")) ||
272 assertTrue(empty.containsKey(three));
362 Map.Entry e1 = map.lowerEntry(three);
380 Map.Entry e1 = map.higherEntry(three);
398 Map.Entry e1 = map.floorEntry(three);
399 assertEquals(three, e1.getKey());
416 Map.Entry e1 = map.ceilingEntry(three);
417 assertEquals(three, e1.getKey())
    [all...]
CopyOnWriteArraySetTest.java 79 assertTrue(full.addAll(Arrays.asList(three, four, five)));
81 assertFalse(full.addAll(Arrays.asList(three, four, five)));
91 assertTrue(full.addAll(Arrays.asList(three, four, one)));
93 assertFalse(full.addAll(Arrays.asList(three, four, one)));
111 full.add(three);
112 assertTrue(full.contains(three));
AtomicMarkableReferenceTest.java 106 while (!ai.compareAndSet(two, three, false, false))
114 assertSame(three, ai.getReference());
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 275 public void setMultiFoo(int one, int two, int three, Foo foo);
276 public Foo getMultiFoo(int one, int two, int three);
337 public Foo getMultiFoo(int one, int two, int three) {
338 return multi[one][two][three];
381 public void setMultiFoo(int one, int two, int three, Foo foo) {
382 multi[one][two][three] = foo;
  /external/bison/build-aux/
git-version-gen 167 *-*-*) : git describe is okay three part flavor ;;
  /external/clang/test/CodeGenCXX/
x86_64-arguments.cpp 208 int three; member in struct:test10::DerivedPacked
212 return d.three;
  /external/libunwind/doc/
unw_regname.tex 21 unrecognized register number, a string consisting of three question
  /external/llvm/
llvm-device-build.mk 21 # The three inline options together reduce libbcc.so almost 1MB.

Completed in 392 milliseconds

1 2 3 45 6 7 8 91011>>