HomeSort by relevance Sort by last modified time
    Searched refs:list_type (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/automation/
automation_provider_list.h 18 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/
Job.h 84 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/
GCMetadataPrinter.h 39 typedef GCStrategy::list_type list_type; typedef in class:llvm::GCMetadataPrinter
GCStrategy.h 57 typedef std::vector<GCFunctionInfo*> list_type; typedef in class:llvm::GCStrategy
58 typedef list_type::iterator iterator;
65 list_type Functions;
GCMetadata.h 166 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/
openssl.c 526 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 == FUNC_TYPE_CIPHER_ALG
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 1004 $list_type = preg_match("\/$marker_ul_re\/", $matches[3]) ? "ul" : "ol"; variable
    [all...]

Completed in 4118 milliseconds