| /external/chromium_org/third_party/boringssl/mac-x86_64/crypto/sha/ |
| sha256-x86_64.S | 41 jmp L$loop 44 L$loop: 1692 jb L$loop [all...] |
| /external/chromium_org/third_party/mesa/src/src/glsl/ |
| test_optpass.cpp | 168 int loop = 0; local 175 { "loop", no_argument, &loop, 1 }, 191 printf(" --loop: run optimizations repeatedly until no progress\n"); 246 } while (loop && progress);
|
| loop_analysis.h | 40 * Fill in loop control fields 42 * Based on analysis of loop variables, this function tries to remove sequences 43 * in the loop of the form 51 * altogether. For example, if it is provable that one loop exit condition will 64 * Tracking for all variables used in a loop 74 * Loop whose variable state is being tracked by this structure 76 ir_loop *loop; member in class:loop_variable_state 84 * Variables whose values are constant within the body of the loop 91 * Induction variables for this loop 98 * Simple if-statements that lead to the termination of the loop [all...] |
| /external/chromium_org/ui/base/x/ |
| selection_requestor_unittest.cc | 141 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 142 loop->PostTask(FROM_HERE, 149 loop->PostTask(FROM_HERE, 155 loop->PostTask(FROM_HERE,
|
| /external/chromium_org/ui/views/controls/menu/ |
| menu_message_loop_aura.cc | 134 // message-loop while it is already running a nested loop. So make sure the 135 // quit-closure gets reset to the outer loop's quit-closure once the innermost 136 // loop terminates. 151 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 152 base::MessageLoop::ScopedNestableTaskAllower allow(loop); 175 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 176 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
|
| menu_controller_unittest.cc | 99 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 100 base::MessageLoop::ScopedNestableTaskAllower allow(loop); 119 // message-loop, by posting a task. 121 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 122 base::MessageLoop::ScopedNestableTaskAllower allow(loop); 138 // Runs a nested message-loop that does not involve the menu itself. 140 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 141 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
|
| /external/chromium_org/ui/views/widget/desktop_aura/ |
| x11_whole_screen_move_loop.cc | 57 // This method processes all events while the move loop is active. 67 // the message loop. This allows smoother dragging since the events are 84 // If the source widget had capture prior to the move loop starting, 136 DCHECK(!in_move_loop_); // Can only handle one nested loop at a time. 138 // Query the mouse cursor prior to the move loop starting so that it can be 139 // restored when the move loop finishes. 147 // when the move loop ends and not release capture. 150 // loop ends and |grab_input_window_| loses capture. 184 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 185 base::MessageLoop::ScopedNestableTaskAllower allow_nested(loop); [all...] |
| /external/mesa3d/src/glsl/ |
| test_optpass.cpp | 168 int loop = 0; local 175 { "loop", no_argument, &loop, 1 }, 191 printf(" --loop: run optimizations repeatedly until no progress\n"); 246 } while (loop && progress);
|
| /external/openssl/crypto/bn/ |
| bn_div.c | 184 int norm_shift,i,loop; local 266 loop=num_n-div_n; 271 wnum.d = &(snum->d[loop]); 274 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */ 286 if (!bn_wexpand(res,(loop+1))) goto err; 287 res->top=loop-no_branch; 288 resp= &(res->d[loop-1]); 315 for (i=0; i<loop-1; i++, wnump--, resp--) 318 /* the first part of the loop uses the top two words of
|
| /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/ |
| TestThread.java | 17 * message loop on that thread. 71 Looper.loop();
|
| /external/chromium_org/chrome/browser/media_galleries/ |
| media_galleries_permission_controller_unittest.cc | 67 base::RunLoop loop; variable 68 gallery_prefs_->EnsureInitialized(loop.QuitClosure()); 69 loop.Run();
|
| /external/chromium_org/chrome/browser/ui/sync/ |
| profile_signin_confirmation_helper_unittest.cc | 65 base::RunLoop loop; local 66 callback.Run(base::Bind(&GetValueAndQuit<T>, &result, loop.QuitClosure())); 67 loop.Run();
|
| /external/chromium_org/chrome/browser/ui/views/ |
| simple_message_box_views.cc | 59 // This terminates the nested message-loop. 116 // TODO(pkotwicz): Exit message loop when the dialog is closed by some other 118 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 119 base::MessageLoopForUI::ScopedNestableTaskAllower allow_nested(loop); 210 // Views dialogs cannot be shown outside the UI thread message loop or if the 225 LOG(ERROR) << "Unable to show a dialog outside the UI thread message loop: "
|
| /external/chromium_org/cloud_print/service/ |
| service_state.cc | 163 base::MessageLoopForIO loop; local
|
| /external/chromium_org/components/data_reduction_proxy/browser/ |
| data_reduction_proxy_config_service_unittest.cc | 153 base::MessageLoopForUI loop; local 162 loop.RunUntilIdle(); 178 loop.RunUntilIdle(); 189 loop.RunUntilIdle(); 197 //base::MessageLoopForUI loop; 224 //base::MessageLoopForUI loop; 252 //base::MessageLoopForUI loop; 268 //loop.RunUntilIdle(); 276 base::MessageLoopForUI loop; local
|
| /external/chromium_org/components/policy/core/common/ |
| policy_service_impl_unittest.cc | 147 base::RunLoop loop; local 148 loop.RunUntilIdle();
|
| /external/chromium_org/components/wifi/ |
| wifi_test.cc | 101 base::MessageLoopForIO loop; local 132 base::MessageLoopForIO loop; local 135 wifi_service_->Initialize(loop.message_loop_proxy()); 193 loop.message_loop_proxy(), 226 loop.message_loop_proxy(),
|
| /external/chromium_org/content/common/gpu/client/ |
| gpu_channel_host.h | 59 scoped_refptr<base::MessageLoopProxy> loop; member in struct:content::GpuListenerInfo 83 // Every method can be called on any thread with a message loop, except for the 137 // Add a route for the current message loop. 173 // to the correct message loop. It also maintains some shared state between 182 scoped_refptr<base::MessageLoopProxy> loop);
|
| /external/chromium_org/content/renderer/device_sensors/ |
| device_light_event_pump_unittest.cc | 100 base::MessageLoopForUI loop; local 115 base::MessageLoopForUI loop; local 128 base::MessageLoopForUI loop; local
|
| device_orientation_event_pump_unittest.cc | 122 base::MessageLoop loop; local 142 base::MessageLoop loop; local 159 base::MessageLoop loop; local
|
| /external/chromium_org/net/test/embedded_test_server/ |
| embedded_test_server_unittest.cc | 271 scoped_ptr<base::MessageLoop> loop; variable 273 loop.reset(new base::MessageLoopForIO); 282 if (!loop) 283 loop.reset(new base::MessageLoopForIO); 288 new TestURLRequestContextGetter(loop->message_loop_proxy())); 290 loop->Run(); 295 loop.reset();
|
| /external/chromium_org/net/tools/dump_cache/ |
| dump_files.cc | 58 // We need a message loop, although we really don't run any task. 59 base::MessageLoopForIO loop; local 204 printf("Loop detected\n"); 356 // We need a message loop, although we really don't run any task. 357 base::MessageLoopForIO loop; local
|
| /external/chromium_org/net/url_request/ |
| url_request_file_job_unittest.cc | 192 base::RunLoop loop; local 193 loop.Run();
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
| radeon_llvm.h | 104 struct radeon_llvm_loop loop[RADEON_LLVM_MAX_LOOP_DEPTH]; member in struct:radeon_llvm_context
|
| /external/chromium_org/tools/traceline/traceline/ |
| stubs.asm | 109 loop x label
|