/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 567 for (auto& exec : get_module()->execution_modes()) { in InitializeModuleScopeLiveInstructions() 568 AddToWorklist(&exec); in InitializeModuleScopeLiveInstructions()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/ |
H A D | main.go | 24 "os/exec" 187 p, err := exec.LookPath(tool.name) 710 cmd := exec.CommandContext(ctx, exe, args...)
|
/third_party/spirv-tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 570 for (auto& exec : get_module()->execution_modes()) { in InitializeModuleScopeLiveInstructions() 571 AddToWorklist(&exec); in InitializeModuleScopeLiveInstructions()
|
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 98 int (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**); member 450 #define sqlite3_exec sqlite3_api->exec
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 1496 struct drm_exec exec; member 1506 drm_exec_init(&ctx->exec, intr ? DRM_EXEC_INTERRUPTIBLE_WAIT: 0); in svm_range_reserve_bos() 1507 drm_exec_until_all_locked(&ctx->exec) { in svm_range_reserve_bos() 1517 r = amdgpu_vm_lock_pd(vm, &ctx->exec, 2); in svm_range_reserve_bos() 1518 drm_exec_retry_on_contention(&ctx->exec); in svm_range_reserve_bos() 1546 drm_exec_fini(&ctx->exec); in svm_range_reserve_bos() 1552 drm_exec_fini(&ctx->exec); in svm_range_unreserve_bos()
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 172 create_elf_tables(struct linux_binprm *bprm, const struct elfhdr *exec, in create_elf_tables() argument 261 NEW_AUX_ENT(AT_PHNUM, exec->e_phnum); in create_elf_tables() 274 NEW_AUX_ENT(AT_EXECFN, bprm->exec); in create_elf_tables() 303 bprm->exec = (unsigned long)sp; /* XXX: PARISC HACK */ in create_elf_tables() 552 * of the ELF & cause an exec syscall to return an error. This is called after 913 /* Get the exec headers */ in load_elf_binary() 989 * the exec syscall. in load_elf_binary() 1453 * Modelled on fs/exec.c:aout_core_dump()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 175 create_elf_tables(struct linux_binprm *bprm, const struct elfhdr *exec, in create_elf_tables() argument 265 NEW_AUX_ENT(AT_PHNUM, exec->e_phnum); in create_elf_tables() 280 NEW_AUX_ENT(AT_EXECFN, bprm->exec); in create_elf_tables() 313 bprm->exec = (unsigned long)sp; /* XXX: PARISC HACK */ in create_elf_tables() 555 * of the ELF & cause an exec syscall to return an error. This is called after 916 /* Get the exec headers */ in load_elf_binary() 992 * the exec syscall. in load_elf_binary() 1454 * Modelled on fs/exec.c:aout_core_dump()
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
H A D | index.es6.js | 143 (function exec() { 150 exec(); 671 var header = /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(line); 706 var fileHeader = /^(---|\+\+\+)\s+(.*)$/.exec(diffstr[i]);
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_policy.c | 1278 struct cil_symtab_datum *src, *exec; in cil_rangetransition_to_policy() local 1283 exec = trans->exec; in cil_rangetransition_to_policy() 1287 fprintf(out, "range_transition %s %s : %s ", src->fqn, exec->fqn, DATUM(i1->data)->fqn); in cil_rangetransition_to_policy()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 217 bool exec(); 243 bool exec(Function *func); 1893 RegAlloc::exec() in exec() function in nv50_ir::RegAlloc 1929 ret = insertConstr.exec(func); in execFunc() 2022 return ra.exec(); in registerAllocation() 2026 RegAlloc::InsertConstraintsPass::exec(Function *ir) in exec() function in nv50_ir::RegAlloc::InsertConstraintsPass
|
/base/inputmethod/imf/services/include/ |
H A D | peruser_session.h | 227 int32_t RequestIme(const std::shared_ptr<ImeData> &data, RequestType type, const IpcExec &exec);
|
/base/security/asset/services/db_operator/src/test/ |
H A D | test_database.rs | 116 assert!(db.exec(sql).is_err()); in error_sql()
|
H A D | test_table.rs | 164 db.exec("insert into table_name values(1, 'test')").unwrap(); in single_data()
|
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/ |
H A D | process.c | 53 #include <asm/exec.h>
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.h | 408 BUILD_CONTROLS_SHADOW(exec, CPU_BASED_VM_EXEC_CONTROL)
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | sgiarcs.h | 192 LONG exec; /* Load and begin execution of a member
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | process.c | 53 #include <asm/exec.h>
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | sgiarcs.h | 192 LONG exec; /* Load and begin execution of a member
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | process.c | 49 #include <asm/exec.h> 311 * it here. This may be shortly freed if we exec() or if in arch_dup_task_struct()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | builtin-test.c | 28 #include <subcmd/exec-cmd.h>
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.c | 16 #include <subcmd/exec-cmd.h>
|
H A D | llvm-utils.c | 20 #include <subcmd/exec-cmd.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.h | 407 int amdgpu_vm_lock_pd(struct amdgpu_vm *vm, struct drm_exec *exec,
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.h | 610 BUILD_CONTROLS_SHADOW(exec, CPU_BASED_VM_EXEC_CONTROL, 32)
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | dlfilter-test.c | 13 #include <subcmd/exec-cmd.h>
|