Searched refs:list_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_list.h18 typedef std::vector<AutomationProvider*> list_type; typedef in class:AutomationProviderList
19 typedef list_type::iterator iterator;
20 typedef list_type::const_iterator const_iterator;
43 list_type automation_providers_;
/external/clang/include/clang/Driver/
H A DJob.h84 typedef SmallVector<Job*, 4> list_type; typedef in class:clang::driver::JobList
85 typedef list_type::size_type size_type;
86 typedef list_type::iterator iterator;
87 typedef list_type::const_iterator const_iterator;
90 list_type Jobs;
102 const list_type &getJobs() const { return Jobs; }
/external/llvm/include/llvm/CodeGen/
H A DGCMetadataPrinter.h39 typedef GCStrategy::list_type list_type; typedef in class:llvm::GCMetadataPrinter
H A DGCStrategy.h57 typedef std::vector<GCFunctionInfo*> list_type; typedef in class:llvm::GCStrategy
58 typedef list_type::iterator iterator;
65 list_type Functions;
H A DGCMetadata.h166 typedef std::vector<GCStrategy*> list_type; typedef in class:llvm::GCModuleInfo
170 list_type StrategyList;
176 typedef list_type::const_iterator iterator;
/external/openssl/apps/
H A Dopenssl.c526 int list_type; local
530 list_type = FUNC_TYPE_GENERAL;
532 list_type = FUNC_TYPE_MD;
534 list_type = FUNC_TYPE_MD_ALG;
536 list_type = FUNC_TYPE_PKEY;
538 list_type = FUNC_TYPE_CIPHER_ALG;
540 list_type = FUNC_TYPE_CIPHER;
552 if (list_type == FUNC_TYPE_PKEY)
554 if (list_type == FUNC_TYPE_MD_ALG)
556 if (list_type
[all...]
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
H A Dmarkdown.php1004 $list_type = preg_match("/$marker_ul_re/", $matches[3]) ? "ul" : "ol"; variable
1006 $marker_any_re = ( $list_type == "ul" ? $marker_ul_re : $marker_ol_re );
1011 $result = $this->hashBlock("<$list_type>\n" . $result . "</$list_type>");

Completed in 325 milliseconds