Home
last modified time | relevance | path

Searched defs:methods (Results 1 - 25 of 206) sorted by relevance

123456789

/third_party/nghttp2/
H A Dgenmethodfunc.py45 methods = [] variable
/third_party/jerryscript/tests/jerry/es2015/
H A Dset-iterators.js15 var methods = ['entries', 'keys', 'values', Symbol.iterator]; variable
H A Dmap-iterators.js15 var methods = ['entries', 'keys', 'values', Symbol.iterator]; variable
/third_party/skia/modules/androidkit/src/
H A DShader.cpp20 static const JNINativeMethod methods[] = { in register_androidkit_Shader() local
H A DPath.cpp20 static const JNINativeMethod methods[] = { in register_androidkit_Path() local
H A DColorFilters.cpp45 static const JNINativeMethod methods[] = { in register_androidkit_ColorFilter() local
56 static const JNINativeMethod methods[] = { in register_androidkit_MatrixColorFilter() local
67 static const JNINativeMethod methods[] = { in register_androidkit_HSLAMatrixColorFilter() local
78 static const JNINativeMethod methods[] in register_androidkit_ComposeColorFilter() local
[all...]
H A DFont.cpp31 static const JNINativeMethod methods[] = { in register_androidkit_Font() local
H A DText.cpp43 static const JNINativeMethod methods[] = { in register_androidkit_Text() local
H A DFontChainAdapter.cpp82 static const JNINativeMethod methods[] = { in register_androidkit_FontChain() local
H A DSkottieAnimation.cpp73 static const JNINativeMethod methods[] = { in register_androidkit_SkottieAnimation() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/
H A Dtest_debug_info.cpp45 auto methods = extractor.GetMethodIdList(); in TEST_F() local
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
H A Dcodedataaccessor_fuzzer.cpp33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
H A Ddebuginfodataaccessor_fuzzer.cpp32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
H A Dmethoddataaccessor_fuzzer.cpp31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dconf.rs12 mod methods { modules
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
H A DEtsnapiVersionHookTest.cpp32 static int registerNativeMethods(EtsEnv *env, const char *classname, EtsNativeMethod *methods, int countMethods) in registerNativeMethods() argument
/third_party/python/Lib/
H A Dcrypt.py90 methods = [] variable
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdsample.h35 upsample1_ptr methods[MAX_COMPONENTS]; member
/arkcompiler/runtime_core/static_core/runtime/
H A Dcha.cpp92 void ClassHierarchyAnalysis::InvalidateMethods(const PandaSet<Method *> &methods) in InvalidateMethods() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dgetmethod_test.cpp98 auto methods = klass->GetMethods(); in TEST_F() local
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dspectre.h31 spectre_v2_update_state(unsigned int state, unsigned int methods) spectre_v2_update_state() argument
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dspectre.h31 spectre_v2_update_state(unsigned int state, unsigned int methods) spectre_v2_update_state() argument
/third_party/node/test/node-api/test_buffer/
H A Dtest_finalizer.c49 napi_property_descriptor methods[] = { in Init() local
/third_party/libexif/libexif/
H A Dexif-mnote-data-priv.h64 ExifMnoteDataMethods methods; member
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DServiceDescriptor.cs46 private readonly IList<MethodDescriptor> methods; field in Google.Protobuf.Reflection.ServiceDescriptor

Completed in 6 milliseconds

123456789