/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
D | AsyncFrameWriter.java | 66 public void doRun() throws IOException { in connectionPreface() 76 public void doRun() throws IOException { in ackSettings() 87 public void doRun() throws IOException { in pushPromise() 100 public void doRun() throws IOException { in flush() 115 public void doRun() throws IOException { in synStream() 126 public void doRun() throws IOException { in synReply() 136 public void doRun() throws IOException { in headers() 146 public void doRun() throws IOException { in rstStream() 157 public void doRun() throws IOException { in data() 167 public void doRun() throws IOException { in settings() [all …]
|
/external/junit/src/main/java/junit/textui/ |
D | TestRunner.java | 77 return runner.doRun(test); in run() 86 aTestRunner.doRun(suite, true); in runAndWait() 108 public TestResult doRun(Test test) { in doRun() method in TestRunner 109 return doRun(test, false); in doRun() 112 public TestResult doRun(Test suite, boolean wait) { in doRun() method in TestRunner 183 return doRun(suite, wait); in start() 192 return doRun(test, wait); in runSingleMethod()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 2038 long doRun(std::vector<SubroutineUniform>& subroutineUniforms) in doRun() function in glcts::__anon6abdc1140111::ExplicitUniformLocationCaseBase 2042 return doRun(noUniforms, subroutineUniforms); in doRun() 2045 long doRun(std::vector<Uniform>& uniforms) in doRun() function in glcts::__anon6abdc1140111::ExplicitUniformLocationCaseBase 2049 return doRun(uniforms, noSubroutineUniforms); in doRun() 2056 return doRun(noUniforms, noSubroutineUniforms, additionalDef, true); in doRunNegativeCompile() 2062 return doRun(uniforms, noSubroutineUniforms, "", false, true); in doRunNegativeLink() 2068 return doRun(noUniforms, subroutineUniforms, "", false, true); in doRunNegativeLink() 2071 long doRun(std::vector<Uniform>& uniforms, std::vector<SubroutineUniform>& subroutineUniforms, in doRun() function in glcts::__anon6abdc1140111::ExplicitUniformLocationCaseBase 2140 return doRun(uniforms); in Run() 2155 return doRun(uniforms); in Run() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_bb.cpp | 457 return doRun(prog, ordered, skipPhi); in run() 461 Pass::doRun(Program *prog, bool ordered, bool skipPhi) in doRun() function in nv50_ir::Pass 466 if (!doRun(Function::get(n), ordered, skipPhi)) in doRun() 477 return doRun(func, ordered, skipPhi); in run() 481 Pass::doRun(Function *func, bool ordered, bool skipPhi) in doRun() function in nv50_ir::Pass
|
D | nv50_ir.h | 1318 bool doRun(Program *, bool ordered, bool skipPhi); 1319 bool doRun(Function *, bool ordered, bool skipPhi);
|
/external/testng/src/main/java/org/testng/junit/ |
D | JUnitTestRunner.java | 261 return doRun(suite); in start() 285 protected TestResult doRun(Test suite) { in doRun() method in JUnitTestRunner
|
/external/libusb/examples/ |
D | ezusb.c | 172 static bool ezusb_cpucs(libusb_device_handle *device, uint32_t addr, bool doRun) in ezusb_cpucs() argument 175 uint8_t data = doRun ? 0x00 : 0x01; in ezusb_cpucs() 185 ((!doRun) || (status != LIBUSB_ERROR_IO))) in ezusb_cpucs()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 4595 function doRun() { function 4620 if (!ABORT) doRun(); 4624 return doRun();
|