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

1 23 4 5 6 7 8 91011>>

  /art/runtime/
utf-inl.h 45 const uint8_t three = *(*utf8_data_in)++; local
47 return ((one & 0x0f) << 12) | ((two & 0x3f) << 6) | (three & 0x3f);
60 | ((three & 0x3f) << 6) | (four & 0x3f);
66 // Step three : Write out the low (trailing) surrogate to the top 16 bits.
  /external/guava/guava-tests/test/com/google/common/cache/
LocalLoadingCacheTest.java 122 Object three = new Object(); local
123 cache.getUnchecked(three);
153 Object three = new Object(); local
154 assertTrue(map.replace(one, two, three));
155 assertTrue(map.remove(one, three));
158 assertNull(map.putIfAbsent(two, three));
159 assertSame(three, map.remove(two));
160 assertNull(map.put(three, one));
163 assertThat(map).hasKey(three).withValue(one);
169 // Maps.immutableEntry(three, one), Maps.immutableEntry(one, two))
198 Object three = new Object(); local
226 Object three = new Object(); local
241 Object three = new Object(); local
    [all...]
  /system/core/libunwindstack/tests/
MemoryTest.cpp 50 uint32_t three; member in struct:unwindstack::FakeStruct
67 ASSERT_TRUE(memory.ReadField(0, &data, &data.three, sizeof(data.three)));
68 ASSERT_EQ(0U, data.three);
81 ASSERT_FALSE(memory.ReadField(UINT64_MAX, &data, &data.three, sizeof(data.three)));
  /external/clang/test/CodeGen/
designated-initializers.c 94 int three; member in struct:u_16644::s_16644
105 .a.three = 3,
111 .a.three = 13,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /external/libcxx/test/libcxx/algorithms/
debug_less.pass.cpp 93 MT1 three(3);
121 assert(d(one, three) == true);
125 assert(d(three, one) == false);
135 assert(d(one, three) == true);
  /external/python/cpython2/Lib/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /external/testng/src/test/java/test/annotationtransformer/
AnnotationTransformerSampleTest.java 25 public void three() { method in class:AnnotationTransformerSampleTest
34 @Test(dependsOnMethods = {"two", "three", "four", "five"})
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.cpp 63 ASSERT_TRUE(3 == pointer->three);
74 ASSERT_TRUE(7 == pointer->three);
83 ASSERT_TRUE(3 == pointer->three);
94 ASSERT_TRUE(7 == pointer->three);
RTLinearAllocatorTest.cpp 64 ASSERT_TRUE(3 == pointer->three);
75 ASSERT_TRUE(7 == pointer->three);
84 ASSERT_TRUE(3 == pointer->three);
95 ASSERT_TRUE(7 == pointer->three);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
swym-op.s 2 # No need to check the canonical three constants.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
cortex-a8-far-2.s 3 three: label
  /external/toybox/tests/
mkdir.test 23 "mkdir -p one/two/three && [ -d one/two/three ] && echo yes" "yes\n" "" ""
71 "mkdir -m 777 one two three 2>/dev/null || stat -c %a three" \
73 rm -rf one two three
  /frameworks/base/core/tests/coretests/src/android/app/timezone/
DistroFormatVersionTest.java 40 DistroFormatVersion three = new DistroFormatVersion(2, 1); local
41 assertFalse(one.equals(three));
DistroRulesVersionTest.java 40 DistroRulesVersion three = new DistroRulesVersion("2016b", 1); local
41 assertFalse(one.equals(three));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
fp.s 2 # These three formats are 8 bytes each.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
section-align-3.d 24 7 \.three 0*0000008 0*0000000 0*0000000 0*000027c 2\*\*3
  /tools/tradefederation/core/prod-tests/src/com/android/ota/tests/
OtaStabilityTestTest.java 77 IRemoteTest three = iterator.next(); local
78 assertEquals(4, ((OtaStabilityTest)three).getIterations());
  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 61 ViewOne three = new ViewOne(mContext); local
62 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
101 TextView three = new TextView(mContext); local
102 three.setText("T");
103 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListMapTest.java 44 map.put(three, "C");
173 assertTrue(s.contains(three));
297 (e.getKey().equals(three) && e.getValue().equals("C")) ||
316 (e.getKey().equals(three) && e.getValue().equals("C")) ||
360 assertTrue(empty.containsKey(three));
450 Map.Entry e1 = map.lowerEntry(three);
468 Map.Entry e1 = map.higherEntry(three);
486 Map.Entry e1 = map.floorEntry(three);
487 assertEquals(three, e1.getKey());
504 Map.Entry e1 = map.ceilingEntry(three);
    [all...]
  /art/test/093-serialization/src/
Main.java 97 String three; field in class:Base
102 three = "three";
127 System.out.println("one=" + one + " two=" + two + " three=" + three
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_install_data.py 60 three = os.path.join(cmd.install_dir, 'three')
61 self.write_file(three, 'xx')
63 ('inst3', [three]),

Completed in 1284 milliseconds

1 23 4 5 6 7 8 91011>>