Searched defs:GetName (Results 1 - 25 of 34) sorted by last modified time

12

/external/webrtc/webrtc/sound/
H A Dalsasoundsystem.cc514 const char *AlsaSoundSystem::GetName() const { function in class:rtc::AlsaSoundSystem
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";
H A Dnullsoundsystem.cc150 const char *NullSoundSystem::GetName() const { function in class:rtc::NullSoundSystem
H A Dpulseaudiosoundsystem.cc1078 const char *PulseAudioSoundSystem::GetName() const { function in class:rtc::PulseAudioSoundSystem
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Ddesktop.cc31 bool Desktop::GetName(std::wstring* desktop_name_out) const { function in class:webrtc::Desktop
54 if (!GetName(&name))
58 if (!other.GetName(&other_name))
/external/vixl/examples/aarch32/
H A Ddisasm-a32.cc78 const std::string& GetName() const { return name_; } function in class:Symbol
295 std::cout << "--- " << symbol.GetName() << ":" << std::endl;
/external/vixl/src/aarch32/
H A Dinstructions-aarch32.cc208 const char* SpecialRegister::GetName() const { function in class:vixl::aarch32::SpecialRegister
220 const char* MaskedSpecialRegister::GetName() const { function in class:vixl::aarch32::MaskedSpecialRegister
288 const char* BankedRegister::GetName() const { function in class:vixl::aarch32::BankedRegister
361 const char* SpecialFPRegister::GetName() const { function in class:vixl::aarch32::SpecialFPRegister
381 const char* Condition::GetName() const { function in class:vixl::aarch32::Condition
420 const char* Shift::GetName() const { function in class:vixl::aarch32::Shift
438 const char* EncodingSize::GetName() const { function in class:vixl::aarch32::EncodingSize
452 const char* DataType::GetName() const { function in class:vixl::aarch32::DataType
506 const char* MemoryBarrier::GetName() const { function in class:vixl::aarch32::MemoryBarrier
548 const char* InterruptFlags::GetName() cons function in class:vixl::aarch32::InterruptFlags
570 const char* Endianness::GetName() const { function in class:vixl::aarch32::Endianness
[all...]
/external/vixl/src/aarch64/
H A Dinstrument-aarch64.cc65 const char* Counter::GetName() { return name_; } function in class:vixl::aarch64::Counter
185 fprintf(output_stream_, "%s,", (*it)->GetName());
223 if (strcmp((*it)->GetName(), name) == 0) {
/external/v8/src/wasm/
H A Dwasm-module.h224 WasmName GetName(uint32_t offset, uint32_t length) const { function in struct:v8::internal::wasm::ModuleWireBytes
233 WasmName GetName(const WasmFunction* function) const { function in struct:v8::internal::wasm::ModuleWireBytes
234 return GetName(function->name_offset, function->name_length);
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dast.py928 def GetName(self, seq=None): member in class:AstBuilder
1135 # value. This is required for GetName will has to have some
1142 new_name, next = self.GetName(seq_copy[i:])
1195 name_tokens, token = self.GetName()
1230 name_tokens, var_token = self.GetName()
1410 default, unused_next_token = self.GetName(tokens[i:])
1477 base, next_token = self.GetName()
1503 name_tokens, token = self.GetName()
1576 name, next_token = self.GetName()
/external/v8/tools/clang/rewrite_to_chrome_style/
H A DRewriteToChromeStyle.cpp796 static const char* GetName() { return "decl"; } function in struct:__anon23607::TargetNodeTraits
805 static const char* GetName() { return "expr"; } function in struct:__anon23607::TargetNodeTraits
814 static const char* GetName() { return "expr"; } function in struct:__anon23607::TargetNodeTraits
824 static const char* GetName() { return "expr"; } function in struct:__anon23607::TargetNodeTraits
833 static const char* GetName() { return "expr"; } function in struct:__anon23607::TargetNodeTraits
842 static const char* GetName() { return "initializer"; } function in struct:__anon23607::TargetNodeTraits
851 static const char* GetName() { return "expr"; } function in struct:__anon23607::TargetNodeTraits
860 static const char* GetName() { return "expr"; } function in struct:__anon23607::TargetNodeTraits
870 static const char* GetName() { return "decl"; } function in struct:__anon23607::TargetNodeTraits
882 TargetNodeTraits<TargetNode>::GetName());
[all...]
/external/v8/src/
H A Dapi.cc1991 LOG_API(isolate, UnboundScript, GetName);
5160 Local<Value> Function::GetName() const { function in class:v8::Function
5167 i::JSBoundFunction::GetName(isolate, func),
9800 Local<Value> HeapGraphEdge::GetName() const { function in class:v8::HeapGraphEdge
9844 Local<String> HeapGraphNode::GetName() const { function in class:v8::HeapGraphNode
H A Dlookup.h143 Handle<Name> GetName() { function in class:v8::internal::BASE_EMBEDDED
H A Dobjects.cc352 ctor_name = JSBoundFunction::GetName(
357 JSFunction::GetName(isolate, Handle<JSFunction>::cast(ctor));
981 it->GetName());
1019 it->GetName(), it->GetReceiver(), &was_found);
1369 Handle<Name> name = it->GetName();
1461 Handle<Name> name = it->GetName();
1522 it->GetName(), it->GetHolder<JSObject>()));
1842 Handle<Name> name = it->GetName();
4262 return JSProxy::SetProperty(it->GetHolder<JSProxy>(), it->GetName(),
4395 return RedefineIncompatibleProperty(isolate, it->GetName(), valu
5202 MaybeHandle<String> JSBoundFunction::GetName(Isolate* isolate, function in class:v8::internal::JSBoundFunction
5215 Handle<Object> JSFunction::GetName(Isolate* isolate, function in class:v8::internal::JSFunction
12783 Handle<String> JSFunction::GetName(Handle<JSFunction> function) { function in class:v8::internal::__anon23392::JSFunction
[all...]
/external/v8/src/profiler/
H A Dprofile-generator.h344 const char* GetName(Name* name) { return resource_names_.GetName(name); } function in class:v8::internal::CpuProfilesCollection
H A Dprofiler-listener.h64 const char* GetName(Name* name) { function in class:v8::internal::ProfilerListener
65 return function_and_resource_names_.GetName(name);
67 const char* GetName(int args_count) { function in class:v8::internal::ProfilerListener
68 return function_and_resource_names_.GetName(args_count);
H A Dstrings-storage.cc80 const char* StringsStorage::GetName(Name* name) { function in class:v8::internal::StringsStorage
95 const char* StringsStorage::GetName(int index) { function in class:v8::internal::StringsStorage
101 return GetName(name);
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc419 static PyObject* GetName(PyBaseDescriptor* self, void *closure) { function in namespace:google::protobuf::python::message_descriptor
586 { "name", (getter)GetName, NULL, "Last name"},
689 static PyObject* GetName(PyBaseDescriptor *self, void *closure) { function in namespace:google::protobuf::python::field_descriptor
884 { "name", (getter)GetName, NULL, "Unqualified name"},
979 static PyObject* GetName(PyBaseDescriptor *self, void *closure) { function in namespace:google::protobuf::python::enum_descriptor
1049 { "name", (getter)GetName, NULL, "last name"},
1123 static PyObject* GetName(PyBaseDescriptor *self, void *closure) { function in namespace:google::protobuf::python::enumvalue_descriptor
1163 { "name", (getter)GetName, NULL, "name"},
1239 static PyObject* GetName(PyFileDescriptor *self, void *closure) { function in namespace:google::protobuf::python::file_descriptor
1319 { "name", (getter)GetName, NUL
1429 static PyObject* GetName(PyBaseDescriptor* self, void *closure) { function in namespace:google::protobuf::python::oneof_descriptor
[all...]
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_contentmarkitem.h28 CFX_ByteString GetName() const { return m_MarkName; } function in class:CPDF_ContentMarkItem
/external/pdfium/core/fpdfdoc/
H A Ddoc_tagged.cpp380 CFX_ByteString CPDF_StructElement::GetName(const CFX_ByteStringC& owner, function in class:CPDF_StructElement
/external/pdfium/core/fxcrt/
H A Dfx_xml_parser.cpp260 void CXML_Parser::GetName(CFX_ByteString* space, CFX_ByteString* name) { function in class:CXML_Parser
480 GetName(space, name);
483 GetName(space, name);
521 GetName(&attr_space, &attr_name);
588 GetName(&space, &name);
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp82 sName = GetName();
84 sName = GetName();
101 CFX_WideString sName = GetName();
554 CFX_WideString CPDFSDK_Widget::GetName() const { function in class:CPDFSDK_Widget
/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderErrorCorrectionLevel.h28 CFX_ByteString GetName() const { return m_name; } function in class:CBC_QRCoderErrorCorrectionLevel
H A DBC_QRCoderMode.cpp111 CFX_ByteString CBC_QRCoderMode::GetName() const { function in class:CBC_QRCoderMode
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidgetacc.cpp179 bool CXFA_WidgetAcc::GetName(CFX_WideString& wsName, int32_t iNameType) { function in class:CXFA_WidgetAcc
539 GetName(wsCaptionName);

Completed in 593 milliseconds

12