Home
last modified time | relevance | path

Searched refs:Exec (Results 1 – 25 of 82) sorted by relevance

1234

/external/mesa3d/src/mesa/main/
Ddlist.c1812 CALL_Accum(ctx->Exec, (op, value)); in save_Accum()
1829 CALL_AlphaFunc(ctx->Exec, (func, ref)); in save_AlphaFunc()
1846 CALL_BindTexture(ctx->Exec, (target, texture)); in save_BindTexture()
1872 CALL_Bitmap(ctx->Exec, (width, height, in save_Bitmap()
1889 CALL_BlendEquation(ctx->Exec, (mode)); in save_BlendEquation()
1906 CALL_BlendEquationSeparate(ctx->Exec, (modeRGB, modeA)); in save_BlendEquationSeparateEXT()
1926 CALL_BlendFuncSeparate(ctx->Exec, in save_BlendFuncSeparateEXT()
1953 CALL_BlendColor(ctx->Exec, (red, green, blue, alpha)); in save_BlendColor()
1974 CALL_BlendFuncSeparateiARB(ctx->Exec, (buf, sfactorRGB, dfactorRGB, in save_BlendFuncSeparatei()
1993 CALL_BlendFunciARB(ctx->Exec, (buf, sfactor, dfactor)); in save_BlendFunci()
[all …]
/external/mesa3d/src/mesa/vbo/
Dvbo_save_loopback.c49 CALL_VertexAttrib1fvNV(ctx->Exec, (index, v)); in VertexAttrib1fvNV()
56 CALL_VertexAttrib2fvNV(ctx->Exec, (index, v)); in VertexAttrib2fvNV()
63 CALL_VertexAttrib3fvNV(ctx->Exec, (index, v)); in VertexAttrib3fvNV()
70 CALL_VertexAttrib4fvNV(ctx->Exec, (index, v)); in VertexAttrib4fvNV()
115 CALL_Begin(ctx->Exec, (prim->mode)); in loopback_prim()
131 CALL_End(ctx->Exec, ()); in loopback_prim()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DReschedulerTest.java35 private final Exec exec = new Exec();
114 private static final class Exec implements Executor { class in ReschedulerTest
/external/swiftshader/tests/regres/git/
Dgit.go170 out, err := shell.Exec(gitTimeout, exe, "", nil, "ls-remote", url, ref)
195 …out, err := shell.Exec(gitTimeout, exe, "", nil, "log", at, "--pretty=format:"+prettyFormat, fmt.S…
204 …out, err := shell.Exec(gitTimeout, exe, "", nil, "log", "--pretty=format:"+prettyFormat, fmt.Sprin…
229 return shell.Exec(gitTimeout, exe, "", nil, "show", at+":"+path)
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
DProcessTransport.java20 import com.googlecode.android_scripting.Exec;
88 Exec.setPtyWindowSize(shellFd, rows, columns, width, height); in setDimensions()
/external/grpc-grpc-java/compiler/
Dbuild.gradle319 task testGolden(type: Exec)
320 task testLiteGolden(type: Exec)
321 task testNanoGolden(type: Exec)
322 task testDeprecatedGolden(type: Exec)
323 task testDeprecatedLiteGolden(type: Exec)
324 task testDeprecatedNanoGolden(type: Exec)
/external/clang/lib/Driver/
DTools.cpp3333 const char *Exec = Args.MakeArgString(TC.GetProgramPath("objcopy")); in SplitDebugInfo() local
3337 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, ExtractArgs, II)); in SplitDebugInfo()
3340 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, StripArgs, II)); in SplitDebugInfo()
5962 const char *Exec = getToolChain().getDriver().getClangProgramPath(); in ConstructJob() local
5972 Flags += Exec; in ConstructJob()
6021 JA, *this, Exec, CmdArgs, Inputs, std::move(CLCommand))); in ConstructJob()
6026 C.addCommand(llvm::make_unique<ForceSuccessCommand>(JA, *this, Exec, in ConstructJob()
6029 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
6548 const char *Exec = getToolChain().getDriver().getClangProgramPath(); in ConstructJob() local
6549 Flags += Exec; in ConstructJob()
[all …]
/external/selinux/restorecond/
Dorg.selinux.Restorecond.service3 Exec=/usr/sbin/restorecond -u key
Drestorecond.desktop3 Exec=/usr/sbin/restorecond -u
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Dfi.w1.wpa_supplicant1.service.in3 Exec=@BINDIR@/wpa_supplicant -u key
/external/selinux/dbus/
Dorg.selinux.service3 Exec=/usr/share/system-config-selinux/selinux_server.py key
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp236 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec);
237 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec);
324 unsigned Exec) { in addRefToMap() argument
325 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in addRefToMap()
335 unsigned Exec) { in isRefInMap() argument
339 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in isRefInMap()
997 unsigned Exec = Exec_Then | Exec_Else; in predicate() local
999 Exec = (Cond == HII->isPredicatedTrue(*MI)) ? Exec_Then : Exec_Else; in predicate()
1016 addRefToMap(RR, Map, Exec); in predicate()
/external/ImageMagick/
Dimagemagick.desktop4 Exec=magick
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.desktop5 Exec=wpa_gui
/external/toolchain-utils/compiler_wrapper/
Dgo_exec.go21 ret := syscall.Exec(execCmd.Path, execCmd.Args, mergedEnv)
/external/swiftshader/tests/regres/shell/
Dshell.go34 if out, err := Exec(timeout, exe, wd, nil, args...); err != nil {
Dshell_windows.go26 func Exec(timeout time.Duration, exe, wd string, env []string, args ...string) ([]byte, error) { func
/external/llvm/test/CodeGen/AMDGPU/
Dpredicates.ll51 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
78 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
/external/sl4a/Common/src/com/googlecode/android_scripting/
DProcess.java123 Exec.createSubprocess(binaryPath, argumentsArray, getEnvironmentArray(), in start()
132 int result = Exec.waitFor(mPid.get()); in start()
DExec.java24 public class Exec { class
/external/selinux/gui/
Dsepolicy.desktop5 Exec=/usr/bin/sepolicy gui
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp201 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec);
202 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec);
295 unsigned Exec) { in addRefToMap() argument
296 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in addRefToMap()
305 unsigned Exec) { in isRefInMap() argument
309 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in isRefInMap()
995 unsigned Exec = Exec_Then | Exec_Else; in predicate() local
997 Exec = (Cond == HII->isPredicatedTrue(*MI)) ? Exec_Then : Exec_Else; in predicate()
1021 addRefToMap(RR, Map, Exec); in predicate()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dpredicates.ll51 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
78 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DToolRunner.cpp714 std::string Exec; in ExecuteProgram() local
736 Exec = "cd "; in ExecuteProgram()
737 Exec += env_pwd; in ExecuteProgram()
738 Exec += "; ./"; in ExecuteProgram()
739 Exec += OutputBinary.c_str(); in ExecuteProgram()
740 ProgramArgs.push_back(Exec); in ExecuteProgram()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp378 Value *Exec = popSaved(); in closeControlFlow() local
380 if (!isa<UndefValue>(Exec) && !isa<UnreachableInst>(FirstInsertionPt)) in closeControlFlow()
381 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()

1234