HomeSort by relevance Sort by last modified time
    Searched refs:adl (Results 1 - 8 of 8) sorted by null

  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
Adler32Test.java 28 Adler32 adl = new Adler32(); local
29 assertEquals("Constructor of adl32 failed", 1, adl.getValue());
37 Adler32 adl = new Adler32(); local
39 1, adl.getValue());
41 adl.reset();
42 adl.update(1);
43 // System.out.print("value of adl"+adl.getValue());
44 // The value of the adl should be 131074
46 131074, adl.getValue())
64 Adler32 adl = new Adler32(); local
80 Adler32 adl = new Adler32(); local
108 Adler32 adl = new Adler32(); local
131 Adler32 adl = new Adler32(); local
    [all...]
DeflaterTest.java 281 Adler32 adl = new Adler32(); local
282 adl.update(byteArray);
283 long checkSumR = adl.getValue();
465 Adler32 adl = new Adler32(); local
466 adl.update(dictionaryArray);
467 long realAdler = adl.getValue();
476 adl = new Adler32();
477 adl.update(byteArray);
478 realAdler = adl.getValue();
507 Adler32 adl = new Adler32() local
    [all...]
InflaterTest.java 105 Adler32 adl = new Adler32(); local
106 adl.update(dictionaryArray);
107 long checkSumR = adl.getValue();
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
adl_barrier.hpp 17 #include <boost/mpl/aux_/config/adl.hpp>
  /external/stlport/test/unit/
list_test.cpp 31 CPPUNIT_TEST(adl);
46 void adl();
451 void ListTest::adl() function in class:ListTest
  /ndk/tests/device/test-gnustl-full/unit/
list_test.cpp 31 CPPUNIT_TEST(adl);
46 void adl();
451 void ListTest::adl() function in class:ListTest
  /ndk/tests/device/test-stlport/unit/
list_test.cpp 31 CPPUNIT_TEST(adl);
46 void adl();
451 void ListTest::adl() function in class:ListTest
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 356 milliseconds