/system/unwinding/libunwindstack/tests/ |
D | DexFilesTest.cpp | 179 SharedString method_name = "nothing"; in TEST_F() local 182 dex_files_->GetFunctionName(maps_.get(), 0, &method_name, &method_offset); in TEST_F() 183 EXPECT_EQ("nothing", method_name); in TEST_F() 188 SharedString method_name = "nothing"; in TEST_F() local 195 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F() 196 EXPECT_EQ("Main.<init>", method_name); in TEST_F() 203 SharedString method_name = "nothing"; in TEST_F() local 210 dex_files_->GetFunctionName(maps_.get(), 0x301102, &method_name, &method_offset); in TEST_F() 211 EXPECT_EQ("Main.<init>", method_name); in TEST_F() 216 SharedString method_name = "nothing"; in TEST_F() local [all …]
|
/system/incremental_delivery/libdataloader/ |
D | JNIHelpers.h | 28 static inline jmethodID GetMethodIDOrDie(JNIEnv* env, jclass clazz, const char* method_name, in GetMethodIDOrDie() argument 30 jmethodID res = env->GetMethodID(clazz, method_name, method_signature); in GetMethodIDOrDie() 31 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find method %s", method_name); in GetMethodIDOrDie() 35 static inline jmethodID GetStaticMethodIDOrDie(JNIEnv* env, jclass clazz, const char* method_name, in GetStaticMethodIDOrDie() argument 37 jmethodID res = env->GetStaticMethodID(clazz, method_name, method_signature); in GetStaticMethodIDOrDie() 38 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find static method %s", method_name); in GetStaticMethodIDOrDie()
|
/system/extras/perf2cfg/perf2cfg/ |
D | analyze.py | 194 def record_sample(self, method_name: str, relative_addr: int, 206 if method_name not in self.methods: 207 self.methods[method_name] = Method(method_name) 209 method = self.methods[method_name]
|
D | edit.py | 182 method_name = parse.parse_name(line) 184 self.set_isa(method_name) 186 if method_name in self.analyzer.methods: 187 self.update_current_method(method_name) 306 def update_current_method(self, method_name: str) -> None: 312 self.current_method = self.analyzer.methods[method_name]
|
/system/tools/aidl/build/ |
D | aidl_to_jni.py | 51 class_name, method_name, args, return_type = aidl_signature 56 jni_signature += method_name
|
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V2-ndk-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 48 _transaction_log.method_name = "repeatParcelable"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 86 _transaction_log.method_name = "repeatEnum"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 124 _transaction_log.method_name = "repeatUnion"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 161 _transaction_log.method_name = "callMyCallback"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 195 _transaction_log.method_name = "repeatOtherParcelable"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 228 _transaction_log.method_name = "getInterfaceVersion"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 261 _transaction_log.method_name = "getInterfaceHash"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 339 _transaction_log.method_name = "repeatParcelable"; in repeatParcelable() 399 _transaction_log.method_name = "repeatEnum"; in repeatEnum() 459 _transaction_log.method_name = "repeatUnion"; in repeatUnion() [all …]
|
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V2-ndk-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 48 _transaction_log.method_name = "repeatParcelable"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 86 _transaction_log.method_name = "repeatEnum"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 124 _transaction_log.method_name = "repeatUnion"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 161 _transaction_log.method_name = "callMyCallback"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 196 _transaction_log.method_name = "repeatOtherParcelable"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 229 _transaction_log.method_name = "getInterfaceVersion"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 262 _transaction_log.method_name = "getInterfaceHash"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 340 _transaction_log.method_name = "repeatParcelable"; in repeatParcelable() 400 _transaction_log.method_name = "repeatEnum"; in repeatEnum() 460 _transaction_log.method_name = "repeatUnion"; in repeatUnion() [all …]
|
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-ndk-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 48 _transaction_log.method_name = "repeatParcelable"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 86 _transaction_log.method_name = "repeatEnum"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 124 _transaction_log.method_name = "repeatUnion"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 161 _transaction_log.method_name = "callMyCallback"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 190 _transaction_log.method_name = "getInterfaceVersion"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 223 _transaction_log.method_name = "getInterfaceHash"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 301 _transaction_log.method_name = "repeatParcelable"; in repeatParcelable() 361 _transaction_log.method_name = "repeatEnum"; in repeatEnum() 421 _transaction_log.method_name = "repeatUnion"; in repeatUnion() 478 _transaction_log.method_name = "callMyCallback"; in callMyCallback() [all …]
|
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V1-ndk-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 48 _transaction_log.method_name = "repeatParcelable"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 86 _transaction_log.method_name = "repeatEnum"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 124 _transaction_log.method_name = "repeatUnion"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 161 _transaction_log.method_name = "callMyCallback"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 190 _transaction_log.method_name = "getInterfaceVersion"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 223 _transaction_log.method_name = "getInterfaceHash"; in _aidl_android_aidl_test_trunk_ITrunkStableTest_onTransact() 301 _transaction_log.method_name = "repeatParcelable"; in repeatParcelable() 361 _transaction_log.method_name = "repeatEnum"; in repeatEnum() 421 _transaction_log.method_name = "repeatUnion"; in repeatUnion() 478 _transaction_log.method_name = "callMyCallback"; in callMyCallback() [all …]
|
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 77 _transaction_log.method_name = "repeatParcelable"; in repeatParcelable() 134 _transaction_log.method_name = "repeatEnum"; in repeatEnum() 191 _transaction_log.method_name = "repeatUnion"; in repeatUnion() 244 _transaction_log.method_name = "callMyCallback"; in callMyCallback() 342 _transaction_log.method_name = "repeatParcelable"; in onTransact() 392 _transaction_log.method_name = "repeatEnum"; in onTransact() 442 _transaction_log.method_name = "repeatUnion"; in onTransact() 491 _transaction_log.method_name = "callMyCallback"; in onTransact() 723 _transaction_log.method_name = "repeatParcelable"; in repeatParcelable() 780 _transaction_log.method_name = "repeatEnum"; in repeatEnum() [all …]
|
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 77 _transaction_log.method_name = "repeatParcelable"; in repeatParcelable() 134 _transaction_log.method_name = "repeatEnum"; in repeatEnum() 191 _transaction_log.method_name = "repeatUnion"; in repeatUnion() 244 _transaction_log.method_name = "callMyCallback"; in callMyCallback() 342 _transaction_log.method_name = "repeatParcelable"; in onTransact() 392 _transaction_log.method_name = "repeatEnum"; in onTransact() 442 _transaction_log.method_name = "repeatUnion"; in onTransact() 491 _transaction_log.method_name = "callMyCallback"; in onTransact() 723 _transaction_log.method_name = "repeatParcelable"; in repeatParcelable() 780 _transaction_log.method_name = "repeatEnum"; in repeatEnum() [all …]
|
/system/extras/perf2cfg/doc/ |
D | FSM.dot | 18 [ label = "method_name IN analyzer.methods" ]; 20 [ label = "method_name NOT IN analyzer.methods" ];
|
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V2-cpp-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 77 _transaction_log.method_name = "repeatParcelable"; in repeatParcelable() 134 _transaction_log.method_name = "repeatEnum"; in repeatEnum() 191 _transaction_log.method_name = "repeatUnion"; in repeatUnion() 244 _transaction_log.method_name = "callMyCallback"; in callMyCallback() 300 _transaction_log.method_name = "repeatOtherParcelable"; in repeatOtherParcelable() 399 _transaction_log.method_name = "repeatParcelable"; in onTransact() 449 _transaction_log.method_name = "repeatEnum"; in onTransact() 499 _transaction_log.method_name = "repeatUnion"; in onTransact() 548 _transaction_log.method_name = "callMyCallback"; in onTransact() 593 _transaction_log.method_name = "repeatOtherParcelable"; in onTransact() [all …]
|
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V2-cpp-source/gen/android/aidl/test/trunk/ |
D | ITrunkStableTest.cpp | 77 _transaction_log.method_name = "repeatParcelable"; in repeatParcelable() 134 _transaction_log.method_name = "repeatEnum"; in repeatEnum() 191 _transaction_log.method_name = "repeatUnion"; in repeatUnion() 244 _transaction_log.method_name = "callMyCallback"; in callMyCallback() 304 _transaction_log.method_name = "repeatOtherParcelable"; in repeatOtherParcelable() 403 _transaction_log.method_name = "repeatParcelable"; in onTransact() 453 _transaction_log.method_name = "repeatEnum"; in onTransact() 503 _transaction_log.method_name = "repeatUnion"; in onTransact() 552 _transaction_log.method_name = "callMyCallback"; in onTransact() 601 _transaction_log.method_name = "repeatOtherParcelable"; in onTransact() [all …]
|
/system/libartpalette/ |
D | palette_android_partner.cc | 69 const char* method_name ATTRIBUTE_UNUSED, const char* owner_filename ATTRIBUTE_UNUSED, in PaletteReportLockContention()
|
/system/unwinding/libunwindstack/ |
D | DexFile.cpp | 125 bool DexFile::GetFunctionName(uint64_t dex_pc, SharedString* method_name, uint64_t* method_offset) { in GetFunctionName() argument 146 *method_name = it->second.name; in GetFunctionName()
|
D | DexFile.h | 48 bool GetFunctionName(uint64_t dex_pc, SharedString* method_name, uint64_t* method_offset);
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | ILoggableInterface.h | 60 std::string method_name; member 81 std::string method_name; member
|
D | BpLoggableInterface.h | 25 std::string method_name; member
|
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | ILoggableInterface.h | 60 std::string method_name; member 81 std::string method_name; member
|
D | BpLoggableInterface.h | 25 std::string method_name; member
|
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
D | BpLoggableInterface.h | 28 std::string method_name; member
|
D | ILoggableInterface.h | 74 std::string method_name; member 94 std::string method_name; member
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
D | BpLoggableInterface.h | 28 std::string method_name; member
|
D | ILoggableInterface.h | 74 std::string method_name; member 94 std::string method_name; member
|