/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasAlternateSelection.java | 62 * This loops through the alternate views.
|
/external/chromium/base/ |
message_pump_mac.mm | 27 // A scoper for autorelease pools created from message pump run loops. 119 // Ideally called on the run loop thread. If other run loops were running 121 // same number of run loops must be running when this object is destroyed. 358 // deepest_nesting_level_ is set as run loops are entered. If the deepest 418 // Not all run loops go to sleep. If a run loop is stopped before it 424 // native loops use CFRunLoop in this way. Because PreWaitObserver will 459 // Called by MessagePumpCFRunLoopBase::DoRun. If other CFRunLoopRun loops were 461 // the same number of CFRunLoopRun loops must be running for the outermost call 485 // other run loops, just mark this object to quit the innermost Run as 486 // soon as the other inner loops not managed by Run are done [all...] |
message_pump_mac.h | 5 // The basis for all native run loops on the Mac is the CFRunLoop. It can be 8 // loops such as the NSApplication event loop. 141 // the basis of run loops starting and stopping. 167 // run loop's thread. 0 if no run loops are running inside of whatever scope 245 // is managed by -[NSApplication run], inner run loops are handled by a loop
|
/external/grub/ |
Android.mk | 31 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \ 87 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \ 124 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
|
/external/icu4c/common/ |
ucnvlat1.c | 63 int32_t count, loops; local 65 loops=count=targetCapacity>>3; 91 } while(--loops>0); 182 int32_t count, loops; local 185 loops=count=targetCapacity>>4; 228 count=loops-count; 502 int32_t count, loops; local 505 loops=count=targetCapacity>>3; 524 count=loops-count; 638 int32_t count, loops; local [all...] |
/external/llvm/include/llvm/Analysis/ |
LoopDependenceAnalysis.h | 11 // accesses in loops. 70 /// getLoops - Collect all loops of the loop nest L in which 74 /// isLoopInvariant - True if a given SCEV is invariant in all loops of the
|
/external/llvm/lib/Transforms/Scalar/ |
LoopInstSimplify.cpp | 54 "Simplify instructions in loops", false, false) 60 "Simplify instructions in loops", false, false) 130 // bodies of subloops. We visit the headers of loops so that we can process
|
/external/mesa3d/src/glsl/ |
loop_unroll.cpp | 70 /* Don't try to unroll loops where the number of iterations is not known 76 /* Don't try to unroll loops that have zillions of iterations either. 102 /* recognize loops in the form produced by ir_lower_jumps */
|
/external/ppp/pppd/ |
fsm.h | 78 int nakloops; /* Number of nak loops since last ack */ 80 int maxnakloops; /* Maximum number of nak loops tolerated */ 149 #define DEFMAXNAKLOOPS 5 /* Maximum number of nak loops */
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
TelephonyUtilsTest.java | 72 int loops = 10; local 74 for (int i = 0; i < loops; i++) { 82 assertFalse(count == loops);
|
/external/llvm/lib/Transforms/Utils/ |
LCSSA.cpp | 1 //===-- LCSSA.cpp - Convert loops into loop-closed SSA form ---------------===// 10 // This pass transforms loops by placing phi nodes at the end of the loops for 115 /// runOnFunction - Process all loops in the function, inner-most out. 141 // For large loops, avoid use-scanning by using dominance information: In
|
LoopUnrollRuntime.cpp | 10 // This file implements some loop unrolling utilities for loops with run-time 11 // trip counts. See LoopUnroll.cpp for unrolling loops with compile-time 41 "Number of loops unrolled with run-time trip counts"); 229 // for now, only unroll loops that contain a single exit 239 // loops to be unrolled than relying on induction var simplification 244 // Only unroll loops with a computable trip count and the trip count needs
|
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | 371 int loops = 0; local 385 for (loops=0; loops<adj_loopCount; loops++) { 400 for (loops=0; loops<adj_loopCount; loops++) { 413 for (loops=0; loops<adj_loopCount; loops++) 468 int loops = 0; local [all...] |
/external/libpng/scripts/ |
makefile.gcmmx | 54 #ALIGN=-malign-loops=2 -malign-functions=2 65 $(ALIGN) -funroll-loops \ 70 # $(ALIGN) -funroll-loops -funroll-all-loops -fomit-frame-pointer 74 # $(ALIGN) -funroll-loops -funroll-all-loops -fomit-frame-pointer
|
/external/llvm/lib/CodeGen/ |
CodePlacementOpt.cpp | 27 STATISTIC(NumLoopsAligned, "Number of loops aligned"); 333 /// intra-loop branching and to form contiguous loops. 343 // Do optimization for nested loops. 355 /// intra-loop branching and to form contiguous loops. 398 // Do alignment for nested loops. 412 return false; // No loops.
|
/external/llvm/lib/TableGen/ |
TGParser.h | 59 /// Loops - Keep track of any foreach loops we are within. 62 LoopVector Loops;
|
/build/core/ |
llvm_config.mk | 21 -funswitch-loops
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
MediaRecorderStressTest.java | 175 output.write("Total number of loops:" + 224 output.write("Total number of loops:" + 276 output.write("Total number of loops:" 369 output.write("Total number of loops:"
|
/development/testrunner/tests/ |
android_mk_tests.py | 77 """Test for AndroidMK.GetExpandedVariable where variable expansion loops
|
/external/chromium/chrome/browser/tab_contents/ |
popup_menu_helper_mac.mm | 52 // User-initiated event-tracking loops protect against this by
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
wrench_menu_controller.h | 66 // unit tests because it's hard to test around run loops in a deterministic
|
wrench_menu_controller_unittest.mm | 17 // Override to avoid dealing with run loops in the testing environment.
|
/external/dbus/ |
README.dbus4win | 35 this can't be right, there can be nested dbus loops afaik
|
/external/grub/stage2/ |
defs.h | 90 * loops reasonably quickly.
|
/external/guava/guava/src/com/google/common/collect/ |
ReverseNaturalOrdering.java | 46 // Override the min/max methods to "hoist" delegation outside loops
|