Home
last modified time | relevance | path

Searched refs:GetName (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/external/chromium_org/base/threading/
Dthread_id_name_manager_unittest.cc27 EXPECT_STREQ(kAThread, manager->GetName(thread_a.thread_id())); in TEST_F()
28 EXPECT_STREQ(kBThread, manager->GetName(thread_b.thread_id())); in TEST_F()
44 EXPECT_STREQ(kAThread, manager->GetName(thread_a.thread_id())); in TEST_F()
47 EXPECT_STREQ("", manager->GetName(thread_a.thread_id())); in TEST_F()
56 EXPECT_STREQ(kAThread, manager->GetName(a_id)); in TEST_F()
60 EXPECT_STREQ("", manager->GetName(a_id)); in TEST_F()
61 EXPECT_STREQ(kAThread, manager->GetName(thread_a.thread_id())); in TEST_F()
70 std::string version = manager->GetName(a_id); in TEST_F()
73 EXPECT_NE(version, manager->GetName(a_id)); in TEST_F()
82 std::string version = manager->GetName(a_id); in TEST_F()
[all …]
/external/lldb/source/API/
DSBTypeCategory.cpp77 SBTypeCategory::GetName() in GetName() function in SBTypeCategory
81 return m_opaque_sp->GetName(); in GetName()
165 m_opaque_sp->GetRegexFilterNavigator()->GetExact(ConstString(spec.GetName()), children_sp); in GetFilterForType()
167 m_opaque_sp->GetFilterNavigator()->GetExact(ConstString(spec.GetName()), children_sp); in GetFilterForType()
189 return SBTypeFormat(DataVisualization::ValueFormats::GetFormat(ConstString(spec.GetName()))); in GetFormatForType()
205 m_opaque_sp->GetRegexSummaryNavigator()->GetExact(ConstString(spec.GetName()), summary_sp); in GetSummaryForType()
207 m_opaque_sp->GetSummaryNavigator()->GetExact(ConstString(spec.GetName()), summary_sp); in GetSummaryForType()
229 … m_opaque_sp->GetRegexSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp); in GetSyntheticForType()
231 m_opaque_sp->GetSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp); in GetSyntheticForType()
310 DataVisualization::ValueFormats::Add(ConstString(type_name.GetName()), format.GetSP()); in AddTypeFormat()
[all …]
DSBTypeNameSpecifier.cpp57 SBTypeNameSpecifier::GetName () in GetName() function in SBTypeNameSpecifier
62 return m_opaque_sp->GetName(); in GetName()
91 description.Printf("SBTypeNameSpecifier(%s,%s)", GetName(), IsRegex() ? "regex" : "plain"); in GetDescription()
121 if (GetName() == NULL || rhs.GetName() == NULL) in IsEqualTo()
124 return (strcmp(GetName(), rhs.GetName()) == 0); in IsEqualTo()
/external/chromium_org/ppapi/generators/
Didl_c_proto.py45 comment = node.GetName()
225 name = node.GetName()
241 name = node.GetName()
285 name = CGen.RemapName.get(typeref.GetName(), None)
286 if name is None: name = typeref.GetName()
297 name = 'union %s%s' % (prefix, typeref.GetName())
299 name = 'struct %s%s' % (prefix, typeref.GetName())
310 name = 'enum %s%s%s' % (prefix, typeref.GetName(), ver)
312 name = '%s%s%s' % (prefix, typeref.GetName(), ver)
360 if node.GetName() in CGen.TypeMap:
[all …]
Didl_c_header.py44 nodelist = self.struct_map.get(typeref.GetName(), [])
46 self.struct_map[typeref.GetName()] = nodelist
51 nodelist = self.struct_map.get(typeref.GetName(), [])
53 self.interface_map[typeref.GetName()] = nodelist
109 if node.GetName() == 'cc':
112 elif not node.GetName() == 'c':
125 name = '%s%s' % (pref, node.GetName())
163 (t.GetName(), node.GetName()))
180 if node.GetName() in type_whitelist:
185 'See http://crbug.com/233439' % node.GetName())
[all …]
Didl_thunk.py119 api_name = _StripApiName(interface.GetName()) + '_API'
155 parts = interface.GetName().split('_')[1:]
166 return node.GetName() == 'Is%s' % _GetShortName(interface, ['Dev', 'Private'])
270 return 'return %s::%s();' % (_StripApiName(node.GetName()) + '_Shared',
271 member.GetName())
292 return 'return %s::%s(%s);' % (_StripApiName(node.GetName()) + '_Shared',
293 member.GetName(),
296 function_name = member.GetName()
363 log_body = '\"%s::%s()\";' % (node.GetName(), member.GetName())
374 elif member.GetName() == 'Create' or member.GetName() == 'CreateTrusted':
[all …]
Didl_gen_wrapper.py22 name = iface.node.GetName()
214 filenode.GetName())
217 file_name = self.GetHeaderName(filenode.GetName())
257 return '%s_%s_%s_' % (self.wrapper_prefix, release, iface.GetName())
330 if iface.node.GetName().startswith('PPB_'):
338 methods.append(' .%s = %s&%s%s' % (member.GetName(),
341 member.GetName()))
/external/lldb/source/Expression/
DMaterializer.cpp93 …ldn't allocate a memory area to store %s: %s", m_persistent_variable_sp->GetName().GetCString(), a… in MakeAllocation()
98 …tf("Allocated %s (0x%" PRIx64 ") sucessfully", m_persistent_variable_sp->GetName().GetCString(), m… in MakeAllocation()
104 … m_persistent_variable_sp->GetName(), in MakeAllocation()
129 …WithFormat ("couldn't write %s to the target: %s", m_persistent_variable_sp->GetName().AsCString(), in MakeAllocation()
145 …rmat ("couldn't deallocate memory for %s: %s", m_persistent_variable_sp->GetName().GetCString(), d… in DestroyAllocation()
159 m_persistent_variable_sp->GetName().AsCString(), in Materialize()
184 …ldn't write the location of %s to memory: %s", m_persistent_variable_sp->GetName().AsCString(), wr… in Materialize()
189 …rialization happened for persistent variable %s", m_persistent_variable_sp->GetName().AsCString()); in Materialize()
209 m_persistent_variable_sp->GetName().AsCString(), in Dematerialize()
229 …address of program-allocated variable %s: %s", m_persistent_variable_sp->GetName().GetCString(), r… in Dematerialize()
[all …]
/external/chromium_org/extensions/browser/api/declarative_webrequest/
Dwebrequest_action.h108 virtual std::string GetName() const = 0;
191 virtual std::string GetName() const OVERRIDE;
209 virtual std::string GetName() const OVERRIDE;
229 virtual std::string GetName() const OVERRIDE;
247 virtual std::string GetName() const OVERRIDE;
272 virtual std::string GetName() const OVERRIDE;
295 virtual std::string GetName() const OVERRIDE;
316 virtual std::string GetName() const OVERRIDE;
337 virtual std::string GetName() const OVERRIDE;
360 virtual std::string GetName() const OVERRIDE;
[all …]
Dwebrequest_condition_attribute.h66 virtual std::string GetName() const = 0;
103 virtual std::string GetName() const OVERRIDE;
133 virtual std::string GetName() const OVERRIDE;
168 virtual std::string GetName() const OVERRIDE;
202 virtual std::string GetName() const OVERRIDE;
232 virtual std::string GetName() const OVERRIDE;
261 virtual std::string GetName() const OVERRIDE;
/external/chromium_org/tools/json_schema_compiler/
Didl_schema.py106 {'name': self.node.GetName()}).process(callbacks)
117 return (self.node.GetName(), parameters, return_type)
131 {'name': self.node.GetName()}).process(callbacks)
148 result = {'id': self.node.GetName(),
172 name = self.node.GetName()
194 (parent_comment, parameter_comments) = ProcessComment(node.GetName())
240 if sibling.cls == 'Array' and sibling.GetName() == self.parent.GetName():
310 enum_value = {'name': node.GetName()}
313 enum_value['description'] = ProcessComment(child.GetName())[0]
318 self.description = ProcessComment(node.GetName())[0]
[all …]
/external/chromium_org/third_party/webrtc/sound/
Dautomaticallychosensoundsystem.h37 virtual const char *GetName() const;
65 LOG(LS_INFO) << "Selected " << wrapped_->GetName() << " sound system"; in Init()
82 kNumSoundSystems>::GetName() const { in GetName() function
83 return wrapped_ ? wrapped_->GetName() : "automatic"; in GetName()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Didl_definitions.py130 type_name = child.GetName()
195 self.name = node.GetName()
214 self.name = node.GetName()
220 self.parent = child.GetName()
236 self.name = node.GetName()
258 self.name = node.GetName()
261 self.values.append(child.GetName())
286 self.name = node.GetName()
304 self.parent = child.GetName()
352 self.name = node.GetName()
[all …]
/external/lldb/examples/functions/
Dmain.cpp240 const char *func_demangled_name = function.GetName(); in main()
276 … printf ("%s %s\n", return_type.GetName(), func_demangled_name); in main()
289 … printf("%c(%s)[%s\n", func_demangled_name[0], return_type.GetName(), class_name_start); in main()
295 …printf ("%c(%s)[%*.*s", func_demangled_name[0], return_type.GetName(), class_name_len, class_name_… in main()
310 … printf ("(%s)", function_arg_type.GetName()); in main()
323 printf ("%s ", return_type.GetName()); in main()
338 … printf ("%s%s", function_arg_idx > 0 ? ", " : "", function_arg_type.GetName()); in main()
/external/chromium_org/ppapi/thunk/
Dppb_device_ref_dev_thunk.cc33 struct PP_Var GetName(PP_Resource device_ref) { in GetName() function
38 return enter.object()->GetName(); in GetName()
44 &GetName
Dppb_file_ref_thunk.cc59 PP_Var GetName(PP_Resource file_ref) { in GetName() function
64 return enter.object()->GetName(); in GetName()
172 &GetName,
185 &GetName,
200 &GetName,
/external/lldb/scripts/Python/interface/
DSBTypeNameSpecifier.i38 GetName();
57 __swig_getmethods__["name"] = GetName
58 if _newclass: name = property(GetName, None)
DSBFunction.i60 GetName() const;
114 __swig_getmethods__["name"] = GetName
115 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for…
DSBSymbol.i33 GetName() const;
75 __swig_getmethods__["name"] = GetName
76 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for…
/external/chromium_org/net/base/
Ddirectory_lister.cc33 if (IsDotDot(a.info.GetName())) in CompareAlphaDirsFirst()
35 if (IsDotDot(b.info.GetName())) in CompareAlphaDirsFirst()
44 return base::i18n::LocaleAwareCompareFilenames(a.info.GetName(), in CompareAlphaDirsFirst()
45 b.info.GetName()); in CompareAlphaDirsFirst()
51 if (IsDotDot(a.info.GetName())) in CompareDate()
53 if (IsDotDot(b.info.GetName())) in CompareDate()
/external/lldb/test/lang/cpp/class_static/
DTestStaticVariables.py111 name = val.GetName()
130 self.assertTrue(val.GetName() == 'A::g_points')
135 self.assertTrue(val.GetName() == 'argc')
139 self.assertTrue(val.GetName() == 'argv')
143 self.assertTrue(val.GetName() == 'hello_world')
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_library_list.cpp76 if (!strcmp(lib_name, wrap->GetName())) in FindLibraryByName()
114 LibraryView* dependency = FindKnownLibrary(iter.GetName()); in FindSymbolFrom()
181 wrap->GetName(), in UnloadLibrary()
209 LibraryView* dependency = FindKnownLibrary(iter.GetName()); in UnloadLibrary()
276 LOG(" name=%s\n", wrap->GetName()); in LoadLibrary()
321 LibraryView* dependency = LoadLibrary(iter.GetName(), in LoadLibrary()
336 LOG(" ... %p %s\n", dependencies[n], dependencies[n]->GetName()); in LoadLibrary()
441 if (!strcmp(base_name, wrap->GetName())) in FindKnownLibrary()
/external/lldb/include/lldb/Symbol/
DFunction.h127 GetName () const;
246 GetName () const;
528 GetName() const in GetName() function
530 return m_mangled.GetName(); in GetName()
/external/lldb/source/Symbol/
DFunction.cpp59 int result = ConstString::Compare(a.GetName(), b.GetName()); in Compare()
80 FunctionInfo::GetName() const in GetName() function in FunctionInfo
147 s->PutCString (m_mangled.GetName().AsCString()); in DumpStopContext()
154 InlineFunctionInfo::GetName () const in GetName() function in InlineFunctionInfo
157 return m_mangled.GetName(); in GetName()
316 GetName().GetCString(), in GetBlock()
341 const char *name = func_type ? func_type->GetName().AsCString() : "<unknown>"; in GetDescription()
/external/lldb/tools/lldb-perf/lib/
DMeasurement.h98 …results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typena… in WriteStartValue()
105 …results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typena… in WriteStopValue()
112 …results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typena… in WriteAverageValue()
119 …auto dictionary = (Results::Dictionary*)results.GetDictionary().Add(metric.GetName(), metric.GetDe… in WriteAverageAndStandardDeviation()
130 …results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typena… in WriteStandardDeviation()

12345678910>>...21