Searched defs:executeCommand (Results 1 - 8 of 8) sorted by relevance

/external/llvm/utils/lit/lit/
H A DTestRunner.py26 def executeCommand(command, cwd=None, env=None): function
321 out,err,exitCode = executeCommand(command, cwd=cwd,
371 return executeCommand(command, cwd=cwd, env=test.config.environment)
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp138 bool SQLiteStatement::executeCommand() function in class:WebCore::SQLiteStatement
H A DSQLiteDatabase.cpp86 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) function in class:WebCore::SQLiteDatabase
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("PRAGM
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DNPCComponent.java170 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) { method in class:NPCComponent
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1168 bool WebFrameImpl::executeCommand(const WebString& name) function in class:WebKit::WebFrameImpl
1228 bool WebFrameImpl::executeCommand(const WebString& name, const WebString& value) function in class:WebKit::WebFrameImpl
1518 executeCommand(WebString::fromUTF8("Unselect"));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 388 milliseconds