/external/libchrome/base/threading/ |
D | thread_id_name_manager_unittest.cc | 27 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/ |
D | SBTypeCategory.cpp | 77 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 …]
|
D | SBTypeNameSpecifier.cpp | 57 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()
|
D | SBFunction.cpp | 59 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/ |
D | Materializer.cpp | 93 …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/ |
D | automaticallychosensoundsystem.h | 37 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/ |
D | main.cpp | 240 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/ |
D | sample.cc | 85 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/ |
D | speaker.cc | 93 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/ |
D | SBTypeNameSpecifier.i | 38 GetName(); 57 __swig_getmethods__["name"] = GetName 58 if _newclass: name = property(GetName, None)
|
D | SBFunction.i | 60 GetName() const; 114 __swig_getmethods__["name"] = GetName 115 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for…
|
D | SBType.i | 29 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…
|
D | SBSymbol.i | 33 GetName() const; 75 __swig_getmethods__["name"] = GetName 76 …if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for…
|
D | SBSection.i | 54 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/ |
D | TestStaticVariables.py | 111 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/ |
D | Function.h | 127 GetName () const; 246 GetName () const; 528 GetName() const in GetName() function 530 return m_mangled.GetName(); in GetName()
|
/external/v8/src/profiler/ |
D | profiler-listener.h | 64 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/ |
D | Function.cpp | 59 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()
|
D | Type.cpp | 157 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/ |
D | Measurement.h | 98 …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/ |
D | ledflasher.cc | 83 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/ |
D | SectionLoadList.cpp | 71 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/ |
D | TestObjCType.py | 62 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/ |
D | desktop.cc | 31 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/ |
D | TestRegistersIterator.py | 59 print "%s => %s" % (reg.GetName(), reg.GetValue()) 68 print "%s => %s" % (reg.GetName(), reg.GetValue()) 77 print "%s => %s" % (reg.GetName(), reg.GetValue())
|