| /external/chromium_org/chrome/browser/predictors/ | 
| resource_prefetch_predictor_unittest.cc | 125     base::RunLoop loop;  local 126     loop.RunUntilIdle();  // Runs the DB lookup.
 [all...]
 | 
| /external/chromium_org/chrome/browser/sync/ | 
| profile_sync_service_unittest.cc | 495   base::RunLoop loop;  local 496   loop.RunUntilIdle();
 539   // Pump loop to start sync.
 563   // Pump loop to start sync.
 591   // Pump loop to run rollback.
 
 | 
| /external/chromium_org/chrome/browser/ui/webui/net_internals/ | 
| net_internals_ui_browsertest.cc | 323     base::RunLoop loop;  local 325         loop.QuitClosure());
 326     loop.Run();
 
 | 
| /external/chromium_org/chrome/renderer/spellchecker/ | 
| spellcheck_unittest.cc | 104   base::MessageLoop loop;  member in class:SpellCheckTest [all...]
 | 
| /external/chromium_org/cloud_print/service/win/ | 
| cloud_print_service_config.cc | 448   base::MessageLoopForUI loop;  local 
 | 
| /external/chromium_org/content/browser/indexed_db/leveldb/ | 
| leveldb_transaction.cc | 374   bool loop = true;  local 376   while (loop) {
 377     loop = false;
 395         loop = true;
 399         loop = true;
 
 | 
| /external/chromium_org/content/common/gpu/media/ | 
| vaapi_h264_decoder_unittest.cc | 59   // Run the decode loop. The decoded data is written to the file specified by 336   content::VaapiH264DecoderLoop loop;  local
 337   ASSERT_TRUE(loop.Initialize(input_file, output_file))
 338       << "initialize decoder loop failed";
 339   ASSERT_TRUE(loop.Run()) << "run decoder loop failed";
 342     std::string actual = loop.GetMD5Sum();
 
 | 
| /external/chromium_org/content/public/test/ | 
| test_utils.cc | 73 // Monitors if any task is processed by the message loop. 117   // launcher to do extra work before/after running a nested message loop.
 179   base::MessageLoop* loop = base::MessageLoop::current();  local
 180   loop->Run();
 193   // Do not run the message loop if our quit closure has already been called.
 210   // Only run the quit task if we are running the message loop.
 
 | 
| /external/chromium_org/gpu/tools/compositor_model_bench/ | 
| compositor_model_bench.cc | 113     base::MessageLoop loop;  local 122     loop.PostTask(FROM_HERE,
 125     loop.Run();
 
 | 
| /external/chromium_org/ipc/ | 
| ipc_channel_posix_unittest.cc | 86     base::MessageLoopForIO* loop = base::MessageLoopForIO::current();  local 87     if (loop->is_running()) {
 88       loop->QuitNow();
 91       loop->PostTask(FROM_HERE, loop->QuitClosure());
 99   // the run loop when kQuitMessage is received.
 135   // Construct a fresh IO Message loop for the duration of each test.
 190   base::MessageLoopForIO* loop = base::MessageLoopForIO::current();  local
 191   // Post a quit task so that this loop eventually ends and we don't hang
 192   // in the case of a bad test. Usually, the run loop will quit sooner tha
 [all...]
 | 
| /external/chromium_org/mojo/common/ | 
| handle_watcher_unittest.cc | 52   scoped_ptr<base::MessageLoop> loop;  local 54     loop.reset(new base::MessageLoop());
 56     loop.reset(new base::MessageLoop(MessagePumpMojo::Create()));
 57   return loop.Pass();
 60 // Helper class to manage the callback and running the message loop waiting for
 376 // thread and |run_loop| the run loop that should be quit when there are no more
 
 | 
| /external/chromium_org/net/test/spawned_test_server/ | 
| spawner_communicator.cc | 168   base::MessageLoop* loop = io_thread_.message_loop();  local 169   DCHECK(loop);
 170   DCHECK_EQ(base::MessageLoop::current(), loop);  local
 
 | 
| /external/chromium_org/rlz/lib/ | 
| rlz_lib_test.cc | 512   base::MessageLoop loop;  local 513   loop.PostTask(FROM_HERE, base::Bind(&ResetContext));
 [all...]
 | 
| /external/chromium_org/third_party/boringssl/src/crypto/bn/ | 
| ctx.c | 245     unsigned int loop = 0;  local 247     while (loop++ < BN_CTX_POOL_SIZE) {
 263     unsigned int loop = 0;  local
 271     while (loop++ < BN_CTX_POOL_SIZE) {
 
 | 
| div.c | 117   int norm_shift, i, loop;  local 203   loop = num_n - div_n;
 208   wnum.d = &(snum->d[loop]);
 211   wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
 223   if (!bn_wexpand(res, (loop + 1))) {
 226   res->top = loop - no_branch;
 227   resp = &(res->d[loop - 1]);
 251   for (i = 0; i < loop - 1; i++, wnump--, resp--) {
 253     /* the first part of the loop uses the top two words of snum and sdiv to
 
 | 
| /external/chromium_org/third_party/codesighs/ | 
| nm2tsv.c | 283     int loop = 0;  local 308     for(loop = 1; loop < inArgc && 0 == retval; loop++)
 315             if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
 319             else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
 331                     if(loop + 1 < inArgc)
 333                         loop++;
 336                         current->mValue = inArgv[loop];
 352             ERROR_REPORT(retval, inArgv[loop], "Unknown command line switch.")
 456  int loop = 0;  local
 [all...]
 | 
| /external/chromium_org/third_party/icu/source/test/intltest/ | 
| dtfmtrtts.cpp | 26 // Warning -- makes test run infinite loop!!! 163     // Special infinite loop test mode for finding hard to reproduce errors
 165     logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName(temp));
 328             // We go through this loop until we achieve a match or until
 329             // the maximum loop count is reached.  We record the points at
 332             int loop;  local
 335             for(loop = 0; loop < DEPTH; ++loop) {
 336                 if (loop > 0)
 [all...]
 | 
| /external/chromium_org/third_party/libjingle/source/talk/media/base/ | 
| testutils.cc | 167     // Which loop and which index in the loop are we reading now. 168     size_t loop = i / GetTestPacketCount();  local
 192                               loop * GetTestPacketCount()),
 194                               loop * kRtpTimestampIncrease),
 
 | 
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ | 
| r500_fragprog_emit.c | 455 	 * the loop variables. */ 464 	struct r500_loop_info * loop;  local
 469 		loop = &s->Loops[s->CurrentLoopDepth++];
 470 		memset(loop, 0, sizeof(struct r500_loop_info));
 471 		loop->BranchDepth = s->CurrentBranchDepth;
 472 		loop->BgnLoop = newip;
 480 		loop = &s->Loops[s->CurrentLoopDepth - 1];
 481 		memory_pool_array_reserve(&s->C->Pool, int, loop->Brks,
 482 					loop->BrkCount, loop->BrkReserved, 1)
 [all...]
 | 
| radeon_dataflow_deadcode.c | 93 	struct loopinfo * loop = &s->LoopStack[s->LoopStackSize - 1];  local 95 		loop->Breaks, loop->BreakCount, loop->BreaksReserved, 1);
 97 	memcpy(&loop->Breaks[loop->BreakCount++], &s->R, sizeof(s->R));
 236 		/* Mark all sources in the loop body as used before doing
 275 			struct loopinfo * loop = &s.LoopStack[s.LoopStackSize-1];  local
 276 			for(i = 0; i < loop->BreakCount; i++) {
 277 				or_updatemasks(&s.R, &s.R, &loop->Breaks[i])
 [all...]
 | 
| radeon_emulate_loops.c | 59 			struct loop_info * loop) 62 	unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1;
 63 	/* +1 because the program already has one iteration of the loop. */
 67 static void unroll_loop(struct radeon_compiler * c, struct loop_info * loop,
 72 	struct rc_instruction * first = loop->BeginLoop->Next;
 73 	struct rc_instruction * last = loop->EndLoop->Prev;
 75 	rc_remove_instruction(loop->BeginLoop);
 76 	rc_remove_instruction(loop->EndLoop);
 186 static int try_unroll_loop(struct radeon_compiler * c, struct loop_info * loop)
 424  struct loop_info * loop;  local
 492  struct loop_info loop;  local
 [all...]
 | 
| /external/chromium_org/third_party/mesa/src/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...]
 | 
| /external/chromium_org/third_party/skia/src/views/unix/ | 
| SkOSWindow_Unix.cpp | 175     // Check for pending events before entering the select loop. There might 265 void SkOSWindow::loop() {  function in class:SkOSWindow
 
 | 
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ | 
| jitter_buffer_unittest.cc | 318   int loop = 0;  local 327     loop++;
 328   } while (loop < 98);
 373   int loop = 0;  local
 381     loop++;
 382   } while (loop < 98);
 417   int loop = 0;  local
 426     loop++;
 427   } while (loop < 98);
 945   int loop = 0  local
 994  int loop = 0;  local
 1259  int loop = 0;  local
 1304  int loop = 0;  local
 [all...]
 | 
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ | 
| genopcode.asm | 159 loop label  label 171 loop short label  label
 
 |