/third_party/node/src/ |
H A D | stream_base.h | 6 #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 D | node_i18n.h | 30 #include "env.h" 109 ConverterObject(Environment* env,
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
H A D | graceful-fs.js | 35 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 D | rehash.c | 514 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 D | rehash.c | 508 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 D | val_layout_test.cpp | 205 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 D | val_layout_test.cpp | 205 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 D | compute_buildstats.py | 14 'env', 268 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'} 269 with api.env(env):
|
/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':
|
/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)
|
/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,
|