HomeSort by relevance Sort by last modified time
    Searched refs:FindMethod (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libmedia/include/media/
LinearMap.h 130 enum FindMethod {
226 T findX(T y, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
301 T findU(T v, T *uArray, T *vArray, FindMethod *method,
  /external/lzma/CPP/7zip/Common/
CreateCoder.h 122 bool FindMethod(
127 bool FindMethod(
CreateCoder.cpp 151 bool FindMethod(
189 bool FindMethod(
  /tools/dexter/slicer/export/slicer/
dex_ir_builder.h 71 EncodedMethod* FindMethod(const MethodId& method_id) const;
  /libnativehelper/
JNIHelp.cpp 56 jmethodID FindMethod(JNIEnv* env, jclass klass, const char* name, const char* signature) {
69 fileDescriptorInitMethod = FindMethod(env, JniConstants::fileDescriptorClass, "<init>", "()V");
70 referenceGetMethod = FindMethod(env, JniConstants::referenceClass, "get",
  /tools/dexter/slicer/
dex_ir_builder.cc 30 EncodedMethod* Builder::FindMethod(const MethodId& method_id) const {
instrumentation.cc 426 auto ir_method = builder.FindMethod(method_id);
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 158 FindMethod(EXTERNAL_CODECS_VARS id, name);
498 FindMethod(EXTERNAL_CODECS_VARS id64, methodName);
7zHandlerOut.cpp 43 if (!FindMethod(
  /tools/dexter/dexter/
experimental.cc 435 // Stress the roundtrip: EncodedMethod -> MethodId -> FindMethod -> EncodedMethod
445 SLICER_CHECK(builder.FindMethod(method_id) == ir_method.get());
  /art/openjdkjvmti/
ti_redefine.cc 601 static art::ArtMethod* FindMethod(art::Handle<art::mirror::Class> klass,
643 art::ArtMethod* old_method = FindMethod(h_klass, new_method_name, new_method_signature);
    [all...]
  /art/runtime/
jni_internal.cc 437 static ArtMethod* FindMethod(mirror::Class* c, const StringPiece& name, const StringPiece& sig)
    [all...]
class_linker.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cor.h 440 STDMETHOD (FindMethod) (THIS_ mdTypeDef td, LPCWSTR szName, PCCOR_SIGNATURE pvSigBlob, ULONG cbSigBlob, mdMethodDef *pmb) PURE;
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 1188 if (!FindMethod(
    [all...]

Completed in 831 milliseconds