HomeSort by relevance Sort by last modified time
    Searched refs:testSize (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
SGEMMTest.java 46 SGEMMTest(int testSize) {
47 mTestSize = testSize;
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 47 public void testSize() {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractTableReadTest.java 114 public void testSize() {
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractTableReadTest.java 116 public void testSize() {
ForwardingCollectionTest.java 195 public void testSize() {
ForwardingQueueTest.java 220 public void testSize() {
ForwardingSetTest.java 202 public void testSize() {
ForwardingListTest.java 277 public void testSize() {
RegularImmutableTableTest.java 71 public void testSize() {
SynchronizedMapTest.java 146 public void testSize() {
  /external/guava/guava-gwt/test/com/google/common/collect/
ImmutableTableTest_gwt.java 195 public void testSize() throws Exception {
198 testCase.testSize();
ArrayTableTest_gwt.java 285 public void testSize() throws Exception {
288 testCase.testSize();
ConstrainedMapImplementsMapTest_gwt.java 251 public void testSize() throws Exception {
253 testCase.testSize();
ConstrainedMultimapAsMapImplementsMapTest_gwt.java 251 public void testSize() throws Exception {
253 testCase.testSize();
ForMapMultimapAsMapImplementsMapTest_gwt.java 251 public void testSize() throws Exception {
253 testCase.testSize();
ForwardingSortedMapImplementsMapTest_gwt.java 251 public void testSize() throws Exception {
253 testCase.testSize();
ImmutableMultimapAsMapImplementsMapTest_gwt.java 251 public void testSize() throws Exception {
253 testCase.testSize();
ImmutableSetMultimapAsMapImplementsMapTest_gwt.java 251 public void testSize() throws Exception {
253 testCase.testSize();
MultimapsTransformValuesAsMapTest_gwt.java 251 public void testSize() throws Exception {
253 testCase.testSize();
SubMapMultimapAsMapImplementsMapTest_gwt.java 251 public void testSize() throws Exception {
253 testCase.testSize();
UnmodifiableMultimapAsMapImplementsMapTest_gwt.java 251 public void testSize() throws Exception {
253 testCase.testSize();
  /external/dng_sdk/source/
dng_mosaic_info.cpp 1711 int32 testSize = SizeForDownScale (testScale);
1713 if (Abs_int32 (testSize - (int32) prefSize) <
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
ByteSourceTester.java 155 public void testSize() throws IOException {
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 240 int testSize;
242 testSize = volSize - headersSizeBase;
244 testSize = 1;
245 UInt32 headersSize = COutArchive::GetVolHeadersSize(testSize, nameLength, props);

Completed in 1378 milliseconds

12 3 4 5