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

/external/llvm/utils/lit/lit/
H A DTestRunner.py28 def executeCommand(command, cwd=None, env=None): function
309 return executeCommand(command, cwd=cwd, env=test.config.environment)
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteStatement.cpp135 bool SQLiteStatement::executeCommand() function in class:WebCore::SQLiteStatement
H A DSQLiteDatabase.cpp95 if (!SQLiteStatement(*this, "PRAGMA temp_store = MEMORY;").executeCommand())
142 executeCommand("PRAGMA fullfsync = 1;");
144 executeCommand("PRAGMA fullfsync = 0;");
238 executeCommand("PRAGMA synchronous = " + String::number(sync));
257 bool SQLiteDatabase::executeCommand(const String& sql) function in class:WebCore::SQLiteDatabase
259 return SQLiteStatement(*this, sql).executeCommand();
291 if (!executeCommand("DROP TABLE " + *table))
298 if (!executeCommand("VACUUM;"))
308 if (!executeCommand("PRAGMA incremental_vacuum"))
485 return executeCommand("PRAGM
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Ddisplay-profiler-output595 def executeCommand(*commandArray) method
932 executeCommand("full")
936 executeCommand(*commandLine.split)
/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/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp1145 bool WebFrameImpl::executeCommand(const WebString& name, const WebNode& node) function in class:WebFrameImpl
1193 bool WebFrameImpl::executeCommand(const WebString& name, const WebString& value, const WebNode& node) function in class:WebFrameImpl
/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 ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 161 milliseconds