HomeSort by relevance Sort by last modified time
    Searched refs:testSize (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionSizeTester.java 31 public void testSize() {
MapSizeTester.java 31 public void testSize() {
  /external/lz4/tests/
frametest.c 182 size_t cSize, testSize;
205 testSize = 0;
207 CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NULL));
224 testSize = COMPRESSIBLE_NOISE_LENGTH;
230 CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, &fastCompressPrefs));
231 DISPLAYLEVEL(3, "Compressed %u bytes into a %u bytes frame \n", (U32)testSize, (U32)cSize);
235 CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NULL))
    [all...]
  /external/clang/test/Analysis/
builtin-functions.cpp 9 void testSize() {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
EmptyImmutableTableTest.java 53 public void testSize() {
SingletonImmutableTableTest.java 115 public void testSize() {
AbstractTableReadTest.java 114 public void testSize() {
  /external/guava/guava-tests/test/com/google/common/collect/
EmptyImmutableTableTest.java 62 public void testSize() {
ForwardingMultimapTest.java 48 public void testSize() {
ForwardingTableTest.java 135 public void testSize() {
ForwardingDequeTest.java 206 public void testSize() {
SingletonImmutableTableTest.java 124 public void testSize() {
AbstractTableReadTest.java 116 public void testSize() {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapSizeTester.java 40 public void testSize() {
  /external/guava/guava-tests/test/com/google/common/cache/
ForwardingCacheTest.java 93 public void testSize() {
ForwardingLoadingCacheTest.java 105 public void testSize() {
  /external/guava/guava-gwt/test/com/google/common/collect/
EmptyImmutableTableTest_gwt.java 126 public void testSize() throws Exception {
128 testCase.testSize();
HashBasedTableTest_gwt.java 159 public void testSize() throws Exception {
162 testCase.testSize();
NewCustomTableTest_gwt.java 153 public void testSize() throws Exception {
156 testCase.testSize();
RegularImmutableTableTest_gwt.java 121 public void testSize() throws Exception {
123 testCase.testSize();
SingletonImmutableTableTest_gwt.java 126 public void testSize() throws Exception {
128 testCase.testSize();
TablesTransformValuesTest_gwt.java 141 public void testSize() throws Exception {
144 testCase.testSize();
TransposedTableTest_gwt.java 153 public void testSize() throws Exception {
156 testCase.testSize();
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 48 public void testSize() {

Completed in 887 milliseconds

1 2 3 4