/third_party/node/test/js-native-api/ |
H A D | entry_point.h | 7 napi_value Init(napi_env env, napi_value exports);
|
/third_party/mesa3d/src/glx/ |
H A D | glxextensions.c | 400 char *env, *field; in __ParseExtensionOverride() local 406 env = strdup(override); in __ParseExtensionOverride() 407 if (env == NULL) in __ParseExtensionOverride() 410 for (field = strtok(env, " "); field!= NULL; field = strtok(NULL, " ")) { in __ParseExtensionOverride() 439 free(env); in __ParseExtensionOverride()
|
/third_party/python/Lib/test/ |
H A D | test_gdb.py | 95 env = os.environ.copy() 96 env.update(env_vars) 98 env = None 110 env=env)
|
H A D | test_py_compile.py | 20 with os_helper.EnvironmentVarGuard() as env: 21 env.unset('SOURCE_DATE_EPOCH') 30 with os_helper.EnvironmentVarGuard() as env: 31 env['SOURCE_DATE_EPOCH'] = '123456789'
|
/third_party/libabigail/tools/ |
H A D | abipkgdiff.cc | 1271 /// @param env the environment encapsulating the entire comparison. 1289 abigail::ir::environment& env, in compare() 1360 env, requested_fe_kind, in compare() 1459 env, requested_fe_kind, in compare() 1573 /// @param env the environment to use for the comparison. 1589 abigail::ir::environment& env, in compare_to_self() 1624 env, requested_fe_kind, in compare_to_self() 1671 abigail::xml_writer::create_write_context(env, of); in compare_to_self() 1700 abigail::fe_iface_sptr rdr = abixml::create_reader(abi_file_path, env); in compare_to_self() 2078 abigail::ir::environment env; in perform() local 1282 compare(const elf_file& elf1, const string& debug_dir1, const suppressions_type& priv_types_supprs1, const elf_file& elf2, const string& debug_dir2, const suppressions_type& priv_types_supprs2, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare() argument 1586 compare_to_self(const elf_file& elf, const string& debug_dir, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare_to_self() argument 2151 abigail::ir::environment env; perform() local 3040 abigail::ir::environment env; compare_prepared_linux_kernel_packages() local [all...] |
/third_party/rust/crates/libc/libc-test/test/ |
H A D | linux_ipv6.rs | 7 include!(concat!(env!("OUT_DIR"), "/linux_ipv6.rs"));
|
H A D | linux_elf.rs | 7 include!(concat!(env!("OUT_DIR"), "/linux_elf.rs"));
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | disassemble.h | 29 std::string spvInstructionBinaryToText(const spv_target_env env,
|
H A D | opcode.cpp | 91 spv_result_t spvOpcodeTableNameLookup(spv_target_env env, in spvOpcodeTableNameLookup() argument 102 const auto version = spvVersionForTargetEnv(env); in spvOpcodeTableNameLookup() 126 spv_result_t spvOpcodeTableValueLookup(spv_target_env env, in spvOpcodeTableValueLookup() argument 148 const auto version = spvVersionForTargetEnv(env); in spvOpcodeTableValueLookup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | disassemble.h | 29 std::string spvInstructionBinaryToText(const spv_target_env env,
|
H A D | opcode.cpp | 91 spv_result_t spvOpcodeTableNameLookup(spv_target_env env, in spvOpcodeTableNameLookup() argument 102 const auto version = spvVersionForTargetEnv(env); in spvOpcodeTableNameLookup() 126 spv_result_t spvOpcodeTableValueLookup(spv_target_env env, in spvOpcodeTableValueLookup() argument 148 const auto version = spvVersionForTargetEnv(env); in spvOpcodeTableValueLookup()
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | workspace_path.rs | 4 let mut path = PathBuf::from(env!("CARGO_MANIFEST_DIR")); in get()
|
/third_party/weex-loader/ |
H A D | babel.config.js | 19 const presets = ['@babel/preset-env']; 28 if (process.env.DEVICE_LEVEL === 'lite') {
|
/third_party/node/lib/internal/test_runner/ |
H A D | coverage.js | 242 // Restore the original value of process.env.NODE_V8_COVERAGE. Then, copy 245 delete process.env.NODE_V8_COVERAGE; 249 process.env.NODE_V8_COVERAGE = this.originalCoverageDirectory; 278 let originalCoverageDirectory = process.env.NODE_V8_COVERAGE; 299 process.env.NODE_V8_COVERAGE = coverageDirectory;
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 445 char env[10]; in fuse_mount_fusermount() local 466 snprintf(env, sizeof(env), "%i", fds[0]); in fuse_mount_fusermount() 467 setenv(FUSE_COMMFD_ENV, env, 1); in fuse_mount_fusermount()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_measure.c | 60 const char *env = getenv("INTEL_MEASURE"); in intel_measure_init() local 64 if (!env) in intel_measure_init() 68 strncpy(env_copy, env, 1024); in intel_measure_init() 222 if (env) in intel_measure_init()
|
/third_party/libabigail/src/ |
H A D | abg-symtab-reader.cc | 133 /// @param env the environment we are operating in 142 const ir::environment& env, in load() 148 if (!result->load_(elf_handle, env, is_suppressed)) in load() 195 /// @param env the environment we are operating in 203 const ir::environment& env, in load_() 365 (env, i, sym->st_size, name, in load_() 141 load(Elf* elf_handle, const ir::environment& env, symbol_predicate is_suppressed) load() argument 202 load_(Elf* elf_handle, const ir::environment& env, symbol_predicate is_suppressed) load_() argument
|
H A D | abg-elf-reader.cc | 453 /// @param env the environment which the reader operates in. 456 ir::environment& env) in reader() 457 : fe_iface(elf_path, env), in reader() 484 fe_iface::reset(elf_path, opts.env); in reset() 675 (elf_handle(), options().env, in symtab() 454 reader(const string& elf_path, const vector<char**>& debug_info_roots, ir::environment& env) reader() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SymbolEnv.cpp | 388 const TStructure *&env = mTextureEnvs[samplerType]; in getTextureEnv() local 389 if (env == nullptr) in getTextureEnv() 405 env = &newStructure(Name(envName, SymbolType::AngleInternal), in getTextureEnv() 408 return *env; in getTextureEnv()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_compute_data_synonym_fact_closure_test.cpp | 123 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 125 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 406 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 408 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/ |
H A D | libspirv.h | 536 SPIRV_TOOLS_EXPORT const char* spvTargetEnvDescription(spv_target_env env); 538 // Parses s into *env and returns true if successful. If unparsable, returns 539 // false and sets *env to SPV_ENV_UNIVERSAL_1_0. 540 SPIRV_TOOLS_EXPORT bool spvParseTargetEnv(const char* s, spv_target_env* env); 542 // Determines the target env value with the least features but which enables 544 // true and writes the value to |env|, otherwise returns false. 553 spv_target_env* env); 556 // Returns null if env is invalid. 560 SPIRV_TOOLS_EXPORT spv_context spvContextCreate(spv_target_env env);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
H A D | libspirv.h | 536 SPIRV_TOOLS_EXPORT const char* spvTargetEnvDescription(spv_target_env env); 538 // Parses s into *env and returns true if successful. If unparsable, returns 539 // false and sets *env to SPV_ENV_UNIVERSAL_1_0. 540 SPIRV_TOOLS_EXPORT bool spvParseTargetEnv(const char* s, spv_target_env* env); 542 // Determines the target env value with the least features but which enables 544 // true and writes the value to |env|, otherwise returns false. 553 spv_target_env* env); 556 // Returns null if env is invalid. 560 SPIRV_TOOLS_EXPORT spv_context spvContextCreate(spv_target_env env);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_compute_data_synonym_fact_closure_test.cpp | 123 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 125 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 406 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 408 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | Converter.h | 67 Converter(Napi::Env e) : env(e) { in Converter() 92 return env; in Env() 277 Napi::Error::New(env, "Integer value (" + std::to_string(in) + in Convert() 382 Napi::Env env; member
|
/third_party/python/Lib/ |
H A D | uuid.py | 372 env = dict(os.environ) 373 env['LC_ALL'] = 'C' 382 env=env)
|