Searched refs:type_list (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp10 template<typename... Types> struct type_list;
22 template<typename... Ts, template<typename> class... Funs> struct tl_map<type_list<Ts...>, Funs...> {
23 typedef type_list<typename C<Ts, Funs...>::type...> type;
39 template<typename Arg0> rvalue_builder< type_list<Arg0> > on(const Arg0& ) ;
/external/chromium_org/ppapi/proxy/
H A Dfile_chooser_resource.cc81 std::vector<std::string> type_list;
82 base::SplitString(input, ',', &type_list);
83 output->reserve(type_list.size());
85 for (size_t i = 0; i < type_list.size(); ++i) {
86 std::string type = type_list[i];
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_finder.py151 type_list = set([browser.browser_type for browser in browsers])
152 type_list = list(type_list)
153 type_list.sort()
154 return type_list
/external/lldb/test/python_api/type/
H A DTestTypeList.py66 type_list = target.FindTypes('Task')
68 print "Size of type_list from target.FindTypes('Task') query: %d" % type_list.GetSize()
69 self.assertTrue(len(type_list) >= 1) # a second Task make be scared up by the Objective-C runtime
70 for type in type_list:
/external/lldb/source/API/
H A DSBCompileUnit.cpp175 TypeList type_list; local
176 vendor->GetTypes (m_opaque_ptr, type_mask, type_list);
177 sb_type_list.m_opaque_ap->Append(type_list);
H A DSBModule.cpp532 TypeList type_list; local
539 type_list);
545 TypeSP type_sp (type_list.GetTypeAtIndex(idx));
572 TypeList type_list; local
573 vendor->GetTypes (NULL, type_mask, type_list);
574 sb_type_list.m_opaque_ap->Append(type_list);
/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool_test_util.h99 void set_client_socket_types(ClientSocketType* type_list, int num_types);
H A Dtransport_client_socket_pool_test_util.cc415 ClientSocketType* type_list,
418 client_socket_types_ = type_list;
414 set_client_socket_types( ClientSocketType* type_list, int num_types) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_message_handler.cc120 scoped_ptr<base::ListValue> type_list(new base::ListValue());
124 type_list->Append(new base::StringValue(ModelTypeToString(it.Get())));
126 event_details.Set("types", type_list.release());
/external/lldb/include/lldb/Symbol/
H A DType.h467 AppendVisitor(TypeListImpl &type_list) : argument
468 m_type_list(type_list)
483 Append (const lldb_private::TypeList &type_list);
H A DSymbolFile.h145 lldb_private::TypeList &type_list) = 0;
H A DSymbolVendor.h159 TypeList &type_list);
/external/chromium_org/third_party/freetype/src/base/
H A Dftrfork.c60 FT_Long type_list; local
121 if ( FT_READ_USHORT( type_list ) )
123 if ( type_list == -1 )
126 error = FT_Stream_Seek( stream, map_pos + type_list );
130 *map_offset = map_pos + type_list;
/external/freetype/src/base/
H A Dftrfork.c61 FT_Long type_list; local
122 if ( FT_READ_USHORT( type_list ) )
124 if ( type_list == -1 )
127 error = FT_Stream_Seek( stream, map_pos + type_list );
131 *map_offset = map_pos + type_list;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftrfork.c60 FT_Long type_list; local
121 if ( FT_READ_USHORT( type_list ) )
123 if ( type_list == -1 )
126 error = FT_Stream_Seek( stream, map_pos + type_list );
130 *map_offset = map_pos + type_list;
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp406 TypeList type_list; local
512 type_list);
515 if (type_list.GetSize() == 0)
521 type_list);
524 if (type_list.GetSize() == 0 && lookup_type_name.GetCString() && *lookup_type_name.GetCString() == '$')
535 if (type_list.GetSize() == 0)
545 TypeSP type_sp (type_list.GetTypeAtIndex(0));
/external/chromium_org/ppapi/generators/
H A Didl_node.py306 type_list = self.typelist.GetReleases()
307 for typenode in type_list:
312 type_node = type_list[0]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_interface.py630 assert all(len(type_list) == type_list_length for type_list in type_lists)
670 distinguishing_argument_type_names = [type_list[index]
671 for type_list in type_lists]
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h108 lldb_private::TypeList &type_list);
H A DSymbolFileSymtab.cpp64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeList &type_list) argument
/external/lldb/source/Symbol/
H A DType.cpp39 TypeAppendVisitor(TypeListImpl &type_list) : argument
40 m_type_list(type_list)
56 TypeListImpl::Append (const lldb_private::TypeList &type_list) argument
59 type_list.ForEach(cb);
H A DSymbolVendor.cpp351 lldb_private::TypeList &type_list)
358 return m_sym_file_ap->GetTypes (sc_scope, type_mask, type_list);
349 GetTypes(SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeList &type_list) argument
/external/lldb/include/lldb/Core/
H A DModule.h445 /// @param[out] type_list
449 /// The number of matches added to \a type_list.
479 /// @param[out] type_list
483 /// The number of matches added to \a type_list.
490 TypeList& type_list);
/external/lldb/source/Core/
H A DModule.cpp778 TypeList& type_list)
781 return FindTypes_Impl(sc, type_name, namespace_decl, append, max_matches, type_list);
789 TypeList type_list; local
790 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list);
792 return type_list.GetTypeAtIndex(0);
774 FindTypesInNamespace(const SymbolContext& sc, const ConstString &type_name, const ClangNamespaceDecl *namespace_decl, size_t max_matches, TypeList& type_list) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1143 TypeList &type_list)
1150 uint32_t initial_size = type_list.GetSize();
1162 oso_dwarf->GetTypes (sc_scope, type_mask, type_list);
1170 oso_dwarf->GetTypes (sc_scope, type_mask, type_list);
1173 return type_list.GetSize() - initial_size;
1141 GetTypes(SymbolContextScope *sc_scope, uint32_t type_mask, TypeList &type_list) argument

Completed in 747 milliseconds

12