Home
last modified time | relevance | path

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

12345678910>>...14

/external/libchrome/base/threading/
Dthread_id_name_manager_unittest.cc27 EXPECT_STREQ(kAThread, manager->GetName(thread_a.GetThreadId())); in TEST_F()
28 EXPECT_STREQ(kBThread, manager->GetName(thread_b.GetThreadId())); in TEST_F()
44 EXPECT_STREQ(kAThread, manager->GetName(thread_a.GetThreadId())); in TEST_F()
47 EXPECT_STREQ("", manager->GetName(thread_a.GetThreadId())); 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.GetThreadId())); 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()
DSBFunction.cpp59 SBFunction::GetName() const in GetName() function in SBFunction
63 cstr = m_opaque_ptr->GetMangled().GetName().AsCString(); in GetName()
112 m_opaque_ptr->GetName().AsCString()); in GetDescription()
115 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
/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/webrtc/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/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/libweave/examples/daemon/sample/
Dsample.cc85 LOG(INFO) << "received command: " << cmd->GetName(); in OnHelloCommand()
100 LOG(INFO) << cmd->GetName() << " command finished: " << result; in OnHelloCommand()
107 LOG(INFO) << "received command: " << cmd->GetName(); in OnPingCommand()
115 LOG(INFO) << cmd->GetName() << " command finished"; in OnPingCommand()
122 LOG(INFO) << "received command: " << cmd->GetName(); in OnCountdownCommand()
153 LOG(INFO) << cmd->GetName() << " command finished"; in DoTick()
/external/libweave/examples/daemon/speaker/
Dspeaker.cc93 LOG(INFO) << "received command: " << cmd->GetName(); in OnVolumeSetConfig()
100 LOG(INFO) << cmd->GetName() << " volume: " << volume_value; in OnVolumeSetConfig()
114 LOG(INFO) << cmd->GetName() << " is " in OnVolumeSetConfig()
133 LOG(INFO) << "received command: " << cmd->GetName(); in OnOnOffSetConfig()
137 LOG(INFO) << cmd->GetName() << " state: " << requested_state; in OnOnOffSetConfig()
/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…
DSBType.i29 GetName ();
47 __swig_getmethods__["name"] = GetName
48 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for…
214 GetName();
247 __swig_getmethods__["name"] = GetName
248 …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…
DSBSection.i54 GetName ();
106 __swig_getmethods__["name"] = GetName
107 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name of …
/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/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/v8/src/profiler/
Dprofiler-listener.h64 const char* GetName(Name* name) { in GetName() function
65 return function_and_resource_names_.GetName(name); in GetName()
67 const char* GetName(int args_count) { in GetName() function
68 return function_and_resource_names_.GetName(args_count); 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()
DType.cpp157 const ConstString &type_name = GetName(); in GetDescription()
253 Type::GetName() in GetName() function in Type
263 GetName().Dump(s, "<invalid-type-name>"); in DumpTypeName()
523 … m_clang_type = encoding_type->GetClangForwardType().CreateTypedefType (GetName().AsCString(), in ResolveClangType()
568 m_clang_type = void_clang_type.CreateTypedefType (GetName().AsCString(), in ResolveClangType()
697 return GetClangASTContext().CreateTypedefType (typedef_type->GetName().AsCString(),
809 m_type_name = in_type_sp->GetName(); in TypeAndOrName()
857 TypeAndOrName::GetName () const in GetName() function in TypeAndOrName
860 return m_type_sp->GetName(); in GetName()
882 m_type_name = type_sp->GetName(); in SetTypeSP()
[all …]
/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()
/external/libweave/examples/daemon/ledflasher/
Dledflasher.cc83 LOG(INFO) << "received command: " << cmd->GetName(); in OnFlasherSetCommand()
90 LOG(INFO) << cmd->GetName() << " _led: " << led_index in OnFlasherSetCommand()
114 LOG(INFO) << "received command: " << cmd->GetName(); in OnFlasherToggleCommand()
118 LOG(INFO) << cmd->GetName() << " _led: " << led_index; in OnFlasherToggleCommand()
/external/lldb/source/Target/
DSectionLoadList.cpp71 section->GetName().AsCString(), in SetSectionLoadAddress()
116 section->GetName().GetCString(), in SetSectionLoadAddress()
118 ats_pos->second->GetName().GetCString()); in SetSectionLoadAddress()
146 section_sp->GetName().AsCString()); in SetSectionUnloaded()
178 section_sp->GetName().AsCString(), in SetSectionUnloaded()
/external/lldb/test/python_api/objc_type/
DTestObjCType.py62 self.assertTrue(aBarType.GetName() == "Bar *", "Bar has the right name")
68 self.assertTrue(aFooType.GetName() == "Foo", "Foo has the right name")
73 self.assertTrue(aBarField.GetName() == "_iVar", "The field has the right name")
/external/webrtc/webrtc/modules/desktop_capture/win/
Ddesktop.cc31 bool Desktop::GetName(std::wstring* desktop_name_out) const { in GetName() function in webrtc::Desktop
54 if (!GetName(&name)) in IsSame()
58 if (!other.GetName(&other_name)) in IsSame()
/external/lldb/test/python_api/lldbutil/iter/
DTestRegistersIterator.py59 print "%s => %s" % (reg.GetName(), reg.GetValue())
68 print "%s => %s" % (reg.GetName(), reg.GetValue())
77 print "%s => %s" % (reg.GetName(), reg.GetValue())

12345678910>>...14