/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
chrono | 195 typedef typename _ToDur::period __to_period; 243 typedef _Period period; 247 "period must be a specialization of ratio"); 248 static_assert(_Period::num > 0, "period must be positive"); 267 || (ratio_divide<_Period2, period>::den == 1 550 typedef typename duration::period period; 719 typedef duration::period period; 758 typedef duration::period period [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
chrono | 195 typedef typename _ToDur::period __to_period; 243 typedef _Period period; 247 "period must be a specialization of ratio"); 248 static_assert(_Period::num > 0, "period must be positive"); 267 || (ratio_divide<_Period2, period>::den == 1 550 typedef typename duration::period period; 719 typedef duration::period period; 758 typedef duration::period period [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
chrono | 195 typedef typename _ToDur::period __to_period; 243 typedef _Period period; 247 "period must be a specialization of ratio"); 248 static_assert(_Period::num > 0, "period must be positive"); 267 || (ratio_divide<_Period2, period>::den == 1 550 typedef typename duration::period period; 719 typedef duration::period period; 758 typedef duration::period period [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
chrono | 196 typedef typename _ToDur::period __to_period; 244 typedef _Period period; 248 "period must be a specialization of ratio"); 249 static_assert(_Period::num > 0, "period must be positive"); 268 || (ratio_divide<_Period2, period>::den == 1 551 typedef typename duration::period period; 720 typedef duration::period period; 759 typedef duration::period period [all...] |
/external/chromium_org/build/android/pylib/perf/ |
surface_stats_collector.py | 227 - The display's nominal refresh period in seconds. 242 # The first line is the refresh period (here 16.95 ms), it is followed 249 # An interesting data is when the frame latency crosses a refresh period 252 # ceil((C - A) / refresh-period) 293 SurfaceFlinger in a period of time.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
TimerTest.java | 537 // Ensure a Timer throws an IllegalArgumentException if period is 543 fail("Scheduling a task with negative period should throw IllegalArgumentException"); 548 // Ensure a Timer throws an IllegalArgumentException if period is 554 fail("Scheduling a task with 0 period should throw IllegalArgumentException"); 653 // Ensure a Timer throws an IllegalArgumentException if period is 660 fail("Scheduling a task with negative period should throw IllegalArgumentException"); 761 // Ensure a Timer throws an IllegalArgumentException if period is 767 fail("scheduleAtFixedRate with negative period should throw IllegalArgumentException"); 859 // Ensure a Timer throws an IllegalArgumentException if period is 865 fail("scheduleAtFixedRate with negative period should throw IllegalArgumentException") [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/ |
asound.h | 229 #define SNDRV_PCM_INFO_MMAP_VALID 0x00000002 /* period data are valid during transfer */ 575 unsigned long resolution; /* average period resolution in ns */ 576 unsigned long resolution_min; /* minimal period resolution in ns */ 577 unsigned long resolution_max; /* maximal period resolution in ns */ 584 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ 585 unsigned long period_den; /* requested precise period duration (in seconds) - denominator */ 591 unsigned long resolution; /* current period resolution in ns */ 592 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */ 593 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */ 608 unsigned long resolution; /* average period resolution in ns * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ |
chrono | 175 typedef typename _ToDur::period __to_period; 224 typedef _Period period; 228 "period must be a specialization of ratio"); 229 static_assert(_Period::num > 0, "period must be positive"); 245 || (ratio_divide<_Period2, period>::type::den == 1 523 typedef typename duration::period period; 664 typedef duration::period period; 699 typedef duration::period period [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/ |
asound.h | 229 #define SNDRV_PCM_INFO_MMAP_VALID 0x00000002 /* period data are valid during transfer */ 575 unsigned long resolution; /* average period resolution in ns */ 576 unsigned long resolution_min; /* minimal period resolution in ns */ 577 unsigned long resolution_max; /* maximal period resolution in ns */ 584 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ 585 unsigned long period_den; /* requested precise period duration (in seconds) - denominator */ 591 unsigned long resolution; /* current period resolution in ns */ 592 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */ 593 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */ 608 unsigned long resolution; /* average period resolution in ns * [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
chrono | 175 typedef typename _ToDur::period __to_period; 224 typedef _Period period; 228 "period must be a specialization of ratio"); 229 static_assert(_Period::num > 0, "period must be positive"); 245 || (ratio_divide<_Period2, period>::type::den == 1 523 typedef typename duration::period period; 664 typedef duration::period period; 699 typedef duration::period period [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
chrono | 175 typedef typename _ToDur::period __to_period; 224 typedef _Period period; 228 "period must be a specialization of ratio"); 229 static_assert(_Period::num > 0, "period must be positive"); 245 || (ratio_divide<_Period2, period>::type::den == 1 528 typedef typename duration::period period; 679 typedef duration::period period; 714 typedef duration::period period [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
chrono | 175 typedef typename _ToDur::period __to_period; 224 typedef _Period period; 228 "period must be a specialization of ratio"); 229 static_assert(_Period::num > 0, "period must be positive"); 245 || (ratio_divide<_Period2, period>::type::den == 1 523 typedef typename duration::period period; 664 typedef duration::period period; 699 typedef duration::period period [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
chrono | 175 typedef typename _ToDur::period __to_period; 224 typedef _Period period; 228 "period must be a specialization of ratio"); 229 static_assert(_Period::num > 0, "period must be positive"); 245 || (ratio_divide<_Period2, period>::type::den == 1 528 typedef typename duration::period period; 679 typedef duration::period period; 714 typedef duration::period period [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestSyntacticPredicateEvaluation.java | 294 "a : ID INT+ (PERIOD|SEMI);\n" + 298 "PERIOD : '.' ;\n"+ 304 "a : ID INT+ PERIOD {System.out.print(\"alt 1\");}"+ 317 "a : ID INT+ (PERIOD|SEMI);\n" + 321 "PERIOD : '.' ;\n"+ 331 "b : INT PERIOD {System.out.print(\"b:alt 1\");}" + // choose this alt for just one INT 332 " | INT+ PERIOD {System.out.print(\"b:alt 2\");}" +
|
TestTreeParsing.java | 124 "a : ID INT+ PERIOD;\n" + 128 "PERIOD : '.' ;\n"+ 133 "a : ID INT+ PERIOD {System.out.print(\"alt 1\");}"+ 255 "PERIOD : '.' ;\n"+ 276 "PERIOD : '.' ;\n"+ 300 "PERIOD : '.' ;\n"+ 324 "PERIOD : '.' ;\n"+
|
/external/chromium_org/chrome/browser/chromeos/system/ |
automatic_reboot_manager.cc | 228 // repeated notifications do not postpone the reboot request and grace period. 346 // If no reboot should be requested, remove any grace period. 354 // is actually requested and the grace period begins is never less than 359 // Set up a timer for the start of the grace period. If the grace period 370 // Set up a timer for the end of the grace period. If the grace period ended
|
/frameworks/ex/common/java/com/android/common/ |
OperationScheduler.java | 61 "OperationScheduler.Options[backoff=%.1f+%.1f+%.1f max=%.1f min=%.1f period=%.1f]", 68 "OperationScheduler.Options[backoff=%.1f+%.1f max=%.1f min=%.1f period=%.1f]", 91 * backoff=(fixed)+(incremental)[+(exponential)] max=(maxmoratorium) min=(mintrigger) [period=](interval) 98 * The default options: <code>backoff=0+5 max=86400 min=0 period=0</code><br> 99 * Fractions are OK: <code>backoff=+2.5 period=10.0</code><br> 100 * The "period=" can be omitted: <code>3600</code><br> 129 } else if (param.startsWith("period=")) {
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
arec.c | 54 static int period = 0; variable 67 {"period", 1, 0, 'B'}, 109 if (period) 110 param_set_min(params, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, period); 534 "-B -- Period\n" 569 period = (int)strtol(optarg, NULL, 0); 582 "-B -- Period\n"
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiScanner.java | 66 /** Minimum supported scanning period */ 67 public static final int MIN_SCAN_PERIOD_MS = 1000; /* minimum supported period */ 68 /** Maximum supported scanning period */ 69 public static final int MAX_SCAN_PERIOD_MS = 1024000; /* maximum supported period */ 155 /** period of background scan; in millisecond, 0 => single shot scan */ 272 * same period requested. If period of a scan is changed; it is reported by this event. 334 public int periodInMs; /* scan period in millisecond */ 399 * @param periodInMs indicates period of scan to find changes 407 int periodInMs, /* period of scan * [all...] |
/external/kernel-headers/original/uapi/sound/ |
asound.h | 250 #define SNDRV_PCM_INFO_MMAP_VALID 0x00000002 /* period data are valid during transfer */ 263 #define SNDRV_PCM_INFO_NO_PERIOD_WAKEUP 0x00800000 /* period wakeup can be disabled */ 341 #define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2) /* disable period wakeups */ 652 unsigned long resolution; /* average period resolution in ns */ 653 unsigned long resolution_min; /* minimal period resolution in ns */ 654 unsigned long resolution_max; /* maximal period resolution in ns */ 661 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ 662 unsigned long period_den; /* requested precise period duration (in seconds) - denominator */ 668 unsigned long resolution; /* current period resolution in ns */ 669 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator * [all...] |
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
asound.h | 250 #define SNDRV_PCM_INFO_MMAP_VALID 0x00000002 /* period data are valid during transfer */ 263 #define SNDRV_PCM_INFO_NO_PERIOD_WAKEUP 0x00800000 /* period wakeup can be disabled */ 341 #define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2) /* disable period wakeups */ 652 unsigned long resolution; /* average period resolution in ns */ 653 unsigned long resolution_min; /* minimal period resolution in ns */ 654 unsigned long resolution_max; /* maximal period resolution in ns */ 661 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ 662 unsigned long period_den; /* requested precise period duration (in seconds) - denominator */ 668 unsigned long resolution; /* current period resolution in ns */ 669 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator * [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledThreadPoolExecutor.java | 162 * Period in nanoseconds for repeating tasks. A positive 167 private final long period; field in class:ScheduledThreadPoolExecutor.ScheduledFutureTask 183 this.period = 0; 188 * Creates a periodic action with given nano time and period. 190 ScheduledFutureTask(Runnable r, V result, long ns, long period) { 193 this.period = period; 203 this.period = 0; 236 return period != 0; 243 long p = period; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
subpicture.c | 150 "[XvMC] horz y period=%u\n" \ 151 "[XvMC] horz u period=%u\n" \ 152 "[XvMC] horz v period=%u\n" \ 153 "[XvMC] vert y period=%u\n" \ 154 "[XvMC] vert u period=%u\n" \ 155 "[XvMC] vert v period=%u\n",
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
subpicture.c | 150 "[XvMC] horz y period=%u\n" \ 151 "[XvMC] horz u period=%u\n" \ 152 "[XvMC] horz v period=%u\n" \ 153 "[XvMC] vert y period=%u\n" \ 154 "[XvMC] vert u period=%u\n" \ 155 "[XvMC] vert v period=%u\n",
|
/external/pcre/dist/testdata/ |
testinput14 | 123 ) )* # further okay, if led by a period 138 \) )* \. # if led by a period... 189 \) )* \. # if led by a period... 217 \) )* \. # if led by a period... 256 ) )* # further okay, if led by a period 271 \) )* \. # if led by a period...
|