Home
last modified time | relevance | path

Searched refs:env (Results 3401 - 3425 of 5746) sorted by relevance

1...<<131132133134135136137138139140>>...230

/third_party/node/deps/v8/src/compiler/
H A Dwasm-inlining.h38 WasmInliner(Editor* editor, wasm::CompilationEnv* env, in WasmInliner() argument
44 env_(env), in WasmInliner()
/third_party/rust/crates/cxx/gen/build/src/
H A Ddeps.rs2 use std::env;
60 for (k, v) in env::vars_os() { in direct_dependencies()
/third_party/rust/crates/cxx/macro/src/
H A Dload.rs11 use std::env;
44 let ast_dump_path = match env::var_os(CXX_CLANG_AST) { in load()
/third_party/rust/crates/libloading/tests/
H A Dfunctions.rs22 let rustc = std::env::var_os("RUSTC").unwrap_or_else(|| "rustc".into()); in make_helpers()
25 if let Some(target) = std::env::var_os("TARGET") { in make_helpers()
/third_party/skia/third_party/externals/angle2/src/compiler/
H A Dgenerate_parser_tools.py65 process = subprocess.Popen(flex_args, env=flex_env, cwd=sys.path[0])
117 process = subprocess.Popen(bison_args, env=bison_env, cwd=sys.path[0])
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms_test.cpp123 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local
125 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
H A Dshell_unix.go87 func Exec(timeout time.Duration, exe, wd string, env []string, args ...string) ([]byte, error) {
94 c.Env = env
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dext_inst.cpp71 spv_target_env env) { in spvExtInstTableGet()
74 switch (env) { in spvExtInstTableGet()
70 spvExtInstTableGet(spv_ext_inst_table* pExtInstTable, spv_target_env env) spvExtInstTableGet() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dpass_manager.h96 PassManager& SetTargetEnv(spv_target_env env) { in SetTargetEnv() argument
97 target_env_ = env; in SetTargetEnv()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dext_inst.cpp71 spv_target_env env) { in spvExtInstTableGet()
74 switch (env) { in spvExtInstTableGet()
70 spvExtInstTableGet(spv_ext_inst_table* pExtInstTable, spv_target_env env) spvExtInstTableGet() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dpass_manager.h96 PassManager& SetTargetEnv(spv_target_env env) { in SetTargetEnv() argument
97 target_env_ = env; in SetTargetEnv()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms_test.cpp123 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local
125 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
/third_party/spirv-tools/source/
H A Dext_inst.cpp71 spv_target_env env) { in spvExtInstTableGet()
74 switch (env) { in spvExtInstTableGet()
70 spvExtInstTableGet(spv_ext_inst_table* pExtInstTable, spv_target_env env) spvExtInstTableGet() argument
/third_party/python/Lib/test/
H A Dtest_repl.py35 env = kw.setdefault('env', dict(os.environ))
36 env['TERM'] = 'vt100'
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/
H A Dmain.rs6 use std::{env, fs, io};
157 env::current_exe() in build_dir()
/third_party/rust/crates/syn/examples/dump-syntax/src/
H A Dmain.rs22 use std::env;
64 let mut args = env::args_os(); in try_main()
/third_party/spirv-tools/source/opt/
H A Dpass_manager.h96 PassManager& SetTargetEnv(spv_target_env env) { in SetTargetEnv() argument
97 target_env_ = env; in SetTargetEnv()
/third_party/spirv-tools/test/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms_test.cpp123 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local
125 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
/base/startup/init/interfaces/kits/syscap_ts/include/
H A Dsyscap_ts.h22 void InitSyscapModule(napi_env env);
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dcall-conv-field.h8 int (__stdcall *GetVersion)(void *env);
/base/security/certificate_manager/interfaces/kits/napi/include/
H A Dcm_napi_uninstall_all_app_cert.h23 napi_value CMNapiUninstallAllAppCert(napi_env env, napi_callback_info info);
H A Dcm_napi_set_cert_status.h23 napi_value CMNapiSetCertStatus(napi_env env, napi_callback_info info);
/base/security/huks/interfaces/kits/napi/include/v8/
H A Dhuks_napi_get_key_properties.h23 napi_value HuksNapiGetKeyProperties(napi_env env, napi_callback_info info);
H A Dhuks_napi_get_sdk_version.h23 napi_value HuksNapiGetSdkVersion(napi_env env, napi_callback_info info);
H A Dhuks_napi_generate_key.h23 napi_value HuksNapiGenerateKey(napi_env env, napi_callback_info info);

Completed in 11 milliseconds

1...<<131132133134135136137138139140>>...230