Searched refs:type_name (Results 1 - 25 of 106) sorted by relevance

12345

/external/lldb/source/API/
H A DSBTypeCategory.cpp295 SBTypeCategory::AddTypeFormat (SBTypeNameSpecifier type_name, argument
301 if (!type_name.IsValid())
307 if (type_name.IsRegex())
310 DataVisualization::ValueFormats::Add(ConstString(type_name.GetName()), format.GetSP());
316 SBTypeCategory::DeleteTypeFormat (SBTypeNameSpecifier type_name) argument
321 if (!type_name.IsValid())
324 if (type_name.IsRegex())
327 return DataVisualization::ValueFormats::Delete(ConstString(type_name.GetName()));
332 SBTypeCategory::AddTypeSummary (SBTypeNameSpecifier type_name, argument
338 if (!type_name
388 DeleteTypeSummary(SBTypeNameSpecifier type_name) argument
403 AddTypeFilter(SBTypeNameSpecifier type_name, SBTypeFilter filter) argument
424 DeleteTypeFilter(SBTypeNameSpecifier type_name) argument
440 AddTypeSynthetic(SBTypeNameSpecifier type_name, SBTypeSynthetic synth) argument
495 DeleteTypeSynthetic(SBTypeNameSpecifier type_name) argument
[all...]
/external/eigen/test/eigen2/
H A Deigen2_prec_inverse_4x4.cpp14 template<typename T> std::string type_name() { return "other"; } function
15 template<> std::string type_name<float>() { return "float"; } function
16 template<> std::string type_name<double>() { return "double"; } function
17 template<> std::string type_name<int>() { return "int"; } function
18 template<> std::string type_name<std::complex<float> >() { return "complex<float>"; } function
19 template<> std::string type_name<std::complex<double> >() { return "complex<double>"; } function
20 template<> std::string type_name<std::complex<int> >() { return "complex<int>"; } function
66 std::cerr << "inverse_general_4x4, Scalar = " << type_name<Scalar>() << std::endl;
/external/lldb/source/DataFormatters/
H A DCF.cpp72 ConstString type_name(valobj.GetTypeName());
73 if (type_name == ConstString("__CFBag") || type_name == ConstString("const struct __CFBag"))
136 ConstString type_name(valobj.GetTypeName());
137 if (type_name == ConstString("__CFMutableBitVector") || type_name == ConstString("__CFBitVector") || type_name == ConstString("CFMutableBitVectorRef") || type_name == ConstString("CFBitVectorRef"))
266 ConstString type_name(valobj.GetTypeName());
267 if (type_name
[all...]
H A DTypeCategory.cpp182 TypeCategoryImpl::AnyMatches(ConstString type_name, argument
199 if (m_summary_nav->Get(type_name, summary))
210 if (m_regex_summary_nav->Get(type_name, summary))
221 if (m_filter_nav->Get(type_name, filter))
232 if (m_regex_filter_nav->Get(type_name, filter))
244 if (m_synth_nav->Get(type_name, synth))
255 if (m_regex_synth_nav->Get(type_name, synth))
/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp36 Add (ConstString& type_name, argument
39 m_impl.Insert(type_name.AsCString(), type_equivalent);
43 FindExactMatches (ConstString& type_name, argument
49 for (ImplData match = m_impl.FindFirstValueForName(type_name.AsCString());
66 FindPartialMatches (ConstString& type_name, argument
72 const char* type_name_cstr = type_name.AsCString();
220 CPPLanguageRuntime::FindEquivalentNames(ConstString type_name, std::vector<ConstString>& equivalents) argument
222 uint32_t count = GetEquivalentsMap().FindExactMatches(type_name, equivalents);
226 && (strchr(type_name.AsCString(), '<') != NULL // we should only have partial matches when templates are involved, check that we have
227 && strchr(type_name
[all...]
/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py22 type_name = None variable in class:ComponentInfo
82 if self.type_name == 'TargetGroup':
95 type_name = 'Group' variable in class:GroupComponentInfo
110 """ % (self.type_name, self.name, self.parent)
113 type_name = 'Library' variable in class:LibraryComponentInfo
162 """ % (self.type_name, self.name, self.parent)
199 type_name = "OptionalLibrary" variable in class:OptionalLibraryComponentInfo
213 type_name = 'LibraryGroup' variable in class:LibraryGroupComponentInfo
248 """ % (self.type_name, self.name, self.parent)
261 type_name variable in class:TargetGroupComponentInfo
338 type_name = 'Tool' variable in class:ToolComponentInfo
370 type_name = 'BuildTool' variable in class:BuildToolComponentInfo
[all...]
H A Dmain.py198 print('%s%-40s (%s)' % (' '*depth, node.name, node.type_name))
327 if c.type_name == 'OptionalLibrary' \
337 if c.type_name not in ('Library', 'OptionalLibrary', \
346 if c.type_name == 'Library' or c.type_name == 'OptionalLibrary':
442 assert ci.type_name in ('Library', 'OptionalLibrary', 'LibraryGroup', 'TargetGroup')
449 if dep.type_name == 'Library' or dep.type_name == 'OptionalLibrary':
455 if dep.type_name in ('LibraryGroup', 'TargetGroup'):
574 if ci.type_name
[all...]
/external/skia/include/core/
H A DSkPostConfig.h103 # define SkNEW(type_name) (new type_name)
104 # define SkNEW_ARGS(type_name, args) (new type_name args)
105 # define SkNEW_ARRAY(type_name, count) (new type_name[(count)])
106 # define SkNEW_PLACEMENT(buf, type_name) (new (buf) type_name)
107 # define SkNEW_PLACEMENT_ARGS(buf, type_name, args) (new (buf) type_name arg
[all...]
H A DSkTLazy.h125 #define SkNEW_IN_TLAZY(tlazy_ptr, type_name, args) (new (tlazy_ptr) type_name args)
/external/bison/src/
H A Dsymlist.c64 symbol_list_type_new (uniqstr type_name, location loc) argument
69 res->content.type_name = type_name;
215 return l->content.sym->type_name;
235 semantic_type_get (node->content.type_name), destructor);
256 semantic_type_get (node->content.type_name), printer);
H A Dsymlist.h49 uniqstr type_name; member in union:symbol_list::__anon389
88 /** Create a list containing \c type_name at \c loc. */
89 symbol_list *symbol_list_type_new (uniqstr type_name, location loc);
H A Dsymtab.c77 res->type_name = NULL;
133 SYMBOL_ATTR_PRINT (type_name);
177 symbol_type_set (symbol *sym, uniqstr type_name, location loc) argument
179 if (type_name)
181 if (sym->type_name)
183 uniqstr_assert (type_name);
184 sym->type_name = type_name;
229 if (sym->type_name)
232 &semantic_type_get (sym->type_name)
[all...]
H A Dscan-code.l49 static char *fetch_type_name (char *cp, char const **type_name,
268 const char *type_name = NULL;
269 fetch_type_name (yytext + 1, &type_name, *loc)[-1] = 0;
271 obstack_quote (&obstack_for_string, type_name);
687 fetch_type_name (char *cp, char const **type_name,
692 *type_name = ++cp;
717 char const *type_name = NULL;
735 cp = fetch_type_name (cp, &type_name, dollar_loc);
740 /* End type_name. */
741 if (type_name)
[all...]
H A Dsymtab.h65 Beware that this is the type_name as was entered by the user,
67 Therefore, when outputting type_name to M4, be sure to escape it
69 uniqstr type_name; member in struct:symbol
138 /** Set the \c type_name associated with \c sym.
140 Do nothing if passed 0 as \c type_name. */
141 void symbol_type_set (symbol *sym, uniqstr type_name, location loc);
H A Dreader.c296 if (!r->action_props.code && r->content.sym->type_name)
302 char const *lhs_type = r->content.sym->type_name;
304 first_rhs->type_name ? first_rhs->type_name : "";
520 record_merge_function_type (p->merger, p->content.sym->type_name,
/external/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py99 for (type_name, type_size, integer) in basic_types:
102 tn.name = type_name
191 def set_base_type(self, type_name, signed, unsigned, const, extra_types):
192 te = type_expression.built_in_types.find_type( type_name )
194 te = extra_types.find_type( type_name )
197 raise RuntimeError('Unknown base type "%s".' % (type_name))
H A Dgl_x86-64_asm.py225 type_name = p.get_base_type_string()
227 if p.is_pointer() or (type_name != "GLfloat" and type_name != "GLdouble"):
/external/parameter-framework/test/functional-tests/PfwTestCase/Types/
H A DtFP16_Q0_15.py64 self.type_name = "FP16_Q0.15"
90 log.I("Setting %s to value %s" % (self.type_name, value))
124 log.I("Setting %s to value %s" % (self.type_name, value))
159 log.I("Setting %s to value %s" % (self.type_name, value))
189 log.I("Setting %s to value %s" % (self.type_name, value))
225 log.I("Setting %s to value %s" % (self.type_name, value))
H A DtFP8_Q0_7.py65 self.type_name = "FP8_Q0.7"
91 log.I("Setting %s to value %s" % (self.type_name, value))
129 log.I("Setting %s to value %s" % (self.type_name, value))
168 log.I("Setting %s to value %s" % (self.type_name, value))
201 log.I("Setting %s to value %s" % (self.type_name, value))
239 log.I("Setting %s to value %s" % (self.type_name, value))
H A DtFP8_Q3_4.py64 self.type_name = "FP8_Q3.4"
90 log.I("Setting %s to value %s" % (self.type_name, value))
128 log.I("Setting %s to value %s" % (self.type_name, value))
166 log.I("Setting %s to value %s" % (self.type_name, value))
199 log.I("Setting %s to value %s" % (self.type_name, value))
238 log.I("Setting %s to value %s" % (self.type_name, value))
H A DtFP8_Q7_0.py64 self.type_name = "FP8_Q7.0"
90 log.I("Setting %s to value %s" % (self.type_name, value))
128 log.I("Setting %s to value %s" % (self.type_name, value))
167 log.I("Setting %s to value %s" % (self.type_name, value))
199 log.I("Setting %s to value %s" % (self.type_name, value))
238 log.I("Setting %s to value %s" % (self.type_name, value))
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dtrace-event-listener.rb54 @adaptor.text_of( tree ), @adaptor.type_name( tree ), @adaptor.type_of( tree )
59 @adaptor.text_of( tree ), @adaptor.type_name( tree ), @adaptor.type_of( tree )
69 @adaptor.text_of( tree ), @adaptor.type_name( tree ), @adaptor.type_of( tree )
72 @adaptor.type_of( tree ), @adaptor.type_name( tree ), @adaptor.type_of( tree )
/external/skia/src/core/
H A DSkTLList.h25 SkNEW_INSERT_IN_LLIST_BEFORE(list, location, type_name, args)
26 SkNEW_INSERT_IN_LLIST_AFTER(list, location, type_name, args)
27 where list is a SkTLList<type_name>*, location is an iterator, and args is the paren-surrounded
28 constructor arguments for type_name. These macros behave like addBefore() and addAfter().
391 #define SkNEW_INSERT_IN_LLIST_BEFORE(list, location, type_name, args) \
392 (new ((list), SkTLList< type_name >::kBefore_Placement, (location)) type_name args)
394 #define SkNEW_INSERT_IN_LLIST_AFTER(list, location, type_name, args) \
395 (new ((list), SkTLList< type_name >::kAfter_Placement, (location)) type_name arg
[all...]
/external/skia/src/gpu/
H A DGrTRecorder.h387 #define GrNEW_APPEND_TO_RECORDER(recorder, type_name, args) \
388 (new (recorder, GrTRecorderAllocWrapper<type_name>()) type_name args)
390 #define GrNEW_APPEND_WITH_DATA_TO_RECORDER(recorder, type_name, args, size_of_data) \
391 (new (recorder, GrTRecorderAllocWrapper<type_name>(recorder, size_of_data)) type_name args)
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor_pool.py387 if field_proto.type_name:
388 type_name = field_proto.type_name
389 if type_name not in scope:
390 type_name = '.' + type_name
391 desc = scope[type_name]

Completed in 654 milliseconds

12345