/external/stlport/test/unit/ |
sort_test.cpp | 93 Data datas[] = { local 102 stable_sort(datas, datas + 7); 104 CPPUNIT_ASSERT( datas[0] == Data(5, 4) ); 105 CPPUNIT_ASSERT( datas[1] == Data(2, 6) ); 106 CPPUNIT_ASSERT( datas[2] == Data(3, 6) ); 107 CPPUNIT_ASSERT( datas[3] == Data(4, 6) ); 108 CPPUNIT_ASSERT( datas[4] == Data(1, 8) ); 109 CPPUNIT_ASSERT( datas[5] == Data(6, 9) ); 110 CPPUNIT_ASSERT( datas[6] == Data(0, 10) ) [all...] |
allocator_test.cpp | 156 SharedDatas datas(nth); 161 pthread_create(&t[i], 0, f, &datas);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
AdnRecordLoader.java | 235 ArrayList<byte[]> datas = (ArrayList<byte[]>)(ar.result); local 241 adns = new ArrayList<AdnRecord>(datas.size()); 245 for(int i = 0, s = datas.size() ; i < s ; i++) { 246 adn = new AdnRecord(ef, 1 + i, datas.get(i));
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 702 private static final String datas[][] = { field in class:TestCertUtils.UniGen 727 startRow = startRow % datas.length; 728 for (int i = startRow; i < datas.length; i++) { 729 if (datas[i][col] != null) { 730 return datas[i][col]; 734 for (int i = 0; i < datas.length; i++) { 735 if (datas[i][col] != null) { 736 return datas[i][col]; 804 if (inc(counts, datas.length)) { 805 // if this happened, then just add some data into 'datas' [all...] |
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
CertificateFactory1Test.java | 505 * contains incompatible datas 591 * when isStream contains invalid datas 626 fail("generateCertificate must thrown CertificateException when input stream contains invalid datas"); 641 fail("generateCertificate must thrown CertificateException when input stream contains invalid datas and encodings " 653 * Assertion: throw CertificateException when isStream contains invalid datas 692 fail("CertificateException must be thrown because input stream contains incorrect datas"); 699 fail("CertificateException must be thrown because input stream contains incorrect datas"); [all...] |
/external/v8/src/ |
disassembler.cc | 163 List<intptr_t> datas(1); 173 datas.Add(it->rinfo()->data()); 199 RelocInfo relocinfo(pcs[i], rmodes[i], datas[i]);
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/amigaos/ |
SDL_sysjoystick.c | 54 /* Amiga specific datas */
|
/external/stlport/src/details/ |
fstream_win32io.cpp | 394 // charaters to the buffer, avoids extraction of too small chunk of datas
|
/external/stlport/stlport/stl/ |
_alloc.h | 518 * move datas from an instance to the oher, _STLP_alloc_proxy should not break
|
/external/bison/lib/ |
hash.c | 601 Apply the user-specified function data_freer (if any) to the datas of any
|
/hardware/qcom/gps/loc_api/libloc_api/ |
loc_eng.cpp | 163 Initialize the location engine, this include setting up global datas [all...] |
/external/stlport/etc/ |
ChangeLog-5.1 | [all...] |