| /external/chromium_org/v8/test/mjsunit/compiler/ |
| escape-analysis.js | 52 // Test loads and stores inside a loop. 58 function loop() { function 68 loop(); loop(); 69 %OptimizeFunctionOnNextCall(loop); 70 loop(); loop(); 74 // Test loads and stores inside nested loop. 205 // Test OSR into a loop with captured objects.
|
| /external/compiler-rt/lib/asan/scripts/ |
| asan_symbolize.py | 398 loop = SymbolizationLoop() variable in class:SymbolizationLoop 399 loop.process_stdin()
|
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_deadlock_detector_interface.h | 55 int n; // number of entries in loop 61 } loop[kMaxLoopSize]; member in struct:__sanitizer::DDReport
|
| /external/llvm/lib/CodeGen/ |
| CalcSpillWeights.cpp | 100 MachineLoop *loop = nullptr; local 126 // Get loop info for mi. 129 loop = Loops.getLoopFor(mbb); 130 isExiting = loop ? loop->isLoopExiting(mbb) : false; 139 // Give extra weight to what looks like a loop induction variable update.
|
| /external/mesa3d/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/mesa3d/src/glsl/ |
| 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/openssl/crypto/engine/ |
| eng_table.c | 247 int initres, loop = 0; local 280 ret = sk_ENGINE_value(fnd->sk, loop++);
|
| /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
| wallpaper_manager.js | 103 var loop = { 106 func(loop, urls[index]); 121 loop.next(); 124 var fetchManifestAsync = function(loop, url) { 131 loop.success(manifest); 133 loop.failure(); 136 loop.next(); 142 loop.failure(); [all...] |
| /cts/tests/tests/os/src/android/os/cts/ |
| TokenWatcherTest.java | 56 Looper.loop();
|
| /external/chromium_org/android_webview/browser/net/ |
| android_stream_reader_url_request_job_unittest.cc | 258 // The TestDelegate will quit the message loop on request completion. 273 // The TestDelegate will quit the message loop on request completion. 291 // The TestDelegate will quit the message loop on request completion. 379 base::RunLoop loop; local 383 .WillOnce(DoAll(InvokeWithoutArgs(&loop, &base::RunLoop::Quit), 393 loop.Run(); 403 base::RunLoop loop; local 410 .WillOnce(DoAll(InvokeWithoutArgs(&loop, &base::RunLoop::Quit), 418 loop.Run();
|
| /external/chromium_org/ash/drag_drop/ |
| drag_drop_controller.cc | 227 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 228 base::MessageLoop::ScopedNestableTaskAllower allow_nested(loop); 449 // message loop ends. Due to this stupidity, we have to defer forwarding 491 // If not in a nested message loop, we can forward the long tap right now.
|
| /external/chromium_org/ash/wm/ |
| toplevel_window_event_handler.cc | 376 DCHECK(!in_move_loop_); // Can only handle one nested loop at a time. 406 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 407 base::MessageLoop::ScopedNestableTaskAllower allow_nested(loop);
|
| /external/chromium_org/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::__anon6996::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...] |
| /external/chromium_org/base/ |
| observer_list_unittest.cc | 116 loop_ = new MessageLoop(); // Fire up a message loop. 121 //LOG(ERROR) << "Loop 0x" << std::hex << loop_ << " done. " << 211 MessageLoop loop; local 241 MessageLoop loop; local 283 // Add c when there's a loop. 284 MessageLoop loop; local 294 // Now add a when there's a loop. 297 // Remove c when there's a loop. 309 // Removing should always succeed with or without a loop. 313 MessageLoop loop; local 347 MessageLoop loop; local 371 MessageLoop loop; local 423 MessageLoop* loop = new MessageLoop; local 456 MessageLoop loop; local [all...] |
| /external/chromium_org/base/timer/ |
| timer_unittest.cc | 18 #if !defined(OS_IOS) // iOS does not allow direct running of the UI loop. 89 base::MessageLoop loop(message_loop_type); 101 base::MessageLoop loop(message_loop_type); 124 base::MessageLoop loop(message_loop_type); 137 base::MessageLoop loop(message_loop_type); 150 base::MessageLoop loop(message_loop_type); 189 base::MessageLoop loop(message_loop_type); 205 base::MessageLoop loop(message_loop_type); 238 base::MessageLoop loop(message_loop_type); 271 base::MessageLoop loop(message_loop_type) 378 base::MessageLoop loop; local 392 base::MessageLoop loop; local 405 base::MessageLoop loop; local 421 base::MessageLoop loop; local 432 base::MessageLoop loop; local 445 base::MessageLoop loop; local 480 base::MessageLoop loop; local 496 base::MessageLoop loop; local [all...] |
| /external/chromium_org/cc/output/ |
| software_renderer_unittest.cc | 63 base::RunLoop loop; local 69 loop.QuitClosure()))); 76 loop.Run();
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| existing_user_controller_browsertest.cc | 375 base::RunLoop loop; variable 379 .WillOnce(InvokeWithoutArgs(&loop, &base::RunLoop::Quit)); 380 loop.Run();
|
| /external/chromium_org/chrome/browser/chromeos/policy/ |
| blocking_login_browsertest.cc | 68 void CopyLockResult(base::RunLoop* loop, 72 loop->Quit(); 163 base::RunLoop loop; local 167 base::Bind(&CopyLockResult, &loop, &result)); 168 loop.Run();
|
| device_cloud_policy_manager_chromeos_unittest.cc | 62 void CopyLockResult(base::RunLoop* loop, 66 loop->Quit(); 145 base::RunLoop loop; local 151 base::Bind(&CopyLockResult, &loop, &result)); 152 loop.Run();
|
| /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/ |
| enterprise_platform_keys_apitest_nss.cc | 208 base::RunLoop loop; variable 215 loop.QuitClosure())); 216 loop.Run(); 229 base::RunLoop loop; variable 234 loop.QuitClosure())); 235 loop.Run(); 245 base::RunLoop loop; variable 251 loop.QuitClosure())); 252 loop.Run();
|
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| iphoto_data_provider_browsertest.cc | 70 base::RunLoop loop; local 71 quit_closure_ = loop.QuitClosure(); 76 loop.Run();
|
| itunes_data_provider_browsertest.cc | 90 base::RunLoop loop; local 91 quit_closure_ = loop.QuitClosure(); 96 loop.Run();
|
| picasa_data_provider_browsertest.cc | 119 // from the temporary directory to the database directory in a loop. 188 base::RunLoop loop; local 189 quit_closure_ = loop.QuitClosure(); 202 loop.Run();
|
| /external/chromium_org/chrome/browser/media_galleries/ |
| gallery_watch_manager_unittest.cc | 37 void ConfirmWatch(base::RunLoop* loop, const std::string& error) { 39 loop->Quit(); 42 void ExpectWatchError(base::RunLoop* loop, 46 loop->Quit(); 75 base::RunLoop loop; variable 76 gallery_prefs_->EnsureInitialized(loop.QuitClosure()); 77 loop.Run(); 131 base::RunLoop loop; local 135 base::Bind(&ConfirmWatch, base::Unretained(&loop))); 136 loop.Run() 194 base::RunLoop loop; local [all...] |
| media_galleries_scan_result_controller_unittest.cc | 58 base::RunLoop loop; variable 59 gallery_prefs_->EnsureInitialized(loop.QuitClosure()); 60 loop.Run();
|