Searched defs:datas (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/tools/traceline/traceline/scripts/
H A Dheap.js43 TopN.prototype.datas =
45 var datas = [ ];
47 datas.push(this.sorted[i][1]);
49 return datas;
65 var datas = topper.datas();
66 for (var i = 0, il = datas.length; i < il; ++i) {
67 dump(datas[i]);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DDataCommandConsolidator.java58 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);
/external/stlport/test/unit/
H A Dsort_test.cpp93 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[
[all...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java697 private static final String datas[][] = { field in class:TestCertUtils.UniGen
722 startRow = startRow % datas.length;
723 for (int i = startRow; i < datas.length; i++) {
724 if (datas[i][col] != null) {
725 return datas[i][col];
729 for (int i = 0; i < datas.length; i++) {
730 if (datas[i][col] != null) {
731 return datas[i][col];
800 if (inc(counts, datas.length)) {
801 // if this happened, then just add some data into 'datas'
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 251 milliseconds