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

1 2 3 4 5

  /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 175 size_t cSize, testSize;
197 testSize = 0;
199 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NULL);
220 testSize = COMPRESSIBLE_NOISE_LENGTH;
222 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NULL);
224 DISPLAYLEVEL(3, "Compressed %u bytes into a %u bytes frame \n", (U32)testSize, (U32)cSize);
324 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &prefs)
    [all...]
  /external/clang/test/Analysis/
builtin-functions.cpp 9 void testSize() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewMeasureSpecTest.java 27 public void testSize() throws Exception {
  /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() {
  /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() {
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 774 const UVec2& testSize = sizes[sizeNdx];
775 const UniquePtr<Window> nativeWindow (createWindow(*nativeDisplay, tcu::just(testSize)));
785 results.check(capabilities.currentExtent.width == testSize.x() &&
786 capabilities.currentExtent.height == testSize.y(),
787 "currentExtent " + de::toString(capabilities.currentExtent) + " doesn't match requested size " + de::toString(testSize));
821 const UVec2 testSize = sizes[sizeNdx];
825 nativeWindow->resize(testSize);
840 results.check(capabilities.currentExtent.width == testSize.x() &&
841 capabilities.currentExtent.height == testSize.y(),
842 "currentExtent " + de::toString(capabilities.currentExtent) + " doesn't match requested size " + de::toString(testSize));
    [all...]
  /external/opencv/
cvjni.h 186 int testSize = fileStep*height + headerSize;
187 m_strm->Open(testSize);
188 sprintf(log_str, "fileStep*height + headerSize=%i", 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();
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 48 BNNMTest(int testSize) {
49 mTestSize = testSize;

Completed in 449 milliseconds

1 2 3 4 5