Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 9 of 9) sorted by relevance

/system/unwinding/libunwindstack/tests/
DDexFilesTest.cpp179 SharedString method_name = "nothing"; in TEST_F() local
188 SharedString method_name = "nothing"; in TEST_F() local
203 SharedString method_name = "nothing"; in TEST_F() local
216 SharedString method_name = "nothing"; in TEST_F() local
232 SharedString method_name = "nothing"; in TEST_F() local
246 SharedString method_name = "nothing"; in TEST_F() local
265 SharedString method_name = "nothing"; in TEST_F() local
297 SharedString method_name = "nothing"; in TEST_F() local
324 SharedString method_name = "nothing"; in TEST_F() local
349 SharedString method_name = "nothing"; in TEST_F() local
[all …]
/system/incremental_delivery/libdataloader/
DJNIHelpers.h28 static inline jmethodID GetMethodIDOrDie(JNIEnv* env, jclass clazz, const char* method_name, in GetMethodIDOrDie()
35 static inline jmethodID GetStaticMethodIDOrDie(JNIEnv* env, jclass clazz, const char* method_name, in GetStaticMethodIDOrDie()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DILoggableInterface.h61 std::string method_name; member
81 std::string method_name; member
DBpLoggableInterface.h24 std::string method_name; member
DBnLoggableInterface.h25 std::string method_name; member
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBpLoggableInterface.h21 std::string method_name; member
DILoggableInterface.h46 std::string method_name; member
67 std::string method_name; member
DBnLoggableInterface.h19 std::string method_name; member
/system/unwinding/libunwindstack/
DDexFile.cpp127 bool DexFile::GetFunctionName(uint64_t dex_pc, SharedString* method_name, uint64_t* method_offset) { in GetFunctionName()