/external/chromium_org/native_client_sdk/doc_generated/devguide/devcycle/ |
index.html | 3 <section id="development-cycle"> 4 <span id="devcycle"></span><h1 id="development-cycle"><span id="devcycle"></span>Development Cycle</h1>
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
index.rst | 4 Development Cycle
|
/external/valgrind/main/memcheck/tests/ |
leak-cycle.vgtest | 1 prog: leak-cycle
|
leak-cycle.stderr.exp | 7 by 0x........: mk (leak-cycle.c:15) 8 by 0x........: mkcycle (leak-cycle.c:26) 9 by 0x........: main (leak-cycle.c:44) 13 by 0x........: mk (leak-cycle.c:15) 14 by 0x........: mkcycle (leak-cycle.c:26) 15 by 0x........: main (leak-cycle.c:45) 19 by 0x........: mk (leak-cycle.c:15) 20 by 0x........: mkcycle (leak-cycle.c:26) 21 by 0x........: main (leak-cycle.c:51) 25 by 0x........: mk (leak-cycle.c:15 [all...] |
/frameworks/base/core/java/android/net/ |
NetworkPolicyManager.java | 183 * Compute the last cycle boundary for the given {@link NetworkPolicy}. For 184 * example, if cycle day is 20th, and today is June 15th, it will return May 185 * 20th. When cycle day doesn't exist in current month, it snaps to the 1st 198 // first, find cycle boundary for current month 199 final Time cycle = new Time(now); local 200 cycle.hour = cycle.minute = cycle.second = 0; 201 snapToCycleDay(cycle, policy.cycleDay); 203 if (Time.compare(cycle, now) >= 0) 229 final Time cycle = new Time(now); local [all...] |
/docs/source.android.com/src/devices/tech/datausage/ |
usage-cycle-resets-dates.jd | 1 page.title=Usage Cycle Reset Dates 20 resets. Internally, cycle boundaries are defined to end at midnight 22 requested day, the cycle resets on the first day of the subsequent 23 month. For example, a cycle reset day of the 30th would cause a reset
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t058rewriteAST41.g | 5 a : atom -> ^(atom atom) ; // NOT CYCLE! (dup atom)
|
/external/chromium_org/tools/clang/blink_gc_plugin/tests/ |
cycle_super.txt | 2 Found a potentially leaking cycle starting from a GC root:
|
cycle_ptrs.h | 17 // This contains a leaking cycle: 20 // The traced cycle from A -> B -> A does not leak.
|
cycle_sub.txt | 2 Found a potentially leaking cycle starting from a GC root:
|
/external/chromium_org/v8/test/webkit/fast/js/ |
Promise-resolve-with-itself-expected.txt | 6 PASS result is "TypeError: Chaining cycle detected for promise #<Promise>"
|
/external/chromium_org/ash/ |
focus_cycler_unittest.cc | 138 // Cycle the window 153 // Cycle focus to the status area. 157 // Cycle focus to the shelf. 161 // Cycle focus to the browser. 176 // Cycle focus to the shelf. 180 // Cycle focus to the status area. 184 // Cycle focus to the browser. 199 // Cycle focus to the shelf. 203 // Cycle focus to the status area. 207 // Cycle focus to the browser [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
updated_progress_marker_checker.cc | 16 // Checks to see if our self-notify sync cycle has completed and 20 // current client did not commit anything in its previous sync cycle, then 28 // this current sync cycle won't be available from GetLastSessionSnapshot() 29 // until the sync cycle completes. If we query this condition between the 30 // commit response processing and the end of the sync cycle, we could return a
|
/external/clang/test/SemaObjC/ |
warn-retain-cycle.m | 12 ^{ [x actNow]; }]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}} 14 ^{ [x actNow]; }; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}} 17 ^{ [x actNow]; }]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}} 31 x.block = ^{ (void)x.actNow; }; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}} \ 48 x->owner.strong = ^{ (void) x; }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}} 49 x.owner.strong = ^{ (void) x; }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}} 63 self.owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}} 69 owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}} 71 owner.strong = ^{ ^{ (void) owner; }(); }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}} 74 (void) owner; }; // expected-warning {{capturing 'self' strongly in this block is likely to lead to a retain cycle}} [all...] |
/external/clang/test/PCH/ |
cxx0x-delegating-ctors.cpp | 17 foo::foo() : foo(1) { } // expected-error{{creates a delegation cycle}} \ 22 // expected-error@14{{creates a delegation cycle}}
|
/external/llvm/include/llvm/CodeGen/ |
ScoreboardHazardRecognizer.h | 32 // mask of the FUs in use in the cycle currently being 33 // schedule. Scoreboard[1] is a mask for the next cycle. The 34 // Scoreboard is used as a circular buffer with the current cycle 47 // Indices into the Scoreboard that represent the current cycle. 97 /// IssueWidth - Max issue per cycle. 0=Unknown. 100 /// IssueCount - Count instructions issued in this cycle. 112 /// cycle. 115 // Stalls provides an cycle offset at which SU will be scheduled. It will be
|
/external/llvm/test/Verifier/ |
alias.ll | 17 ; CHECK: Aliases cannot form a cycle 19 ; CHECK-NEXT: Aliases cannot form a cycle
|
/external/llvm/lib/CodeGen/ |
ScoreboardHazardRecognizer.cpp | 44 // the scoreboard. We always make the scoreboard at least 1 cycle deep to 124 int cycle = Stalls; local 137 // We must find one of the stage's units free for every cycle the 141 int StageCycle = cycle + (int)i; 165 DEBUG(dbgs() << "*** Hazard in cycle +" << StageCycle << ", "); 172 // Advance the cycle to the next stage. 173 cycle += IS->getNextCycles(); 192 unsigned cycle = 0; local 197 // We must reserve one of the stage's units for every cycle the 201 assert(((cycle + i) < RequiredScoreboard.getDepth()) & [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-gap-resolver-arm.h | 33 // If a cycle is found in the series of moves, save the blocking value to 34 // a scratch register. The cycle must be found by hitting the root of the 38 // After a cycle has been resolved, restore the value from the scratch
|
/external/chromium_org/v8/src/mips/ |
lithium-gap-resolver-mips.h | 33 // If a cycle is found in the series of moves, save the blocking value to 34 // a scratch register. The cycle must be found by hitting the root of the 38 // After a cycle has been resolved, restore the value from the scratch
|
/external/chromium_org/sync/sessions/ |
data_type_tracker.h | 45 // Records that a sync cycle has been performed successfully. 54 // Returns true if there is a good reason to perform a sync cycle. This does 56 // cycle. That's for the scheduler to decide. 60 // part of the next sync cycle. 98 // successful sync cycle. 102 // successful sync cycle. 105 // The list of invalidations received since the last successful sync cycle.
|
nudge_tracker_unittest.cc | 333 // We must successfully complete a sync cycle while invalidations are enabled 344 // A sync cycle while invalidations are disabled won't reset the flag. 350 // we've had a successful sync cycle. 366 // Record a successful sync cycle. Verify the count is cleared. 381 // Record a successful sync cycle. Verify the count is cleared. 458 // A successful sync cycle means we took care of bookmarks. 492 // A successful sync cycle means we took care of bookmarks. 590 // Successful sync cycle at t0 changes nothing. 600 // A sync cycle unsets the flag. 604 // It's still unset at the start of the next sync cycle [all...] |
nudge_tracker.h | 32 // Returns true if there is a good reason for performing a sync cycle. 34 // perform a sync cycle; that's the scheduler's job. 38 // request as part of the next sync cycle. 41 // Return true if should perform a sync cycle for GU retry. 101 // than one reason to perform a particular sync cycle. The GetUpdatesTrigger 134 // To avoid strange results from IsRetryRequired() during a sync cycle, the 136 // SetSyncCycleStartTime() is called at the start of the *next* sync cycle. 159 // enabled, then complete a sync cycle to make sure we're fully up to date. 170 // middle of a sync cycle. We delay the update until the start of the next 171 // sync cycle, which is indicated by a call to SetSyncCycleStartTime() [all...] |
/external/chromium_org/ash/wm/ |
window_cycle_controller.h | 23 // We activate windows as you cycle through them, so the order on the screen 26 // at the beginning of the gesture so you can cycle through in a consistent 52 // Stops the current window cycle and removes the event filter.
|
/external/chromium_org/ui/gfx/animation/ |
throb_animation.cc | 28 return; // We're already running, we'll cycle when current loop finishes. 64 // Were throbbing a finished a cycle. Start the next cycle unless we're at
|