/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/ |
H A D | text_sweepgradient_test.cpp | 20 static napi_value TestTextSweepGradient001(napi_env env, napi_callback_info info) in TestTextSweepGradient001() argument 30 static napi_value TestTextSweepGradient002(napi_env env, napi_callback_info info) in TestTextSweepGradient002() argument 59 static napi_value TestTextSweepGradient003(napi_env env, napi_callback_info info) in TestTextSweepGradient003() argument 88 static napi_value TestTextSweepGradient004(napi_env env, napi_callback_info info) in TestTextSweepGradient004() argument 117 static napi_value TestTextSweepGradient005(napi_env env, napi_callback_info info) in TestTextSweepGradient005() argument
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
H A D | commonattrs_sweepgradient_test.cpp | 20 static napi_value TestCommonAttrsSweepGradient001(napi_env env, napi_callback_info info) in TestCommonAttrsSweepGradient001() argument 30 static napi_value TestCommonAttrsSweepGradient002(napi_env env, napi_callback_info info) in TestCommonAttrsSweepGradient002() argument 56 static napi_value TestCommonAttrsSweepGradient003(napi_env env, napi_callback_info info) in TestCommonAttrsSweepGradient003() argument 82 static napi_value TestCommonAttrsSweepGradient004(napi_env env, napi_callback_info info) in TestCommonAttrsSweepGradient004() argument 108 static napi_value TestCommonAttrsSweepGradient005(napi_env env, napi_callback_info info) in TestCommonAttrsSweepGradient005() argument
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_sweepgradient_test.cpp | 20 static napi_value TestCustomComponentSweepGradient001(napi_env env, napi_callback_info info) in TestCustomComponentSweepGradient001() argument 30 static napi_value TestCustomComponentSweepGradient002(napi_env env, napi_callback_info info) in TestCustomComponentSweepGradient002() argument 56 static napi_value TestCustomComponentSweepGradient003(napi_env env, napi_callback_info info) in TestCustomComponentSweepGradient003() argument 82 static napi_value TestCustomComponentSweepGradient004(napi_env env, napi_callback_info info) in TestCustomComponentSweepGradient004() argument 108 static napi_value TestCustomComponentSweepGradient005(napi_env env, napi_callback_info info) in TestCustomComponentSweepGradient005() argument
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/ |
H A D | image_transform_test.cpp | 27 static napi_value TestImageTransform001(napi_env env, napi_callback_info info) in TestImageTransform001() argument 46 static napi_value TestImageTransform002(napi_env env, napi_callback_info info) in TestImageTransform002() argument 67 static napi_value TestImageTransform003(napi_env env, napi_callback_info info) in TestImageTransform003() argument 97 static napi_value TestImageTransform004(napi_env env, napi_callback_info info) in TestImageTransform004() argument 113 static napi_value TestImageTransform005(napi_env env, napi_callback_info info) in TestImageTransform005() argument
|
/third_party/node/src/ |
H A D | node_realm.cc | 2 #include "env-inl.h" 21 Realm::Realm(Environment* env, in Realm() argument 24 : env_(env), isolate_(context->GetIsolate()) { in Realm() 29 // env drained the deserialize requests. in Realm() 45 tracker->TrackField("env", env_); in MemoryInfo() 170 env()->builtin_loader()->CompileAndCall(ctx, id, this); in ExecuteBootstrapper() 179 env()->async_hooks()->clear_async_id_stack(); in ExecuteBootstrapper() 214 Local<String> env_string = FIXED_ONE_BYTE_STRING(isolate_, "env"); in BootstrapNode() 316 if (!env()->options()->verify_base_objects) return; in VerifyNoStrongBaseObjects()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_constant_scalar_test.cpp | 69 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 72 BuildModule(env, consumer, reference_shader, kFuzzAssembleOption); in TEST() 168 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 171 BuildModule(env, consumer, reference_shader, kFuzzAssembleOption); in TEST() 360 ASSERT_TRUE(IsEqual(env, variant_shader, context.get())); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_constant_scalar_test.cpp | 69 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 72 BuildModule(env, consumer, reference_shader, kFuzzAssembleOption); in TEST() 168 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 171 BuildModule(env, consumer, reference_shader, kFuzzAssembleOption); in TEST() 360 ASSERT_TRUE(IsEqual(env, variant_shader, context.get())); in TEST()
|
/third_party/python/Lib/test/ |
H A D | test_hash.py | 178 env = os.environ.copy() 179 env['__cleanenv'] = True # signal to assert_python not to do a copy 182 env['PYTHONHASHSEED'] = str(seed) 184 env.pop('PYTHONHASHSEED', None) 187 **env)
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | task_builder.go | 93 // env appends the given values to the given environment variable for the task. 94 func (b *taskBuilder) env(key string, values ...string) { 107 b.env("PATH", loc...) 210 // "with api.context(env=api.infra.go_env)". 221 b.env("GOROOT", pkg.Path+"/go") 306 b.env("VPYTHON_VIRTUALENV_ROOT", "cache/vpython") 307 b.env("VPYTHON_LOG_TRACE", "1")
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_constant_scalar_test.cpp | 69 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 72 BuildModule(env, consumer, reference_shader, kFuzzAssembleOption); in TEST() 168 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 171 BuildModule(env, consumer, reference_shader, kFuzzAssembleOption); in TEST() 361 ASSERT_TRUE(IsEqual(env, variant_shader, context.get())); in TEST()
|
H A D | transformation_function_call_test.cpp | 134 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 136 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 438 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() 461 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 463 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
|
H A D | transformation_swap_commutable_operands_test.cpp | 112 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 114 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 342 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 344 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 457 ASSERT_TRUE(IsEqual(env, variantShader, context.get())); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 2757 TextureEnvironmentParameters &env = state->textureEnvironment(unit); in SetTextureEnv() local 2766 env.mode = FromGLenum<TextureEnvMode>(asEnum); in SetTextureEnv() 2769 env.combineRgb = FromGLenum<TextureCombine>(asEnum); in SetTextureEnv() 2772 env.combineAlpha = FromGLenum<TextureCombine>(asEnum); in SetTextureEnv() 2775 env.src0Rgb = FromGLenum<TextureSrc>(asEnum); in SetTextureEnv() 2778 env.src1Rgb = FromGLenum<TextureSrc>(asEnum); in SetTextureEnv() 2781 env.src2Rgb = FromGLenum<TextureSrc>(asEnum); in SetTextureEnv() 2784 env.src0Alpha = FromGLenum<TextureSrc>(asEnum); in SetTextureEnv() 2787 env.src1Alpha = FromGLenum<TextureSrc>(asEnum); in SetTextureEnv() 2790 env in SetTextureEnv() 2847 const TextureEnvironmentParameters &env = state->textureEnvironment(unit); GetTextureEnv() local [all...] |
/third_party/libuv/src/unix/ |
H A D | process.c | 392 if (options->env != NULL) in uv__process_child_init() 393 environ = options->env; in uv__process_child_init() 651 char* uv__spawn_find_path_in_env(char** env) { in uv__spawn_find_path_in_env() argument 656 * provided env array, and return its value if found */ in uv__spawn_find_path_in_env() 657 for (env_iterator = env; *env_iterator != NULL; env_iterator++) { in uv__spawn_find_path_in_env() 689 * by options->env */ in uv__spawn_resolve_and_spawn() 690 char** env = environ; in uv__spawn_resolve_and_spawn() local 691 if (options->env != NULL) in uv__spawn_resolve_and_spawn() 692 env = options->env; in uv__spawn_resolve_and_spawn() [all...] |
/third_party/node/test/common/ |
H A D | index.js | 56 !process.env.NODE_SKIP_CRYPTO; 96 !process.env.NODE_SKIP_FLAG_CHECK && 130 const isAsan = process.env.ASAN !== undefined; 145 const isDumbTerminal = process.env.TERM === 'dumb'; 151 // If env var is set then enable async_hook hooks for all tests. 152 if (process.env.NODE_TEST_WITH_ASYNC_HOOKS) { 360 if (process.env.NODE_TEST_KNOWN_GLOBALS !== '0') { 361 if (process.env.NODE_TEST_KNOWN_GLOBALS) { 362 const knownFromEnv = process.env.NODE_TEST_KNOWN_GLOBALS.split(','); 501 const whoamiPath = path.join(process.env [all...] |
/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/ |
H A D | js_error_observer.h | 29 explicit JsErrorObserver(napi_env env); 41 napi_value CreateJsErrorObject(napi_env env, const AppExecFwk::ErrorObject &errorObj);
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/form_runtime/ |
H A D | js_form_extension_context.h | 28 napi_value CreateJsFormExtensionContext(napi_env env, std::shared_ptr<FormExtensionContext> context); 32 explicit JSFormExtensionConnection(napi_env env);
|
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/ |
H A D | napi_async_work.h | 42 napi_env env = nullptr; member 64 static napi_value Enqueue(napi_env env, std::shared_ptr<NapiAsyncTask> ctxt, const std::string &name,
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | js_service_extension_context.h | 29 napi_value CreateJsServiceExtensionContext(napi_env env, std::shared_ptr<ServiceExtensionContext> context); 33 explicit JSServiceExtensionConnection(napi_env env);
|
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/ |
H A D | js_mission_listener.h | 31 explicit JsMissionListener(napi_env env) : env_(env) {} in JsMissionListener() argument
|
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | uncaught_exception_callback.h | 42 std::shared_ptr<SourceMapOperator> sourceMapOperator, napi_env env) in NapiUncaughtExceptionCallback() 43 : uncaughtTask_(uncaughtTask), sourceMapOperator_(sourceMapOperator), env_(env) in NapiUncaughtExceptionCallback() 40 NapiUncaughtExceptionCallback( std::function<void(const std::string summary, const JsEnv::ErrorObject errorObj)> uncaughtTask, std::shared_ptr<SourceMapOperator> sourceMapOperator, napi_env env) NapiUncaughtExceptionCallback() argument
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/ |
H A D | js_ability_monitor.h | 115 * Sets the native env. 117 * @param env Indicates the native env. 119 void SetJsAbilityMonitorEnv(napi_env env) in SetJsAbilityMonitorEnv() argument 121 env_ = env; in SetJsAbilityMonitorEnv()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_analyzer_loader.cpp | 67 auto env = reinterpret_cast<napi_env>(nativeEngine); in CreateImageAnalyzer() local 68 return { createImageAnalyzerInstance_(env), [lib = shared_from_this(), in CreateImageAnalyzer()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/ |
H A D | zlib_callback_info.h | 34 ZlibCallbackInfo(napi_env env, napi_ref callback, napi_deferred deferred, bool isCallback);
57 napi_env env;
member
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_event_subscribe_module.h | 39 napi_status Register(napi_env env, napi_callback_info info); 40 napi_status Deregister(napi_env env, napi_callback_info info);
|