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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/history/android/
android_cache_database.cc 88 if (!GetDB().Execute(sql.c_str())) {
214 if (!GetDB().Execute(sql.c_str())) {
222 if (!GetDB().Execute(sql.c_str())) {
241 if (!GetDB().Execute(sql.c_str())) {
249 if (!GetDB().Execute(sql.c_str())) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLScriptRunner.cpp 163 void HTMLScriptRunner::execute(PassRefPtr<Element> scriptElement, const TextPosition& scriptStartPosition) function in class:WebCore::HTMLScriptRunner
170 // Try to execute the script given to us.
175 return; // Unwind to the outermost HTMLScriptRunner::execute before continuing parsing.
289 // every script element, even if it's not ready to execute yet. There's
291 // execute the script from out here.
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.cc 23 // MAX_PREAMBLE_STUB_SIZE bytes of target_function. We may be giving execute
60 // Flush the instruction cache to make sure the processor doesn't execute the
107 ASSERT(false, "Failed to make page preamble stub read-write-execute.");
180 // MAX_PREAMBLE_STUB_SIZE bytes of target_function. We may be giving execute
211 // Flush the instruction cache to make sure the processor doesn't execute the
  /external/oprofile/libregex/
op_regex.cpp 170 bool regular_expression_replace::execute(string & str) const function in class:regular_expression_replace
281 var_name_rule.execute(temp);
284 left_rule.execute(left);
290 right_rule.execute(right);
301 var_value_rule.execute(var_value);
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java 44 // runnable --> time to execute in SystemClock
232 execute(triggerTime);
253 private void execute(long triggerTime) { method in class:SipWakeupTimer
260 if (DBG) log("execute " + event);
266 mExecutor.execute(event.mCallback);
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 66 statement.execute(DatabaseCreator.DROP_TABLE2);
69 statement.execute(DatabaseCreator.CREATE_TABLE2);
78 statement.execute(DatabaseCreator.DROP_TABLE2);
100 // statement.execute("DELETE FROM " + DatabaseCreator.TEST_TABLE2);
332 ps.execute();
  /libcore/luni/src/main/java/java/sql/
Statement.java 146 * the SQL statement to execute
153 public boolean execute(String sql) throws SQLException; method in interface:Statement
165 * the SQL statement to execute.
177 public boolean execute(String sql, int autoGeneratedKeys) method in interface:Statement
190 * the SQL statement to execute.
201 public boolean execute(String sql, int[] columnIndexes) throws SQLException; method in interface:Statement
213 * the SQL statement to execute.
224 public boolean execute(String sql, String[] columnNames) method in interface:Statement
229 * update counts, if all the commands execute successfully.
263 * an SQL statement to execute. Typically a {@code SELECT
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java 81 st.execute("select animals from zoo");
111 st.execute("select animals from zoooo");
128 st.execute("select animals from zoooo");
140 st.execute("select horse from zoooooo");
232 boolean res = st.execute(queries[i]);
255 st.execute(inc_queries[i]);
284 st.execute(queries[i], Statement.NO_GENERATED_KEYS);
303 st.execute(queries[i], Statement.RETURN_GENERATED_KEYS);
403 st.execute("select * from zoo;");
542 st.execute(queries[i])
    [all...]
  /external/chromium/chrome/browser/history/
url_database.cc 229 if (!GetDB().Execute("DROP TABLE urls")) {
233 if (!GetDB().Execute("ALTER TABLE temp_urls RENAME TO urls")) {
381 if (!GetDB().Execute("CREATE TABLE keyword_search_terms ("
393 GetDB().Execute("CREATE INDEX keyword_search_terms_index1 ON "
397 GetDB().Execute("CREATE INDEX keyword_search_terms_index2 ON "
403 return GetDB().Execute("DROP TABLE keyword_search_terms");
517 if (!GetDB().Execute(
550 return GetDB().Execute(sql.c_str());
556 GetDB().Execute("CREATE INDEX urls_url_index ON urls (url)");
  /frameworks/support/v4/java/android/support/v4/content/
ModernAsyncTask.java 66 * An {@link Executor} that can be used to execute tasks in parallel.
174 * specified parameters are the parameters passed to {@link #execute}
370 public final ModernAsyncTask<Params, Progress, Result> execute(Params... params) { method in class:ModernAsyncTask
409 throw new IllegalStateException("Cannot execute task:"
412 throw new IllegalStateException("Cannot execute task:"
423 exec.execute(mFuture);
429 * Convenience version of {@link #execute(Object...)} for use with
432 public static void execute(Runnable runnable) { method in class:ModernAsyncTask
433 sDefaultExecutor.execute(runnable);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 543 is executed with non-zero EXECUTE argument.
552 If EXECUTE is non-zero, the handler function is called. */
553 # define pthread_cleanup_pop(execute) \
554 __clframe.__setdoit (execute); \
569 # define pthread_cleanup_pop_restore_np(execute) \
571 __clframe.__setdoit (execute); \
589 is executed with non-zero EXECUTE argument.
601 If EXECUTE is non-zero, the handler function is called. */
602 # define pthread_cleanup_pop(execute) \
603 __clframe.__do_it = (execute); \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 543 is executed with non-zero EXECUTE argument.
552 If EXECUTE is non-zero, the handler function is called. */
553 # define pthread_cleanup_pop(execute) \
554 __clframe.__setdoit (execute); \
569 # define pthread_cleanup_pop_restore_np(execute) \
571 __clframe.__setdoit (execute); \
589 is executed with non-zero EXECUTE argument.
601 If EXECUTE is non-zero, the handler function is called. */
602 # define pthread_cleanup_pop(execute) \
603 __clframe.__do_it = (execute); \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 543 is executed with non-zero EXECUTE argument.
552 If EXECUTE is non-zero, the handler function is called. */
553 # define pthread_cleanup_pop(execute) \
554 __clframe.__setdoit (execute); \
569 # define pthread_cleanup_pop_restore_np(execute) \
571 __clframe.__setdoit (execute); \
589 is executed with non-zero EXECUTE argument.
601 If EXECUTE is non-zero, the handler function is called. */
602 # define pthread_cleanup_pop(execute) \
603 __clframe.__do_it = (execute); \
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorIntegrationTests.java 41 * To execute these test cases, the following command can be used:
48 * This is the method that will build dynamically the set of test cases to execute.
51 * - the test method that will execute the test case
114 operation.execute();
165 operation.execute();
232 testee.execute();
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarExecTest.java 66 // execute the JAR and read the result
104 // execute the JAR and read the result
116 // execute the JAR and read the result
128 // execute the JAR and read the result
165 // execute the JAR and read the result
187 // execute the JAR and read the result
  /external/chromium_org/v8/test/mjsunit/tools/
profile.js 105 ProfileTestDriver.prototype.execute = function() {
185 testDriver.execute();
200 testDriver.execute();
279 testDriver.execute();
306 testDriver.execute();
325 testDriver.execute();
  /external/v8/test/mjsunit/tools/
profile.js 105 ProfileTestDriver.prototype.execute = function() {
185 testDriver.execute();
200 testDriver.execute();
279 testDriver.execute();
306 testDriver.execute();
325 testDriver.execute();
  /external/valgrind/main/coregrind/m_ume/
main.c 83 // Check we have execute permissions
90 "Warning: Can't execute setuid/setgid executable: %s\n",
134 // We can execute only binaries (ELF, etc) or scripts that begin with "#!".
197 // bash as a guide). It's worth noting that the shell can execute some
213 // is a shell script lacking the "#!" prefix; try to execute it so.
217 VG_(fmsg)("%s: cannot execute binary file\n", exe_name);
  /frameworks/base/services/java/com/android/server/
NsdService.java 647 mNativeConnector.execute("mdnssd", "start-service");
658 mNativeConnector.execute("mdnssd", "stop-service");
670 mNativeConnector.execute("mdnssd", "register", regId, service.getServiceName(),
673 Slog.e(TAG, "Failed to execute registerService " + e);
682 mNativeConnector.execute("mdnssd", "stop-register", regId);
684 Slog.e(TAG, "Failed to execute unregisterService " + e);
694 mNativeConnector.execute("mdnssd", "update", regId, t.size(), t.getRawData());
705 mNativeConnector.execute("mdnssd", "discover", discoveryId, serviceType);
716 mNativeConnector.execute("mdnssd", "stop-discover", discoveryId);
727 mNativeConnector.execute("mdnssd", "resolve", resolveId, service.getServiceName()
    [all...]
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE.S 4 * Execute a "native inline" instruction.
16 /* [opt] execute-inline vAA, {vC, vD, vE, vF}, inline@BBBB */
  /dalvik/vm/mterp/x86/
OP_EXECUTE_INLINE.S 4 * Execute a "native inline" instruction.
13 /* [opt] execute-inline vAA, {vC, vD, vE, vF}, inline@BBBB */
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyImport.java 63 * Execute the xsl:apply-imports transformation.
69 public void execute( method in class:ElemApplyImport
ElemChoose.java 71 * Execute the xsl:choose transformation.
78 public void execute(TransformerImpl transformer) throws TransformerException method in class:ElemChoose
ElemComment.java 63 * Execute the xsl:comment transformation
70 public void execute( method in class:ElemComment
ElemFallback.java 70 public void execute( method in class:ElemFallback
77 * Execute the fallback elements. This must be explicitly called to

Completed in 1399 milliseconds

<<21222324252627282930>>