Searched refs:testValues (Results 1 - 25 of 45) sorted by relevance

12

/external/caliper/examples/src/main/java/examples/
H A DEnumSetContainsBenchmark.java38 @Override Object[] testValues() {
47 @Override Object[] testValues() {
54 abstract Object[] testValues(); method in class:EnumSetContainsBenchmark.SetMaker
77 private Object[] testValues; field in class:EnumSetContainsBenchmark
81 this.testValues = setMaker.testValues();
86 set.contains(testValues[i % testValues.length]);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DProgressBarTest.java18 private int[] testValues = {0, 1, 2, 100}; field in class:ProgressBarTest
33 for (int max : testValues) {
41 for (int progress : testValues) {
49 for (int progress : testValues) {
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyImmutableTableTest.java109 public void testValues() { method in class:EmptyImmutableTableTest
H A DSingletonImmutableTableTest.java119 public void testValues() { method in class:SingletonImmutableTableTest
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultimapValuesTester.java39 public void testValues() { method in class:MultimapValuesTester
/external/guava/guava-tests/test/com/google/common/collect/
H A DEmptyImmutableTableTest.java118 public void testValues() { method in class:EmptyImmutableTableTest
H A DForwardingMultimapTest.java123 public void testValues() { method in class:ForwardingMultimapTest
H A DForwardingTableTest.java140 public void testValues() { method in class:ForwardingTableTest
H A DSingletonImmutableTableTest.java128 public void testValues() { method in class:SingletonImmutableTableTest
H A DRegularImmutableTableTest.java62 public void testValues() { method in class:RegularImmutableTableTest
H A DSynchronizedBiMapTest.java144 @Override public void testValues() { method in class:SynchronizedBiMapTest
/external/guava/guava-gwt/test/com/google/common/collect/
H A DEmptyImmutableTableTest_gwt.java136 public void testValues() throws Exception { method in class:EmptyImmutableTableTest_gwt
138 testCase.testValues();
H A DRegularImmutableTableTest_gwt.java126 public void testValues() throws Exception { method in class:RegularImmutableTableTest_gwt
128 testCase.testValues();
H A DSingletonImmutableTableTest_gwt.java136 public void testValues() throws Exception { method in class:SingletonImmutableTableTest_gwt
138 testCase.testValues();
H A DConstrainedMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { method in class:ConstrainedMapImplementsMapTest_gwt
258 testCase.testValues();
H A DConstrainedMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { method in class:ConstrainedMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues();
H A DForMapMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { method in class:ForMapMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues();
H A DForwardingSortedMapImplementsMapTest_gwt.java271 public void testValues() throws Exception { method in class:ForwardingSortedMapImplementsMapTest_gwt
273 testCase.testValues();
H A DImmutableMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { method in class:ImmutableMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues();
H A DImmutableSetMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { method in class:ImmutableSetMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues();
H A DMultimapsTransformValuesAsMapTest_gwt.java256 public void testValues() throws Exception { method in class:MultimapsTransformValuesAsMapTest_gwt
258 testCase.testValues();
H A DSubMapMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { method in class:SubMapMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues();
H A DUnmodifiableMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { method in class:UnmodifiableMultimapAsMapImplementsMapTest_gwt
258 testCase.testValues();
/external/deqp/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp292 static const tcu::Vec4 testValues[] = local
303 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration", "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(testValues)));
306 const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (testValues[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
313 if (++m_iteration < DE_LENGTH_OF_ARRAY(testValues))
/external/deqp/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp368 static const tcu::Vec4 testValues[] = local
379 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration", "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(testValues)));
382 const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (testValues[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
389 if (++m_iteration < DE_LENGTH_OF_ARRAY(testValues))

Completed in 1458 milliseconds

12