Searched refs:GetName (Results 51 - 75 of 508) sorted by relevance

1234567891011>>

/external/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h63 m_type.m_type_name.assign(type->GetName().GetCString());
80 GetName() function in class:lldb_private::TypeNameSpecifierImpl
/external/lldb/scripts/Python/interface/
H A DSBBroadcaster.i53 GetName () const;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp61 const char *parent_arg_die_name = parent_arg_die->GetName(symfile, cu);
68 const char *parent_pos_die_name = parend_pos_die->GetName(pos->m_symfile, pos->m_cu);
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_action.h56 // also update the unittest WebRequestActionTest.GetName, and add a
108 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() cons
[all...]
H A 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/lldb/test/lang/cpp/class_static/
H A 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/ppapi/generators/
H A 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() i
[all...]
/external/lldb/source/Expression/
H A DMaterializer.cpp93 err.SetErrorStringWithFormat("couldn't allocate a memory area to store %s: %s", m_persistent_variable_sp->GetName().GetCString(), allocate_error.AsCString());
98 log->Printf("Allocated %s (0x%" PRIx64 ") sucessfully", m_persistent_variable_sp->GetName().GetCString(), mem);
104 m_persistent_variable_sp->GetName(),
129 err.SetErrorStringWithFormat ("couldn't write %s to the target: %s", m_persistent_variable_sp->GetName().AsCString(),
145 err.SetErrorStringWithFormat ("couldn't deallocate memory for %s: %s", m_persistent_variable_sp->GetName().GetCString(), deallocate_error.AsCString());
159 m_persistent_variable_sp->GetName().AsCString(),
184 err.SetErrorStringWithFormat("couldn't write the location of %s to memory: %s", m_persistent_variable_sp->GetName().AsCString(), write_error.AsCString());
189 err.SetErrorStringWithFormat("no materialization happened for persistent variable %s", m_persistent_variable_sp->GetName().AsCString());
209 m_persistent_variable_sp->GetName().AsCString(),
229 err.SetErrorStringWithFormat("couldn't read the address of program-allocated variable %s: %s", m_persistent_variable_sp->GetName()
[all...]
/external/lldb/examples/functions/
H A Dmain.cpp240 const char *func_demangled_name = function.GetName();
276 printf ("%s %s\n", return_type.GetName(), func_demangled_name);
289 printf("%c(%s)[%s\n", func_demangled_name[0], return_type.GetName(), class_name_start);
295 printf ("%c(%s)[%*.*s", func_demangled_name[0], return_type.GetName(), class_name_len, class_name_len, class_name_start);
310 printf ("(%s)", function_arg_type.GetName());
323 printf ("%s ", return_type.GetName());
338 printf ("%s%s", function_arg_idx > 0 ? ", " : "", function_arg_type.GetName());
/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h100 * GetName() returns the name of the file.
110 struct PP_Var (*GetName)(PP_Resource file_ref); member in struct:PPB_FileRef_1_2
242 struct PP_Var (*GetName)(PP_Resource file_ref); member in struct:PPB_FileRef_1_0
263 struct PP_Var (*GetName)(PP_Resource file_ref); member in struct:PPB_FileRef_1_1
H A Dppb_network_list.h114 struct PP_Var (*GetName)(PP_Resource resource, uint32_t index); member in struct:PPB_NetworkList_1_0
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DListenerLeakTest.cpp51 v8::String::Utf8Value propName(prop->GetName());
72 v8::String::Utf8Value nodeName(node->GetName());
77 v8::String::Utf8Value constructorName(constructorProp->GetName());
/external/lldb/source/Core/
H A DMangled.cpp118 return ConstString::Compare(a.GetName(ePreferMangled), a.GetName(ePreferMangled));
238 Mangled::GetName (Mangled::NamePreference preference) const function in class:Mangled
/external/lldb/test/python_api/symbol-context/
H A DTestSymbolContext.py96 self.assertTrue(function.GetName() == symbol.GetName() and symbol.GetName() == 'c',
/external/chromium_org/base/threading/
H A Dthread_id_name_manager.h33 const char* GetName(PlatformThreadId id);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dbase_screen.h43 virtual std::string GetName() const = 0;
H A Deula_screen.h31 virtual std::string GetName() const OVERRIDE;
H A Dreset_screen.cc40 std::string ResetScreen::GetName() const { function in class:chromeos::ResetScreen
H A Dterms_of_service_screen.h40 virtual std::string GetName() const OVERRIDE;
H A Dwrong_hwid_screen.cc40 std::string WrongHWIDScreen::GetName() const { function in class:chromeos::WrongHWIDScreen
/external/chromium_org/chrome/browser/component_updater/
H A Dev_whitelist_component_installer.h39 virtual std::string GetName() const OVERRIDE;
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_asynchronous_factory_mac.cc47 const std::string& PrivetHTTPAsynchronousFactoryMac::ResolutionMac::GetName() { function in class:local_discovery::PrivetHTTPAsynchronousFactoryMac::ResolutionMac
H A Dprivet_http_asynchronous_factory_mac.h34 virtual const std::string& GetName() OVERRIDE;
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.h69 /// GetName() returns the name of the file.
75 Var GetName() const;
/external/chromium_org/ppapi/proxy/
H A Dnetwork_list_resource.h35 virtual PP_Var GetName(uint32_t index) OVERRIDE;

Completed in 630 milliseconds

1234567891011>>