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

1 2 3 4 5 6 7 8 91011>>

  /art/test/960-default-smali/src/
Greeter3.java 17 public String GetName();
19 return "Hello " + GetName();
D.java 17 public String GetName() {
  /system/tools/aidl/tests/android/aidl/tests/
INamedCallback.aidl 20 String GetName();
  /external/libchrome/base/threading/
thread_id_name_manager_unittest.cc 27 EXPECT_STREQ(kAThread, manager->GetName(thread_a.GetThreadId()));
28 EXPECT_STREQ(kBThread, manager->GetName(thread_b.GetThreadId()));
44 EXPECT_STREQ(kAThread, manager->GetName(thread_a.GetThreadId()));
47 EXPECT_STREQ("", manager->GetName(thread_a.GetThreadId()));
56 EXPECT_STREQ(kAThread, manager->GetName(a_id));
60 EXPECT_STREQ("", manager->GetName(a_id));
61 EXPECT_STREQ(kAThread, manager->GetName(thread_a.GetThreadId()));
70 std::string version = manager->GetName(a_id);
73 EXPECT_NE(version, manager->GetName(a_id));
82 std::string version = manager->GetName(a_id)
    [all...]
  /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.h 48 const char *GetName() const override;
  /system/update_engine/update_manager/
umtest_utils.h 45 ASSERT_NE(nullptr, value.get()) << "Variable: " << variable->GetName();
46 EXPECT_EQ(expected, *value) << "Variable: " << variable->GetName();
55 EXPECT_EQ(nullptr, value.get()) << "Variable: " << variable->GetName();
  /external/v8/src/profiler/
strings-storage.h 28 const char* GetName(Name* name);
29 const char* GetName(int index);
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.h 28 bool GetName(std::wstring* desktop_name_out) const;
desktop.cc 31 bool Desktop::GetName(std::wstring* desktop_name_out) const {
54 if (!GetName(&name))
58 if (!other.GetName(&other_name))
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 333 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex, nSizeBytes);
340 __FUNCTION__, cbase->GetName(), cbase->GetWorkingRole(),
350 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex);
360 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex);
384 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex,
392 __FUNCTION__, cbase->GetName(), cbase->GetWorkingRole(),
401 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex);
414 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex, nSizeBytes);
420 __FUNCTION__, cbase->GetName(), cbase->GetWorkingRole(),
438 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex)
    [all...]
  /art/runtime/base/
timing_logger_test.cc 35 EXPECT_STREQ(timings[0].GetName(), split1name);
54 EXPECT_STREQ(timings[0].GetName(), split1name);
57 EXPECT_STREQ(timings[2].GetName(), split2name);
60 EXPECT_STREQ(timings[4].GetName(), split3name);
94 EXPECT_STREQ(timings[idx_1].GetName(), name1);
95 EXPECT_STREQ(timings[idx_2].GetName(), name2);
96 EXPECT_STREQ(timings[idx_3].GetName(), name3);
97 EXPECT_STREQ(timings[idx_4].GetName(), name4);
98 EXPECT_STREQ(timings[idx_5].GetName(), name5);
  /art/runtime/gc/collector/
partial_mark_sweep.cc 30 cumulative_timings_.SetName(GetName());
  /external/pdfium/core/fpdfapi/page/
cpdf_contentmarkitem.h 28 CFX_ByteString GetName() const { return m_MarkName; }
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.h 28 CFX_ByteString GetName() const { return m_name; }
  /external/vixl/src/aarch32/
instructions-aarch32.cc 208 const char* SpecialRegister::GetName() const {
220 const char* MaskedSpecialRegister::GetName() const {
288 const char* BankedRegister::GetName() const {
361 const char* SpecialFPRegister::GetName() const {
381 const char* Condition::GetName() const {
420 const char* Shift::GetName() const {
438 const char* EncodingSize::GetName() const {
452 const char* DataType::GetName() const {
506 const char* MemoryBarrier::GetName() const {
548 const char* InterruptFlags::GetName() const
    [all...]
  /external/vixl/src/aarch64/
instrument-aarch64.h 64 const char* GetName();
65 VIXL_DEPRECATED("GetName", const char* name()) { return GetName(); }
  /system/bt/service/common/android/bluetooth/
IBluetooth.aidl 38 String GetName();
  /system/tools/aidl/
aidl.cpp 144 interface->GetName(), interface->GetLine());
150 success &= check_filename(filename, item->GetPackage(), item->GetName(),
203 if (oneway && m->GetType().GetName() != "void") {
205 << " oneway method '" << m->GetName() << "' cannot return a value"
227 << " oneway method '" << m->GetName()
233 auto it = method_names.find(m->GetName());
236 method_names[m->GetName()] = m.get();
239 << " attempt to redefine method " << m->GetName() << "," << endl
342 const string& name = interface.GetName();
386 item->GetId(), item->GetName().c_str())
    [all...]
type_namespace.cpp 122 filename.c_str(), a.GetLine(), a.GetName().c_str(), arg_index);
150 if (is_java_keyword(a.GetName().c_str())) {
156 if (a.GetName().substr(0, 5) == "_aidl") {
  /development/testrunner/test_defs/
test_defs.py 98 if self.GetTest(test.GetName()) is not None:
99 logger.SilentLog("Overriding test definition %s" % test.GetName())
100 self._testname_map[test.GetName()] = test
  /art/runtime/gc/accounting/
remembered_set.h 70 const std::string& GetName() const {
  /development/testrunner/coverage/
coverage_target.py 25 def GetName(self):
  /external/clang/test/SemaCXX/
return.cpp 75 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect}}

Completed in 1256 milliseconds

1 2 3 4 5 6 7 8 91011>>