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

  /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)
  /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 58 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) {
  /external/llvm/utils/lit/lit/
TestRunner.py 76 def executeCommand(command, cwd=None, env=None):
371 out,err,exitCode = executeCommand(command, cwd=cwd,
421 return executeCommand(command, cwd=cwd, env=test.config.environment)
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 86 if (!SQLiteStatement(*this, "PRAGMA temp_store = MEMORY;").executeCommand())
133 executeCommand("PRAGMA fullfsync = 1;");
135 executeCommand("PRAGMA fullfsync = 0;");
229 executeCommand(makeString("PRAGMA synchronous = ", String::number(sync)));
248 bool SQLiteDatabase::executeCommand(const String& sql)
250 return SQLiteStatement(*this, sql).executeCommand();
282 if (!executeCommand("DROP TABLE " + *table))
289 if (!executeCommand("VACUUM;"))
298 if (!executeCommand("PRAGMA incremental_vacuum"))
463 return executeCommand("PRAGMA auto_vacuum = 2")
    [all...]
SQLiteStatement.cpp 138 bool SQLiteStatement::executeCommand()
  /sdk/ddms/app/src/com/android/ddms/
DeviceCommandDialog.java 120 executeCommand(shell, currentDevice);
328 private void executeCommand(Shell shell, IDevice device) {
  /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/libs/binder/
IPCThreadState.cpp 473 result = executeCommand(cmd);
743 err = executeCommand(cmd);
897 status_t IPCThreadState::executeCommand(int32_t cmd)
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 658 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) {
ViewRootImpl.java     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 390 milliseconds