Searched refs:LocalRef (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidUtil.cpp | 84 class LocalRef class 87 LocalRef (JNIEnv* env, jobject ref); 88 ~LocalRef (void); 94 LocalRef (const LocalRef&); 95 LocalRef& operator= (const LocalRef&); 101 LocalRef::LocalRef (JNIEnv* env, jobject ref) in LocalRef() function in tcu::Android::__anon4bdb89260111::LocalRef 107 LocalRef::~LocalRef (void) in ~LocalRef() 168 …const LocalRef intent (env, env->CallObjectMethod(activity, getMethodID(env, activityCls, "getIn… in getIntentStringExtra() 171 const LocalRef extraName (env, env->NewStringUTF(name)); in getIntentStringExtra() 178 …const LocalRef extraStr (env, env->CallObjectMethodA(*intent, getMethodID(env, intentCls, "getStr… in getIntentStringExtra() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 56 bool LocalRef; member 283 bool isOffsetOfLocal() const override { return isImm() && Imm.LocalRef; } in isOffsetOfLocal() 620 Res->Imm.LocalRef = !GlobalRef;
|