Searched refs:adl (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DAdler32Test.java28 Adler32 adl = new Adler32();
29 assertEquals("Constructor of adl32 failed", 1, adl.getValue());
37 Adler32 adl = new Adler32();
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
[all...]
H A DDeflaterTest.java281 Adler32 adl = new Adler32();
282 adl.update(byteArray);
283 long checkSumR = adl.getValue();
465 Adler32 adl = new Adler32();
466 adl.update(dictionaryArray);
467 long realAdler = adl.getValue();
476 adl = new Adler32();
477 adl.update(byteArray);
478 realAdler = adl.getValue();
507 Adler32 adl
[all...]
H A DInflaterTest.java105 Adler32 adl = new Adler32();
106 adl.update(dictionaryArray);
107 long checkSumR = adl.getValue();
/external/bluetooth/bluez/src/
H A Dattrib-server.c292 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/
H A Dlist_test.cpp31 CPPUNIT_TEST(adl);
46 void adl();
451 void ListTest::adl() function in class:ListTest

Completed in 134 milliseconds