/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
D | AsyncFrameWriter.java | 74 public void doRun() throws IOException { in connectionPreface() 84 public void doRun() throws IOException { in ackSettings() 95 public void doRun() throws IOException { in pushPromise() 108 public void doRun() throws IOException { in flush() 123 public void doRun() throws IOException { in synStream() 134 public void doRun() throws IOException { in synReply() 144 public void doRun() throws IOException { in headers() 154 public void doRun() throws IOException { in rstStream() 165 public void doRun() throws IOException { in data() 175 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::__anon922be9b20111::ExplicitUniformLocationCaseBase 2042 return doRun(noUniforms, subroutineUniforms); in doRun() 2045 long doRun(std::vector<Uniform>& uniforms) in doRun() function in glcts::__anon922be9b20111::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::__anon922be9b20111::ExplicitUniformLocationCaseBase 2140 return doRun(uniforms); in Run() 2155 return doRun(uniforms); in Run() [all …]
|
/external/kotlinx.coroutines/integration-testing/ |
D | build.gradle | 49 …def doRun = dryRunNpm == "true" // so that we don't accidentally publish anything, especially befo… 50 onlyIf { doRun } 51 if (doRun) { // `onlyIf` only affects execution of the task, not the dependency subtree
|
/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 | 1379 bool doRun(Program *, bool ordered, bool skipPhi); 1380 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()
|