Searched refs:GetName (Results 276 - 300 of 508) sorted by relevance

<<11121314151617181920>>

/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp19 auto name = value.GetName();
30 printf("%s %s = 0x%llx (%llu) %s\n",value.GetTypeName(),value.GetName(),num_value, num_value,summary);
/external/lldb/source/Symbol/
H A DVariable.cpp70 Variable::GetName() const function in class:Variable
73 return m_mangled.GetName();
438 var_sp->GetName().GetCString());
691 matches.AppendString (variable->GetName().AsCString());
836 const char *variable_name = variable->GetName().AsCString();
/external/chromium_org/tools/grit/grit/extern/
H A Dtclib.py117 def GetName(self): member in class:BaseMessage
368 if self.GetName() is not None:
369 s += ', name: "%s"' % self.GetName()
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp245 if (m_options.GetThreadSpec()->GetName() != NULL
246 && ::strcmp (m_options.GetThreadSpec()->GetName(), thread_name) == 0)
259 return m_options.GetThreadSpecNoCreate()->GetName();
H A DBreakpointLocation.cpp173 return GetOptionsNoCreate()->GetThreadSpecNoCreate()->GetName();
571 s->PutCString (sc.function->GetMangled().GetName().AsCString("<unknown>"));
589 s->PutCString(sc.symbol->GetMangled().GetName().AsCString("<unknown>"));
/external/chromium_org/base/files/
H A Dfile_enumerator_posix.cc26 FilePath FileEnumerator::FileInfo::GetName() const { function in class:base::FileEnumerator::FileInfo
/external/chromium_org/build/android/pylib/instrumentation/
H A Dtest_runner_test.py144 self.assertEqual('test.package.TestClass#testMethod', result.GetName())
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_check_screen.cc94 std::string AutoEnrollmentCheckScreen::GetName() const { function in class:chromeos::AutoEnrollmentCheckScreen
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Derror_screen.cc53 std::string ErrorScreen::GetName() const { function in class:chromeos::ErrorScreen
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_screen.h81 virtual std::string GetName() const OVERRIDE;
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_writer.cc227 test_info.GetName(),
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications_unittest.cc59 virtual const std::string& GetName() OVERRIDE {
H A Dprivetv3_session.cc127 client_->CreateURLFetcher(CreatePrivetURL(request->GetName()),
H A Dprivetv3_setup_flow.cc24 virtual std::string GetName() OVERRIDE { return "/privet/v3/setup/start"; }
H A Dservice_discovery_client_mac.h174 virtual std::string GetName() const OVERRIDE;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_unittest.cc31 virtual std::string GetName() const OVERRIDE {
H A Dbluetooth_adapter_win.h41 virtual std::string GetName() const OVERRIDE;
H A Dbluetooth_device.cc24 base::string16 BluetoothDevice::GetName() const { function in class:device::BluetoothDevice
H A Dbluetooth_device.h198 virtual base::string16 GetName() const;
396 // Returns the internal name of the Bluetooth device, used by GetName().
/external/chromium_org/ppapi/proxy/
H A Dfile_chooser_resource_unittest.cc116 PP_Var name_var(file_ref_iface->GetName(dest[0]));
/external/chromium_org/ppapi/tests/
H A Dtest_network_monitor.cc118 ASSERT_FALSE(network_list.GetName(iface).empty());
/external/chromium_org/tools/idl_parser/
H A Didl_node.py122 def GetName(self): member in class:IDLNode
/external/lldb/examples/summaries/cocoa/
H A DNSData.py110 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + name_string)
H A DNSException.py94 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + name_string)
H A DNSMachPort.py101 statistics.metric_hit('unknown_class',valobj.GetName() + " seen as " + name_string)

Completed in 1793 milliseconds

<<11121314151617181920>>