/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/ |
H A D | linter.hpp | 29 explicit Linter(spv_target_env env);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
H A D | linter.hpp | 29 explicit Linter(spv_target_env env);
|
/third_party/spirv-tools/include/spirv-tools/ |
H A D | linter.hpp | 29 explicit Linter(spv_target_env env);
|
/third_party/skia/infra/bots/recipe_modules/git/examples/ |
H A D | full.py | 16 with api.git.env():
|
/third_party/skia/bin/ |
H A D | sync | 1 #!/usr/bin/env python 16 env=dict(os.environ, GIT_SYNC_DEPS_QUIET='T')) variable
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 654 ///@parm env the environment we are operating from. 672 lookup_symbol_from_sysv_hash_tab(const environment& env, in lookup_symbol_from_sysv_hash_tab() argument 740 elf_symbol::create(env, in lookup_symbol_from_sysv_hash_tab() 949 lookup_symbol_from_gnu_hash_tab(const environment& env, in lookup_symbol_from_gnu_hash_tab() argument 1032 elf_symbol::create(env, i, in lookup_symbol_from_gnu_hash_tab() 1058 /// @param env the environment we are operating from. 1081 lookup_symbol_from_elf_hash_tab(const environment& env, in lookup_symbol_from_elf_hash_tab() argument 1097 return lookup_symbol_from_sysv_hash_tab(env, in lookup_symbol_from_elf_hash_tab() 1104 return lookup_symbol_from_gnu_hash_tab(env, in lookup_symbol_from_elf_hash_tab() 1116 /// @param env th 1138 lookup_symbol_from_symtab(const environment& env, Elf* elf_handle, const string& sym_name, size_t sym_tab_index, bool demangle, vector<elf_symbol_sptr>& syms_found) lookup_symbol_from_symtab() argument 1229 lookup_symbol_from_elf(const environment& env, Elf* elf_handle, const string& symbol_name, bool demangle, vector<elf_symbol_sptr>& syms_found) lookup_symbol_from_elf() argument 1280 lookup_public_function_symbol_from_elf(environment& env, Elf* elf_handle, const string& symbol_name, vector<elf_symbol_sptr>& func_syms) lookup_public_function_symbol_from_elf() argument 2341 env() env() function in abigail::dwarf::reader 2348 env() const env() function in abigail::dwarf::reader [all...] |
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
|
/third_party/spirv-tools/source/opt/ |
H A D | optimizer.cpp | 60 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() 67 Optimizer::Optimizer(spv_target_env env) : impl_(new Impl(env)) { in Optimizer() argument 68 assert(env != SPV_ENV_WEBGPU_0); in Optimizer() 600 void Optimizer::SetTargetEnv(const spv_target_env env) { in SetTargetEnv() argument 601 impl_->target_env = env; in SetTargetEnv() 1129 SPIRV_TOOLS_EXPORT spv_optimizer_t* spvOptimizerCreate(spv_target_env env) { in spvOptimizerCreate() argument 1130 return reinterpret_cast<spv_optimizer_t*>(new spvtools::Optimizer(env)); in spvOptimizerCreate()
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/ |
H A D | bus.c | 309 struct kobj_uevent_env *env) in host1x_device_uevent() 325 add_uevent_var(env, "OF_NAME=%pOFn", np); in host1x_device_uevent() 326 add_uevent_var(env, "OF_FULLNAME=%pOF", np); in host1x_device_uevent() 329 add_uevent_var(env, "OF_COMPATIBLE_%u=%s", count, compat); in host1x_device_uevent() 333 add_uevent_var(env, "OF_COMPATIBLE_N=%u", count); in host1x_device_uevent() 308 host1x_device_uevent(struct device *dev, struct kobj_uevent_env *env) host1x_device_uevent() argument
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | sys.c | 704 struct kobj_uevent_env *env) in gfs2_uevent() 709 add_uevent_var(env, "LOCKTABLE=%s", sdp->sd_table_name); in gfs2_uevent() 710 add_uevent_var(env, "LOCKPROTO=%s", sdp->sd_proto_name); in gfs2_uevent() 712 add_uevent_var(env, "JOURNALID=%d", sdp->sd_lockstruct.ls_jid); in gfs2_uevent() 714 add_uevent_var(env, "UUID=%pUB", &s->s_uuid); in gfs2_uevent() 703 gfs2_uevent(struct kset *kset, struct kobject *kobj, struct kobj_uevent_env *env) gfs2_uevent() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_loader.c | 348 if (env.verbosity > VERBOSE_NONE) in prepare_case() 350 if (env.verbosity > VERBOSE_VERY) in prepare_case() 373 if (!force && env.verbosity == VERBOSE_NONE) in emit_verifier_log() 395 if (env.verbosity == VERBOSE_NONE) in validate_case() 520 if (env.verbosity != VERBOSE_NONE) in should_do_test_run()
|
/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)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.h | 566 int nfp_verify_insn(struct bpf_verifier_env *env, int insn_idx, 568 int nfp_bpf_finalize(struct bpf_verifier_env *env); 570 int nfp_bpf_opt_replace_insn(struct bpf_verifier_env *env, u32 off, 572 int nfp_bpf_opt_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt);
|
/kernel/linux/linux-5.10/drivers/memstick/core/ |
H A D | memstick.c | 60 static int memstick_uevent(struct device *dev, struct kobj_uevent_env *env) in memstick_uevent() argument 65 if (add_uevent_var(env, "MEMSTICK_TYPE=%02X", card->id.type)) in memstick_uevent() 68 if (add_uevent_var(env, "MEMSTICK_CATEGORY=%02X", card->id.category)) in memstick_uevent() 71 if (add_uevent_var(env, "MEMSTICK_CLASS=%02X", card->id.class)) in memstick_uevent()
|
/kernel/linux/linux-6.6/drivers/memstick/core/ |
H A D | memstick.c | 60 static int memstick_uevent(const struct device *dev, struct kobj_uevent_env *env) in memstick_uevent() argument 65 if (add_uevent_var(env, "MEMSTICK_TYPE=%02X", card->id.type)) in memstick_uevent() 68 if (add_uevent_var(env, "MEMSTICK_CATEGORY=%02X", card->id.category)) in memstick_uevent() 71 if (add_uevent_var(env, "MEMSTICK_CLASS=%02X", card->id.class)) in memstick_uevent()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.h | 566 int nfp_verify_insn(struct bpf_verifier_env *env, int insn_idx, 568 int nfp_bpf_finalize(struct bpf_verifier_env *env); 570 int nfp_bpf_opt_replace_insn(struct bpf_verifier_env *env, u32 off, 572 int nfp_bpf_opt_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt);
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | sar.c | 457 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_tas_track() local 468 if (env->ccx_watchdog_result != RTW89_PHY_ENV_MON_IFS_CLM) in rtw89_tas_track() 482 txpwr = instant_txpwr * env->ifs_clm_tx_ratio; in rtw89_tas_track() 487 instant_txpwr, env->ifs_clm_tx_ratio, txpwr); in rtw89_tas_track()
|
/kernel/uniproton/ |
H A D | build.py | 1 #!/usr/bin/env python3 43 log_msg('error', 'load config.xml env error') 164 if self.builder.run(cmd, cwd=self.build_tmp_dir, env=None): 194 self.builder.run('make clean', cwd=self.build_tmp_dir, env=None) 198 self.UniProton_make_jx, self.log_dir, self.log_file), cwd=self.build_tmp_dir, env=None): 203 if self.builder.run('make install %s &>> %s/%s' % (self.UniProton_make_jx, self.log_dir, self.log_file), cwd=self.build_tmp_dir, env=None):
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | config_manager.py | 1 #!/usr/bin/env python3 51 def __init__(self, config_file="", env=""): 54 if env: 55 self.config_content = ElementTree.fromstring(env) 80 err = ErrorMessage.UserConfig.Code_0103003 if env else ErrorMessage.UserConfig.Code_0103002
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
H A D | commonattrs_transform_test.cpp | 24 static napi_value TestCommonAttrsTransform001(napi_env env, napi_callback_info info) in TestCommonAttrsTransform001() argument 154 static napi_value TestCommonAttrsTransform002(napi_env env, napi_callback_info info) in TestCommonAttrsTransform002() argument 188 static napi_value TestCommonAttrsTransform003(napi_env env, napi_callback_info info) in TestCommonAttrsTransform003() argument 198 static napi_value TestCommonAttrsTransform004(napi_env env, napi_callback_info info) in TestCommonAttrsTransform004() argument
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_transform_test.cpp | 24 static napi_value TestCustomComponentTransform001(napi_env env, napi_callback_info info) in TestCustomComponentTransform001() argument 154 static napi_value TestCustomComponentTransform002(napi_env env, napi_callback_info info) in TestCustomComponentTransform002() argument 188 static napi_value TestCustomComponentTransform003(napi_env env, napi_callback_info info) in TestCustomComponentTransform003() argument 198 static napi_value TestCustomComponentTransform004(napi_env env, napi_callback_info info) in TestCustomComponentTransform004() argument
|
/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()
|