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

/external/llvm/utils/lit/lit/
H A DTestRunner.py26 def executeCommand(command, cwd=None, env=None): function
317 out,err,exitCode = executeCommand(command, cwd=cwd,
367 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"));

Completed in 188 milliseconds