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

  /device/generic/goldfish/network/netmgr/
commander.h 34 void registerCommand(const char* commandStr, Command* command);
commander.cpp 56 void Commander::registerCommand(const char* commandStr, Command* command) {
57 mCommands[commandStr] = command;
  /external/clang/utils/analyzer/
reducer.pl 31 my $commandStr = "@$command";
39 my \$command = "$commandStr > $reduceOut 2>&1";
  /cts/tests/tests/media/src/android/media/cts/
MediaSession2Test.java 313 String commandStr = "test_command";
314 Session2Command command = new Session2Command(commandStr, null);
329 if (commandStr.equals(command.getCustomAction())
347 if (commandStr.equals(command.getCustomAction())
467 String commandStr = "test_command";
472 Session2Command command = new Session2Command(commandStr, commandExtra);
483 assertEquals(commandStr, sessionCallback.mCommand.getCustomAction());
523 String commandStr = "test_command";
528 Session2Command command = new Session2Command(commandStr, commandExtra);
598 String commandStr = "test_command_"
    [all...]
MediaController2Test.java 307 String commandStr = "test_command";
312 Session2Command command = new Session2Command(commandStr, commandExtra);
322 assertEquals(commandStr, controllerCallback.mCommand.getCustomAction());
340 String commandStr = "test_command";
345 Session2Command command = new Session2Command(commandStr, commandExtra);
373 String commandStr = "test_command_";
378 Session2Command command = new Session2Command(commandStr, commandExtra);
  /build/soong/cc/
builder.go 215 commandStr := "($sAbiDiffer ${allowFlags} -lib ${libName} -arch ${arch} -o ${out} -new ${in} -old ${referenceDump})"
216 commandStr += "|| (echo 'error: Please update ABI references with: $$ANDROID_BUILD_TOP/development/vndk/tools/header-checker/utils/create_reference_dumps.py ${createReferenceDumpFlags} -l ${libName}'"
217 commandStr += " && (mkdir -p $$DIST_DIR/abidiffs && cp ${out} $$DIST_DIR/abidiffs/)"
218 commandStr += " && exit 1)"
220 Command: commandStr,

Completed in 81 milliseconds