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

1 2

  /cts/tests/webgl/res/raw/
extract_webgl_tests.py 24 lists = [] variable
25 lists.append(top_list)
40 while not len(lists) == 0:
41 lists2 = lists
42 lists = [] variable
52 # Append lists and tests found in this list.
54 lists.extend([ line for line in lines if "00_test_list.txt" in line ])
  /external/qemu/util/
qemu-config.c 470 static QemuOptsList *find_list(QemuOptsList **lists, const char *group)
474 for (i = 0; lists[i] != NULL; i++) {
475 if (strcmp(lists[i]->name, group) == 0)
478 if (lists[i] == NULL) {
481 return lists[i];
586 QemuOptsList **lists = vm_config_groups; local
590 for (i = 0; lists[i] != NULL; i++) {
591 data.list = lists[i];
596 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname)
617 list = find_list(lists, group)
    [all...]
  /external/smack/src/org/jivesoftware/smack/
PrivacyListManager.java 33 * <li>Retrieve privacy lists.
34 * <li>Add, remove, and edit privacy lists.
35 * <li>Set, change, or decline active lists.
127 // Notifies the created or updated privacy lists
324 * @return an array of privacy lists.
330 PrivacyList[] lists = new PrivacyList[names.size()]; local
337 lists[index] = new PrivacyList(isActiveList, isDefaultList,
341 return lists;
362 * Client declines the use of active lists.
393 * Client declines the use of default lists.
    [all...]
  /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/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/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 787 std::vector<SBListChunkRanges> lists; local
791 if (database_->UpdateStarted(&lists)) {
800 this, lists, database_error, callback));
804 const std::vector<SBListChunkRanges>& lists, bool database_error,
808 callback.Run(lists, database_error);
    [all...]
safe_browsing_database_unittest.cc 274 void GetListsInfo(std::vector<SBListChunkRanges>* lists) {
275 lists->clear();
276 ASSERT_TRUE(database_->UpdateStarted(lists));
311 std::vector<SBListChunkRanges> lists; local
318 ASSERT_TRUE(database_->UpdateStarted(&lists));
322 GetListsInfo(&lists);
323 ASSERT_LE(1U, lists.size());
324 EXPECT_EQ(safe_browsing_util::kMalwareList, lists[0].name);
325 EXPECT_EQ("1-3", lists[0].adds);
326 EXPECT_TRUE(lists[0].subs.empty())
393 std::vector<SBListChunkRanges> lists; local
458 std::vector<SBListChunkRanges> lists; local
687 std::vector<SBListChunkRanges> lists; local
783 std::vector<SBListChunkRanges> lists; local
843 std::vector<SBListChunkRanges> lists; local
1058 std::vector<SBListChunkRanges> lists; local
1130 std::vector<SBListChunkRanges> lists; local
1261 std::vector<SBListChunkRanges> lists; local
1416 std::vector<SBListChunkRanges> lists; local
1493 std::vector<SBListChunkRanges> lists; local
1543 std::vector<SBListChunkRanges> lists; local
1598 std::vector<SBListChunkRanges> lists; local
1653 std::vector<SBListChunkRanges> lists; local
1793 std::vector<SBListChunkRanges> lists; local
1938 std::vector<SBListChunkRanges> lists; local
2005 std::vector<SBListChunkRanges> lists; local
2071 std::vector<SBListChunkRanges> lists; 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1130 lists = list variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 

Completed in 1276 milliseconds

1 2