Home
last modified time | relevance | path

Searched defs:loader (Results 1 - 25 of 122) sorted by relevance

12345

/third_party/weex-loader/src/
H A Dloader.js171 function loader (source) { class
[all...]
/third_party/libexif/test/
H A Dtest-mem.c37 ExifLoader *loader; in main() local
H A Dtest-fuzzer-persistent.c110 ExifLoader *loader = exif_loader_new(); in main() local
H A Dtest-fuzzer.c108 ExifLoader *loader = exif_loader_new(); in test_parse() local
/third_party/python/Lib/unittest/test/
H A D__init__.py7 loader = unittest.defaultTestLoader variable
/third_party/python/Lib/unittest/test/testmock/
H A D__init__.py7 loader = unittest.defaultTestLoader variable
/third_party/vk-gl-cts/framework/egl/wrapper/
H A DeglwFunctions.cpp35 void initCore (Functions* dst, const FunctionLoader* loader) in initCore() argument
40 void initExtensions (Functions* dst, const FunctionLoader* loader) in initExtensions() argument
/base/security/access_token/services/common/screenlock_manager/src/
H A Dscreenlock_manager_loader.cpp34 ScreenLockManagerAccessLoaderInterface* loader = in Destroy() local
/third_party/gn/src/gn/
H A Dbuilder.h39 Loader* loader() const { return loader_; } in loader() function in Builder
/base/security/access_token/services/common/ability_manager/src/
H A Dability_manager_access_loader.cpp40 AbilityManagerAccessLoaderInterface* loader = reinterpret_cast<AbilityManagerAccessLoaderInterface*>(loaderPtr); in Destroy() local
/base/security/access_token/services/common/window_manager/src/
H A Dwindow_manager_loader.cpp85 WindowManagerLoaderInterface* loader = reinterpret_cast<WindowManagerLoaderInterface*>(loaderPtr); in Destroy() local
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
H A Ddas_lite_token_manager.c39 const AlgLoader *loader = GetLoaderInstance(); in UnregisterLocalIdentityLite() local
67 const AlgLoader *loader = GetLoaderInstance(); in DeletePeerAuthInfoLite() local
/base/security/device_auth/services/protocol/inc/iso_protocol/
H A Diso_protocol_common.h36 const AlgLoader *loader; member
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafloader.h68 af_loader_done( AF_Loader loader ); variable
/third_party/typescript/tests/baselines/reference/
H A DcheckJsxSubtleSkipContextSensitiveBug.js98 var loader = React.createElement(AsyncLoader, { prop1: load, prop2: function (result) { return result; } }); variable
/third_party/node/src/
H A Dmodule_wrap.h20 namespace loader { namespace
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftgloadr.c72 FT_GlyphLoader loader = NULL; in FT_BASE_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42parse.h80 t42_loader_done( T42_Loader loader ); variable
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetProviderICU.java102 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 DPluralRulesLoader.java255 public static final PluralRulesLoader loader = new PluralRulesLoader(); field in PluralRulesLoader
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPluralRulesLoader.java254 public static final PluralRulesLoader loader = new PluralRulesLoader(); field in PluralRulesLoader
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dengine_loader.c64 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 Dengine_loader.c64 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 Dprovider_pkey_test.c246 OSSL_STORE_LOADER *loader = NULL; in test_pkey_store() local
/third_party/python/Lib/unittest/
H A Dmain.py8 from . import loader, runner namespace

Completed in 9 milliseconds

12345