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

  /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...]
  /ndk/tests/device/test-gnustl-full/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...]
  /ndk/tests/device/test-stlport/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...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DataCommandConsolidator.java 58 private final List<ADataCommand> datas = new ArrayList<ADataCommand>(); field in class:DataCommandConsolidator
64 * datas list, replacing all but the last node with no-ops.
67 if (datas.size() > 1) {
70 ADataCommand last = datas.remove(datas.size() - 1);
73 for (ADataCommand data : datas) {
81 datas.clear();
111 datas.add(node);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordLoader.java 235 ArrayList<byte[]> datas = (ArrayList<byte[]>)(ar.result); local
241 mAdns = new ArrayList<AdnRecord>(datas.size());
245 for(int i = 0, s = datas.size() ; i < s ; i++) {
246 adn = new AdnRecord(mEf, 1 + i, datas.get(i));
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 701 private static final String datas[][] = { field in class:TestCertUtils.UniGen
726 startRow = startRow % datas.length;
727 for (int i = startRow; i < datas.length; i++) {
728 if (datas[i][col] != null) {
729 return datas[i][col];
733 for (int i = 0; i < datas.length; i++) {
734 if (datas[i][col] != null) {
735 return datas[i][col];
803 if (inc(counts, datas.length)) {
804 // if this happened, then just add some data into 'datas'
    [all...]
  /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...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 360 milliseconds