HomeSort by relevance Sort by last modified time
    Searched refs:executed (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
mul.s 4 # This means that instructions in group (a) and in (b) should not be executed
  /art/test/004-JniTest/src/
Main.java 70 if (!testCallStaticVoidMethodOnSubClass_SuperClass.executed) {
78 private static boolean executed = false; field in class:Main.testCallStaticVoidMethodOnSubClass_SuperClass
80 executed = true;
  /external/v8/test/mjsunit/es6/debug-promises/
reject-with-throw-in-reject.js 55 // and this listener to be executed after the main script is finished.
  /external/v8/test/mjsunit/
for-in-null-or-undefined.js 29 // undefined. They never executed the statement block.
object-literal-overwrite.js 104 // Check that the initializers of computed properties are executed, even if
assert-opt-and-deopt.js 61 * tests are sometimes executed several times in a row, and you want to
  /external/v8/test/webkit/
dfg-check-two-structures.js 25 "This tests that a polymorphic structure check is actually executed."
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionServiceTest.java 268 final ActionStateChangedListener listener, final ActionCompletedListener executed) {
271 setCompletedListener(executed);
ActionServiceSystemTest.java 430 final ActionCompletedListener completed, final ActionExecutedListener executed) {
433 setExecutedListener(executed);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Dispatcher.java 30 * Policy on when async requests are executed.
172 synchronized void executed(Call call) { method in class:Dispatcher
  /external/valgrind/callgrind/
callgrind_control.in 409 elsif (/executed-bbs: (\d+)/) { $exec_bbs = $1; }
411 elsif (/executed-calls: (\d+)/) { $exec_calls = $1; }
435 print " (executed ".commify($exec_calls);
439 print " (executed ".commify($exec_bbs);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 298 boolean executed = mTestEnv.awaitExecution();
300 if (executed && mState == STATE_STARTED) {
  /external/gmock/test/
Android.mk 81 # The remaining tests aren't executed by the configure/make/make check sequence.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionMonitor.java 137 * Listener which is notified on action executed
364 final void executed(final Action action, method in class:ActionMonitor
408 monitor.executed(action, expectedOldState, hasBackgroundActions, result);
414 + "UTC State = " + oldMonitorState + " - EXECUTED");
  /build/core/
dumpvar.mk 98 # The output may be executed as bash script.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 314 A class which implements a handy test script which is executed whenever an ANTLR
362 A class which implements a handy test script which is executed whenever an ANTLR
481 A class which implements a handy test script which is executed whenever an ANTLR
  /external/v8/test/mjsunit/regress/
regress-137768.js 67 // before the map check was executed that should have deopt.
regress-1639-2.js 56 // executed in the evaluate command, the stepping must stop at the end
  /external/webrtc/webrtc/tools/rtcbot/
test.js 48 // Utility method to wait for multiple callbacks to be executed.
  /external/autotest/client/cros/audio/
cmd_utils.py 154 @param args: the command to be executed
155 @param stdin: the executed program's standard input
156 @param stdout: the executed program's stdandrd output
166 executed command stored in Popen.command.
  /external/ImageMagick/www/api/
image-view.php 119 <p>to define a section of code in your callback transfer method that must be executed by a single thread at a time.</p>
290 <p>to define a section of code in your callback get method that must be executed by a single thread at a time.</p>
488 <p>to define a section of code in your callback set method that must be executed by a single thread at a time.</p>
535 <p>to define a section of code in your callback transfer method that must be executed by a single thread at a time.</p>
585 <p>to define a section of code in your callback update method that must be executed by a single thread at a time.</p>
wand-view.php 119 <p>to define a section of code in your callback transfer method that must be executed by a single thread at a time.</p>
223 <p>to define a section of code in your callback get method that must be executed by a single thread at a time.</p>
410 <p>to define a section of code in your callback set method that must be executed by a single thread at a time.</p>
457 <p>to define a section of code in your callback transfer method that must be executed by a single thread at a time.</p>
507 <p>to define a section of code in your callback update method that must be executed by a single thread at a time.</p>
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 52 be executed by a token rewrite stream at some time in future when the stream is
56 executed lazily (that is, only when the rewritten text is explicitly requested).
  /external/mesa3d/docs/
MESA_texture_array.spec 353 executed with target specified as PROXY_TEXTURE_3D, the
365 TexImage1D is executed with target specified as PROXY_TEXTURE_1D,
366 TexImage2D is executed with target specified as PROXY_TEXTURE_2D or
367 PROXY_TEXTURE_1D_ARRAY_EXT, or TexImage3D is executed with target
430 though BindTexture had been executed with the same target and texture
611 executed immediately when called with the corresponding proxy arguments
    [all...]
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 272 being executed.

Completed in 2517 milliseconds

12 3 4 5 6 7