Searched refs:cycle (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java149 * Compute the last cycle boundary for the given {@link NetworkPolicy}. For
150 * example, if cycle day is 20th, and today is June 15th, it will return May
151 * 20th. When cycle day doesn't exist in current month, it snaps to the 1st
164 // first, find cycle boundary for current month
165 final Time cycle = new Time(now);
166 cycle.hour = cycle.minute = cycle.second = 0;
167 snapToCycleDay(cycle, policy.cycleDay);
169 if (Time.compare(cycle, no
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp64 bool cycle = false; local
69 cycle = false;
183 cycle = true;
191 } while(cycle);

Completed in 77 milliseconds