Searched defs:list_type (Results 1 - 9 of 9) sorted by relevance

/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<std::unique_ptr<GCFunctionInfo>> list_type; typedef in class:llvm::GCStrategy
58 typedef list_type::iterator iterator;
65 list_type Functions;
H A DGCMetadata.h168 typedef std::vector<std::unique_ptr<GCStrategy>> list_type; typedef in class:llvm::GCModuleInfo
172 list_type StrategyList;
178 typedef list_type::const_iterator iterator;
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager_unittest.cc21 bool RunSBHashTest(const safe_browsing_util::ListType list_type,
30 const safe_browsing_util::ListType list_type,
44 list_type,
29 RunSBHashTest( const safe_browsing_util::ListType list_type, const std::vector<SBThreatType>& expected_threats, const std::string& result_list) argument
H A Ddatabase_manager.cc109 SBThreatType GetThreatTypeFromListType(safe_browsing_util::ListType list_type) { argument
110 switch (list_type) {
120 DVLOG(1) << "Unknown safe browsing list id " << list_type;
/external/clang/include/clang/Driver/
H A DJob.h126 typedef SmallVector<Job*, 4> list_type; typedef in class:clang::driver::JobList
127 typedef list_type::size_type size_type;
128 typedef list_type::iterator iterator;
129 typedef list_type::const_iterator const_iterator;
132 list_type Jobs;
147 const list_type &getJobs() const { return Jobs; }
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.cc121 ListType list_type,
124 list_type_(list_type),
119 NetworkStateListDetailedView( SystemTrayItem* owner, ListType list_type, user::LoginStatus login) argument
/external/openssl/apps/
H A Dopenssl.c527 int list_type; local
531 list_type = FUNC_TYPE_GENERAL;
533 list_type = FUNC_TYPE_MD;
535 list_type = FUNC_TYPE_MD_ALG;
537 list_type = FUNC_TYPE_PKEY;
539 list_type = FUNC_TYPE_CIPHER_ALG;
541 list_type = FUNC_TYPE_CIPHER;
553 if (list_type == FUNC_TYPE_PKEY)
555 if (list_type == FUNC_TYPE_MD_ALG)
557 if (list_type
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py10 list_type=object, tuple_type=object, set_type=object, dict_type=object,
31 from Builtin import list_type, tuple_type, set_type, dict_type, type_type, \
2237 if self.sequence.type is list_type or \
2326 is_builtin_sequence = sequence_type is list_type or \
2341 if sequence_type is list_type:
2426 elif sequence_type is list_type:
2797 basestring_type, list_type, tuple_type):
2839 bytearray_type, list_type, tuple_type):
2869 elif base_type in (tuple_type, list_type):
3138 and (base_type in (list_type, tuple_typ
32 unicode_type, str_type, bytes_type, bytearray_type, basestring_type, slice_type namespace
[all...]

Completed in 313 milliseconds