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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 83 * effect.periodic.period = 1000; // 1000 ms
496 * of 9000 will displace it 25% of its period. Here are sample values:
498 * - 9000: Displaced 25% of its period.
499 * - 18000: Displaced 50% of its period.
500 * - 27000: Displaced 75% of its period.
501 * - 36000: Displaced 100% of its period, same as 0, but 0 is preferred.
555 Uint16 period; /**< Period of the wave. */ member in struct:SDL_HapticPeriodic
707 Uint16 period; /**< Sample periods. */ member in struct:SDL_HapticCustom
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 83 * effect.periodic.period = 1000; // 1000 ms
496 * of 9000 will displace it 25% of its period. Here are sample values:
498 * - 9000: Displaced 25% of its period.
499 * - 18000: Displaced 50% of its period.
500 * - 27000: Displaced 75% of its period.
501 * - 36000: Displaced 100% of its period, same as 0, but 0 is preferred.
555 Uint16 period; /**< Period of the wave. */ member in struct:SDL_HapticPeriodic
707 Uint16 period; /**< Sample periods. */ member in struct:SDL_HapticCustom
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testhaptic.c 135 efx[nefx].periodic.period = 1000;
151 efx[nefx].periodic.period = 500;
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 83 * effect.periodic.period = 1000; // 1000 ms
496 * of 9000 will displace it 25% of its period. Here are sample values:
498 * - 9000: Displaced 25% of its period.
499 * - 18000: Displaced 50% of its period.
500 * - 27000: Displaced 75% of its period.
501 * - 36000: Displaced 100% of its period, same as 0, but 0 is preferred.
555 Uint16 period; /**< Period of the wave. */ member in struct:SDL_HapticPeriodic
707 Uint16 period; /**< Sample periods. */ member in struct:SDL_HapticCustom
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/filesystem/
convert_file_time.sh.cpp 178 typedef typename duration::period period; typedef in struct:TestClock
  /system/bt/test/rootcanal/
bluetooth_hci.cc 125 [this](std::chrono::milliseconds delay, std::chrono::milliseconds period,
127 return async_manager_.ExecAsyncPeriodically(delay, period, task);
  /system/update_engine/
omaha_request_params.h 174 inline void set_waiting_period(base::TimeDelta period) {
175 waiting_period_ = period;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
bad.l 6 [^:]*:10: Warning: no size modifier after period, .w assumed
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
merge.go 36 // and period types or the merge will fail. profile.Period of the
423 var timeNanos, durationNanos, period int64
431 if period == 0 || period < s.Period {
432 period = s.Period
449 Period: period,
    [all...]
legacy_profile.go 94 Period: 1,
301 // 4th word -- Sampling period (in microseconds).
327 // b is the profile bytes after the header, period is the profiling
328 // period, and parse is a function to parse 8-byte chunks from the
330 func cpuProfile(b []byte, period int64, parse func(b []byte) (uint64, []byte)) (*Profile, error) {
332 Period: period * 1000,
454 Value: []int64{int64(count), int64(count) * p.Period},
480 sampling, p.Period, hasAlloc, err = parseHeapHeader(line)
485 p.Period =
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
merge.go 36 // and period types or the merge will fail. profile.Period of the
423 var timeNanos, durationNanos, period int64
431 if period == 0 || period < s.Period {
432 period = s.Period
449 Period: period,
    [all...]
legacy_profile.go 94 Period: 1,
301 // 4th word -- Sampling period (in microseconds).
327 // b is the profile bytes after the header, period is the profiling
328 // period, and parse is a function to parse 8-byte chunks from the
330 func cpuProfile(b []byte, period int64, parse func(b []byte) (uint64, []byte)) (*Profile, error) {
332 Period: period * 1000,
454 Value: []int64{int64(count), int64(count) * p.Period},
480 sampling, p.Period, hasAlloc, err = parseHeapHeader(line)
485 p.Period =
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/player/
TvInputPlayer.java 50 import com.google.android.exoplayer.dash.mpd.Period;
240 Period period = manifest.periods.get(0); local
256 int videoAdaptationSetIndex = period.getAdaptationSetIndex(
259 period.adaptationSets.get(videoAdaptationSetIndex).representations;
294 int audioAdaptationSetIndex = period.getAdaptationSetIndex(
296 AdaptationSet audioAdaptationSet = period.adaptationSets.get(
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKLocalDate.java 101 import java.time.Period;
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 80 Period: 1,
265 Period: 1,
341 // 4th word -- Sampling period (in microseconds).
363 // b is the profile bytes after the header, period is the profiling
364 // period, and parse is a function to parse 8-byte chunks from the
366 func cpuProfile(b []byte, period int64, parse func(b []byte) (uint64, []byte)) (*Profile, error) {
368 Period: period * 1000,
461 Value: []int64{int64(count), int64(count) * p.Period},
489 var period int6
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 80 Period: 1,
265 Period: 1,
341 // 4th word -- Sampling period (in microseconds).
363 // b is the profile bytes after the header, period is the profiling
364 // period, and parse is a function to parse 8-byte chunks from the
366 func cpuProfile(b []byte, period int64, parse func(b []byte) (uint64, []byte)) (*Profile, error) {
368 Period: period * 1000,
461 Value: []int64{int64(count), int64(count) * p.Period},
489 var period int6
    [all...]
  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java 938 Range<Long> period = Range.create(fetchStartTimeMs, fetchEndTimeMs); local
1233 period); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 301 No %(FAQNAME)s entries were changed in the last %(period)s.
318 The following %(FAQNAME)s entry was changed in the last %(period)s:
323 in the last %(period)s, most recently changed shown first:
  /external/bart/bart/sched/
SchedAssert.py 448 """Return the period of the task in (ms)
456 The period is defined as:
467 :code:`"start"` aligns period calculation to switch-in events
474 agg = self._aggregator(sched_funcs.period)
488 """Assert on the period of the task
518 :code:`"start"` aligns period calculation to switch-in events
525 period = self.getPeriod(window, align)
526 return operator(period, expected_value)
  /external/python/cpython2/Tools/faqwiz/
faqconf.py 301 No %(FAQNAME)s entries were changed in the last %(period)s.
318 The following %(FAQNAME)s entry was changed in the last %(period)s:
323 in the last %(period)s, most recently changed shown first:
  /prebuilts/go/darwin-x86/src/runtime/pprof/
proto.go 36 period int64
288 // first record is period
296 // period in nanoseconds.
297 b.period = 1e9 / int64(data[2])
355 b.pb.int64Opt(tagProfile_Period, b.period)
362 values[1] = e.count * b.period
  /prebuilts/go/linux-x86/src/runtime/pprof/
proto.go 36 period int64
288 // first record is period
296 // period in nanoseconds.
297 b.period = 1e9 / int64(data[2])
355 b.pb.int64Opt(tagProfile_Period, b.period)
362 values[1] = e.count * b.period
  /compatibility/cdd/5_multimedia/
5_6_audio-latency.md 32 continuous output latency plus one buffer period. The buffer period allows
  /external/libcxx/src/
chrono.cpp 75 nanoseconds::period>>;
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_cpu.c 151 if (info->last_time + gr->pane->period <= now) {

Completed in 839 milliseconds

1 2 3 4 5 6 7 8 91011>>