/external/v8/test/webkit/ |
D | date-set-to-nan.js | 66 var testValues = [ variable 300 for (var idx0 in testValues) 303 var setResult = date["set" + functionNameRoot](testValues[idx0]); 306 + testValues[idx0] + ") was " 328 for (var idx0 in testValues) 329 for (var idx1 in testValues) 332 var setResult = date["set" + functionNameRoot](testValues[idx0], 333 testValues[idx1]); 337 + testValues[idx0] + ", " 338 + testValues[idx1] + ") was " [all …]
|
D | string-trim.js | 89 var testValues = ["0", "Infinity", "NaN", "true", "false", "({})", "({toString:function(){return 'w… variable 90 for (var i = 0; i < testValues.length; i++) { 91 shouldBe("trim.call("+testValues[i]+")", "'"+eval(testValues[i])+"'"); 92 shouldBe("trimLeft.call("+testValues[i]+")", "'"+eval(testValues[i])+"'"); 93 shouldBe("trimRight.call("+testValues[i]+")", "'"+eval(testValues[i])+"'");
|
/external/caliper/examples/src/main/java/examples/ |
D | EnumSetContainsBenchmark.java | 38 @Override Object[] testValues() { in testValues() method 47 @Override Object[] testValues() { in testValues() method 54 abstract Object[] testValues(); in testValues() method in EnumSetContainsBenchmark.SetMaker 77 private Object[] testValues; field in EnumSetContainsBenchmark 81 this.testValues = setMaker.testValues(); in setUp() 86 set.contains(testValues[i % testValues.length]); in contains()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ProgressBarTest.java | 18 private int[] testValues = {0, 1, 2, 100}; field in ProgressBarTest 33 for (int max : testValues) { in testMax() 41 for (int progress : testValues) { in testProgress() 49 for (int progress : testValues) { in testSecondaryProgress()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 292 static const tcu::Vec4 testValues[] = in iterate() local 303 …, "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(testValues))); in iterate() 306 …::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (… in iterate() 313 if (++m_iteration < DE_LENGTH_OF_ARRAY(testValues)) in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 368 static const tcu::Vec4 testValues[] = in iterate() local 379 …, "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(testValues))); in iterate() 382 …::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (… in iterate() 389 if (++m_iteration < DE_LENGTH_OF_ARRAY(testValues)) in iterate()
|
/external/guava/guava-gwt/test/com/google/common/collect/ |
D | EmptyImmutableTableTest_gwt.java | 136 public void testValues() throws Exception { in testValues() method in EmptyImmutableTableTest_gwt 138 testCase.testValues(); in testValues()
|
D | RegularImmutableTableTest_gwt.java | 126 public void testValues() throws Exception { in testValues() method in RegularImmutableTableTest_gwt 128 testCase.testValues(); in testValues()
|
D | SingletonImmutableTableTest_gwt.java | 136 public void testValues() throws Exception { in testValues() method in SingletonImmutableTableTest_gwt 138 testCase.testValues(); in testValues()
|
D | SubMapMultimapAsMapImplementsMapTest_gwt.java | 256 public void testValues() throws Exception { in testValues() method in SubMapMultimapAsMapImplementsMapTest_gwt 258 testCase.testValues(); in testValues()
|
D | ConstrainedMapImplementsMapTest_gwt.java | 256 public void testValues() throws Exception { in testValues() method in ConstrainedMapImplementsMapTest_gwt 258 testCase.testValues(); in testValues()
|
D | ImmutableMultimapAsMapImplementsMapTest_gwt.java | 256 public void testValues() throws Exception { in testValues() method in ImmutableMultimapAsMapImplementsMapTest_gwt 258 testCase.testValues(); in testValues()
|
D | ImmutableSetMultimapAsMapImplementsMapTest_gwt.java | 256 public void testValues() throws Exception { in testValues() method in ImmutableSetMultimapAsMapImplementsMapTest_gwt 258 testCase.testValues(); in testValues()
|
D | ConstrainedMultimapAsMapImplementsMapTest_gwt.java | 256 public void testValues() throws Exception { in testValues() method in ConstrainedMultimapAsMapImplementsMapTest_gwt 258 testCase.testValues(); in testValues()
|
D | ForMapMultimapAsMapImplementsMapTest_gwt.java | 256 public void testValues() throws Exception { in testValues() method in ForMapMultimapAsMapImplementsMapTest_gwt 258 testCase.testValues(); in testValues()
|
D | UnmodifiableMultimapAsMapImplementsMapTest_gwt.java | 256 public void testValues() throws Exception { in testValues() method in UnmodifiableMultimapAsMapImplementsMapTest_gwt 258 testCase.testValues(); in testValues()
|
D | MultimapsTransformValuesAsMapTest_gwt.java | 256 public void testValues() throws Exception { in testValues() method in MultimapsTransformValuesAsMapTest_gwt 258 testCase.testValues(); in testValues()
|
D | ForwardingSortedMapImplementsMapTest_gwt.java | 271 public void testValues() throws Exception { in testValues() method in ForwardingSortedMapImplementsMapTest_gwt 273 testCase.testValues(); in testValues()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | EmptyImmutableTableTest.java | 109 public void testValues() { in testValues() method in EmptyImmutableTableTest
|
D | SingletonImmutableTableTest.java | 119 public void testValues() { in testValues() method in SingletonImmutableTableTest
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingTableTest.java | 140 public void testValues() { in testValues() method in ForwardingTableTest
|
D | ForwardingMultimapTest.java | 123 public void testValues() { in testValues() method in ForwardingMultimapTest
|
D | EmptyImmutableTableTest.java | 118 public void testValues() { in testValues() method in EmptyImmutableTableTest
|
D | SingletonImmutableTableTest.java | 128 public void testValues() { in testValues() method in SingletonImmutableTableTest
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapValuesTester.java | 39 public void testValues() { in testValues() method in MultimapValuesTester
|