Home
last modified time | relevance | path

Searched defs:engine (Results 1 - 25 of 311) sorted by relevance

12345678910>>...13

/third_party/vk-gl-cts/external/amber/src/src/
H A Dengine.cc34 std::unique_ptr<Engine> engine; in Create() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_factory.cpp30 sptr<EngineBase> engine = nullptr; in CreateEngineInst() local
/foundation/multimedia/player_framework/frameworks/native/video_editor/composite_engine/impl/
H A Dcomposite_engine.cpp34 auto engine = std::make_shared<VideoCompositeEngine>(g_compositeEngineId.fetch_add(1)); in CreateCompositeEngine() local
/foundation/multimedia/player_framework/frameworks/native/video_editor/test/unittest/codec/video/encoder/
H A Dvideo_encoder_engine_impl_test.cpp57 auto engine = std::make_shared<VideoEncoderEngineImpl>(888, 20, cb); in HWTEST_F() local
67 auto engine = std::make_shared<VideoEncoderEngineImpl>(888, 20, cb); in HWTEST_F() local
75 auto engine = std::make_shared<VideoEncoderEngineImpl>(888, 20, cb); in HWTEST_F() local
83 auto engine = std::make_shared<VideoEncoderEngineImpl>(888, 20, cb); in HWTEST_F() local
91 auto engine = std::make_shared<VideoEncoderEngineImpl>(888, 20, cb); HWTEST_F() local
100 auto engine = std::make_shared<VideoEncoderEngineImpl>(888, 20, cb); HWTEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/
H A Drandom_generator.cpp32 I RandomUInt(std::mt19937_64* engine, I lower, I upper) { in RandomUInt() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
H A Drandom_generator.cpp32 I RandomUInt(std::mt19937_64* engine, I lower, I upper) { in RandomUInt() argument
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dmersenne_twister_engine.cc34 I RandomInteger(std::mt19937_64* engine, I lower, I upper) { in RandomInteger() argument
/third_party/spirv-tools/test/fuzzers/
H A Drandom_generator.cpp32 I RandomUInt(std::mt19937_64* engine, I lower, I upper) { in RandomUInt() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_analyzer_loader.cpp65 auto engine = OHOS::Ace::EngineHelper::GetCurrentEngine(); in CreateImageAnalyzer() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Duv_task_wrapper_impl.cpp26 auto engine = reinterpret_cast<NativeEngine*>(env); in UVTaskWrapperImpl() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_image_animator_bridge.cpp26 auto engine = static_cast<JsiEngineInstance*>(runtime->GetEmbedderData()); in JsGetState() local
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_ace_engine.cpp25 static AceEngine engine; in Get() local
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_deferred.cpp26 ArkNativeDeferred::ArkNativeDeferred(ArkNativeEngine* engine, Local<PromiseCapabilityRef> deferred) in ArkNativeDeferred() argument
/foundation/arkui/napi/native_engine/
H A Dnative_reference.h26 virtual napi_value Get(NativeEngine* engine) in Get() argument
/foundation/multimedia/player_framework/frameworks/native/video_editor/test/unittest/codec/video/decoder/
H A Dvideo_decoder_engine_impl_test.cpp57 auto engine = std::make_shared<VideoDecoderEngineImpl>(12345, 50, cb); in HWTEST_F() local
67 auto engine = std::make_shared<VideoDecoderEngineImpl>(12345, 50, cb); in HWTEST_F() local
75 auto engine = std::make_shared<VideoDecoderEngineImpl>(12345, 50, cb); in HWTEST_F() local
83 auto engine = std::make_shared<VideoDecoderEngineImpl>(12345, 50, cb); in HWTEST_F() local
91 auto engine = std::make_shared<VideoDecoderEngineImpl>(12345, 50, cb); HWTEST_F() local
99 auto engine = std::make_shared<VideoDecoderEngineImpl>(12345, 50, cb); HWTEST_F() local
107 auto engine = std::make_shared<VideoDecoderEngineImpl>(12345, 50, cb); HWTEST_F() local
117 auto engine = std::make_shared<VideoDecoderEngineImpl>(12345, 50, cb); HWTEST_F() local
127 auto engine = std::make_shared<VideoDecoderEngineImpl>(12345, 50, cb); HWTEST_F() local
137 auto engine = std::make_shared<VideoDecoderEngineImpl>(12345, 50, cb); HWTEST_F() local
[all...]
H A Dvideo_decoder_engine_test.cpp61 auto engine = IVideoDecoderEngine::Create(fd, cb); in HWTEST_F() local
70 std::shared_ptr<IVideoDecoderEngine> engine = IVideoDecoderEngine::Create(fd, cb); in HWTEST_F() local
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/encoder/
H A Dvideo_encoder_engine.cpp41 auto engine = std::make_shared<VideoEncoderEngineImpl>(g_encoderId.fetch_add(1), fd, cb); in Create() local
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/
H A Dvideo_decoder_engine.cpp35 auto engine = std::make_shared<VideoDecoderEngineImpl>(g_decoderId.fetch_add(1), fd, cb); in Create() local
/third_party/icu/icu4c/source/samples/layout/
H A DGnomeFontMap.cpp24 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) in GnomeFontMap() argument
/third_party/node/test/addons/openssl-test-engine/
H A Dtestsetengine.cc18 int EngineInit(ENGINE* engine) { in EngineInit() argument
22 int EngineFinish(ENGINE* engine) { in EngineFinish() argument
26 int EngineDestroy(ENGINE* engine) { in EngineDestroy() argument
30 int bind_fn(ENGINE* engine, const char* id) { in bind_fn() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGnomeFontMap.cpp24 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) in GnomeFontMap() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dseed_sequences_test.cc34 absl::BitGen engine; in TEST() local
/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/src/
H A Dxpower_event_js.cpp28 auto engine = reinterpret_cast<NativeEngine*>(env); in ReportXPowerJsStackSysEvent() local
32 int ReportXPowerJsStackSysEvent(NativeEngine *engine, const std::string &tagName, const std::string &info) in ReportXPowerJsStackSysEvent() argument
/base/inputmethod/imf/frameworks/cj/src/
H A Dsetting_listeners.cpp32 auto engine = std::make_shared<CJGetInputMethodSetting>(); in GetIMSInstance() local
45 auto engine = CJGetInputMethodSetting::GetIMSInstance(); in Subscribe() local
59 auto engine = CJGetInputMethodSetting::GetIMSInstance(); in UnSubscribe() local
/base/hiviewdfx/hiview/test/unittest/xpower_event/
H A Dxpower_jsevent_test.cpp114 NativeEngine *engine = nullptr; in HWTEST_F() local

Completed in 5 milliseconds

12345678910>>...13