/external/mesa3d/src/mesa/main/ |
D | dlist.c | 1526 CALL_Accum(ctx->Exec, (op, value)); in save_Accum() 1543 CALL_AlphaFunc(ctx->Exec, (func, ref)); in save_AlphaFunc() 1560 CALL_BindTexture(ctx->Exec, (target, texture)); in save_BindTexture() 1586 CALL_Bitmap(ctx->Exec, (width, height, in save_Bitmap() 1603 CALL_BlendEquation(ctx->Exec, (mode)); in save_BlendEquation() 1620 CALL_BlendEquationSeparate(ctx->Exec, (modeRGB, modeA)); in save_BlendEquationSeparateEXT() 1640 CALL_BlendFuncSeparate(ctx->Exec, in save_BlendFuncSeparateEXT() 1667 CALL_BlendColor(ctx->Exec, (red, green, blue, alpha)); in save_BlendColor() 1688 CALL_BlendFuncSeparateiARB(ctx->Exec, (buf, sfactorRGB, dfactorRGB, in save_BlendFuncSeparatei() 1707 CALL_BlendFunciARB(ctx->Exec, (buf, sfactor, dfactor)); in save_BlendFunci() [all …]
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_save_loopback.c | 50 CALL_VertexAttrib1fvNV(ctx->Exec, (index, v)); in VertexAttrib1fvNV() 57 CALL_VertexAttrib2fvNV(ctx->Exec, (index, v)); in VertexAttrib2fvNV() 64 CALL_VertexAttrib3fvNV(ctx->Exec, (index, v)); in VertexAttrib3fvNV() 71 CALL_VertexAttrib4fvNV(ctx->Exec, (index, v)); in VertexAttrib4fvNV()
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ReschedulerTest.java | 35 private final Exec exec = new Exec(); 114 private static final class Exec implements Executor { class in ReschedulerTest
|
/external/syzkaller/pkg/ifuzz/ |
D | ifuzz.go | 61 Exec bool // generate instructions sequences interesting for execution member 118 if cfg.Exec { 202 if cfg.Priv && cfg.Exec { 253 if insn.Pseudo && !cfg.Exec {
|
D | ifuzz_test.go | 24 Exec: exec != 0, 47 Exec: true,
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/ |
D | ProcessTransport.java | 20 import com.googlecode.android_scripting.Exec; 88 Exec.setPtyWindowSize(shellFd, rows, columns, width, height); in setDimensions()
|
/external/grpc-grpc-java/compiler/ |
D | build.gradle | 319 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/ |
D | Tools.cpp | 3333 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/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 236 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/syzkaller/pkg/ipc/ |
D | ipc_test.go | 96 output, info, failed, hanged, err := env.Exec(opts, p) 142 output, info, failed, hanged, err := env.Exec(opts, p)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 201 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/selinux/restorecond/ |
D | org.selinux.Restorecond.service | 3 Exec=/usr/sbin/restorecond -u key
|
D | restorecond.desktop | 3 Exec=/usr/sbin/restorecond -u
|
/external/sl4a/Common/src/com/googlecode/android_scripting/ |
D | Process.java | 123 Exec.createSubprocess(binaryPath, argumentsArray, getEnvironmentArray(), in start() 132 int result = Exec.waitFor(mPid.get()); in start()
|
D | Exec.java | 24 public class Exec { class
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | predicates.ll | 51 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec 78 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
|
/external/selinux/dbus/ |
D | org.selinux.service | 3 Exec=/usr/share/system-config-selinux/selinux_server.py key
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | fi.w1.wpa_supplicant1.service.in | 3 Exec=@BINDIR@/wpa_supplicant -u key
|
/external/ImageMagick/ |
D | imagemagick.desktop | 4 Exec=magick
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpa_gui.desktop | 5 Exec=wpa_gui
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | predicates.ll | 51 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec 78 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
|
/external/selinux/gui/ |
D | sepolicy.desktop | 5 Exec=/usr/bin/sepolicy gui
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 714 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/ |
D | SIAnnotateControlFlow.cpp | 378 Value *Exec = popSaved(); in closeControlFlow() local 380 if (!isa<UndefValue>(Exec) && !isa<UnreachableInst>(FirstInsertionPt)) in closeControlFlow() 381 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 370 Value *Exec = popSaved(); in closeControlFlow() local 371 if (!isa<UndefValue>(Exec)) in closeControlFlow() 372 CallInst::Create(EndCf, Exec, "", &*BB->getFirstInsertionPt()); in closeControlFlow()
|