HomeSort by relevance Sort by last modified time
    Searched full:period (Results 201 - 225 of 2697) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.h 53 // If reboots are inhibited, a 24 hour grace period is started. The reboot
57 // entire grace period, a reboot is unconditionally performed at its end.
65 // which a reboot should be requested and the grace period that follows it to
123 // Reschedules the reboot request, start and end of the grace period. Reboots
124 // immediately if the end of the grace period has already passed.
163 // Timers that start and end the grace period.
  /external/chromium_org/content/browser/speech/endpointer/
endpointer.h 114 // This proporty specifies the time period.
119 // This property specifies the time period.
122 // Same as above, this specifies the required silence period after speech
123 // detection. This period is used instead of
128 // The period of time after which the endpointer should consider
129 // long_speech_input_complete_silence_length_ as a valid silence period
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 36 swap period has elapsed since the last swap operation completed. The
52 buffer swap occurred within the time period required to maintain a
112 The frame usage is measured as the percentage of the swap period elapsed
114 swap period is the vertical refresh time. If SGI_swap_control or
115 MESA_swap_control are supported, the swap period is the vertical refresh
119 If OML_sync_control is supported, the swap period is the vertical
  /external/iptables/extensions/
libxt_limit.c 121 static void print_rate(uint32_t period)
125 if (period == 0) {
131 if (period > rates[i].mult
132 || rates[i].mult/period < rates[i].mult%period)
135 printf(" %u/%s", rates[i-1].mult / period, rates[i-1].name);
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 36 swap period has elapsed since the last swap operation completed. The
52 buffer swap occurred within the time period required to maintain a
112 The frame usage is measured as the percentage of the swap period elapsed
114 swap period is the vertical refresh time. If SGI_swap_control or
115 MESA_swap_control are supported, the swap period is the vertical refresh
119 If OML_sync_control is supported, the swap period is the vertical
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/
math_digits.json 850 "alternative": "digit one period",
851 "short": "one period"
860 "alternative": "digit two period",
861 "short": "two period"
870 "alternative": "digit three period",
871 "short": "three period"
880 "alternative": "digit four period",
881 "short": "four period"
890 "alternative": "digit five period",
891 "short": "five period"
    [all...]
  /external/libcxx/include/
shared_mutex 34 template <class Rep, class Period>
35 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
43 template <class Rep, class Period>
45 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time);
67 template <class Rep, class Period>
69 const chrono::duration<Rep, Period>& rel_time);
80 template <class Rep, class Period>
81 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
315 template <class Rep, class Period>
316 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
shared_mutex 34 template <class Rep, class Period>
35 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
43 template <class Rep, class Period>
45 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time);
67 template <class Rep, class Period>
69 const chrono::duration<Rep, Period>& rel_time);
80 template <class Rep, class Period>
81 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
317 template <class Rep, class Period>
318 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
shared_mutex 34 template <class Rep, class Period>
35 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
43 template <class Rep, class Period>
45 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time);
67 template <class Rep, class Period>
69 const chrono::duration<Rep, Period>& rel_time);
80 template <class Rep, class Period>
81 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
315 template <class Rep, class Period>
316 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time)
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
pralarm.h 55 ** That rate is expressed as some number of notifies per period where
56 ** the period is much larger than a PRIntervalTime (see prinrval.h).
128 ** PRIntervalTime period Interval over which the notifies
159 PRAlarm *alarm, PRIntervalTime period, PRUint32 rate,
167 ** PRIntervalTime period Interval over which the notifies
175 ** An existing alarm may have its period and rate redefined. The
185 PRAlarmID *id, PRIntervalTime period, PRUint32 rate);
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java 113 // Determines the period and the trigger time of the new event and insert it
147 * @param period the timer period; in milli-second
151 public synchronized void set(int period, Runnable callback) {
155 MyEvent event = new MyEvent(period, callback, now);
294 MyEvent(int period, Runnable callback, long now) {
295 mPeriod = mMaxPeriod = period;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 221 * The period of time for which after installing voice search we should consider showing voice
224 * @return The period in milliseconds.
233 * @return The period in milliseconds.
242 * @return The period in milliseconds.
251 * @return The period in milliseconds.
258 * The period that we change voice search hints at while they're being displayed.
260 * @return The period in milliseconds.

Completed in 1254 milliseconds

1 2 3 4 5 6 7 891011>>