Home
last modified time | relevance | path

Searched refs:env (Results 2951 - 2975 of 4971) sorted by relevance

1...<<111112113114115116117118119120>>...199

/third_party/spirv-tools/test/val/
H A Dval_layout_test.cpp196 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST_P() local
198 CompileSuccessfully(ss.str(), env); in TEST_P()
201 ASSERT_EQ(pred(order), result = ValidateInstructions(env)) in TEST_P()
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py1 #!/usr/bin/env python3
787 for env in repo.ci_only:
788 if env not in os.environ:
790 if os.environ[env].lower() == 'true':
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp630 , env (env_) in EvalContext()
635 Environment& env; member
761 ctx.env.bind(*m_variable, m_value->evaluate(ctx)); in doExecute()
763 ctx.env.lookup(*m_variable) = m_value->evaluate(ctx); in doExecute()
882 ctx.env, ctx.callDepth + 1); in evaluate()
1044 return ctx.env.lookup<T>(*this); in doEvaluate()
1443 ctx.env.lookup(var0), ctx.env.lookup(var1), in doEvaluate()
1444 ctx.env.lookup(var2), ctx.env in doEvaluate()
4638 Environment env; // Hoisted out of the inner loop for optimization. testStatement() local
[all...]
/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())
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
H A Dlist_nodeadapterevent_test.cpp120 static napi_value TestListNodeAdapterEvent001(napi_env env, napi_callback_info info) in TestListNodeAdapterEvent001() argument
/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)
/third_party/icu/icu4c/source/test/fuzzer/
H A Dbreak_iterator_fuzzer.cpp14 IcuEnvironment* env = new IcuEnvironment(); variable
H A Ducasemap_fuzzer.cpp14 IcuEnvironment* env = new IcuEnvironment(); variable
/third_party/mbedtls/scripts/
H A Decp_comb_table.py1 #!/usr/bin/env python3
187 p = subprocess.run(args=[binname], check=False, env={
/third_party/jsframework/
H A Dbuild_strip_native_min.js38 const frameworkBanner = `var global=this; var process={env:{}}; ` + `var setTimeout=global.setTimeout;\n`;
/third_party/node/test/parallel/
H A Dtest-child-process-cwd.js88 const shouldExistDir = common.isWindows ? process.env.windir : '/dev';
H A Dtest-repl-use-global.js78 process.env,
/third_party/node/src/
H A Dnode_i18n.h30 #include "env.h"
109 ConverterObject(Environment* env,
H A Dnode_main_instance.h61 void Run(int* exit_code, Environment* env);
H A Dtimer_wrap.cc4 #include "env-inl.h"
53 timer_->env()->RemoveCleanupHook(CleanupHook, this); in Close()
/third_party/node/benchmark/http/
H A D_chunky_http_client.js56 const PIPE = process.env.PIPE_NAME;
/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/
H A Dproxy.js15 const PROXY_ENV = Object.entries(process.env).reduce((acc, [key, value]) => {
/third_party/node/deps/npm/node_modules/cross-spawn/lib/
H A Dparse.js58 parsed.command = process.env.comspec || 'cmd.exe';

Completed in 16 milliseconds

1...<<111112113114115116117118119120>>...199