/third_party/spirv-tools/test/val/ |
H A D | val_layout_test.cpp | 196 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 D | update_deps.py | 1 #!/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 D | glsBuiltinPrecisionTests.cpp | 630 , 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 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())
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/ |
H A D | list_nodeadapterevent_test.cpp | 120 static napi_value TestListNodeAdapterEvent001(napi_env env, napi_callback_info info) in TestListNodeAdapterEvent001() argument
|
/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)
|
/third_party/icu/icu4c/source/test/fuzzer/ |
H A D | break_iterator_fuzzer.cpp | 14 IcuEnvironment* env = new IcuEnvironment(); variable
|
H A D | ucasemap_fuzzer.cpp | 14 IcuEnvironment* env = new IcuEnvironment(); variable
|
/third_party/mbedtls/scripts/ |
H A D | ecp_comb_table.py | 1 #!/usr/bin/env python3 187 p = subprocess.run(args=[binname], check=False, env={
|
/third_party/jsframework/ |
H A D | build_strip_native_min.js | 38 const frameworkBanner = `var global=this; var process={env:{}}; ` + `var setTimeout=global.setTimeout;\n`;
|
/third_party/node/test/parallel/ |
H A D | test-child-process-cwd.js | 88 const shouldExistDir = common.isWindows ? process.env.windir : '/dev';
|
H A D | test-repl-use-global.js | 78 process.env,
|
/third_party/node/src/ |
H A D | node_i18n.h | 30 #include "env.h" 109 ConverterObject(Environment* env,
|
H A D | node_main_instance.h | 61 void Run(int* exit_code, Environment* env);
|
H A D | timer_wrap.cc | 4 #include "env-inl.h" 53 timer_->env()->RemoveCleanupHook(CleanupHook, this); in Close()
|
/third_party/node/benchmark/http/ |
H A D | _chunky_http_client.js | 56 const PIPE = process.env.PIPE_NAME;
|
/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/ |
H A D | proxy.js | 15 const PROXY_ENV = Object.entries(process.env).reduce((acc, [key, value]) => {
|
/third_party/node/deps/npm/node_modules/cross-spawn/lib/ |
H A D | parse.js | 58 parsed.command = process.env.comspec || 'cmd.exe';
|