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

<<21222324252627282930>>

  /packages/apps/Camera/tests/src/com/android/camera/stress/
CameraLatency.java 114 out.write("Number of loop: " + TOTAL_NUMBER_OF_IMAGECAPTURE + "\n");
CameraStartUp.java 88 out.write("Number of loop: " + (TOTAL_NUMBER_OF_STARTUP -1) + "\n");
SwitchPreview.java 95 mOut.write("loop: ");
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 41 * Detected (and bailed out of) an infinite loop in the token manager.
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 41 * Detected (and bailed out of) an infinite loop in the token manager.
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 41 * Detected (and bailed out of) an infinite loop in the token manager.
  /packages/wallpapers/Basic/res/values-nl/
strings.xml 25 <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"Kijk door uw telefoon heen en loop rond zonder te vallen."</string>
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
TablePanel.java 80 // loop on the selection and output the file.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkTestCase.java 66 // loop max of 600 times * 200 ms = 2 minutes
  /system/core/libcutils/
ashmem-host.c 47 /* not beautiful, its just wolf-like loop unrolling */
  /system/media/opensles/tests/listening/
seekTorture.c 109 // loop repeatedly, inflicting seek pain each cycle
  /system/vold/
CommandListener.cpp 36 #include "Loop.h"
84 cli->sendMsg(0, "Dumping loop status", false);
85 if (Loop::dumpState(cli)) {
86 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true);
  /external/chromium/third_party/libevent/
event.h 40 libevent is meant to replace the event loop found in event driven network
42 remove events dynamically without having to change the event loop.
68 call event_dispatch() to loop and dispatch events.
299 Loop to process events.
311 Threadsafe event dispatching loop.
395 Exit the event loop after the specified time.
403 @param tv the amount of time after which the loop should terminate.
411 Exit the event loop after the specified time (threadsafe variant).
420 @param tv the amount of time after which the loop should terminate.
429 event_loop() will abort the loop after the next event is completed
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 50 * for the current thread. However, since we don't actually call loop() in the test,
69 Looper.loop();
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextViewTest.java 141 @ToBeFixed(bug = "", explanation = "There will be an endless loop when call performValidation" +
175 // There will be an endless loop when using CommaTokenizer as the Tokenizer
  /dalvik/tests/057-iteration-performance/src/
Main.java 20 * The matrix of tests includes the A-E axis for loop body contents and
35 * <li>0: for() loop backward to 0</li>
36 * <li>1: for() loop forward to local variable</li>
37 * <li>2: for() loop forward to array length</li>
38 * <li>3: for(:) loop over array</li>
39 * <li>4: for() loop forward to instance variable</li>
40 * <li>5: for() loop forward to trivial method call</li>
41 * <li>6: for(:) loop over ArrayList</li>
  /dalvik/vm/
SignalCatcher.c 277 loop:
282 goto loop;
  /external/bluetooth/glib/docs/reference/glib/tmpl/
warnings.sgml 190 If [H]alt is selected, the application enters an infinite loop.
191 The infinite loop can only be stopped by killing the application,
  /external/chromium/base/
simple_thread.h 6 // Chrome's message-loop based Thread abstraction, and if you are a
8 // that your thread will have an associated message loop.
  /external/chromium/net/third_party/nss/ssl/
ssl3gthr.c 62 * This loop returns when either (a) an error or EOF occurs,
155 break; /* End this case. Continue around the loop. */
  /external/chromium/third_party/libevent/test/
regress.c 340 /* just loop once */
356 /* just loop once */
580 /* test that the current event loop still works */
733 /* can handle signal before loop is called */
918 setup_test("Loop exit: ");
948 setup_test("Loop Multiple exit: ");
988 setup_test("Loop break: ");
1344 /* Setup the loop termination */
    [all...]
  /external/iproute2/include/linux/
pkt_cls.h 24 assume loop
33 bits 9,10,11: redirect counter - redirect TTL. Loop avoidance
  /external/jpeg/
jdcoefct.c 167 /* Loop to process as much as one whole iMCU row */
188 * incremented past them!). Note the inner loop relies on having
286 /* Loop to process one whole iMCU row */
399 /* Loop to process one whole iMCU row */
475 /* Loop to process one whole iMCU row */
480 /* For each MCU, we loop through different color components.
596 /* Loop over all DCT blocks to be processed. */
782 /* Loop over all DCT blocks to be processed. */
    [all...]
  /external/kernel-headers/original/linux/
pkt_cls.h 24 assume loop
33 bits 9,10,11: redirect counter - redirect TTL. Loop avoidance
  /external/netcat/data/
data.c 147 nextbuf: /* loop sleaze */
261 /* here if generating all-random bytes. Stays in this loop */

Completed in 1849 milliseconds

<<21222324252627282930>>