HomeSort by relevance Sort by last modified time
    Searched refs:period (Results 226 - 250 of 677) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h 66 // Time period ranges available when doing browsing data removals.
183 // Creates a BrowsingDataRemover bound to a specific period of time (as
187 TimePeriod period);
  /external/chromium_org/third_party/skia/samplecode/
SampleWarp.cpp 377 const SkScalar period = 20; local
380 SkScalar d = length / (period);
398 const SkScalar period = 10 + dragLength/4; local
401 SkScalar d = length / (period);
  /external/linux-tools-perf/perf-3.12.0/include/linux/
perf_event.h 579 u64 period; member in struct:perf_sample_data
590 u64 addr, u64 period)
596 data->period = period;
  /external/qemu/ui/
curses_keys.h 262 { "period", 0x02e },
  /external/skia/samplecode/
SampleWarp.cpp 377 const SkScalar period = 20; local
380 SkScalar d = length / (period);
398 const SkScalar period = 10 + dragLength/4; local
401 SkScalar d = length / (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"
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 158 bool venc_set_ltrperiod(OMX_U32 period);
  /external/chromium_org/cc/test/
ordered_simple_task_runner.cc 250 bool OrderedSimpleTaskRunner::RunForPeriod(base::TimeDelta period) {
251 return RunUntilTime(now_src_->Now() + period);
  /external/chromium_org/content/browser/media/capture/
video_capture_oracle.cc 340 base::TimeDelta* period) const {
347 // event times reveal a non-animating period.
388 *period = sum_frame_durations / count_frame_durations;
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
perf_profiler.py 224 {function: period} dict of the |number| hottests functions.
231 'report', '--show-total-period', '-U', '-t', '^', '-i', file_name],
240 period = int(fields[1])
244 period_by_function[function] = period
  /libcore/luni/src/main/java/java/util/concurrent/
Executors.java 649 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) {
650 return e.scheduleAtFixedRate(command, initialDelay, period, unit);
  /packages/apps/Settings/src/com/android/settings/
TetherService.java 237 int period = getResources().getInteger( local
239 long periodMs = period * MS_PER_HOUR;
  /external/iptables/extensions/
libxt_hashlimit.c 437 static uint32_t print_rate(uint32_t period)
441 if (period == 0) {
447 if (period > rates[i].mult
448 || rates[i].mult/period < rates[i].mult%period)
451 printf(" %u/%s", rates[i-1].mult / period, rates[i-1].name);
  /external/qemu/audio/
audio.c 158 } period; member in struct:__anon12915
188 .period = { .hertz = 250 },
1230 timer_mod(s->ts, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + conf.period.ticks);
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 89 /** Percentage of period that is flex by default, if no flex is set. */
2074 final long period; local
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 37 * Initial period for polling for Google Now Notifications cards to use when the
38 * period from the server is not available.
43 * Mininal period for polling for Google Now Notifications cards.
48 * Maximal period for polling for Google Now Notifications cards to use when the
49 * period from the server is not available.
54 * Initial period for polling for Google Now optin notification after push
60 * Maximum period for polling for Google Now optin notification after push
67 * Initial period for retrying the server request for dismissing cards.
72 * Maximum period for retrying the server request for dismissing cards.
87 * Default period for checking whether the user is opted in to Google Now
    [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 783 jint period) {
790 return nativeToJavaStatus( lpTrack->setPositionUpdatePeriod(period) );
797 uint32_t period = 0; local
804 lpTrack->getPositionUpdatePeriod(&period);
805 return (jint)period;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 270 // Assign the period to day buckets in local time.
324 em::TimePeriod* period = active_period->mutable_time_period(); local
325 period->set_start_timestamp(start_timestamp);
326 period->set_end_timestamp(end_timestamp);
  /build/target/board/generic/
BoardConfig.mk 65 # the latency will end up being an additional vsync period, and animations
  /external/chromium_org/chrome/browser/media/
native_desktop_media_list.cc 253 void NativeDesktopMediaList::SetUpdatePeriod(base::TimeDelta period) {
255 update_period_ = period;
  /external/chromium_org/ppapi/tests/
test_media_stream_audio_track.cc 371 uint32_t period) {
380 return round(angle * period / (2 * M_PI));
435 // Period of sine wave, in samples.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 86 A video frame period is the time required by the monitor to display a
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-inject.c 314 sample_sw.period = sample->period;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 631 u64 period = get_field(pair); local
652 percent = 100.0 * period / total;
696 __HPP_COLOR_PERCENT_FN(overhead, period, __hpp__color_callchain)
814 float percent = h->stat.period * 100.0 /
837 float percent = h->stat.period * 100.0 /
858 float percent = h->stat.period * 100.0 /
1119 percent = (he->stat.period * 100.0) / browser->hists->stats.total_period;
1130 printed += fprintf(fp, " %12" PRIu64, he->stat.period);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.l 170 period { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_SAMPLE_PERIOD); }

Completed in 2047 milliseconds

1 2 3 4 5 6 7 8 91011>>