Home
last modified time | relevance | path

Searched refs:testValue (Results 1 – 19 of 19) sorted by relevance

/external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/
DBoundFieldModuleTest.java55 final Integer testValue = 1024; in testBindingOnePrivate() local
57 @Bind private Integer anInt = testValue; in testBindingOnePrivate()
63 assertEquals(testValue, injector.getInstance(Integer.class)); in testBindingOnePrivate()
67 final Integer testValue = 1024; in testBindingOnePublic() local
69 @Bind public Integer anInt = testValue; in testBindingOnePublic()
75 assertEquals(testValue, injector.getInstance(Integer.class)); in testBindingOnePublic()
102 final Integer testValue = 1024; in testBindingTwo() local
105 @Bind private Integer anInt = testValue; in testBindingTwo()
112 assertEquals(testValue, injector.getInstance(Integer.class)); in testBindingTwo()
117 final Integer testValue = 1024; in testBindingSuperType() local
[all …]
/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp97 void testValue(FromType Val, size_t &TotalTests, size_t &Passes, in testValue() function
210 testValue<bool>(Val, TotalTests, Passes, Failures, "bool"); in main()
214 testValue<uint8_t>(Val, TotalTests, Passes, Failures, "uint8_t"); in main()
218 testValue<myint8_t>(Val, TotalTests, Passes, Failures, "int8_t"); in main()
222 testValue<uint16_t>(Val, TotalTests, Passes, Failures, "uint16_t"); in main()
226 testValue<int16_t>(Val, TotalTests, Passes, Failures, "int16_t"); in main()
230 testValue<uint32_t>(Val, TotalTests, Passes, Failures, "uint32_t"); in main()
236 testValue<int32_t>(Val, TotalTests, Passes, Failures, "int32_t"); in main()
240 testValue<uint64>(Val, TotalTests, Passes, Failures, "uint64"); in main()
246 testValue<int64>(Val, TotalTests, Passes, Failures, "int64"); in main()
[all …]
/external/swiftshader/third_party/LLVM/unittests/ADT/
DStringMapTest.cpp23 static const uint32_t testValue; member in __anonc95759f70111::StringMapTest
55 EXPECT_EQ(testValue, it->second); in assertSingleItemMap()
71 const uint32_t StringMapTest::testValue = 1u; member in __anonc95759f70111::StringMapTest
106 testMap[testKey] = testValue; in TEST_F()
113 testMap[testKey] = testValue; in TEST_F()
121 testMap[testKey] = testValue; in TEST_F()
129 testMap[testKey] = testValue; in TEST_F()
137 testMap[testKey] = testValue; in TEST_F()
/external/llvm/unittests/ADT/
DStringMapTest.cpp25 static const uint32_t testValue; member in __anon4fa0284b0111::StringMapTest
57 EXPECT_EQ(testValue, it->second); in assertSingleItemMap()
73 const uint32_t StringMapTest::testValue = 1u; member in __anon4fa0284b0111::StringMapTest
106 testMap[testKey] = testValue; in TEST_F()
112 testMap[testKey] = testValue; in TEST_F()
119 testMap[testKey] = testValue; in TEST_F()
126 testMap[testKey] = testValue; in TEST_F()
133 testMap[testKey] = testValue; in TEST_F()
240 testMap.insert(std::make_pair(testKeyFirst, testValue)); in TEST_F()
242 EXPECT_EQ(testValue, testMap[testKeyFirst]); in TEST_F()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDisplayTest.java141 int testValue = 33; in deprecatedGetOrientation_returnsGetRotation() local
142 shadow.setRotation(testValue); in deprecatedGetOrientation_returnsGetRotation()
143 assertEquals(testValue, display.getOrientation()); in deprecatedGetOrientation_returnsGetRotation()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDriverPropertyInfoTest.java76 assertEquals(testValue, aDriverPropertyInfo.value); in testPublicFields()
98 static java.lang.String testValue = validValue; field in DriverPropertyInfoTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
DArabicShapingRegTest.java204 …private boolean getStaticCharacterHelperFunctionValue(String methodName, char testValue) throws Ex… in getStaticCharacterHelperFunctionValue() argument
207 Object returnValue = m.invoke(null, testValue); in getStaticCharacterHelperFunctionValue()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
DArabicShapingRegTest.java207 …private boolean getStaticCharacterHelperFunctionValue(String methodName, char testValue) throws Ex… in getStaticCharacterHelperFunctionValue() argument
210 Object returnValue = m.invoke(null, testValue); in getStaticCharacterHelperFunctionValue()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DValueTagTest.java36 public void testValue() { in testValue() method in ValueTagTest
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java623 double testValue = 100; in TestClientSupport() local
626 alphabeticIndex.addRecord(name, testValue++); in TestClientSupport()
632 testValue = 100; in TestClientSupport()
645 …ationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), testValue++); in TestClientSupport()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DAlphabeticIndexTest.java626 double testValue = 100; in TestClientSupport() local
629 alphabeticIndex.addRecord(name, testValue++); in TestClientSupport()
635 testValue = 100; in TestClientSupport()
648 …ationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), testValue++); in TestClientSupport()
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp306 …const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1… in iterate() local
308 if (!renderWithValue(testValue)) in iterate()
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp382 …const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1… in iterate() local
384 if (!renderWithValue(testValue)) in iterate()
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...