Searched defs:list1 (Results 1 - 18 of 18) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/
H A DCharSequenceUtils.java47 public static boolean listEquals(List<? extends CharSequence> list1, List<? extends CharSequence> list2) { argument
48 return Lists.transform(list1, TO_STRING).equals(
H A DCollectionUtils.java63 public static <T extends Comparable<? super T>> int compareAsList(@Nonnull Collection<? extends T> list1, argument
65 int res = Ints.compare(list1.size(), list2.size());
68 for (T element1: list1) {
115 @Nonnull Collection<? extends T> list1,
117 int res = Ints.compare(list1.size(), list2.size());
120 for (T element1: list1) {
132 public int compare(Collection<? extends T> list1, Collection<? extends T> list2) {
133 return compareAsList(elementComparator, list1, list2);
186 public int compare(Collection<? extends T> list1, Collection<? extends T> list2) {
187 return compareAsSet(elementComparator, list1, list
114 compareAsList(@onnull Comparator<? super T> elementComparator, @Nonnull Collection<? extends T> list1, @Nonnull Collection<? extends T> list2) argument
208 compareAsSet(@onnull Comparator<? super T> elementComparator, @Nonnull Collection<? extends T> list1, @Nonnull Collection<? extends T> list2) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotationsList.java35 * @param list1 {@code non-null;} an instance
39 public static AnnotationsList combine(AnnotationsList list1, argument
41 int size = list1.size();
44 throw new IllegalArgumentException("list1.size() != list2.size()");
50 Annotations a1 = list1.get(i);
/external/chromium_org/base/containers/
H A Dlinked_list_unittest.cc285 LinkedList<Node> list1; local
289 list1.Append(&n);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmergesort.c112 unsigned char *list2, *list1, *p2, *p, *last, **p1;
135 list1 = base;
136 setup(list1, list2, nmemb, size, cmp);
141 l2 = list1;
142 p1 = EVAL(list1);
146 f2 = l1 = list1 + (p2 - list2);
149 l2 = list1 + (p2 - list2);
230 tp2 = list1; /* swap list1, list2 */
231 list1
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.cpp21 CPPUNIT_TEST(list1);
36 void list1();
55 void ListTest::list1() function in class:ListTest
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp3-0x.cpp121 auto &&list1 = {mo}; // expected-error{{no viable conversion}} local
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java276 * @param list1 {@code non-null;} one list to compare
280 public static boolean equalContents(TypeList list1, TypeList list2) { argument
281 int size = list1.size();
288 if (! list1.getType(i).equals(list2.getType(i))) {
301 * @param list1 {@code non-null;} one list to compare
305 public static int compareContents(TypeList list1, TypeList list2) { argument
306 int size1 = list1.size();
311 int comparison = list1.getType(i).compareTo(list2.getType(i));
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c317 cpulist_and(CpuList* list1, CpuList* list2) { argument
318 list1->mask &= list2->mask;
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c317 cpulist_and(CpuList* list1, CpuList* list2) { argument
318 list1->mask &= list2->mask;
/external/srec/srec/crec/
H A Dsrec.c212 static altword_token* copy_altwords(srec* rec, altword_token* list1, costdata delta) argument
221 for (num = 0, q2 = list1; q2 != AWTNULL; q2 = q2->next_token)
232 for (; list1 != AWTNULL; list1 = list1->next_token)
234 ASSERT(list1->refcount >= 1);
236 q2_costdelta = list1->costdelta + delta;
237 ASSERT(list1->costdelta != MAXcostdata);
245 q2->word = list1->word;
246 q2->word_backtrace = list1
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.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/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3183 milliseconds