| /third_party/typescript/tests/baselines/reference/ |
| H A D | checkJsxSubtleSkipContextSensitiveBug.js | 98 var loader = React.createElement(AsyncLoader, { prop1: load, prop2: function (result) { return result; } });
variable
|
| /foundation/arkui/ace_engine/frameworks/core/image/test/unittest/ |
| H A D | image_provider_test.cpp | 175 auto loader = ImageLoader::CreateImageLoader(ImageSourceInfo(uri)); in HWTEST_F() local 193 auto loader = ImageLoader::CreateImageLoader(ImageSourceInfo(WRONG_URI)); in HWTEST_F() local
|
| /foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
| H A D | IntfContentTest.cpp | 249 auto loader = GetObjectRegistry().Create<IClassContentLoader>(ClassId::ClassContentLoader); in HWTEST_F() local 309 auto loader = GetObjectRegistry().Create<IClassContentLoader>(ClassId::ClassContentLoader); in HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
| H A D | asset_loader_impl.cpp | 22 AssetLoaderImpl::AssetLoaderImpl(OhCloudExtCloudAssetLoader *loader) : loader_(loader) in AssetLoaderImpl() argument
|
| /third_party/node/src/ |
| H A D | module_wrap.h | 20 namespace loader { namespace
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| H A D | ftgloadr.c | 72 FT_GlyphLoader loader = NULL; in FT_BASE_DEF() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/type42/ |
| H A D | t42parse.h | 80 t42_loader_done( T42_Loader loader ); variable
|
| /foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
| H A D | ark_interop_loader.cpp | 80 auto loader = reinterpret_cast<napi_value(*)(EcmaVM*, const char*)>(symbol); in LoadArkCJModule() local
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/ |
| H A D | content_object.cpp | 85 const auto loader = META_ACCESS_PROPERTY_VALUE(ContentLoader); in OnContentChanged() local
|
| /foundation/multimedia/media_foundation/engine/plugin/core/ |
| H A D | plugin_register.h | 38 std::shared_ptr<PluginLoader> loader; member
|
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
| H A D | egl_wrapper_loader.cpp | 44 static EglWrapperLoader loader; in GetInstance() local
|
| /kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_accel_engine.c | 15 struct icp_qat_fw_loader_handle *loader; in adf_ae_fw_load_images() local
|
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | CharsetProviderICU.java | 102 public Charset charsetForName(String charsetName, String classPath, ClassLoader loader) { in charsetForName() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | PluralRulesLoader.java | 255 public static final PluralRulesLoader loader = new PluralRulesLoader(); field in PluralRulesLoader
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | PluralRulesLoader.java | 254 public static final PluralRulesLoader loader = new PluralRulesLoader(); field in PluralRulesLoader
|
| /third_party/libexif/test/ |
| H A D | test-fuzzer-persistent.c | 110 ExifLoader *loader = exif_loader_new(); in main() local
|
| H A D | test-fuzzer.c | 108 ExifLoader *loader = exif_loader_new(); in test_parse() local
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | engine_loader.c | 64 static OSSL_STORE_LOADER_CTX *engine_open(const OSSL_STORE_LOADER *loader, in engine_open() argument 169 OSSL_STORE_LOADER *loader = NULL; in setup_engine_loader() local 188 OSSL_STORE_LOADER *loader = OSSL_STORE_unregister_loader(ENGINE_SCHEME); destroy_engine_loader() local [all...] |
| /third_party/openssl/apps/lib/ |
| H A D | engine_loader.c | 64 static OSSL_STORE_LOADER_CTX *engine_open(const OSSL_STORE_LOADER *loader, in engine_open() argument 169 OSSL_STORE_LOADER *loader = NULL; in setup_engine_loader() local 188 OSSL_STORE_LOADER *loader = OSSL_STORE_unregister_loader(ENGINE_SCHEME); destroy_engine_loader() local [all...] |
| /third_party/openssl/test/ |
| H A D | provider_pkey_test.c | 246 OSSL_STORE_LOADER *loader = NULL; in test_pkey_store() local
|
| /third_party/python/Lib/unittest/ |
| H A D | main.py | 8 from . import loader, runner namespace
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| H A D | glwInitFunctions.cpp | 35 void initES20 (Functions* gl, const FunctionLoader* loader) in initES20() argument 40 void initES30 (Functions* gl, const FunctionLoader* loader) in initES30() argument 45 void initES31 (Functions* gl, const FunctionLoader* loader) in initES31() argument 50 void initES32 (Functions* gl, const FunctionLoader* loader) in initES32() argument 55 void initGL30Core (Functions* gl, const FunctionLoader* loader) in initGL30Core() argument 60 void initGL31Core (Functions* gl, const FunctionLoader* loader) in initGL31Core() argument 65 void initGL32Core (Functions* gl, const FunctionLoader* loader) in initGL32Core() argument 70 void initGL33Core (Functions* gl, const FunctionLoader* loader) in initGL33Core() argument 75 void initGL40Core (Functions* gl, const FunctionLoader* loader) in initGL40Core() argument 80 void initGL41Core (Functions* gl, const FunctionLoader* loader) in initGL41Core() argument 85 initGL42Core(Functions* gl, const FunctionLoader* loader) initGL42Core() argument 90 initGL43Core(Functions* gl, const FunctionLoader* loader) initGL43Core() argument 95 initGL44Core(Functions* gl, const FunctionLoader* loader) initGL44Core() argument 100 initGL45Core(Functions* gl, const FunctionLoader* loader) initGL45Core() argument 105 initGL46Core(Functions* gl, const FunctionLoader* loader) initGL46Core() argument 110 initExtensionsGL(Functions* gl, const FunctionLoader* loader, int numExtensions, const char* const* extensions) initExtensionsGL() argument 121 initExtensionsES(Functions* gl, const FunctionLoader* loader, int numExtensions, const char* const* extensions) initExtensionsES() argument [all...] |
| /base/security/access_token/services/common/config_policy/src/ |
| H A D | config_policy_loader.cpp | 190 ConfigPolicyLoaderInterface* loader = reinterpret_cast<ConfigPolicyLoaderInterface*>(loaderPtr); in Destroy() local
|
| /base/security/device_auth/services/mk_agree/inc/ |
| H A D | mk_agree_task.h | 52 const AlgLoader *loader; member
|
| /base/security/security_guard/services/security_collector/src/ |
| H A D | data_collection.cpp | 110 auto loader = eventIdToLoaderMap_.find(eventId); in StopCollectors() local [all...] |