Home
last modified time | relevance | path

Searched refs:env (Results 4526 - 4550 of 5289) sorted by relevance

1...<<181182183184185186187188189190>>...212

/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py78 _spontaneous_environments[key] = env = cls(*args)
79 env.shared = True
80 return env
650 >>> env = Environment()
651 >>> expr = env.compile_expression('foo == 42')
661 >>> env.compile_expression('var')() is None
663 >>> env.compile_expression('var', undefined_to_none=False)()
1006 env = get_spontaneous_environment(
1031 return env.from_string(source, template_class=cls)
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Djs_free_install_observer.h45 explicit JsFreeInstallObserver(napi_env env);
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_data.h63 napi_env env = nullptr; member
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_source_preview.h141 static napi_value CreatePixelMap(napi_env env, std::shared_ptr<PixelMap> pixelmap) in CreatePixelMap() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Danimator_option.h122 void Destroy(napi_env env);
/foundation/graphic/graphic_3d/kits/js/include/
H A DPropertyProxy.h35 void Create(napi_env env, const BASE_NS::string jsName);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_basic_base.h52 napi_value GetContextInstance(napi_env env, std::string className,
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dlistener_base.h30 explicit ListenerBase(napi_env env);
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadatahelper_callback.h50 AVMetadataHelperCallback(napi_env env, AVMetadataHelperNotify *listener);
/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_callback.h32 explicit AVTransCoderCallback(napi_env env);
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/
H A Dinput_event_builder.h64 InputEventBuilder(IContext *env);
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_out.h27 CooperateOut(IStateMachine &parent, IContext *env);
H A Dcooperate.h32 Cooperate(IContext *env);
H A Dcooperate_free.h29 CooperateFree(IStateMachine &parent, IContext *env);
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/include/
H A Dstatistics_exec.h75 static napi_value CreateCodeMessage(napi_env env, const std::string &msg, int32_t code);
/foundation/window/window_manager/wm/include/
H A Dscreen_scene.h40 void LoadContent(const std::string& contentUrl, napi_env env, napi_value storage,
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/
H A DbuildebpfPlugin.py57 env=os.environ.copy())
/kernel/linux/linux-5.10/tools/perf/util/
H A Dblock-info.h81 struct evsel *evsel, struct perf_env *env,
H A Dsvghelper.h33 int svg_build_topology_map(struct perf_env *env);
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.h66 void mlxsw_env_fini(struct mlxsw_env *env);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dblock-info.h81 struct evsel *evsel, struct perf_env *env,
H A Dsvghelper.h33 int svg_build_topology_map(struct perf_env *env);
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/
H A DbuildebpfPlugin.py57 env=os.environ.copy())
/third_party/googletest/googletest/test/
H A Dgtest_list_output_unittest.py1 #!/usr/bin/env python
259 command, env=environ_copy, working_dir=gtest_test_utils.GetTempDir())
H A Dgoogletest-break-on-failure-unittest.py1 #!/usr/bin/env python
79 p = gtest_test_utils.Subprocess(command, env=environ)

Completed in 11 milliseconds

1...<<181182183184185186187188189190>>...212