Home
last modified time | relevance | path

Searched defs:methods (Results 26 - 50 of 206) sorted by relevance

123456789

/third_party/skia/modules/androidkit/src/
H A DRuntimeShaderBuilder.cpp69 static const JNINativeMethod methods[] = { in register_androidkit_RuntimeShaderBuilder() local
H A DPaint.cpp109 static const JNINativeMethod methods[] = { in register_androidkit_Paint() local
H A DImage.cpp63 static const JNINativeMethod methods[] = { in register_androidkit_Image() local
H A DPathBuilder.cpp91 static const JNINativeMethod methods[] = { in register_androidkit_PathBuilder() local
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.h37 std::unordered_map<uint32_t, std::string> methods; member
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.h38 std::unordered_map<uint32_t, std::string> methods; member
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
H A DIntlNumberFormat.cpp117 const auto methods = in InitCoreIntlNumberFormat() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dimtable_builder.cpp30 auto methods = entry.GetMethods(); in Build() local
53 auto methods = entry.GetMethods(); in Build() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Ditable.h40 void SetMethods(Span<Method *> methods) in SetMethods() argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_extractor.cpp46 std::vector<panda_file::File::EntityId> methods = langExtractor_->GetMethodIdList(); in GetBreakpointAddress() local
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_interface_type.cpp68 std::vector<AutoPtr<ASTMethod>> methods; in GetMethodsBySystem() local
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H A Dhdi_java_code_emitter.cpp27 auto methods = interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()); in EmitInterfaceMethodCommands() local
/foundation/multimedia/audio_framework/test/fuzztest/audiopowerstatelistener_fuzzer/
H A Daudio_power_state_listener_fuzzer.cpp99 std::shared_ptr<PowerListerMethods> methods = std::make_shared<PowerListerMethods>(); in InitAudioInterruptInfoFuzzTest() local
/kernel/linux/linux-5.10/sound/aoa/core/
H A Dgpio-pmf.c235 static struct gpio_methods methods = { variable
/kernel/linux/linux-6.6/sound/aoa/core/
H A Dgpio-pmf.c235 static struct gpio_methods methods = { variable
/third_party/libinput/test/
H A Dtest-touchpad-buttons.c62 uint32_t methods, method; in START_TEST() local
89 uint32_t methods, method; in START_TEST() local
116 uint32_t methods, method; in START_TEST() local
847 uint32_t methods, method; START_TEST() local
2099 uint32_t methods; START_TEST() local
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dengine.c43 ENGINE *setup_engine_methods(const char *id, unsigned int methods, int debug) in setup_engine_methods() argument
/third_party/openssl/apps/lib/
H A Dengine.c43 ENGINE *setup_engine_methods(const char *id, unsigned int methods, int debug) in setup_engine_methods() argument
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
H A Dhardware.h39 hw_module_methods_t* methods; member
/third_party/protobuf/php/src/Google/Protobuf/
H A DApi.php37 private $methods; variable
180 $this->methods = $arr; global() variable
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dobjc.rs104 pub fn methods(&self) -> &Vec<ObjCMethod> { in methods() functions
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) in set_user_methods() argument
106 int i, id = -1, methods in get_wildcard_cb() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) in set_user_methods() argument
106 int i, id = -1, methods in get_wildcard_cb() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
H A Dheader_writer.cpp59 std::vector<std::string> methods; in PrintFunction() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_itable_builder.cpp123 auto methods = entry.GetInterface()->GetVirtualMethods(); in Build() local
146 auto methods = entry.GetInterface()->GetVirtualMethods(); in Resolve() local
178 auto methods = entry.GetMethods(); DumpITable() local
[all...]

Completed in 9 milliseconds

123456789