Home
last modified time | relevance | path

Searched defs:methodID (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
Djitprofiling.c262 static unsigned int methodID = 1; in iJIT_GetNewMethodID() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c474 static unsigned int methodID = 0x100000; in iJIT_GetNewMethodID() local
/third_party/skia/third_party/externals/angle2/util/android/
DAndroidWindow.cpp52 jmethodID methodID = jni->GetMethodID(clazz, "setRequestedOrientation", "(I)V"); in SetScreenOrientation() local
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstjniutils.c903 jmethodID methodID, ...) in gst_amc_jni_call_static_void_method()
947 jmethodID methodID, ...) in gst_amc_jni_call_void_method()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp952 static inline void GetMethodFull(UInt64 methodID, UInt32 numStreams, CMethodFull &m) in GetMethodFull()