HomeSort by relevance Sort by last modified time
    Searched defs:lists (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RBNFParseTest.java 115 private void parseList(RuleBasedNumberFormat rbnf_en, RuleBasedNumberFormat rbnf_fr, String[][] lists) {
116 for (int i = 0; i < lists.length; ++i) {
117 String[] list = lists[i];
141 String[][] lists = { local
154 parseList(rbnf_en, rbnf_fr, lists);
160 parseList(rbnf_en, rbnf_fr, lists);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RBNFParseTest.java 114 private void parseList(RuleBasedNumberFormat rbnf_en, RuleBasedNumberFormat rbnf_fr, String[][] lists) {
115 for (int i = 0; i < lists.length; ++i) {
116 String[] list = lists[i];
140 String[][] lists = { local
153 parseList(rbnf_en, rbnf_fr, lists);
159 parseList(rbnf_en, rbnf_fr, lists);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 94 Map<Integer, String> lists = new HashMap<Integer, String>(); local
98 lists.put(CUSTOM_NOTIFICATION_ID + i, Integer.toString(CUSTOM_NOTIFICATION_ID + i));
100 mHelper.sendNotifications(lists, false);
142 Map<Integer, String> lists = new HashMap<Integer, String>(); local
145 lists.put(firstId, Integer.toString(firstId));
146 lists.put(secondId, Integer.toString(secondId));
148 mHelper.sendNotifications(lists, true);
151 mHelper.sendNotifications(lists, true);
NotificationBundlingTests.java 71 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, local
73 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY);
81 obj = mDevice.wait(Until.findObject(By.textContains(lists.get(1).toString())),
89 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, local
91 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY);
95 for (int n : lists) {
104 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, local
106 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY);
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 28 static TestCaseList lists[TC_NumID]; local
29 return lists[ID];
  /external/google-benchmark/test/
output_test_helper.cc 30 static TestCaseList lists[TC_NumID]; local
31 return lists[ID];
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java 236 ArrayList<ByteBuffer> lists = new ArrayList<ByteBuffer>(); local
239 lists.addAll(track.getSamples());
242 return lists;
251 List<long[]> lists = new LinkedList<long[]>(); local
253 lists.add(TimeToSampleBox.blowupTimeToSamples(track.getDecodingTimeEntries()));
257 for (long[] list : lists) {
276 List<int[]> lists = new LinkedList<int[]>(); local
278 lists.add(CompositionTimeToSample.blowupCompositionTimes(track.getCompositionTimeEntries()));
281 for (int[] list : lists) {
  /external/skia/tests/
OnFlushCallbackTest.cpp 317 SkTDArray<LinkedListHeader*> lists; variable
320 lists.push(list);
324 if (!lists.count()) {
354 for (int i = 0; i < lists.count(); ++i) {
355 for (AtlasedRectOp* op = lists[i]->fHead; op; op = op->next()) {
383 this->clearOpsFor(lists[i]);
  /external/bison/lib/
bitset_stats.c 68 bitset_stats_info->types[BITSET_TYPE_ (BSET)].lists++
81 unsigned int lists; member in struct:bitset_type_info_struct
190 fprintf (file, _("%u bitset_lists\n"), stats->lists);
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 404 struct slist *lists = local
412 struct slist *cur_list = lists + i;
424 step = LoadFuncSymbols(cur_list, lists + nstab - 1, stabstr,
  /libcore/jsr166-tests/src/test/java/jsr166/
CopyOnWriteArrayListTest.java 177 * lists with same elements are equal and have same hashCode
534 List[] lists = { c, c.subList(1, c.size() - 1) }; local
535 for (List list : lists) {
548 List[] lists = { c, c.subList(1, c.size() - 1) }; local
549 for (List list : lists) {
562 List[] lists = { c, c.subList(1, c.size() - 1) }; local
563 for (List list : lists) {
576 List[] lists = { c, c.subList(1, c.size() - 1) }; local
577 for (List list : lists) {
590 List[] lists = { c, c.subList(1, c.size() - 1) } local
604 List[] lists = { c, c.subList(1, c.size() - 1) }; local
618 List[] lists = { c, c.subList(1, c.size() - 1) }; local
632 List[] lists = { c, c.subList(1, c.size() - 1) }; local
646 List[] lists = { c, c.subList(1, c.size() - 1) }; local
660 List[] lists = { c, c.subList(1, c.size() - 1) }; local
674 List[] lists = { c, c.subList(1, c.size() - 1) }; local
688 List[] lists = { c, c.subList(1, c.size() - 1) }; local
702 List[] lists = { c, c.subList(1, c.size() - 1) }; local
716 List[] lists = { c, c.subList(1, c.size() - 1) }; local
731 List[] lists = { c, c.subList(1, c.size() - 1) }; local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 378 IImageList[] lists = new IImageList[length]; local
381 lists[i] = createImageList(data.mInclude, data.mBucketId,
386 if (lists[i].isEmpty()) continue;
389 // lists[i-3] is the corresponding Camera Images/Camera Videos.
392 if (i >= 3 && lists[i].getCount() == lists[i - 3].getCount()) {
399 lists[i]);
552 // IMAGE_LIST_DATA stores the parameters for the four image lists
753 // image lists created by createImageList() are collected in mAllLists.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 326 List<List<ViewElementDescriptor>> lists = new ArrayList<List<ViewElementDescriptor>>(2); local
328 lists.add(layoutDescriptors.getViewDescriptors());
329 lists.add(layoutDescriptors.getLayoutDescriptors());
335 for (List<ViewElementDescriptor> list : lists) {
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1130 lists = list variable
    [all...]
  /external/selinux/libsepol/cil/src/
cil_policy.c 76 struct cil_list **lists; local
79 lists = (struct cil_list **)extra_args;
175 cil_list_append(lists[kind], node->flavor, node->data);
181 static void cil_gather_statements(struct cil_tree_node *start, struct cil_list *lists[])
183 cil_tree_walk(start, __cil_gather_statements_helper, NULL, NULL, lists);
1887 struct cil_list *lists[CIL_LIST_NUM_LISTS]; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1130 lists = list variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1130 lists = list variable
    [all...]
  /prebuilts/devtools/tools/lib/
lint-tests.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha2/
lint-tests-24.3.0-alpha2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha3/
lint-tests-24.3.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha4/
lint-tests-24.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha5/
lint-tests-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta1/
lint-tests-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta2/
lint-tests-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta3/
lint-tests-24.3.0-beta3.jar 

Completed in 3163 milliseconds

1 2 3 4 5 6 7 8 910