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

<<11121314151617181920>>

  /external/pcre/dist/testdata/
testinput17 41 ) )* # further okay, if led by a period
56 \) )* \. # if led by a period...
107 \) )* \. # if led by a period...
135 \) )* \. # if led by a period...
174 ) )* # further okay, if led by a period
189 \) )* \. # if led by a period...
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 107 #define WLC_E_QUIET_START 13 /* 802.11h Quiet period started */
108 #define WLC_E_QUIET_END 14 /* 802.11h Quiet period ended */
189 #define WLC_E_AWDL_AW 96 /* AWDL AW period starts */
194 #define WLC_E_NIC_NIC_REPORT 100 /* NIC period report */
206 #define WLC_E_AWDL_AW_EXT_END 111 /* AWDL extended period ends */
244 #define WLC_E_STATUS_11HQUIET 11 /* 802.11h quiet period started */
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 79 /* Cost of breaking a line after a period not marking end of a sentence.
125 unsigned period:1; /* ends in [.?!])* */ member in struct:Word
268 (word_limit - 1)->period = (word_limit - 1)->final = true;
334 || (word_limit->period
385 w->period = isperiod (*finish);
490 if ((this - 1)->period)
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
SpacingAndPunctuationsTests.java 125 assertTrue("Period", sp.isWordSeparator('.'));
176 assertFalse("Period", sp.isWordConnector('.'));
222 assertFalse("Period", sp.isUsuallyPrecededBySpace('.'));
283 assertTrue("Period", sp.isUsuallyFollowedBySpace('.'));
330 assertTrue("Period", sp.isUsuallyFollowedBySpace('.'));
357 assertEquals("Period", e.getMessage());
  /external/chromium_org/third_party/WebKit/Source/platform/text/
PlatformLocale.h 78 // second with optional period(AM/PM), e.g. "h:mm:ss a"
83 // with optional period(AM/PM), e.g. "h:mm a"
113 // Returns localized period field(AM/PM) strings.
  /external/chromium_org/v8/src/base/platform/
mutex.h 116 // - A calling thread owns a recursive mutex for a period of time that starts
118 // period, the thread may make additional calls to |Lock()| or |TryLock()|.
119 // The period of ownership ends when the thread makes a matching number of
  /external/libnl/include/linux/
pkt_sched.h 145 int perturb_period; /* Period of hash perturbation */
302 __u32 period; /* current period */ member in struct:tc_hfsc_stats
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockResponse.java 217 * Throttles the response body writer to sleep for the given period after each
221 public MockResponse throttleBody(int bytesPerPeriod, long period, TimeUnit unit) {
223 this.throttlePeriod = period;
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_PerfMeasurement.cpp 131 * Start a measurement period using the next available query object.
159 * Finish the current measurement period
183 * measurement period.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
MobileDataControllerImpl.java 125 // period = determined from cycleDay
141 // period = last 4 wks
157 usage.period = formatDateRange(start, end);
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 309 // Edit existing sync and update the period and flex.
441 + "\n<periodicSync period=\"" + dayPoll + "\" flex=\"" + dayFuzz + "\"/>"
507 + "\n<periodicSync period=\"" + dayPoll + "\" flex=\"" + dayFuzz + "\"/>"
510 + "\n<periodicSync period=\"" + dayPoll + "\" flex=\"" + dayFuzz + "\"/>"
514 + "\n<periodicSync period=\"" + dayPoll + "\" flex=\"" + dayFuzz + "\"/>"
517 + "\n<periodicSync period=\"" + dayPoll + "\" flex=\"" + dayFuzz + "\"/>"
574 + "<periodicSync period=\"1000\" />\n"
577 + "<periodicSync period=\"1000\" />\n"
580 + "<periodicSync period=\"1000\" />\n"
688 + "<periodicSync period=\"1000\" />\n
    [all...]
  /frameworks/wilhelm/src/desktop/
SndFile.c 60 // occur at the requested update period, but there will be jitter
65 // if we overrun a requested update period, then reset the clock modulo the
66 // update period so that it appears to the application as one or more lost callbacks,
  /packages/apps/Mms/src/com/android/mms/model/
ImageModel.java 240 int period = src.lastIndexOf("."); local
241 byte[] contentId = period != -1 ? src.substring(0, period).getBytes() : srcBytes;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
pkt_sched.h 167 int perturb_period; /* Period of hash perturbation */
329 __u32 period; /* current period */ member in struct:tc_hfsc_stats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pkt_sched.h 167 int perturb_period; /* Period of hash perturbation */
329 __u32 period; /* current period */ member in struct:tc_hfsc_stats
  /bionic/libc/kernel/uapi/linux/
ptp_clock.h 52 struct ptp_clock_time period; member in struct:ptp_perout_request
  /development/ndk/platforms/android-L/include/linux/
ptp_clock.h 52 struct ptp_clock_time period; member in struct:ptp_perout_request
  /external/blktrace/doc/
blkiomon.8 91 To get I/O statistics for /dev/sdw every 10 seconds for a period of one hour,
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash.h 43 virtual void SetUpdatePeriod(base::TimeDelta period) OVERRIDE;
desktop_media_list_ash_unittest.cc 37 // Set update period to reduce the time it takes to run tests.
  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler_mobile.cc 33 // period, run the task. Otherwise, do nothing. Note that no future requests
  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.h 51 // repeated after a period of silence that lasts |kSilenceDurationDays| days.
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 55 // intervening "stay open" period.
  /external/chromium_org/chrome/common/
worker_thread_ticker.h 25 // Gets invoked when the timer period is up
  /external/chromium_org/components/metrics/proto/
sampled_profile.proto 23 // profiles are collected once per uniformly sized period interval. Within

Completed in 623 milliseconds

<<11121314151617181920>>