Home
last modified time | relevance | path

Searched refs:testValues (Results 1 – 25 of 50) sorted by relevance

12

/external/caliper/examples/src/main/java/examples/
DEnumSetContainsBenchmark.java38 @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/
DProgressBarTest.java18 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowProgressBarTest.java20 private int[] testValues = {0, 1, 2, 100}; field in ShadowProgressBarTest
41 for (int max : testValues) { in testMax()
49 for (int progress : testValues) { in testProgress()
57 for (int progress : testValues) { in testSecondaryProgress()
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp292 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/
Des3fDefaultVertexAttributeTests.cpp368 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/
DEmptyImmutableTableTest_gwt.java136 public void testValues() throws Exception { in testValues() method in EmptyImmutableTableTest_gwt
138 testCase.testValues(); in testValues()
DRegularImmutableTableTest_gwt.java126 public void testValues() throws Exception { in testValues() method in RegularImmutableTableTest_gwt
128 testCase.testValues(); in testValues()
DSingletonImmutableTableTest_gwt.java136 public void testValues() throws Exception { in testValues() method in SingletonImmutableTableTest_gwt
138 testCase.testValues(); in testValues()
DConstrainedMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in ConstrainedMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues(); in testValues()
DForMapMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in ForMapMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues(); in testValues()
DConstrainedMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in ConstrainedMapImplementsMapTest_gwt
258 testCase.testValues(); in testValues()
DImmutableMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in ImmutableMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues(); in testValues()
DMultimapsTransformValuesAsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in MultimapsTransformValuesAsMapTest_gwt
258 testCase.testValues(); in testValues()
DImmutableSetMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in ImmutableSetMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues(); in testValues()
DSubMapMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in SubMapMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues(); in testValues()
DUnmodifiableMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in UnmodifiableMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues(); in testValues()
/external/tensorflow/tensorflow/contrib/kfac/examples/tests/
Dmnist_test.py29 def testValues(self): member in MnistTest
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DEmptyImmutableTableTest.java109 public void testValues() { in testValues() method in EmptyImmutableTableTest
DSingletonImmutableTableTest.java119 public void testValues() { in testValues() method in SingletonImmutableTableTest
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingMultimapTest.java123 public void testValues() { in testValues() method in ForwardingMultimapTest
DForwardingTableTest.java140 public void testValues() { in testValues() method in ForwardingTableTest
DEmptyImmutableTableTest.java118 public void testValues() { in testValues() method in EmptyImmutableTableTest
DSingletonImmutableTableTest.java128 public void testValues() { in testValues() method in SingletonImmutableTableTest
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapValuesTester.java39 public void testValues() { in testValues() method in MultimapValuesTester
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DEnumFilterTest.java32 public void testValues() { in testValues() method in EnumFilterTest

12