HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 276 - 300 of 1983) sorted by null

<<11121314151617181920>>

  /external/boringssl/src/ssl/test/runner/poly1305/
sum_arm.go 16 // 16-byte result into out. Authenticating two different messages with the same
  /external/chromium-trace/catapult/dashboard/dashboard/models/
internal_only_model_test.py 56 two = CreateHookModelExample()
61 two_key = two.put()
  /external/clang/test/Analysis/inlining/
path-notes.cpp 268 int generateNoteOnDefaultArgument(int one, int two = 0) {
269 return one/two; // expected-warning {{Division by zero}}
274 //expected-note@-1 {{Passing the value 0 via 2nd parameter 'two'}}
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
different-sections.s 6 # Test two different executable sections with bundling.
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 65 2. Two
81 2. Two
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 65 2. Two
81 2. Two
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 65 2. Two
81 2. Two
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/v8/test/webkit/
comparison-operators-greater.js 144 var two = 2; variable
191 shouldBeFalse("one >= two");
193 shouldBeFalse("one > two");
200 shouldBeFalse("if (one >= two || zero) true; else false");
202 shouldBeFalse("if (two < one || zero) true; else false");
209 shouldBeFalse("p15 >= two");
211 shouldBeFalse("p15 > two");
218 shouldBeFalse("if (p15 >= two || 0) true; else false");
220 shouldBeFalse("if (two < p15 || 0) true; else false");
comparison-operators-less.js 142 var two = 2; variable
189 shouldBeFalse("two <= one");
191 shouldBeFalse("two < one");
198 shouldBeFalse("if (two <= one || zero) true; else false");
200 shouldBeFalse("if (two < one || zero) true; else false");
207 shouldBeFalse("two <= p15");
209 shouldBeFalse("two < p15");
216 shouldBeFalse("if (two <= p15 || 0) true; else false");
218 shouldBeFalse("if (two < p15 || 0) true; else false");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HardwareConfig.java 201 String two = hw.toString(); local
203 return (one.compareTo(two));
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSetTest.java 65 q.add(two);
387 assertEquals(two, e1);
549 SortedSet sm = set.subSet(two, four);
550 assertEquals(two, sm.first());
554 assertTrue(sm.contains(two));
561 assertEquals(two, k);
568 assertFalse(set.contains(two));
580 SortedSet sm = set.subSet(two, three);
582 assertEquals(two, sm.first());
583 assertEquals(two, sm.last())
    [all...]
TreeSetTest.java 69 q.add(two);
391 assertEquals(two, e1);
552 SortedSet sm = set.subSet(two, four);
553 assertEquals(two, sm.first());
557 assertTrue(sm.contains(two));
564 assertEquals(two, k);
571 assertFalse(set.contains(two));
583 SortedSet sm = set.subSet(two, three);
585 assertEquals(two, sm.first());
586 assertEquals(two, sm.last())
    [all...]
  /prebuilts/go/darwin-x86/src/math/
frexp.go 8 // and an integral power of two.
log10.go 21 // Make sure exact powers of two give an exact answer.
  /prebuilts/go/darwin-x86/test/
for.go 41 assertequal(sum, 55, "only two")
  /prebuilts/go/darwin-x86/test/ken/
robfor.go 41 assertequal(sum, 55, "only two");
  /prebuilts/go/linux-x86/src/math/
frexp.go 8 // and an integral power of two.
log10.go 21 // Make sure exact powers of two give an exact answer.
  /prebuilts/go/linux-x86/test/
for.go 41 assertequal(sum, 55, "only two")
  /prebuilts/go/linux-x86/test/ken/
robfor.go 41 assertequal(sum, 55, "only two");
  /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/cris/
rd-dw2-8.d 5 # Simple broken word, table with two labels.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange1.s 35 ! This section has SHmedia code followed by data. There should be two
49 ! This section mixes SHcompact and SHmedia code. There should be two
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-15.d 6 # A DSO that has two versioned symbols, each with a weak alias.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
flags1.d 10 # because the two sections are not merged into one segment.

Completed in 2326 milliseconds

<<11121314151617181920>>