HomeSort by relevance Sort by last modified time
    Searched defs:GetName (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /art/test/960-default-smali/src/
D.java 17 public String GetName() {
Greeter3.java 17 public String GetName();
19 return "Hello " + GetName();
  /development/testrunner/coverage/
coverage_target.py 25 def GetName(self):
  /external/pdfium/core/fxcrt/xml/
cfx_xmlattributenode.h 25 WideString GetName() const { return name_; }
  /external/webrtc/webrtc/sound/
automaticallychosensoundsystem.h 37 virtual const char *GetName() const;
65 LOG(LS_INFO) << "Selected " << wrapped_->GetName() << " sound system";
82 kNumSoundSystems>::GetName() const {
83 return wrapped_ ? wrapped_->GetName() : "automatic";
nullsoundsystem.cc 150 const char *NullSoundSystem::GetName() const {
  /frameworks/native/cmds/lshal/
HelpCommand.cpp 24 std::string HelpCommand::GetName() {
67 mLshal.err() << " lshal help " << e->getName() << std::endl
68 << " Print help message for " << e->getName() << std::endl;
  /art/runtime/gc/accounting/
remembered_set.h 70 const std::string& GetName() const {
mod_union_table.h 108 const std::string& GetName() const {
  /external/gptfdisk/
diskio.h 78 string GetName(void) const {return realFilename;}
  /external/libchrome/base/threading/
thread_id_name_manager.cc 80 // call GetName(which holds a lock) during the first allocation because it can
87 const char* ThreadIdNameManager::GetName(PlatformThreadId id) {
  /external/pdfium/core/fpdfapi/page/
cpdf_contentmarkitem.h 29 ByteString GetName() const { return m_MarkName; }
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.h 28 ByteString GetName() const { return m_name; }
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
object_model.h 76 inline const std::string& GetName() const {
  /external/v8/src/profiler/
profiler-listener.h 64 const char* GetName(Name* name) {
65 return function_and_resource_names_.GetName(name);
67 const char* GetName(int args_count) {
68 return function_and_resource_names_.GetName(args_count);
  /external/webrtc/webrtc/modules/desktop_capture/win/
desktop.cc 31 bool Desktop::GetName(std::wstring* desktop_name_out) const {
54 if (!GetName(&name))
58 if (!other.GetName(&other_name))
  /art/runtime/ti/
agent.h 42 const std::string& GetName() const {
99 const std::string& GetName() const {
  /external/clang/test/SemaCXX/
return.cpp 75 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect}}
  /external/libchrome/base/files/
file_enumerator_posix.cc 28 FilePath FileEnumerator::FileInfo::GetName() const {
  /external/tensorflow/tensorflow/contrib/lite/toco/tensorflow_graph_matching/
cluster.h 50 const string& GetName() const { return name_; }
  /external/tensorflow/tensorflow/python/framework/
python_op_gen_internal.h 53 string GetName() const { return name_; }
  /system/core/libunwindstack/
Symbols.cpp 57 bool Symbols::GetName(uint64_t addr, uint64_t load_bias, Memory* elf_memory, std::string* name,
137 template bool Symbols::GetName<Elf32_Sym>(uint64_t, uint64_t, Memory*, std::string*, uint64_t*);
138 template bool Symbols::GetName<Elf64_Sym>(uint64_t, uint64_t, Memory*, std::string*, uint64_t*);
  /development/testrunner/test_defs/
test_suite.py 38 def GetName(self):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfGuidObject.py 84 def GetName(self):
325 if Item.GetName() == InfGuidItemObj.GetName():
InfPpiObject.py 181 def GetName(self):
315 if Item.GetName() == InfPpiItemObj.GetName():

Completed in 1915 milliseconds

1 2 3 4 5