| /external/chromium_org/tools/valgrind/asan/third_party/ |
| asan_symbolize.py | 440 loop = SymbolizationLoop(binary_name_filter) variable in class:SymbolizationLoop 441 loop.process_logfile()
|
| /external/chromium_org/v8/src/arm64/ |
| codegen-arm64.cc | 194 // Prepare for conversion loop. 223 Label loop; local 224 __ Bind(&loop); 233 __ B(lt, &loop); 289 // Prepare for conversion loop. 314 Label loop, convert_hole; local 315 __ Bind(&loop); 339 __ B(lt, &loop);
|
| /external/chromium_org/v8/src/x64/ |
| codegen-x64.cc | 135 // If C2 is set, computation only has partial result. Loop to 288 Label loop, entry, convert_hole; local 327 // Conversion loop. 328 __ bind(&loop); 349 __ j(not_sign, &loop); 369 Label loop, entry, convert_hole, gc_required, only_change_map; local 395 // Prepare for conversion loop. 409 __ bind(&loop); 447 __ j(not_sign, &loop);
|
| /external/clang/test/CodeGenCXX/ |
| cxx0x-initializer-stdinitializerlist.cpp | 196 // Only one destroy loop, since only one inner init list is directly inited. 211 // Only one destroy loop, since only one inner init list is directly inited. 289 void loop(X &x1, X &x2) { function in namespace:rdar13325066 317 // Destruction loop for underlying array. 334 // Destruction loop for underlying array. 356 // Destruction loop for underlying array.
|
| /external/dnsmasq/src/ |
| util.c | 70 int r; int i; int loop; local 75 for (loop = 0;loop < 2;++loop) {
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
| SQL_Results.java | 259 loop: for (int idx=0; idx < builds[0].length(); idx++) { 263 break loop; local 267 continue loop; local
|
| /external/icu/icu4c/source/test/intltest/ |
| dtfmtrtts.cpp | 26 // Warning -- makes test run infinite loop!!! 161 // Special infinite loop test mode for finding hard to reproduce errors 163 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName(temp)); 326 // We go through this loop until we achieve a match or until 327 // the maximum loop count is reached. We record the points at 330 int loop; local 333 for(loop = 0; loop < DEPTH; ++loop) { 334 if (loop > 0) [all...] |
| /external/libpcap/ |
| pcap-canusb-linux.c | 86 volatile int loop; member in struct:pcap_canusb 268 while(canusb->loop) 298 this->loop = 1; 322 canusb->loop = 0;
|
| /external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
| svghelper.c | 61 int loop = 100; local 66 while (loop--) {
|
| /external/llvm/examples/BrainF/ |
| BrainF.cpp | 21 // [ while(*h) { Start loop 22 // ] } End loop 191 int loop; local 294 // Make part of PHI instruction now, wait until end of loop to finish 315 // Reading stdin loop 316 loop = (cursym == SYM_NONE) 319 while(loop) { 327 loop = 0; 338 // loop = 1 343 // loop = [all...] |
| /external/mesa3d/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/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...] |
| /external/openssl/apps/ |
| engine.c | 296 int loop, res, num = sk_OPENSSL_STRING_num(cmds); local 303 for(loop = 0; loop < num; loop++) 307 cmd = sk_OPENSSL_STRING_value(cmds, loop);
|
| /external/openssl/crypto/bn/ |
| bn_ctx.c | 242 unsigned loop = 0; local 243 while(loop < BN_CTX_POOL_SIZE) 244 fprintf(stderr,"%02x ", pool->vals[loop++].dmax); 370 unsigned int loop = 0; local 372 while(loop++ < BN_CTX_POOL_SIZE) 389 unsigned int loop = 0; local 391 while(loop++ < BN_CTX_POOL_SIZE) 408 unsigned int loop = 0; local 413 while(loop++ < BN_CTX_POOL_SIZE)
|
| /external/openssl/crypto/engine/ |
| eng_dyn.c | 408 int num, loop; local 416 for(loop = 0; loop < num; loop++) 418 const char *s = sk_OPENSSL_STRING_value(ctx->dirs, loop); 426 /* Previous failed loop iterations, if any, will have resulted in
|
| /external/owasp/sanitizer/tools/findbugs/bin/ |
| findbugs.bat | 37 goto loop
48 :loop
label
|
| /cts/tests/tests/app/src/android/app/cts/ |
| PendingIntentTest.java | 64 Looper.loop();
|
| /cts/tests/tests/media/src/android/media/cts/ |
| SoundPoolTest.java | 146 int loop = 0; local 148 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); 162 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); 164 loop = -1;// loop forever 165 mSoundPool.setLoop(streamID, loop);
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
| Interpreter.java | 89 loop: 98 continue loop; local 270 // implied branch of loop etc...
|
| /external/chromium_org/base/message_loop/ |
| message_loop.h | 70 // hr = DoDragDrop(...); // Implicitly runs a modal message loop. 159 // from within a message loop at some point in the future. 236 // Run the message loop. 261 // which nested run loop you are quitting, so be careful! 278 // Set the timer slack for this message loop. 283 // Returns true if this loop is |type|. This allows subclasses (especially 290 // Optional call to connect the thread name with this loop. 297 // Gets the message loop proxy associated with this message loop. 304 // Gets the TaskRunner associated with this message loop 534 MessageLoop* loop = MessageLoop::current(); local 541 MessageLoop* loop = MessageLoop::current(); local 592 MessageLoop* loop = MessageLoop::current(); local 598 MessageLoop* loop = MessageLoop::current(); local [all...] |
| /external/chromium_org/base/threading/ |
| sequenced_worker_pool_unittest.cc | 800 MessageLoop loop; local [all...] |
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| file_system_unittest.cc | 40 // quits the current message loop by calling |quit|. 45 // If we hit an error case, quit the message loop immediately. 531 base::RunLoop loop; local 535 &AsyncInitializationCallback, &counter, 2, loop.QuitClosure()); 541 loop.Run(); // Wait to get our result [all...] |
| /external/chromium_org/chrome/browser/media_galleries/ |
| media_scan_manager_unittest.cc | 117 base::RunLoop loop; variable 118 gallery_prefs_->EnsureInitialized(loop.QuitClosure()); 119 loop.Run();
|