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

  /external/emma/core/java12/
emma.java 35 final String commandName = args [0];
39 final Command command = Command.create (commandName, "emma ".concat (commandName), commandArgs);
  /external/webkit/WebCore/dom/
KeyboardEvent.h 36 KeypressCommand(const String& commandName) : commandName(commandName) {}
37 KeypressCommand(const String& commandName, const String& text) : commandName(commandName), text(text) { ASSERT(commandName == "insertText:"); }
39 String commandName;
  /frameworks/base/core/java/android/bluetooth/
AtParser.java 300 String commandName = input.substring(index, i);
301 if (!mExtHandlers.containsKey(commandName)) {
307 AtCommandHandler handler = mExtHandlers.get(commandName);
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 619 const char* commandName = editorCommandForWebActions(action);
622 if (commandName) {
623 Editor::Command command = editor->command(commandName);
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 78 milliseconds