Searched refs:GetName (Results 1 - 25 of 508) sorted by relevance

1234567891011>>

/external/chromium_org/components/translate/content/common/
H A Dcomponent_cld_data_source.cc9 std::string CldDataSource::GetName() { function in class:translate::CldDataSource
H A Dstandalone_cld_data_source.cc9 std::string CldDataSource::GetName() { function in class:translate::CldDataSource
H A Dstatic_cld_data_source.cc9 std::string CldDataSource::GetName() { function in class:translate::CldDataSource
H A Dcld_data_source.h32 static std::string GetName();
/external/chromium_org/base/threading/
H A Dthread_id_name_manager_unittest.cc27 EXPECT_STREQ(kAThread, manager->GetName(thread_a.thread_id()));
28 EXPECT_STREQ(kBThread, manager->GetName(thread_b.thread_id()));
44 EXPECT_STREQ(kAThread, manager->GetName(thread_a.thread_id()));
47 EXPECT_STREQ("", manager->GetName(thread_a.thread_id()));
56 EXPECT_STREQ(kAThread, manager->GetName(a_id));
60 EXPECT_STREQ("", manager->GetName(a_id));
61 EXPECT_STREQ(kAThread, manager->GetName(thread_a.thread_id()));
70 std::string version = manager->GetName(a_id);
73 EXPECT_NE(version, manager->GetName(a_id));
82 std::string version = manager->GetName(a_i
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_device_ref_dev_thunk.cc33 struct PP_Var GetName(PP_Resource device_ref) { function in namespace:ppapi::thunk::__anon10253
34 VLOG(4) << "PPB_DeviceRef_Dev::GetName()";
38 return enter.object()->GetName();
44 &GetName
H A Dppb_device_ref_api.h26 virtual PP_Var GetName() = 0;
/external/lldb/scripts/Python/interface/
H A DSBTypeNameSpecifier.i38 GetName();
57 __swig_getmethods__["name"] = GetName
58 if _newclass: name = property(GetName, None)
H A DSBFunction.i30 symbol_name = symbol.GetName()
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 this function as a string.''')
/external/lldb/source/API/
H A DSBTypeNameSpecifier.cpp57 SBTypeNameSpecifier::GetName () function in class:SBTypeNameSpecifier
62 return m_opaque_sp->GetName();
91 description.Printf("SBTypeNameSpecifier(%s,%s)", GetName(), IsRegex() ? "regex" : "plain");
121 if (GetName() == NULL || rhs.GetName() == NULL)
124 return (strcmp(GetName(), rhs.GetName()) == 0);
H A DSBTypeCategory.cpp77 SBTypeCategory::GetName() function in class:SBTypeCategory
81 return m_opaque_sp->GetName();
165 m_opaque_sp->GetRegexFilterNavigator()->GetExact(ConstString(spec.GetName()), children_sp);
167 m_opaque_sp->GetFilterNavigator()->GetExact(ConstString(spec.GetName()), children_sp);
189 return SBTypeFormat(DataVisualization::ValueFormats::GetFormat(ConstString(spec.GetName())));
205 m_opaque_sp->GetRegexSummaryNavigator()->GetExact(ConstString(spec.GetName()), summary_sp);
207 m_opaque_sp->GetSummaryNavigator()->GetExact(ConstString(spec.GetName()), summary_sp);
229 m_opaque_sp->GetRegexSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp);
231 m_opaque_sp->GetSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp);
310 DataVisualization::ValueFormats::Add(ConstString(type_name.GetName()), forma
[all...]
/external/chromium_org/ppapi/cpp/dev/
H A Ddevice_ref_dev.cc41 Var DeviceRef_Dev::GetName() const { function in class:pp::DeviceRef_Dev
45 get_interface<PPB_DeviceRef_Dev>()->GetName(pp_resource()));
H A Ddevice_ref_dev.h28 Var GetName() const;
/external/chromium_org/ipc/
H A Dipc_channel_factory.h27 virtual std::string GetName() const = 0;
/external/chromium_org/ppapi/c/dev/
H A Dppb_device_ref_dev.h99 struct PP_Var (*GetName)(PP_Resource device_ref); member in struct:PPB_DeviceRef_Dev_0_1
/external/chromium_org/third_party/webrtc/sound/
H A Dautomaticallychosensoundsystem.h37 virtual const char *GetName() const;
65 LOG(LS_INFO) << "Selected " << wrapped_->GetName() << " sound system";
82 kNumSoundSystems>::GetName() const { function in class:rtc::AutomaticallyChosenSoundSystem
83 return wrapped_ ? wrapped_->GetName() : "automatic";
/external/lldb/test/python_api/default-constructor/
H A Dsb_function.py9 obj.GetName()
H A Dsb_symbol.py9 obj.GetName()
H A Dsb_section.py10 obj.GetName()
H A Dsb_type.py9 obj.GetName()
/external/chromium_org/ppapi/api/dev/
H A Dppb_device_ref_dev.idl75 PP_Var GetName([in] PP_Resource device_ref);
/external/lldb/test/functionalities/type_completion/
H A Dmain.cpp17 std::string& GetName() { return *m_name; } function in class:NameAndAddress
46 std::cout << "Person " << j << " is named " << guy.GetName() << " and lives at " << guy.GetAddress() << std::endl;
/external/chromium_org/ppapi/shared_impl/
H A Dppb_device_ref_shared.cc31 PP_Var PPB_DeviceRef_Shared::GetName() { function in class:ppapi::PPB_DeviceRef_Shared
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Ddesktop.h28 bool GetName(std::wstring* desktop_name_out) const;
/external/chromium_org/tools/json_schema_compiler/
H A 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())[
[all...]

Completed in 2418 milliseconds

1234567891011>>