HomeSort by relevance Sort by last modified time
    Searched refs:type_list (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/test/SemaCXX/
crash-lambda-12645424.cpp 10 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/
file_chooser_resource.cc 81 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/
browser_finder.py 151 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/
TestTypeList.py 66 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/
SBCompileUnit.cpp 175 TypeList type_list; local
176 vendor->GetTypes (m_opaque_ptr, type_mask, type_list);
177 sb_type_list.m_opaque_ap->Append(type_list);
SBModule.cpp 532 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/
transport_client_socket_pool_test_util.h 99 void set_client_socket_types(ClientSocketType* type_list, int num_types);
transport_client_socket_pool_test_util.cc 415 ClientSocketType* type_list,
418 client_socket_types_ = type_list;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
except.h 106 tree type_list; variable
108 /* A TREE_LIST of INTEGER_CSTs that correspond to the type_list entries,
146 tree type_list; member in struct:eh_region_u::eh_region_u_allowed
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_message_handler.cc 120 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/
Type.h 467 AppendVisitor(TypeListImpl &type_list) :
468 m_type_list(type_list)
483 Append (const lldb_private::TypeList &type_list);
SymbolFile.h 145 lldb_private::TypeList &type_list) = 0;
SymbolVendor.h 159 TypeList &type_list);
  /external/chromium_org/third_party/freetype/src/base/
ftrfork.c 60 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/
ftrfork.c 61 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/
ftrfork.c 60 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/
CommandObjectMemory.cpp 406 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));
    [all...]
  /external/chromium_org/ppapi/generators/
idl_node.py 306 type_list = self.typelist.GetReleases()
307 for typenode in type_list:
312 type_node = type_list[0]
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.h 108 lldb_private::TypeList &type_list);
SymbolFileSymtab.cpp 64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeList &type_list)
  /external/lldb/source/Symbol/
Type.cpp 39 TypeAppendVisitor(TypeListImpl &type_list) :
40 m_type_list(type_list)
56 TypeListImpl::Append (const lldb_private::TypeList &type_list)
59 type_list.ForEach(cb);
SymbolVendor.cpp 351 lldb_private::TypeList &type_list)
358 return m_sym_file_ap->GetTypes (sc_scope, type_mask, type_list);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_interface.py 630 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]
    [all...]
  /external/lldb/include/lldb/Core/
Module.h 445 /// @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);
    [all...]
  /external/lldb/source/Core/
Module.cpp 778 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);
    [all...]

Completed in 3731 milliseconds

1 2