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

  /external/qemu/
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/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 257 void GetListsInfo(std::vector<SBListChunkRanges>* lists) {
258 lists->clear();
259 EXPECT_TRUE(database_->UpdateStarted(lists));
301 std::vector<SBListChunkRanges> lists; local
302 EXPECT_TRUE(database_->UpdateStarted(&lists));
320 GetListsInfo(&lists);
321 EXPECT_TRUE(lists[0].name == safe_browsing_util::kMalwareList);
322 EXPECT_EQ(lists[0].adds, "1-3");
323 EXPECT_TRUE(lists[0].subs.empty());
332 EXPECT_TRUE(database_->UpdateStarted(&lists));
401 std::vector<SBListChunkRanges> lists; local
465 std::vector<SBListChunkRanges> lists; local
728 std::vector<SBListChunkRanges> lists; local
822 std::vector<SBListChunkRanges> lists; local
881 std::vector<SBListChunkRanges> lists; local
1079 std::vector<SBListChunkRanges> lists; local
1160 std::vector<SBListChunkRanges> lists; local
1278 std::vector<SBListChunkRanges> lists; local
1367 std::vector<SBListChunkRanges> lists; local
1474 std::vector<SBListChunkRanges> lists; local
1501 std::vector<SBListChunkRanges> lists; local
    [all...]
safe_browsing_service.cc 744 std::vector<SBListChunkRanges> lists; local
748 if (database_->UpdateStarted(&lists)) {
757 this, &SafeBrowsingService::OnGetAllChunksFromDatabase, lists,
762 const std::vector<SBListChunkRanges>& lists, bool database_error) {
765 protocol_manager_->OnGetChunksComplete(lists, database_error);
    [all...]
  /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);
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceRepository.java 617 Collection<List<ResourceItem>> lists = mResourceMap.values(); local
618 for (List<ResourceItem> list : lists) {
  /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 319 List<List<ViewElementDescriptor>> lists = new ArrayList<List<ViewElementDescriptor>>(2); local
321 lists.add(layoutDescriptors.getViewDescriptors());
322 lists.add(layoutDescriptors.getLayoutDescriptors());
328 for (List<ViewElementDescriptor> list : lists) {
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
IconDetector.java 497 List<List<File>> lists = new ArrayList<List<File>>(); local
502 lists.add(sorted);
505 Collections.sort(lists, new Comparator<List<File>>() {
512 for (List<File> sameFiles : lists) {
    [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 
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
  /external/zxing/core/
core.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 387 milliseconds