Searched refs:datas (Results 1 – 6 of 6) sorted by relevance
/external/stlport/test/unit/ |
D | sort_test.cpp | 93 Data datas[] = { in stblsrt2() local 102 stable_sort(datas, datas + 7); in stblsrt2() 104 CPPUNIT_ASSERT( datas[0] == Data(5, 4) ); in stblsrt2() 105 CPPUNIT_ASSERT( datas[1] == Data(2, 6) ); in stblsrt2() 106 CPPUNIT_ASSERT( datas[2] == Data(3, 6) ); in stblsrt2() 107 CPPUNIT_ASSERT( datas[3] == Data(4, 6) ); in stblsrt2() 108 CPPUNIT_ASSERT( datas[4] == Data(1, 8) ); in stblsrt2() 109 CPPUNIT_ASSERT( datas[5] == Data(6, 9) ); in stblsrt2() 110 CPPUNIT_ASSERT( datas[6] == Data(0, 10) ); in stblsrt2()
|
D | allocator_test.cpp | 156 SharedDatas datas(nth); in per_thread_alloc() local 161 pthread_create(&t[i], 0, f, &datas); in per_thread_alloc()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | DataCommandConsolidator.java | 58 private final List<ADataCommand> datas = new ArrayList<ADataCommand>(); field in DataCommandConsolidator 67 if (datas.size() > 1) { in barrier() 70 ADataCommand last = datas.remove(datas.size() - 1); in barrier() 73 for (ADataCommand data : datas) { in barrier() 81 datas.clear(); in barrier() 111 datas.add(node); in caseADataCommand()
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | TestCertUtils.java | 701 private static final String datas[][] = { field in TestCertUtils.UniGen 726 startRow = startRow % datas.length; in getData() 727 for (int i = startRow; i < datas.length; i++) { in getData() 728 if (datas[i][col] != null) { in getData() 729 return datas[i][col]; in getData() 733 for (int i = 0; i < datas.length; i++) { in getData() 734 if (datas[i][col] != null) { in getData() 735 return datas[i][col]; in getData() 803 if (inc(counts, datas.length)) { in genNames()
|
/external/v8/src/ |
D | disassembler.cc | 168 List<intptr_t> datas(1); in DecodeIt() local 178 datas.Add(it->rinfo()->data()); in DecodeIt() 204 RelocInfo relocinfo(pcs[i], rmodes[i], datas[i]); in DecodeIt()
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 2521 problem because __node_allocator static datas are sometimes 4085 datas in the _S_chunk_dealloc method, this is important if the clean up 5786 restoration of the Standard names of the protected datas.
|