/third_party/skia/third_party/externals/jinja2/ |
H A D | environment.py | 78 _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 D | js_free_install_observer.h | 45 explicit JsFreeInstallObserver(napi_env env);
|
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_data.h | 63 napi_env env = nullptr; member
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | image_source_preview.h | 141 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 D | animator_option.h | 122 void Destroy(napi_env env);
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | PropertyProxy.h | 35 void Create(napi_env env, const BASE_NS::string jsName);
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_basic_base.h | 52 napi_value GetContextInstance(napi_env env, std::string className,
|
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ |
H A D | listener_base.h | 30 explicit ListenerBase(napi_env env);
|
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadatahelper_callback.h | 50 AVMetadataHelperCallback(napi_env env, AVMetadataHelperNotify *listener);
|
/foundation/multimedia/player_framework/frameworks/js/avtranscoder/ |
H A D | avtranscoder_callback.h | 32 explicit AVTransCoderCallback(napi_env env);
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_builder.h | 64 InputEventBuilder(IContext *env);
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_out.h | 27 CooperateOut(IStateMachine &parent, IContext *env);
|
H A D | cooperate.h | 32 Cooperate(IContext *env);
|
H A D | cooperate_free.h | 29 CooperateFree(IStateMachine &parent, IContext *env);
|
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/include/ |
H A D | statistics_exec.h | 75 static napi_value CreateCodeMessage(napi_env env, const std::string &msg, int32_t code);
|
/foundation/window/window_manager/wm/include/ |
H A D | screen_scene.h | 40 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 D | buildebpfPlugin.py | 57 env=os.environ.copy())
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | block-info.h | 81 struct evsel *evsel, struct perf_env *env,
|
H A D | svghelper.h | 33 int svg_build_topology_map(struct perf_env *env);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_env.h | 66 void mlxsw_env_fini(struct mlxsw_env *env);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | block-info.h | 81 struct evsel *evsel, struct perf_env *env,
|
H A D | svghelper.h | 33 int svg_build_topology_map(struct perf_env *env);
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | buildebpfPlugin.py | 57 env=os.environ.copy())
|
/third_party/googletest/googletest/test/ |
H A D | gtest_list_output_unittest.py | 1 #!/usr/bin/env python 259 command, env=environ_copy, working_dir=gtest_test_utils.GetTempDir())
|
H A D | googletest-break-on-failure-unittest.py | 1 #!/usr/bin/env python 79 p = gtest_test_utils.Subprocess(command, env=environ)
|