HomeSort by relevance Sort by last modified time
    Searched refs:executeCommand (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/cocoa/
browser_command_executor.h 11 - (void)executeCommand:(int)command;
browser_window_controller.h 307 - (void)executeCommand:(int)command;
  /cts/suite/audio_quality/lib/src/
Adb.cpp 38 if (executeCommand(command) != 0) {
50 if (executeCommand(command) != 0) {
57 if (executeCommand(command) != 0) {
64 int Adb::executeCommand(const android::String8& command)
Adb.h 33 int executeCommand(const android::String8& command);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteTransaction.cpp 58 m_inProgress = m_db.executeCommand("BEGIN");
60 m_inProgress = m_db.executeCommand("BEGIN IMMEDIATE");
69 m_inProgress = !m_db.executeCommand("COMMIT");
76 // We do not use the 'm_inProgress = m_db.executeCommand("ROLLBACK")' construct here,
78 // m_db.executeCommand("ROLLBACK") can sometimes harmlessly fail, thus returning
82 m_db.executeCommand("ROLLBACK");
SQLiteStatement.h 58 bool executeCommand();
SQLiteDatabase.cpp 93 if (!SQLiteStatement(*this, "PRAGMA temp_store = MEMORY;").executeCommand())
219 bool SQLiteDatabase::executeCommand(const String& sql)
221 return SQLiteStatement(*this, sql).executeCommand();
238 if (!executeCommand("VACUUM;"))
248 if (!executeCommand("PRAGMA incremental_vacuum"))
413 return executeCommand("PRAGMA auto_vacuum = 2");
416 if (!executeCommand("PRAGMA auto_vacuum = 2"))
SQLiteDatabase.h 71 bool executeCommand(const String&);
SQLiteStatement.cpp 127 bool SQLiteStatement::executeCommand()
  /frameworks/base/core/java/android/view/
IWindow.aidl 46 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindow.java 44 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2)
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 64 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) {
  /external/replicaisland/src/com/replica/replicaisland/
NPCComponent.java 170 accepted = executeCommand(hotSpot, parentObject, timeDelta);
173 accepted = executeCommand(hotSpot, parentObject, timeDelta);
185 accepted = executeCommand(nextCommand(), parentObject, timeDelta);
212 private boolean executeCommand(int hotSpot, GameObject parentObject, float timeDelta) {
  /frameworks/native/include/binder/
IPCThreadState.h 102 status_t executeCommand(int32_t command);
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 433 virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) = 0;
434 virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 175 EXPECT_TRUE(webView->mainFrame()->executeCommand("Copy", pluginContainerOneElement));
  /external/llvm/utils/lit/lit/formats/
base.py 104 out, err, exitCode = lit.util.executeCommand(cmd)
googletest.py 108 out, err, exitCode = lit.util.executeCommand(
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 261 render_view()->GetWebView()->focusedFrame()->executeCommand(
294 render_view()->GetWebView()->focusedFrame()->executeCommand(
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 161 virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) OVERRIDE;
162 virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) OVERRIDE;
WebRemoteFrameImpl.h 108 virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) OVERRIDE;
109 virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) OVERRIDE;
WebRemoteFrameImpl.cpp 489 bool WebRemoteFrameImpl::executeCommand(const WebString&, const WebNode&)
495 bool WebRemoteFrameImpl::executeCommand(const WebString&, const WebString& value, const WebNode&)
  /external/llvm/utils/lit/lit/
util.py 146 def executeCommand(command, cwd=None, env=None):
  /external/chromium_org/content/shell/renderer/test_runner/
text_input_controller.cc 171 view_->mainFrame()->executeCommand(blink::WebString::fromUTF8(text));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 595 def executeCommand(*commandArray)
932 executeCommand("full")
936 executeCommand(*commandLine.split)

Completed in 552 milliseconds

1 2