/packages/apps/Bluetooth/res/values/ |
config.xml | 38 <!-- Specifies the min/max connection interval parameters for high priority
|
/packages/apps/Gallery/res/values/ |
strings.xml | 214 <string name="pref_gallery_slideshow_interval_title">Slideshow interval</string> 217 <!-- Title of dialog that appears after selecting Slideshow interval setting option --> 218 <string name="pref_gallery_slideshow_interval_dialogtitle">Slideshow interval</string> 219 <!-- Options in dialog that appears after selecting Slideshow interval setting option --> 221 <!-- slide show interval "N seconds" where N is 2 --> 223 <!-- slide show interval "N seconds" where N is 3 --> 225 <!-- slide show interval "N seconds" where N is 4 --> 228 <!-- Option values in dialog that appears after selecting Slideshow interval setting option --> 234 <!-- Default option value in dialog that appears after selecting Slideshow interval setting option -->
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
BasicEditor.java | 53 FilterBasicRepresentation interval = (FilterBasicRepresentation) getLocalRepresentation(); local
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
posix2_lim.h | 51 permitted when using the interval notation `\{M,N\}'. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
posix2_lim.h | 51 permitted when using the interval notation `\{M,N\}'. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
posix2_lim.h | 51 permitted when using the interval notation `\{M,N\}'. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
usbscan.h | 98 UCHAR Interval;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_bsddb3.py | 40 # interval than other tests.
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_bsddb3.py | 40 # interval than other tests.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bsddb3.py | 40 # interval than other tests.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_random.so | |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bsddb3.py | 40 # interval than other tests.
|
/system/connectivity/shill/ |
dns_server_tester.cc | 105 // Schedule the test to restart after retry timeout interval.
|
ppp_daemon.cc | 71 arguments.push_back("lcp-echo-interval");
|
/system/extras/tests/net_test/ |
neighbour_test.py | 161 def MonitorSleepMs(self, interval, addr): 163 while slept < interval: 164 sleep_ms = min(100, interval - slept) 203 # Wait for the probe interval, then check that we're in PROBE, and that the
|
/external/llvm/lib/CodeGen/ |
SplitKit.cpp | 65 // current live interval. 122 // First get all the defs from the interval values. This provides the correct 148 DEBUG(dbgs() << "*** Fixing inconsistent live interval! ***\n"); 155 assert(fixed && "Couldn't fix broken live interval"); 298 assert(!Orig.empty() && "Splitting empty interval?"); 450 /// Create a new virtual register and live interval. 456 // Create the open interval. 463 assert(Idx != 0 && "Cannot select the complement interval"); 464 assert(Idx < Edit->size() && "Can only select previously opened interval"); 538 // The interval must be live beyond the instruction at Idx [all...] |
StackColoring.cpp | 382 // Create the interval for the basic blocks with lifetime markers in them. 407 // Create the interval of the blocks that we previously found to be 'alive'. 423 assert(Starts[i] && Finishes[i] && "Invalid interval"); 560 const LiveInterval *Interval = &*Intervals[FromSlot]; 561 assert(Interval->find(Index) != Interval->end() && 609 LiveInterval *Interval = &*Intervals[Slot]; 611 if (Interval->find(Index) == Interval->end()) { 612 Interval->clear() [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneBoundaryTest.java | 41 // Minimum interval for binary searches in ms; should be no larger 43 static final long INTERVAL = 10; // Milliseconds 76 while ((max - min) > INTERVAL) 95 if (mindelta >= 0 && mindelta <= INTERVAL && 96 mindelta >= 0 && mindelta <= INTERVAL) 121 // while ((max - min) > INTERVAL) 170 while ((max - min) > INTERVAL) 191 if (mindelta >= 0 && mindelta <= INTERVAL && 192 mindelta >= 0 && mindelta <= INTERVAL) 535 // while ((max - min) > INTERVAL) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneBoundaryTest.java | 37 // Minimum interval for binary searches in ms; should be no larger 39 static final long INTERVAL = 10; // Milliseconds 72 while ((max - min) > INTERVAL) 91 if (mindelta >= 0 && mindelta <= INTERVAL && 92 mindelta >= 0 && mindelta <= INTERVAL) 117 // while ((max - min) > INTERVAL) 166 while ((max - min) > INTERVAL) 187 if (mindelta >= 0 && mindelta <= INTERVAL && 188 mindelta >= 0 && mindelta <= INTERVAL) 531 // while ((max - min) > INTERVAL) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/logging/ |
handlers.py | 168 def __init__(self, filename, when='h', interval=1, backupCount=0, encoding=None, delay=False, utc=False): 173 # Calculate the real rollover interval, which is just the number of 186 self.interval = 1 # one second 190 self.interval = 60 # one minute 194 self.interval = 60 * 60 # one hour 198 self.interval = 60 * 60 * 24 # one day 202 self.interval = 60 * 60 * 24 * 7 # one week 211 raise ValueError("Invalid rollover interval specified: %s" % self.when) 214 self.interval = self.interval * interval # multiply by units requeste [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/logging/ |
handlers.py | 168 def __init__(self, filename, when='h', interval=1, backupCount=0, encoding=None, delay=False, utc=False): 173 # Calculate the real rollover interval, which is just the number of 186 self.interval = 1 # one second 190 self.interval = 60 # one minute 194 self.interval = 60 * 60 # one hour 198 self.interval = 60 * 60 * 24 # one day 202 self.interval = 60 * 60 * 24 * 7 # one week 211 raise ValueError("Invalid rollover interval specified: %s" % self.when) 214 self.interval = self.interval * interval # multiply by units requeste [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
handlers.py | 168 def __init__(self, filename, when='h', interval=1, backupCount=0, encoding=None, delay=False, utc=False): 173 # Calculate the real rollover interval, which is just the number of 186 self.interval = 1 # one second 190 self.interval = 60 # one minute 194 self.interval = 60 * 60 # one hour 198 self.interval = 60 * 60 * 24 # one day 202 self.interval = 60 * 60 * 24 * 7 # one week 211 raise ValueError("Invalid rollover interval specified: %s" % self.when) 214 self.interval = self.interval * interval # multiply by units requeste [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
handlers.py | 168 def __init__(self, filename, when='h', interval=1, backupCount=0, encoding=None, delay=False, utc=False): 173 # Calculate the real rollover interval, which is just the number of 186 self.interval = 1 # one second 190 self.interval = 60 # one minute 194 self.interval = 60 * 60 # one hour 198 self.interval = 60 * 60 * 24 # one day 202 self.interval = 60 * 60 * 24 * 7 # one week 211 raise ValueError("Invalid rollover interval specified: %s" % self.when) 214 self.interval = self.interval * interval # multiply by units requeste [all...] |
/art/compiler/optimizing/ |
graph_visualizer.cc | 526 LiveInterval* interval = instruction->GetLiveInterval(); local 528 << StringList(interval->GetFirstRange(), StringList::kSetBrackets); 529 StartAttributeStream("uses") << StringList(interval->GetFirstUse()); 530 StartAttributeStream("env_uses") << StringList(interval->GetFirstEnvironmentUse()); 531 StartAttributeStream("is_fixed") << interval->IsFixed(); 532 StartAttributeStream("is_split") << interval->IsSplit(); 533 StartAttributeStream("is_low") << interval->IsLowInterval(); 534 StartAttributeStream("is_high") << interval->IsHighInterval();
|
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/ |
MainFragment.java | 216 private void startAutoScrollTimer(int initialDelay, int interval, int count) { 222 mAutoScrollTimer.schedule(new UpdateAutoScrollTask(), initialDelay, interval);
|