|   /external/v8/test/mjsunit/harmony/ | 
| do-expressions-control.js  | 57     var loop = true; 61     "1" + do { loop1: for(; loop; head += "A") { 62       "2" + do { loop2: for(; loop; head += "B") { 63         "3" + do { loop3: for(; loop; head += "C") { 64           "4" + do { loop4: for(; loop; head += "D") { 65             "5" + do { loop5: for(; loop; head += "E") { 66               "6" + do { loop6: for(; loop; head += "F") { 67                 loop = false;
  | 
|   /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ | 
| i386-opts.h  | 37    loop,  enumerator in enum:stringop_alg 
  | 
|   /system/vold/ | 
| Loop.h  | 21 #include <linux/loop.h> 25 class Loop {
  | 
|   /external/dbus/test/name-test/ | 
| test-activation-forking.py  | 14 loop = gobject.MainLoop()  variable  40         loop.quit() 59 loop.run()
  | 
|   /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ | 
| ThreadTest.java  | 62             for (int loop = 0; loop < iterationCount; loop++) {
  | 
|   /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ | 
| ThreadTest.java  | 58             for (int loop = 0; loop < iterationCount; loop++) {
  | 
|   /external/libvpx/libvpx/vpx_dsp/x86/ | 
| vpx_subpixel_bilinear_sse2.asm  | 144 .loop: 149     jnz         .loop 169 .loop: 174     jnz         .loop 195 .loop: 202     jnz         .loop 222 .loop: 227     jnz         .loop 247 .loop: 252     jnz         .loop     [all...] | 
| vpx_subpixel_bilinear_ssse3.asm  | 122 .loop: 127     jnz         .loop 147 .loop: 152     jnz         .loop 173 .loop: 179     jnz         .loop 199 .loop: 204     jnz         .loop 224 .loop: 229     jnz         .loop     [all...] | 
|   /external/skia/bench/ | 
| ColorPrivBench.cpp  | 46         for (int loop = 0; loop < loops; loop++) { 49                     // Note: we really want to load src and dst here and not outside in the i-loop. 52                     // loop, so we'd only be benchmarking the back half of those functions that also 54                     // clever compiler from hoisting the loads out of the loop on its own.
  | 
| PremulAndUnpremulAlphaOpsBench.cpp  | 49         for (int loop = 0; loop < loops; ++loop) {
  | 
| WritePixelsBench.cpp  | 59         for (int loop = 0; loop < loops; ++loop) {
  | 
|   /external/vixl/examples/ | 
| crc-checksums.cc  | 41   Label loop, end;  local  50   // Loop for iterating through the array, starting at msg[0]. 51   __ Bind(&loop); 60   __ B(&loop);
  | 
| sum-array.cc  | 39   Label loop, end;  local  48   __ Bind(&loop); 54   __ Cbnz(w1, &loop);
  | 
|   /frameworks/native/services/surfaceflinger/tests/vsync/ | 
| vsync.cpp  | 55     sp<Looper> loop = new Looper(false);  local  56     loop->addFd(myDisplayEvent.getFd(), 0, ALOOPER_EVENT_INPUT, receiver, 63         int32_t ret = loop->pollOnce(-1);
  | 
|   /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ | 
| vp9_subpixel_bilinear_sse2.asm  | 144 .loop: 149     jnz         .loop 169 .loop: 174     jnz         .loop 195 .loop: 202     jnz         .loop 222 .loop: 227     jnz         .loop 247 .loop: 252     jnz         .loop     [all...] | 
| vp9_subpixel_bilinear_ssse3.asm  | 122 .loop: 127     jnz         .loop 147 .loop: 152     jnz         .loop 173 .loop: 179     jnz         .loop 199 .loop: 204     jnz         .loop 224 .loop: 229     jnz         .loop     [all...] | 
|   /external/icu/icu4c/source/test/intltest/ | 
| dtfmtrtts.cpp  | 27 // Warning -- makes test run infinite loop!!! 162     // Special infinite loop test mode for finding hard to reproduce errors 164     logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName(temp)); 331             // We go through this loop until we achieve a match or until 332             // the maximum loop count is reached.  We record the points at 335             int loop;  local  338             for(loop = 0; loop < DEPTH; ++loop) { 339                 if (loop > 0)       [all...] | 
|   /external/libvncserver/libvncclient/ | 
| tls_gnutls.c  | 212     uint8_t loop=0;  local  235     for (loop=0;loop<count;loop++) 237         if (!ReadFromRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE; 238         t=rfbClientSwap32IfLE(tAuth[loop]); 239         rfbClientLog("%d) Received security type %d\n", loop, t); 250             rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count); 252             if (!WriteToRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE; 254         tAuth[loop]=t     [all...] | 
|   /external/v8/src/compiler/ | 
| loop-peeling.cc  | 7 #include "src/compiler/loop-peeling.h" 13 // Loop peeling is an optimization that copies the body of a loop, creating 15 // first iteration. Beginning with a loop as follows: 25 //           ( Loop )<-------- ( phiA )   | |                    | | 42 // The body of the loop is duplicated so that all nodes considered "inside" 43 // the loop (e.g. {P, U, X, Y, K, L, M}) have a corresponding copies in the 45 // backedges of the loop correspond to edges from the peeled iteration to 46 // the main loop body, with multiple backedges requiring a merge. 48 // Similarly, any exits from the loop body need to be merged with "exits     [all...] | 
|   /external/libchrome/base/message_loop/ | 
| message_pump_glib_unittest.cc  | 25 // This class injects dummy "events" into the GLib loop. When "handled" these 152 // Posts a task on the current message loop. 175   MessageLoop* loop() const { return loop_; }  function in class:base::__anon14301::MessagePumpGLibTest  196   loop()->Run(); 216   loop()->Run(); 227   loop()->Run(); 236     loop()->PostTask(FROM_HERE, Bind(&IncrementInt, &task_count)); 240   loop()->PostTask( 244   loop()->Run(); 252     loop()->PostDelayedTask     [all...] | 
| message_loop_unittest.cc  | 109   MessageLoop loop(MessageLoop::TYPE_UI); 115   // run loop to exit. 119   loop.PostTask(FROM_HERE, Bind(&SubPumpFunc)); 122   loop.PostDelayedTask( 128   loop.PostDelayedTask( 135   loop.Run(); 233 // MessageLoop implicitly start a "modal message loop". Modal dialog boxes, 287   // ran _inside_ the MessageBox message loop, dismissing the MessageBox 298   // message loop. 321 // message loop functionality 703  MessageLoop loop;  local  733  MessageLoop loop;  local  883  MessageLoop* loop = new MessageLoop;  local  908  MessageLoop loop;  local  1023  MessageLoop loop;  local  1032  MessageLoop loop;  local  1047  MessageLoop loop;  local      [all...] | 
|   /external/dbus/bus/ | 
| expirelist.c  | 35   DBusLoop      *loop;  member in struct:BusExpireList  44 bus_expire_list_new (DBusLoop      *loop, 57   list->loop = loop; 68   if (!_dbus_loop_add_timeout (list->loop, list->timeout)) 87   _dbus_loop_remove_timeout (list->loop, list->timeout); 159            * a busy loop) 323   DBusLoop *loop;  local  334   loop = _dbus_loop_new (); 335   _dbus_assert (loop != NULL)     [all...] | 
|   /external/compiler-rt/lib/tsan/dd/ | 
| dd_rtl.cc  | 47       rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0); 48     PrintStackTrace(thr, rep->loop[i].stk[1]); 49     if (rep->loop[i].stk[0]) { 51         rep->loop[i].mtx_ctx0); 52       PrintStackTrace(thr, rep->loop[i].stk[0]);
  | 
|   /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ | 
| tree-flow.h  | 240 /* Use this to terminate the FOR_EACH_IMM_USE_STMT loop early.  Failure to 380 extern void debug_loop (struct loop *, int); 565 /* In tree-ssa-loop-ch.c  */ 566 bool do_while_loop_p (struct loop *); 579 /* Description of number of iterations of a loop.  All the expressions inside 580    the structure can be evaluated at the end of the loop's preheader 581    (and due to ssa form, also anywhere inside the body of the loop).  */ 590 			   the loop will exit in the first iteration (i.e. 594 			   a loop (provided that assumptions == true and 596 			   of executions of the latch of the loop.  *     [all...] | 
|   /external/mesa3d/src/glsl/tests/lower_jumps/ | 
| create_test_cases.py  | 124 def loop(statements):  function  125     """Create a loop containing the given statements as its loop 129     return [['loop', [], [], [], [], statements]] 439             loop(simple_if('b', simple_if('c', break_(), continue_()), 445     # loop gets guarded so that it only executes if the return 452                 loop(simple_if('b', simple_if('c', [], continue_()), 461     doc_string = """If a loop contains an unconditional break at the bottom of 464             loop(assign_x('a', const_float(1)) + 471     doc_string = """If a loop contains a conditional break at the bottom of it     [all...] |