Searched defs:list2 (Results 1 - 14 of 14) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotationsList.java36 * @param list2 {@code non-null;} the other instance
40 AnnotationsList list2) {
43 if (size != list2.size()) {
44 throw new IllegalArgumentException("list1.size() != list2.size()");
51 Annotations a2 = list2.get(i);
39 combine(AnnotationsList list1, AnnotationsList list2) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmergesort.c112 unsigned char *list2, *list1, *p2, *p, *last, **p1;
132 if ((list2 = yasm_xmalloc(nmemb * size + PSIZE)) == NULL)
136 setup(list1, list2, nmemb, size, cmp);
137 last = list2 + nmemb * size;
140 while (*EVAL(list2) != last) {
143 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
146 f2 = l1 = list1 + (p2 - list2);
149 l2 = list1 + (p2 - list2);
230 tp2 = list1; /* swap list1, list2 */
231 list1 = list2;
272 setup(unsigned char *list1, unsigned char *list2, size_t n, size_t size, int (*cmp)(const void *, const void *)) argument
[all...]
/external/stlport/test/unit/
H A Dlist_test.cpp22 CPPUNIT_TEST(list2);
37 void list2();
95 void ListTest::list2() function in class:ListTest
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java277 * @param list2 {@code non-null;} another list to compare
280 public static boolean equalContents(TypeList list1, TypeList list2) { argument
283 if (list2.size() != size) {
288 if (! list1.getType(i).equals(list2.getType(i))) {
302 * @param list2 {@code non-null;} another list to compare
305 public static int compareContents(TypeList list1, TypeList list2) { argument
307 int size2 = list2.size();
311 int comparison = list1.getType(i).compareTo(list2.getType(i));
/external/chromium/chrome/common/extensions/
H A Dextension_unittest.cc1642 URLPatternList list2; local
1650 list2.push_back(
1652 list2.push_back(
1655 EXPECT_FALSE(Extension::IsElevatedHostList(list1, list2));
1656 EXPECT_FALSE(Extension::IsElevatedHostList(list2, list1));
1659 list2.clear();
1660 list2.push_back(
1662 EXPECT_FALSE(Extension::IsElevatedHostList(list1, list2));
1663 EXPECT_FALSE(Extension::IsElevatedHostList(list2, list1));
1666 list2
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.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 ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 426 milliseconds