HomeSort by relevance Sort by last modified time
    Searched refs:testCommand (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/Util/7z/
7zMain.c 338 int listCommand = 0, testCommand = 0, extractCommand = 0, fullPaths = 0;
340 else if (strcmp(command, "t") == 0) testCommand = 1;
410 fputs(testCommand ?
428 if (!testCommand)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessBuilderTest.java 42 public void testCommand() {

Completed in 194 milliseconds