|   /external/libchrome/base/message_loop/ | 
| message_loop.h  | 71 //     hr = DoDragDrop(...); // Implicitly runs a modal message loop. 164   // from within a message loop at some point in the future. 239   // Run the message loop. 261   // which nested run loop you are quitting, so be careful! 275   // Set the timer slack for this message loop. 280   // Returns true if this loop is |type|. This allows subclasses (especially 287   // Optional call to connect the thread name with this loop. 294   // Gets the TaskRunner associated with this message loop. 299   // Sets a new TaskRunner for this message loop. The message loop must alread 568  MessageLoop* loop = MessageLoop::current();  local  575  MessageLoop* loop = MessageLoop::current();  local  625  MessageLoop* loop = MessageLoop::current();  local  631  MessageLoop* loop = MessageLoop::current();  local      [all...] | 
|   /external/selinux/policycoreutils/restorecond/ | 
| user.c  | 62   /* User data is the event loop we are running in */ 63   GMainLoop *loop = user_data;  local  69       /* Tell the main loop to quit */ 70       g_main_loop_quit (loop); 84 static int dbus_server(GMainLoop *loop) { 94 	dbus_connection_add_filter (bus, signal_filter, loop, NULL); 238     GMainLoop *loop;  local  240     loop = g_main_loop_new (NULL, FALSE); 243     if (dbus_server(loop) != 0) 261     g_main_loop_run (loop);     [all...] | 
|   /hardware/bsp/intel/peripheral/libupm/src/nrf8001/ | 
| aci_queue.cxx  | 31   uint8_t loop;
  local  37   for(loop=0; loop<ACI_QUEUE_SIZE; loop++)
 39     aci_q->aci_data[loop].buffer[0] = 0x00;
 40     aci_q->aci_data[loop].buffer[1] = 0x00;
  | 
|   /art/compiler/optimizing/ | 
| induction_var_analysis.h  | 69     kTripCountInLoop,        // valid in full loop; loop is finite 70     kTripCountInBody,        // valid in body only; loop is finite 71     kTripCountInLoopUnsafe,  // valid in full loop; loop may be infinite 72     kTripCountInBodyUnsafe,  // valid in body only; loop may be infinite 148   void VisitLoop(HLoopInformation* loop); 149   void VisitNode(HLoopInformation* loop, HInstruction* instruction); 150   uint32_t VisitDescendant(HLoopInformation* loop, HInstruction* instruction); 151   void ClassifyTrivial(HLoopInformation* loop, HInstruction* instruction)     [all...] | 
|   /external/v8/src/compiler/ | 
| loop-analysis.cc  | 5 #include "src/compiler/loop-analysis.h" 24   NodeInfo* next;       // link in chaining loop members 28 // Temporary loop info needed during traversal and building the loop tree. 33   LoopTree::Loop* loop;  member in struct:v8::internal::compiler::LoopInfo  37 // Encapsulation of the loop finding algorithm. 39 // Conceptually, the contents of a loop are those nodes that are "between" the 40 // loop header and the backedges of the loop. Graphs in the soup of nodes ca 335  LoopInfo* loop = &loops_[loop_num - 1];  local      [all...] | 
|   /external/autotest/client/site_tests/hardware_Memtester/ | 
| hardware_Memtester.py  | 19     def run_once(self, size=0, loop=10): 24         @param loop: number of iteration to test memory 37         cmd = 'memtester %dK %d' % (size, loop)
  | 
|   /external/boringssl/mac-x86_64/crypto/rand/ | 
| rdrand-x86_64.S  | 33 L$loop: 41 	jnz	L$loop
  | 
|   /external/dbus/test/name-test/ | 
| test-privserver-client.c  | 68   DBusLoop *loop;  local  81   loop = _dbus_loop_new (); 87   test_connection_setup (loop, session); 123   test_connection_setup (loop, privconn); 132     _dbus_loop_iterate (loop, TRUE); 137   test_connection_shutdown (loop, session); 140   test_connection_shutdown (loop, privconn); 145   _dbus_loop_unref (loop);
  | 
|   /external/mesa3d/src/glsl/tests/lower_jumps/ | 
| lower_breaks_3.opt_test  | 5 # If a loop contains a conditional break at the bottom of it, 12    ((loop () () () ()
  | 
| lower_breaks_5.opt_test  | 5 # If a loop contains a conditional break at the bottom of it, 12    ((loop () () () ()
  | 
| lower_guarded_conditional_break.opt_test  | 5 # Normally a conditional break at the end of a loop isn't 13    ((loop () () () ()
  | 
|   /external/toybox/toys/other/ | 
| vmstat.c  | 80   unsigned loop, rows = (toys.optflags & FLAG_n) ? 0 : 25,  local  89   for (loop = 0; !loop_max || loop <= loop_max; loop++) { 90     unsigned idx = loop&1, offset = 0, expected = 0; 94     if (loop && loop_delay) sleep(loop_delay); 97     if (rows>3 && !(loop % (rows-3))) { 118     // Collect unit adjustments (outside the inner loop to save time) 120     if (!loop) {
  | 
|   /external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ | 
| DrawingCanvas.java  | 17 		timer = new Timer(1000/60, loop); 37 	private final ActionListener loop = new ActionListener() {  field in class:DrawingCanvas 
  | 
|   /external/webrtc/webrtc/system_wrappers/source/ | 
| file_impl.h  | 34                bool loop = false, 40                          bool loop = false) override;
  | 
|   /ndk/sources/android/support/src/musl-multibyte/ | 
| mbrtowc.c  | 35 loop: 44 			goto loop;
  | 
|   /prebuilts/go/darwin-x86/src/runtime/ | 
| memmove_arm64.s  | 21 loop:  label  25 	BNE	loop
  | 
| memmove_ppc64x.s  | 25 loop:  label  29 	BNE	loop
  | 
|   /prebuilts/go/linux-x86/src/runtime/ | 
| memmove_arm64.s  | 21 loop:  label  25 	BNE	loop
  | 
| memmove_ppc64x.s  | 25 loop:  label  29 	BNE	loop
  | 
|   /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/ | 
| ffxx1-coff.s  | 14 loop:   mov.b   r0l,@p6dr:16    ;output to port 6   label  19         bra     loop:8
  | 
| ffxx1-elf.s  | 14 loop:   mov.b   r0l,@p6dr:16    ;output to port 6   label  19         bra     loop:8
  | 
|   /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ | 
| loop_unittest.py  | 7 from telemetry.internal.actions import loop  namespace  10 AUDIO_1_LOOP_CHECK = 'window.__hasEventCompleted("#audio_1", "loop");' 11 VIDEO_1_LOOP_CHECK = 'window.__hasEventCompleted("#video_1", "loop");' 22     """Tests that with no selector Loop action loops first media element.""" 23     action = loop.LoopAction(loop_count=2, selector='#video_1', 33     """Tests that Loop action loops all video elements with selector='all'.""" 34     action = loop.LoopAction(loop_count=2, selector='all', 47     """Tests that wait_for_loop timeout_in_secondss if video does not loop.""" 48     action = loop.LoopAction(loop_count=2, selector='#video_1',
  | 
|   /external/fec/ | 
| dotprod_sse2_assist.s  | 30 # SSE2 dot product loop unrolled 4 times, crunching 32 terms per loop 58 # SSE2 dot product loop, not unrolled, crunching 4 terms per loop 59 # This could be redone as Duff's Device on the unrolled loop above
  | 
|   /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ | 
| Timer.java  | 88     public abstract static class Loop { 93     public long timeIterations(Loop loop, Object... params) { 99         loop.init(params); 102         loop.time(1); 109             loop.time(iterations);
  | 
|   /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ | 
| Timer.java  | 87     public abstract static class Loop { 92     public long timeIterations(Loop loop, Object... params) { 98         loop.init(params); 101         loop.time(1); 108             loop.time(iterations);
  |