Home
last modified time | relevance | path

Searched defs:testValues (Results 1 – 25 of 40) sorted by relevance

12

/external/r8/src/test/java/com/android/tools/r8/smali/
DConstantFoldingTest.java283 int[][] testValues = new int[][]{ in logicalOperatorsFolding() local
347 int[][] testValues = new int[][]{ in shiftOperatorsFolding() local
412 long[][] testValues = new long[][]{ in shiftOperatorsFoldingWide() local
431 int[] testValues = new int[]{0, 1, 0xff, 0xffffffff, 0xff000000, 0x80000000}; in notIntFold() local
449 long[] testValues = new long[]{ in notLongFold() local
475 int[] testValues = new int[]{0, 1, 0xff, 0xffffffff, 0xff000000, 0x80000000}; in negIntFold() local
493 long[] testValues = new long[]{ in negLongFold() local
547 float[] testValues = new float[]{ in cmpFloatFold() local
645 double[] testValues = new double[]{ in cmpDoubleFold() local
DIfSimplificationTest.java228 int[] testValues = new int[]{ in simplifyNonZeroTests() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapValuesTester.java39 public void testValues() { in testValues() method in MultimapValuesTester
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DProgressBarTest.java18 private int[] testValues = {0, 1, 2, 100}; field in ProgressBarTest
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DEnumFilterTest.java31 public void testValues() { in testValues() method in EnumFilterTest
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DSingletonImmutableTableTest.java119 public void testValues() { in testValues() method in SingletonImmutableTableTest
DEmptyImmutableTableTest.java109 public void testValues() { in testValues() method in EmptyImmutableTableTest
DImmutableBiMapTest.java410 public void testValues() { in testValues() method in ImmutableBiMapTest.BiMapSpecificTests
/external/guava/guava-tests/test/com/google/common/collect/
DSingletonImmutableTableTest.java128 public void testValues() { in testValues() method in SingletonImmutableTableTest
DEmptyImmutableTableTest.java118 public void testValues() { in testValues() method in EmptyImmutableTableTest
DRegularImmutableTableTest.java62 public void testValues() { in testValues() method in RegularImmutableTableTest
DForwardingTableTest.java140 public void testValues() { in testValues() method in ForwardingTableTest
DForwardingMultimapTest.java123 public void testValues() { in testValues() method in ForwardingMultimapTest
DSynchronizedBiMapTest.java144 @Override public void testValues() { in testValues() method in SynchronizedBiMapTest
DSynchronizedMapTest.java189 public void testValues() { in testValues() method in SynchronizedMapTest
DImmutableBiMapTest.java451 public void testValues() { in testValues() method in ImmutableBiMapTest.BiMapSpecificTests
/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
/external/guava/guava-gwt/test/com/google/common/collect/
DRegularImmutableTableTest_gwt.java126 public void testValues() throws Exception { in testValues() method in RegularImmutableTableTest_gwt
DSingletonImmutableTableTest_gwt.java136 public void testValues() throws Exception { in testValues() method in SingletonImmutableTableTest_gwt
DEmptyImmutableTableTest_gwt.java136 public void testValues() throws Exception { in testValues() method in EmptyImmutableTableTest_gwt
DConstrainedMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in ConstrainedMultimapAsMapImplementsMapTest_gwt
DConstrainedMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in ConstrainedMapImplementsMapTest_gwt
DForMapMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in ForMapMultimapAsMapImplementsMapTest_gwt
DImmutableMultimapAsMapImplementsMapTest_gwt.java256 public void testValues() throws Exception { in testValues() method in ImmutableMultimapAsMapImplementsMapTest_gwt
/external/markdown/
Dregression-tests.py140 def testValues(self): member in TestOrderedDict

12