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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/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 277 Adler32 adl = new Adler32(); local
278 adl.update(byteArray);
279 long checkSumR = adl.getValue();
461 Adler32 adl = new Adler32(); local
462 adl.update(dictionaryArray);
463 long realAdler = adl.getValue();
472 adl = new Adler32();
473 adl.update(byteArray);
474 realAdler = adl.getValue();
503 Adler32 adl = new Adler32() local
    [all...]
InflaterTest.java 104 Adler32 adl = new Adler32(); local
105 adl.update(dictionaryArray);
106 long checkSumR = adl.getValue();
    [all...]
  /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 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 889 milliseconds