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

<<31323334353637383940>>

  /external/chromium_org/base/threading/
thread.h 22 // The consumer uses the MessageLoop of the thread to cause code to execute on
128 // PostTask methods to execute code on the thread. This only returns
138 // PostTask methods to execute code on the thread. This only returns
  /external/chromium_org/sql/
meta_table_unittest.cc 52 EXPECT_TRUE(db().Execute("CREATE TABLE t(c)"));
64 EXPECT_TRUE(db().Execute("DELETE FROM meta WHERE key = 'version'"));
74 EXPECT_TRUE(db().Execute("DROP TABLE meta"));
  /external/chromium_org/sql/test/
test_helpers.cc 145 if (!db.Execute(update_sql))
235 ignore_result(db.Execute("PRAGMA auto_vacuum = 0"));
237 return db.Execute(sql.c_str());
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.cpp 78 // - This is because they may make use of the DatabaseContext to execute a close
153 // termination because we're still using it to execute the closing
178 // to execute the task for closing the database. By the time we get to the
SQLTransactionBackendSync.cpp 106 resultSet = statement.execute(m_database.get(), exceptionState);
180 void SQLTransactionBackendSync::execute(ExceptionState& exceptionState) function in class:WebCore::SQLTransactionBackendSync
185 m_database->setLastErrorMessage("failed to execute transaction callback");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
queries.py 53 def execute(self, options, args, tool): function
85 def execute(self, options, args, tool): member in class:PrintExpectations
170 def execute(self, options, args, tool): member in class:PrintBaselines
  /external/chromium_org/third_party/sqlite/src/test/
eqp.test 22 # eqp-3.*: Select statements that execute sub-selects.
180 0 0 0 {EXECUTE SCALAR SUBQUERY 1}
187 0 0 0 {EXECUTE SCALAR SUBQUERY 1}
194 0 0 0 {EXECUTE SCALAR SUBQUERY 1}
202 0 0 0 {EXECUTE SCALAR SUBQUERY 1}
232 0 0 0 {EXECUTE LIST SUBQUERY 1}
239 0 0 0 {EXECUTE CORRELATED LIST SUBQUERY 1}
246 0 0 0 {EXECUTE CORRELATED SCALAR SUBQUERY 1}
438 # 0|0|0|SCAN TABLE t2 (~1000000 rows) 0|0|0|EXECUTE SCALAR SUBQUERY 1
440 # 0|0|0|EXECUTE CORRELATED SCALAR SUBQUERY 2 2|0|0|SEARCH TABLE t1 USIN
    [all...]
threadtest1.c 17 ** places execute for very short periods of time. So even if the library
99 ** Execute a query against the database. NULL values are returned
135 ** Execute an SQL statement.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/libsepol/tests/policies/test-expander/
small-base.conf 79 execute
412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
490 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
  /external/llvm/docs/CommandGuide/
bugpoint.rst 152 **--safe-custom** options to execute the bitcode testcase. This can
159 testing compiler output without running any link or execute stages. To
174 This option defines the path to the command to execute with the
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 73 BasicBlock::iterator CurInst; // The next instruction to execute
135 // Methods used to execute code:
138 void run(); // Execute instructions until nothing left to do
  /external/llvm/utils/lit/lit/
TestFormats.py 91 def execute(self, test, litConfig): member in class:GoogleTest
137 def execute(self, test, litConfig): member in class:ShTest
197 def execute(self, test, litConfig): member in class:OneCommandPerFileTest
  /packages/apps/PhoneCommon/src/com/android/phone/common/
CallLogAsync.java 132 return new AddCallTask().execute(args);
147 return new GetLastOutgoingCallTask(args.callback).execute(args);
207 // callback is ran rom the post execute method.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 182 /* This macro will execute a loop over all the arguments of a PHI which
191 /* This macro will execute a loop over a stmt, regardless of whether it is
200 /* This macro will execute a loop over a stmt, regardless of whether it is
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 182 /* This macro will execute a loop over all the arguments of a PHI which
191 /* This macro will execute a loop over a stmt, regardless of whether it is
200 /* This macro will execute a loop over a stmt, regardless of whether it is
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 182 /* This macro will execute a loop over all the arguments of a PHI which
191 /* This macro will execute a loop over a stmt, regardless of whether it is
200 /* This macro will execute a loop over a stmt, regardless of whether it is
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 182 /* This macro will execute a loop over all the arguments of a PHI which
191 /* This macro will execute a loop over a stmt, regardless of whether it is
200 /* This macro will execute a loop over a stmt, regardless of whether it is
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
pthread.h 286 int execute);
301 #define pthread_cleanup_pop(execute) \
302 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
pthread.h 286 int execute);
301 #define pthread_cleanup_pop(execute) \
302 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
pthread.h 286 int execute);
301 #define pthread_cleanup_pop(execute) \
302 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
pthread.h 286 int execute);
301 #define pthread_cleanup_pop(execute) \
302 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
pthread.h 286 int execute);
301 #define pthread_cleanup_pop(execute) \
302 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
pthread.h 286 int execute);
301 #define pthread_cleanup_pop(execute) \
302 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
pthread.h 286 int execute);
301 #define pthread_cleanup_pop(execute) \
302 __pthread_cleanup_pop( &__cleanup, (execute)); \

Completed in 1551 milliseconds

<<31323334353637383940>>