Home
last modified time | relevance | path

Searched defs:thiz (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/util/
H A Dmain-font-text.hh78 main_font_text_t *thiz = (main_font_text_t *) data; in collect_rest() local
H A Dhb-subset.cc693 face_options_t *thiz = (face_options_t *) data; in collect_face() local
710 subset_main_t *thiz = (subset_main_t *) data; in collect_rest() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-dispatch.hh43 const Context* thiz () const { return static_cast<const Context *> (this); } in thiz() function
44 Context* thiz () { return static_cast< Context *> (this); } in thiz() function
H A Dhb-ot-post-table.hh212 const accelerator_t *thiz = (const accelerator_t *) arg; in cmp_gids() local
220 const accelerator_t *thiz = (const accelerator_t *) arg; in cmp_key() local
H A Dhb-iter.hh74 const iter_t* thiz () const { return static_cast<const iter_t *> (this); } in thiz() function
75 iter_t* thiz () { return static_cast< iter_t *> (this); } in thiz() function
194 const iter_t* thiz () const { return static_cast<const iter_t *> (this); } thiz() function
195 iter_t* thiz () { return static_cast< iter_t *> (this); } thiz() function
[all...]
H A Dhb-aat-layout-kerx-table.hh820 const T* thiz () const { return static_cast<const T *> (this); } in thiz() function
[all...]
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A DIpcStub.cpp52 IpcStub *thiz = reinterpret_cast<IpcStub*>(userData); in OnRemoteRequest() local
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/
H A DDrumPlayerJNI.cpp56 Java_com_plausiblesoftware_drumthumper_DrumPlayer_startAudioStreamNative( JNIEnv *env, jobject thiz) Java_com_plausiblesoftware_drumthumper_DrumPlayer_startAudioStreamNative() argument
142 Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan( JNIEnv *env, jobject thiz, jint index, jfloat pan) Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan() argument
147 Java_com_plausiblesoftware_drumthumper_DrumPlayer_getPan( JNIEnv *env, jobject thiz, jint index) Java_com_plausiblesoftware_drumthumper_DrumPlayer_getPan() argument
152 Java_com_plausiblesoftware_drumthumper_DrumPlayer_setGain( JNIEnv *env, jobject thiz, jint index, jfloat gain) Java_com_plausiblesoftware_drumthumper_DrumPlayer_setGain() argument
157 Java_com_plausiblesoftware_drumthumper_DrumPlayer_getGain( JNIEnv *env, jobject thiz, jint index) Java_com_plausiblesoftware_drumthumper_DrumPlayer_getGain() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dutils.cpp80 llvm::Value *CreateLoadMethodUsingVTable(llvm::Value *thiz, llvm::Function *caller, size_t methodId, in CreateLoadMethodUsingVTable() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dpanda_runtime_lowering.cpp115 llvm::Value *thiz = inst->getArgOperand(1); in LowerCallVirtual() local
H A Dark_gvn.cpp69 llvm::Value *thiz = callInst->getArgOperand(isLaunchCall ? callInst->arg_size() - 1 : 1); in CreateCallBuiltin() local
192 auto thiz = callInst->getOperand(0U); in ParseBuiltin() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dbuiltins.cpp399 auto thiz = inst->getOperand(0U); in LowerResolveVirtual() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1685 llvm::Value *LLVMIrConstructor::CreateResolveVirtualCallBuiltin(Inst *inst, llvm::Value *thiz, uint32_t methodId) in CreateResolveVirtualCallBuiltin() argument
4345 llvm::Value *thiz = ctor->GetInputValue(inst, 0); in VisitResolveVirtual() local

Completed in 19 milliseconds