Home
last modified time | relevance | path

Searched refs:env (Results 1726 - 1750 of 2370) sorted by relevance

1...<<61626364656667686970>>...95

/third_party/node/src/
H A Dstream_base.h6 #include "env.h"
316 static void AddMethods(Environment* env,
376 inline explicit StreamBase(Environment* env);
398 // Internal, used only in StreamBase methods + env.cc.
412 static void AddMethod(Environment* env,
H A Dnode_i18n.h30 #include "env.h"
109 ConverterObject(Environment* env,
/third_party/node/deps/npm/node_modules/graceful-fs/
H A Dgraceful-fs.js35 else if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || ''))
84 if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) {
97 if (process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs.__patched) {
/third_party/node/deps/openssl/openssl/apps/
H A Drehash.c514 const char *env, *prog; in rehash_main() local
559 } else if ((env = getenv(X509_get_default_cert_dir_env())) != NULL) { in rehash_main()
561 m = OPENSSL_strdup(env); in rehash_main()
/third_party/openssl/apps/
H A Drehash.c508 const char *env, *prog; in rehash_main() local
553 } else if ((env = getenv(X509_get_default_cert_dir_env())) != NULL) { in rehash_main()
555 m = OPENSSL_strdup(env); in rehash_main()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_layout_test.cpp205 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST_P() local
207 CompileSuccessfully(ss.str(), env); in TEST_P()
210 ASSERT_EQ(pred(order), result = ValidateInstructions(env)) in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_layout_test.cpp205 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST_P() local
207 CompileSuccessfully(ss.str(), env); in TEST_P()
210 ASSERT_EQ(pred(order), result = ValidateInstructions(env)) in TEST_P()
/third_party/skia/infra/bots/recipes/
H A Dcompute_buildstats.py14 'env',
268 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'}
269 with api.env(env):
/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':
/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)
/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,

Completed in 13 milliseconds

1...<<61626364656667686970>>...95