HomeSort by relevance Sort by last modified time
    Searched refs:execute (Results 276 - 300 of 664) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 525 public XObject execute(XPathContext xctxt, int context) method in class:NodeTest
599 public XObject execute(XPathContext xctxt, int context, method in class:NodeTest
670 public XObject execute(XPathContext xctxt) method in class:NodeTest
673 return execute(xctxt, xctxt.getCurrentNode());
  /external/llvm/utils/lit/lit/
TestFormats.py 80 def execute(self, test, litConfig): member in class:GoogleTest
123 def execute(self, test, litConfig): member in class:ShTest
131 def execute(self, test, litConfig): member in class:TclTest
191 def execute(self, test, litConfig): member in class:OneCommandPerFileTest
  /external/proguard/src/proguard/gui/
ProGuardRunnable.java 84 proGuard.execute();
ReTraceRunnable.java 95 reTrace.execute();
  /external/webkit/Source/WebCore/dom/
ScriptRunner.cpp 114 toScriptElement(element.get())->execute(cachedScript);
  /external/webkit/Source/WebCore/storage/
SQLStatementSync.cpp 54 PassRefPtr<SQLResultSet> SQLStatementSync::execute(DatabaseSync* db, ExceptionCode& ec) function in class:WebCore::SQLStatementSync
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
sheriffircbot.py 76 response = command().execute(nick, args, self._tool, self._sheriff)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
AirplaneModeController.java 82 AsyncTask.execute(new Runnable() {
  /frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
LargeAssetTest.java 56 mValidateThread.execute(LargeAssetTest.this.getAssets());
  /packages/apps/Contacts/src/com/android/contacts/calllog/
ClearCallLogDialog.java 66 task.execute();
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmPreference.java 90 }.execute(alert);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QueryTask.java 97 executor.execute(task);
  /bionic/libc/include/
pthread.h 286 int execute);
301 #define pthread_cleanup_pop(execute) \
302 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /development/ndk/platforms/android-3/include/
pthread.h 215 int execute);
230 #define pthread_cleanup_pop(execute) \
231 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /development/ndk/platforms/android-5/include/
pthread.h 242 int execute);
257 #define pthread_cleanup_pop(execute) \
258 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /development/ndk/platforms/android-8/include/
pthread.h 247 int execute);
262 #define pthread_cleanup_pop(execute) \
263 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /development/ndk/platforms/android-9/include/
pthread.h 286 int execute);
301 #define pthread_cleanup_pop(execute) \
302 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 174 * Execute an expression in the XPath runtime context, and return the
185 public XObject execute(XPathContext xctxt) method in class:Variable
188 return execute(xctxt, false);
204 public XObject execute(XPathContext xctxt, boolean destructiveOK) throws javax.xml.transform.TransformerException method in class:Variable
248 // return execute(xctxt);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 215 int execute);
230 #define pthread_cleanup_pop(execute) \
231 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 215 int execute);
230 #define pthread_cleanup_pop(execute) \
231 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 215 int execute);
230 #define pthread_cleanup_pop(execute) \
231 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 242 int execute);
257 #define pthread_cleanup_pop(execute) \
258 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 247 int execute);
262 #define pthread_cleanup_pop(execute) \
263 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 247 int execute);
262 #define pthread_cleanup_pop(execute) \
263 __pthread_cleanup_pop( &__cleanup, (execute)); \
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
pthread.h 215 int execute);
230 #define pthread_cleanup_pop(execute) \
231 __pthread_cleanup_pop( &__cleanup, (execute)); \

Completed in 1061 milliseconds

<<11121314151617181920>>