Home
last modified time | relevance | path

Searched defs:runCommand (Results 1 – 21 of 21) sorted by relevance

/external/emma/core/java12/com/vladium/emma/
DrunCommand.java28 final class runCommand extends Command class
272 protected runCommand (final String usageToolName, final String [] args) in runCommand() method in runCommand
/external/llvm/utils/crosstool/ARM/
Dbuild-install-linux.sh74 runCommand() { function
/external/perfetto/ui/src/public/
Dcommand.ts23 runCommand(id: string, ...args: any[]): any; method
/external/bazelbuild-rules_android/src/tools/javatests/com/google/devtools/build/android/sandboxedsdktoolbox/utils/
DRunner.java25 public static CommandResult runCommand(String... parameters) { in runCommand() method in Runner
/external/cldr/tools/scripts/
Dcldr-svnprops-check.py140 def runCommand(cmd): function
/external/perfetto/ui/src/core/
Dcommand_manager.ts43 runCommand(id: string, ...args: unknown[]): unknown { method in CommandManagerImpl
/external/cronet/stable/third_party/libc++/src/utils/
Dssh.py54 def runCommand(command, *args_, **kwargs): function
/external/cronet/tot/third_party/libc++/src/utils/
Dssh.py54 def runCommand(command, *args_, **kwargs): function
/external/deqp/scripts/src_util/
Dcommon.py147 def runCommand (command): function
/external/leakcanary2/shark-cli/src/main/java/shark/
DSharkCliCommand.kt179 fun runCommand( in runCommand() method
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCheckoutArchive.java97 private static boolean runCommand(final String[] cmd) throws InterruptedException, IOException { in runCommand() method in CheckoutArchive
/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/utils/
DUserAndProfileTestUtilities.java133 private static ParcelFileDescriptor runCommand(String command) { in runCommand() method in UserAndProfileTestUtilities
/external/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java46 private void runCommand(){ in runCommand() method in MainActivity
/external/connectedappssdk/testing/sdk/src/main/java/com/google/android/enterprise/connectedapps/testing/
DInstrumentedTestUtilities.java276 private static ParcelFileDescriptor runCommand(String command) { in runCommand() method in InstrumentedTestUtilities
/external/bazelbuild-rules_go/go/tools/builders/
Denv.go132 func (e *env) runCommand(args []string) error { func
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp1553 void InterCallTestCase::runCommand(const op::WriteData &cmd, int stepNdx, int &programFriendlyName) in runCommand() function in deqp::gles31::Functional::__anon139614000111::InterCallTestCase
1589 void InterCallTestCase::runCommand(const op::ReadData &cmd, int stepNdx, int &programFriendlyName, in runCommand() function in deqp::gles31::Functional::__anon139614000111::InterCallTestCase
1595 void InterCallTestCase::runCommand(const op::Barrier &cmd) in runCommand() function in deqp::gles31::Functional::__anon139614000111::InterCallTestCase
1617 void InterCallTestCase::runCommand(const op::ReadMultipleData &cmd, int stepNdx, int &programFriend… in runCommand() function in deqp::gles31::Functional::__anon139614000111::InterCallTestCase
1667 void InterCallTestCase::runCommand(const op::WriteDataInterleaved &cmd, int stepNdx, int &programFr… in runCommand() function in deqp::gles31::Functional::__anon139614000111::InterCallTestCase
1705 void InterCallTestCase::runCommand(const op::ReadDataInterleaved &cmd, int stepNdx, int &programFri… in runCommand() function in deqp::gles31::Functional::__anon139614000111::InterCallTestCase
1711 void InterCallTestCase::runCommand(const op::ReadZeroData &cmd, int stepNdx, int &programFriendlyNa… in runCommand() function in deqp::gles31::Functional::__anon139614000111::InterCallTestCase
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py521 def runCommand(commandline): function
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp518 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function
/external/cronet/stable/third_party/icu/source/tools/pkgdata/
Dpkgdata.cpp520 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function
/external/cronet/tot/third_party/icu/source/tools/pkgdata/
Dpkgdata.cpp520 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1574 …stRunBatchRun(TestBatch batch, final String instrumentationName, final String runCommand, final In… in executeTestRunBatchRun()