HomeSort by relevance Sort by last modified time
    Searched refs:GetName (Results 1 - 25 of 276) 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 24 const char* GetName(Name* name);
25 const char* GetName(int index);
  /external/libweave/src/notification/
notification_channel.h 22 virtual std::string GetName() const = 0;
pull_channel.cc 21 std::string PullChannel::GetName() const {
63 delegate_->OnCommandCreated(empty_dict, GetName());
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.h 27 CFX_ByteString GetName();
  /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...]
  /external/libweave/examples/daemon/sample/
sample.cc 85 LOG(INFO) << "received command: " << cmd->GetName();
100 LOG(INFO) << cmd->GetName() << " command finished: " << result;
107 LOG(INFO) << "received command: " << cmd->GetName();
115 LOG(INFO) << cmd->GetName() << " command finished";
122 LOG(INFO) << "received command: " << cmd->GetName();
153 LOG(INFO) << cmd->GetName() << " command finished";
  /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());
sticky_mark_sweep.cc 29 cumulative_timings_.SetName(GetName());
  /external/libweave/examples/daemon/speaker/
speaker.cc 93 LOG(INFO) << "received command: " << cmd->GetName();
100 LOG(INFO) << cmd->GetName() << " volume: " << volume_value;
114 LOG(INFO) << cmd->GetName() << " is "
133 LOG(INFO) << "received command: " << cmd->GetName();
137 LOG(INFO) << cmd->GetName() << " state: " << requested_state;
  /system/tools/aidl/
type_cpp.cpp 173 interface.GetPackage(), interface.GetName(),
194 name.push_back(interface.GetName());
205 name.push_back(interface.GetName());
217 parcelable.GetPackage(), parcelable.GetName(),
228 parcelable.GetName() + ">>>";
237 parcelable.GetPackage(), parcelable.GetName(),
248 "::" + parcelable.GetName() + ">";
257 parcelable.GetPackage(), parcelable.GetName(),
268 "::" + parcelable.GetName() + ">";
277 parcelable.GetPackage(), parcelable.GetName(),
    [all...]
type_namespace.h 227 string name = Trim(aidl_type.GetName());
270 std::string type_name = aidl_type.GetName();
323 std::string name = Trim(aidl_type.GetName());
392 if (aidl_type.GetName() == "void") {
421 if (aidl_type.GetName() != "String" &&
422 aidl_type.GetName() != "java.lang.String") {
424 aidl_type.GetName().c_str(),
452 aidl_type.GetName().c_str());
461 aidl_type.GetName().c_str(),
type_namespace.cpp 119 filename.c_str(), a.GetLine(), a.GetName().c_str(), arg_index);
146 if (is_java_keyword(a.GetName().c_str())) {
152 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):

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 91011>>