Home
last modified time | relevance | path

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

1234567

/third_party/vk-gl-cts/external/amber/src/src/
H A Dengine.cc34 std::unique_ptr<Engine> engine; in Create() local
/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
/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
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dreflect.cc76 auto engine = wasm::Engine::make(); in run() local
H A Dstart.cc21 auto engine = wasm::Engine::make(); in run() local
H A Dstart.c24 wasm_engine_t* engine = wasm_engine_new(); in main() local
H A Dhello.cc23 auto engine = wasm::Engine::make(); in run() local
H A Dhello.c23 wasm_engine_t* engine = wasm_engine_new(); in main() local
H A Dmulti.cc29 auto engine = wasm::Engine::make(); in run() local
H A Dfinalize.cc66 auto engine = wasm::Engine::make(); in run() local
H A Dfinalize.c71 wasm_engine_t* engine = wasm_engine_new(); in main() local
H A Dserialize.cc23 auto engine = wasm::Engine::make(); in run() local
/third_party/node/deps/openssl/openssl/providers/common/include/prov/
H A Dprovider_util.h23 ENGINE *engine; /* cipher engine */ member
36 ENGINE *engine; /* digest engine */ member
[all...]
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper.cc39 CreateConfig( amber::EngineType engine, uint32_t engine_major, uint32_t engine_minor, int32_t selected_device, const std::vector<std::string>& required_features, const std::vector<std::string>& required_instance_extensions, const std::vector<std::string>& required_device_extensions, bool disable_validation_layer, bool show_version_info, std::unique_ptr<amber::EngineConfig>* config) CreateConfig() argument
/third_party/openssl/providers/common/include/prov/
H A Dprovider_util.h23 ENGINE *engine; /* cipher engine */ member
36 ENGINE *engine; /* digest engine */ member
[all...]
/third_party/node/test/addons/openssl-key-engine/
H A Dtestkeyengine.cc29 int EngineInit(ENGINE* engine) { in EngineInit() argument
33 int EngineFinish(ENGINE* engine) { in EngineFinish() argument
37 int EngineDestroy(ENGINE* engine) { in EngineDestroy() argument
47 static EVP_PKEY* EngineLoadPrivkey(ENGINE* engine, const char* name, in EngineLoadPrivkey() argument
63 int bind_fn(ENGINE* engine, const char* id) { in bind_fn() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h47 LLVMExecutionEngineRef engine; member
/third_party/mesa3d/src/util/tests/
H A Dxmlconfig.cpp189 drirc_init(const char *driver, const char *drm, const char *exec_name, const char *app, int appver, const char *engine, int enginever) drirc_init() argument
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
H A Dnative-lib.cpp50 MegaDroneEngine *engine = new MegaDroneEngine(std::move(cpuIds)); in Java_com_google_oboe_samples_megadrone_MainActivity_startEngine() local
58 auto engine = reinterpret_cast<MegaDroneEngine*>(jEngineHandle); in Java_com_google_oboe_samples_megadrone_MainActivity_stopEngine() local
71 auto *engine = reinterpret_cast<MegaDroneEngine*>(jEngineHandle); in Java_com_google_oboe_samples_megadrone_MainActivity_tap() local
[all...]

Completed in 8 milliseconds

1234567