HomeSort by relevance Sort by last modified time
    Searched full:execute (Results 551 - 575 of 4840) sorted by null

<<21222324252627282930>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursorProvider.java 27 * to execute tasks on the queue for the provider.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NamedTaskExecutor.java 29 void execute(NamedTask task); method in interface:NamedTaskExecutor
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockExecutor.java 33 public void execute(Runnable task) { method in class:MockExecutor
SingleThreadNamedTaskExecutorTest.java 51 mExecutor.execute(task);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 85 * Execute this action NOW.
88 public void execute(final Context context); method in interface:ActionBatch.Action
110 public void execute(final Context context) { method in class:ActionBatch.StartDownloadAction
207 public void execute(final Context context) { method in class:ActionBatch.InstallAfterDownloadAction
241 public void execute(final Context context) { method in class:ActionBatch.EnableAction
276 public void execute(final Context context) { method in class:ActionBatch.DisableAction
323 public void execute(final Context context) { method in class:ActionBatch.MakeAvailableAction
372 public void execute(final Context context) { method in class:ActionBatch.MarkPreInstalledAction
413 public void execute(final Context context) { method in class:ActionBatch.UpdateDataAction
466 public void execute(final Context context) method in class:ActionBatch.ForgetAction
537 public void execute(final Context context) { method in class:ActionBatch.StartDeleteAction
576 public void execute(final Context context) { method in class:ActionBatch.FinishDeleteAction
637 public void execute(final Context context, final ProblemReporter reporter) { method in class:ActionBatch
    [all...]
  /packages/inputmethods/OpenWnn/res/values/
debug_tool_values.xml 20 <string name="execButton">Execute onEvent Test</string>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Hidden_Suite.py 17 """do script: Execute an OSA script.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen.py 12 # To do this we execute:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen.py 12 # To do this we execute:
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/handlers/
StaticPortConfigHandler.java 28 public Object execute(ExecutionEvent event) throws ExecutionException { method in class:StaticPortConfigHandler
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtils_InsertHelperTest.java 106 mInsertHelper.execute();
107 fail("Should throw exception (execute without prepare)");
122 long id = mInsertHelper.execute();
143 assertEquals(-1, mInsertHelper.execute());
218 long id = mInsertHelper.execute();
239 mInsertHelper.execute();
252 assertEquals(-1, mInsertHelper.execute());
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
ZipExecTest.java 64 // execute the JAR and read the result
104 // execute the JAR and read the result
118 // execute the JAR and read the result
132 // execute the ZIP and read the result
166 // execute the JAR and read the result
202 // execute the JAR and read the result
243 // execute the JAR and read the result
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathAPI.java 127 // Execute the XPath, and have it return the result
166 // Execute the XPath, and have it return the result
238 // Execute the XPath, and have it return the result
239 // return xpath.execute(xpathSupport, contextNode, prefixResolver);
242 return xpath.execute(xpathSupport, ctxtNode, prefixResolver);
283 // Execute the XPath, and have it return the result
286 return xpath.execute(xpathSupport, ctxtNode, prefixResolver);
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_helper.cc 32 // Creates and execute op.
33 void Execute() {
39 // Note that the context could be released when op_->Execute() returns.
44 op_->Execute();
83 // Creates the op to execute.
414 context->Execute();
443 pending_contexts_.front()->Execute();
  /hardware/ti/omap3/dspbridge/inc/
nldrdefs.h 112 * Indicates node create, delete, or execute phase function.
158 * create, delete, and execute phase functions of nodes on the DSP target.
225 * Get address of create, delete, or execute phase function of a node on
258 * Load create, delete, or execute phase function of a node on the DSP.
262 * phase: Type of function to load (create, delete, or execute).
280 * Unload create, delete, or execute phase function of a node on the DSP.
284 * phase: Node function to unload (create, delete, or execute).
  /hardware/ti/omap3/dspbridge/libbridge/inc/
nldrdefs.h 112 * Indicates node create, delete, or execute phase function.
158 * create, delete, and execute phase functions of nodes on the DSP target.
225 * Get address of create, delete, or execute phase function of a node on
258 * Load create, delete, or execute phase function of a node on the DSP.
262 * phase: Type of function to load (create, delete, or execute).
280 * Unload create, delete, or execute phase function of a node on the DSP.
284 * phase: Node function to unload (create, delete, or execute).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 41 """The parameter 'cmd' is the shell command to execute in a
142 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
152 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
162 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
172 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
182 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
192 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 41 """The parameter 'cmd' is the shell command to execute in a
142 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
152 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
162 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
172 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
182 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
192 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 29 * Then in the rules, you can execute
92 /** Execute the rewrite operation by possibly adding to the buffer.
96 execute: function(buf) {
112 execute: function(buf) {
126 execute: function(buf) {
403 // execute instructions associated with this token index
417 //System.out.println("execute "+op+" at instruction "+rewriteOpIndex);
418 tokenCursor = op.execute(buf);
419 //System.out.println("after execute tokenCursor = "+tokenCursor);
437 op.execute(buf); // must be insertions if after last toke
    [all...]
  /external/chromium/chrome/browser/history/
visit_database.cc 33 if (!GetDB().Execute("CREATE TABLE visits("
50 if (!GetDB().Execute("ALTER TABLE visits ADD COLUMN is_indexed BOOLEAN"))
60 if (!GetDB().Execute("CREATE TABLE visit_source("
67 GetDB().Execute("CREATE INDEX visits_url_index ON visits (url)");
71 GetDB().Execute("CREATE INDEX visits_from_index ON visits (from_visit)");
76 GetDB().Execute("CREATE INDEX visits_time_index ON visits (visit_time)");
82 GetDB().Execute("DROP TABLE visit_source");
84 return GetDB().Execute("DROP TABLE visits");
128 VLOG(0) << "Failed to execute visit insert statement: "
148 VLOG(0) << "Failed to execute visit_source insert statement:
    [all...]
  /external/chromium_org/sql/
recovery.cc 177 ignore_result(db_->Execute("PRAGMA writable_schema=1"));
178 ignore_result(db_->Execute("PRAGMA locking_mode=NORMAL"));
179 ignore_result(db_->Execute("SELECT COUNT(*) FROM sqlite_master"));
214 if (!recover_db_.Execute("PRAGMA writable_schema=1")) {
454 // execute in case of conflicts.
475 if (!db()->Execute(recover_create.c_str())) {
480 if (!db()->Execute(recover_insert.c_str())) {
482 ignore_result(db()->Execute(recover_drop.c_str()));
489 if (!db()->Execute(recover_drop.c_str())) {
505 if (!db()->Execute(kCreateSql))
    [all...]
  /external/chromium_org/tools/gn/
parse_tree.h 46 virtual Value Execute(Scope* scope, Err* err) const = 0;
76 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
107 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
144 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
183 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
228 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
261 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
285 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
320 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
344 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 192 * that invokes {@code execute/submit}, as in {@link CallerRunsPolicy} This
250 public void execute(Runnable command) { method in class:MoreExecutors.SameThreadExecutorService
354 * given delegate executor. Those methods, as well as {@code execute} and
356 * delegate.execute}. All other methods are forwarded unchanged to the
360 * the delegate's {@code execute} method or by wrapping the returned {@code
381 * given delegate executor. Those methods, as well as {@code execute} and
383 * delegate.execute}. All other methods are forwarded unchanged to the
387 * handling of tasks must be implemented in the delegate's {@code execute}
439 public void execute(Runnable command) { method in class:MoreExecutors.ListeningDecorator
440 delegate.execute(command)
    [all...]
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 146 public List<String> execute() { method in class:Command
151 throw new RuntimeException("Failed to execute process: " + args, e);
167 return execute();
285 public List<String> execute() { method in class:Command.Builder
286 return build().execute();
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprIteratorSimple.java 84 * Execute the expression. Meant for reuse by other FilterExpr iterators
104 // so we have to set up the variable context, execute the expression,
109 // System.out.println("calling m_expr.execute(getXPathContext())");
116 result = (org.apache.xpath.objects.XNodeSet) expr.execute(xctxt);
123 result = (org.apache.xpath.objects.XNodeSet) expr.execute(xctxt);

Completed in 1056 milliseconds

<<21222324252627282930>>