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...]
  /external/bluetooth/bluez/src/
attrib-server.c 292 struct att_data_list *adl; local
384 adl = att_data_list_alloc(length, last_size + 4);
391 value = (void *) adl->data[i];
399 length = enc_read_by_grp_resp(adl, pdu, len);
401 att_data_list_free(adl);
412 struct att_data_list *adl; local
471 adl = att_data_list_alloc(num, length);
478 value = (void *) adl->data[i];
486 length = enc_read_by_type_resp(adl, pdu, len);
488 att_data_list_free(adl);
497 struct att_data_list *adl; local
    [all...]
  /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
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 332 milliseconds