Searched refs:GetName (Results 101 - 125 of 508) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc59 PP_Var GetName(PP_Resource file_ref) { function in namespace:ppapi::thunk::__anon10261
60 VLOG(4) << "PPB_FileRef::GetName()";
64 return enter.object()->GetName();
172 &GetName,
185 &GetName,
200 &GetName,
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A 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/source/Core/
H A DValueObjectDynamicValue.cpp44 SetName (parent.GetName());
70 return m_dynamic_type_info.GetName();
84 return m_dynamic_type_info.GetName();
243 std::string type_name_buf (m_dynamic_type_info.GetName().GetCString());
261 GetName().GetCString(),
H A DValueObjectConstResultImpl.cpp59 m_impl_backend->GetName(),
112 m_impl_backend->GetName().GetCString(),
181 new_name.append(m_impl_backend->GetName().AsCString(""));
/external/lldb/source/Target/
H A DSectionLoadList.cpp71 section->GetName().AsCString(),
116 section->GetName().GetCString(),
118 ats_pos->second->GetName().GetCString());
146 section_sp->GetName().AsCString());
178 section_sp->GetName().AsCString(),
/external/lldb/tools/lldb-perf/lib/
H A DMeasurement.h98 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStartValue()));
105 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStopValue()));
112 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage()));
119 auto dictionary = (Results::Dictionary*)results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage())).get();
130 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStandardDeviation()));
/external/lldb/scripts/Python/interface/
H A 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 this member as a string.''')
214 GetName();
247 __swig_getmethods__["name"] = GetName
248 if _newclass: name = property(GetName, None, doc='''A read only property that returns the name for this type as a string.''')
H A DSBThread.i115 GetName () const;
259 __swig_getmethods__["name"] = GetName
260 if _newclass: name = property(GetName, None, doc='''A read only property that returns the name of this thread as a string.''')
/external/lldb/test/lang/c/bitfields/
H A DTestBitfields.py162 self.assertTrue(b1.GetName() == "b1" and
170 self.assertTrue(b7.GetName() == "b7" and
178 self.assertTrue(four.GetName() == "four" and
/external/chromium_org/v8/src/
H A Dprofile-generator.h27 const char* GetName(Name* name);
28 const char* GetName(int index);
264 const char* GetName(Name* name) { function in class:v8::internal::CpuProfilesCollection
265 return function_and_resource_names_.GetName(name);
267 const char* GetName(int args_count) { function in class:v8::internal::CpuProfilesCollection
268 return function_and_resource_names_.GetName(args_count);
/external/lldb/include/lldb/Symbol/
H A DType.h125 GetName();
152 GetName () const function in class:lldb_private::Type
333 ConstString GetName () const;
436 GetName ();
539 m_name = m_type_impl_sp->GetName();
549 GetName () const function in class:lldb_private::TypeMemberImpl
H A DSymbol.h96 GetName () const function in class:lldb_private::Symbol
98 return m_mangled.GetName();
/external/lldb/source/DataFormatters/
H A DTypeCategory.cpp276 m_regex_summary_nav->GetExact(ConstString(type_sp->GetName()),retval);
278 m_summary_nav->GetExact(ConstString(type_sp->GetName()),retval);
292 m_regex_filter_nav->GetExact(ConstString(type_sp->GetName()),retval);
294 m_filter_nav->GetExact(ConstString(type_sp->GetName()),retval);
309 m_regex_synth_nav->GetExact(ConstString(type_sp->GetName()),retval);
311 m_synth_nav->GetExact(ConstString(type_sp->GetName()),retval);
/external/chromium_org/chrome/browser/component_updater/
H A Dcld_component_installer.cc104 std::string CldComponentInstallerTraits::GetName() const { function in class:component_updater::CldComponentInstallerTraits
113 translate::CldDataSource::GetName();
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcld_component_installer_unittest.cc110 TEST_F(CldComponentInstallerTest, GetName) {
111 ASSERT_FALSE(traits_.GetName().empty());
/external/chromium_org/net/url_request/
H A Durl_request_file_dir_job.cc122 base::FilePath filename = data.info.GetName();
126 data.info.GetName().LossyDisplayName(),
/external/lldb/source/Symbol/
H A DFunction.cpp59 int result = ConstString::Compare(a.GetName(), b.GetName());
80 FunctionInfo::GetName() const function in class:FunctionInfo
147 s->PutCString (m_mangled.GetName().AsCString());
154 InlineFunctionInfo::GetName () const function in class:InlineFunctionInfo
157 return m_mangled.GetName();
316 GetName().GetCString(),
341 const char *name = func_type ? func_type->GetName().AsCString() : "<unknown>";
H A DType.cpp157 const ConstString &type_name = GetName();
253 Type::GetName() function in class:Type
263 GetName().Dump(s, "<invalid-type-name>");
523 m_clang_type = encoding_type->GetClangForwardType().CreateTypedefType (GetName().AsCString(),
568 m_clang_type = void_clang_type.CreateTypedefType (GetName().AsCString(),
697 return GetClangASTContext().CreateTypedefType (typedef_type->GetName().AsCString(),
809 m_type_name = in_type_sp->GetName();
857 TypeAndOrName::GetName () const function in class:TypeAndOrName
860 return m_type_sp->GetName();
882 m_type_name = type_sp->GetName();
985 TypeImpl::GetName () function in class:TypeImpl
[all...]
/external/lldb/test/functionalities/conditional_break/
H A DTestConditionalBreak.py85 name0 = frame0.GetFunction().GetName()
87 name1 = frame1.GetFunction().GetName()
/external/lldb/test/lang/objc/foundation/
H A DTestObjectDescriptionAPI.py72 if v.GetName() == 'my_global_str':
82 if v.GetName() == 'my_global_str':
/external/chromium_org/base/files/
H A Dfile_enumerator.h50 FilePath GetName() const;
/external/chromium_org/chrome/browser/chromeos/bluetooth/
H A Dbluetooth_pairing_dialog.cc37 device_data_.SetString("name", device->GetName());
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_check_screen.h51 virtual std::string GetName() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dcontroller_pairing_screen.h38 virtual std::string GetName() const OVERRIDE;
H A Deula_screen.cc48 std::string EulaScreen::GetName() const { function in class:chromeos::EulaScreen

Completed in 2032 milliseconds

1234567891011>>