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

<<21222324252627282930>>

  /external/valgrind/main/none/tests/mips32/
allexec.c 28 /* If a single argument "exec" is given, will execute itself
  /external/valgrind/main/none/tests/ppc32/
allexec.c 28 /* If a single argument "exec" is given, will execute itself
  /external/valgrind/main/none/tests/ppc64/
allexec.c 28 /* If a single argument "exec" is given, will execute itself
  /external/valgrind/main/none/tests/s390x/
allexec.c 28 /* If a single argument "exec" is given, will execute itself
  /external/valgrind/main/none/tests/x86/
allexec.c 28 /* If a single argument "exec" is given, will execute itself
  /external/webrtc/test/
test.gyp 52 # main method needed for gtest to execute!
  /ndk/sources/host-tools/make-3.81/
rule.h 28 struct commands *cmds; /* Commands to execute. */
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-spi.h 142 static void Execute() { statement; }\
151 GTestExpectFatalFailureHelper::Execute();\
159 static void Execute() { statement; }\
168 GTestExpectFatalFailureHelper::Execute();\
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
FakeAsyncTaskExecutor.java 53 /** The maximum length of time in ms to wait for tasks to execute during tests. */
114 public void execute(Runnable command) { method in class:FakeAsyncTaskExecutor.DelayedExecutor
150 * to execute this async task will be a same-thread executor.
166 * to execute these async tasks will be a same-thread executor.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
DrawerClosedObserver.java 51 * On drawer closed, execute necessary actions. In the case of {@link FolderListFragment}, this
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 49 // Code to execute after boot completes, e.g. connecting to the IMS PDN
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
RunInLocale.java 30 * Execute {@link #job(Resources)} method in specified system locale exclusively.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 241 // Execute the operations.
258 // Execute the operations.
278 // Execute the operations.
299 // Execute the operations.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MagneticFieldMeasurementTestActivity.java 30 * Also, it is recommended to execute these tests outdoors, or at least far from magnetic
100 verifyNorm.execute();
134 verifyStdDev.execute();
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 89 // task should not be allowed to execute twice
90 mAsyncTask.execute(PARAM);
138 assertEquals(mAsyncTask, mAsyncTask.execute(PARAM));
  /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)); \
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenRewriteStream.h 58 /** Execute the rewrite operation by possibly adding to the buffer.
61 - (NSInteger) execute:(NSString *)buf;
87 - (NSInteger) execute:(NSString *)buf;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenRewriteStream.h 58 /** Execute the rewrite operation by possibly adding to the buffer.
61 - (NSInteger) execute:(NSString *)buf;
87 - (NSInteger) execute:(NSString *)buf;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenRewriteStream.h 58 /** Execute the rewrite operation by possibly adding to the buffer.
61 - (NSInteger) execute:(NSString *)buf;
87 - (NSInteger) execute:(NSString *)buf;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.h 58 /** Execute the rewrite operation by possibly adding to the buffer.
61 - (NSInteger) execute:(NSString *)buf;
87 - (NSInteger) execute:(NSString *)buf;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemAttributeSet.java 102 public void execute( method in class:ElemAttributeSet
116 super.execute(transformer);
122 attr.execute(transformer);
ElemCopy.java 88 public void execute( method in class:ElemCopy
111 super.execute(transformer);
123 super.execute(transformer);
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncPosition.java 32 * Execute the Position() function.
113 * Execute the function. The function must return
120 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncPosition

Completed in 718 milliseconds

<<21222324252627282930>>