HomeSort by relevance Sort by last modified time
    Searched full:intervals (Results 76 - 100 of 626) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/content/public/browser/
media_observer.h 34 // also at regular intervals to report the current power level of the audio
  /external/chromium_org/content/renderer/device_orientation/
device_motion_event_pump.h 29 // regular intervals. Returns true if the registration was successful.
device_orientation_event_pump.h 33 // regular intervals. Returns true if the registration was successful.
  /external/chromium_org/remoting/host/
audio_silence_detector.cc 13 // Silence period threshold in seconds. Silence intervals shorter than this
audio_silence_detector.h 31 // Silence period threshold in samples. Silence intervals shorter than this
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInterval.h 214 static bool shapeIntervalsAreSortedAndDisjoint(const ShapeIntervals& intervals)
216 for (unsigned i = 1; i < intervals.size(); i++) {
217 if (intervals[i - 1].x2() > intervals[i].x1())
  /external/chromium_org/tools/perf/measurements/
memory.py 34 # intervals (~20 secs).
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.h 35 // A short history of the last few computed intervals.
  /external/kernel-headers/original/linux/
delay.h 15 * Using udelay() for intervals greater than a few milliseconds can
  /external/llvm/unittests/Support/
TimeValueTest.cpp 28 // FILETIME has 100ns of intervals.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
BootBroadcastReceiver.java 24 * Arrange for the uploading service to be run on regular intervals.
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 847 /** A list of register intervals */
851 struct interval Intervals[REG_ALLOCATE_MAX_PROGRAM_TEMPS];
858 list->Intervals[list->Num++] = *inv;
868 while (i >= 0 && list->Intervals[i].End > inv->End) {
869 list->Intervals[i + 1] = list->Intervals[i];
872 list->Intervals[i + 1] = *inv;
879 ASSERT(list->Intervals[i].End <= list->Intervals[i + 1].End);
893 if (list->Intervals[k].Reg == inv->Reg)
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 847 /** A list of register intervals */
851 struct interval Intervals[REG_ALLOCATE_MAX_PROGRAM_TEMPS];
858 list->Intervals[list->Num++] = *inv;
868 while (i >= 0 && list->Intervals[i].End > inv->End) {
869 list->Intervals[i + 1] = list->Intervals[i];
872 list->Intervals[i + 1] = *inv;
879 ASSERT(list->Intervals[i].End <= list->Intervals[i + 1].End);
893 if (list->Intervals[k].Reg == inv->Reg)
    [all...]
  /external/v8/src/
array.js 41 function GetSortedArrayKeys(array, intervals) {
42 var length = intervals.length;
45 var key = intervals[k];
48 var limit = j + intervals[++k];
220 // Intervals array can contain keys and intervals. See comment in Concat.
221 var intervals = %GetArrayKeys(array, start_i + del_count);
222 var length = intervals.length;
224 var key = intervals[k];
227 var interval_limit = j + intervals[++k]
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 19 * [ Bottom, X-Intervals, [Left, Right]..., X-Sentinel ]
29 /* Pass in the beginning with the intervals.
34 int intervals = runs[-1]; local
36 if (intervals > 0) {
40 SkASSERT(0 == intervals);
44 runs += intervals * 2 + 1;
421 int* intervals) const {
422 SkASSERT(tmpStorage && intervals);
427 *intervals = 0;
430 *intervals = 1
968 int intervals = 2 * a_intervals * b_intervals + a_intervals + b_intervals; local
    [all...]
  /external/skia/src/core/
SkRegion.cpp 19 * [ Bottom, X-Intervals, [Left, Right]..., X-Sentinel ]
29 /* Pass in the beginning with the intervals.
34 int intervals = runs[-1]; local
36 if (intervals > 0) {
40 SkASSERT(0 == intervals);
44 runs += intervals * 2 + 1;
421 int* intervals) const {
422 SkASSERT(tmpStorage && intervals);
427 *intervals = 0;
430 *intervals = 1
968 int intervals = 2 * a_intervals * b_intervals + a_intervals + b_intervals; local
    [all...]
  /external/valgrind/main/exp-bbv/docs/
bbv-manual.xml 31 intervals of time where the code behaves similarly to a previous
32 interval. If you can detect these intervals and group them together,
34 by only simulating a bare minimum number of intervals, and then scaling
92 then does k-mean clustering to calculate which intervals are
93 of interest. In this example we specify 5 intervals with the
101 The first holds the 5 most relevant intervals of the program.
103 extrapolating full-program behavior. The intervals and the weights
165 Other sizes can be used; smaller intervals can help programs
201 The Basic Block Vector is dumped at fixed intervals. This
  /external/skia/tests/
DrawPathTest.cpp 231 SkScalar intervals[2] = {837099584, 33450}; local
233 new SkDashPathEffect(intervals, 2, -10, false));
276 SkScalar intervals[] = { 0.2f, 0.2f }; local
277 SkDashPathEffect dash(intervals, 2, 0);
296 SkScalar intervals[] = { 0.5f, 0.5f }; local
297 SkDashPathEffect dash(intervals, 2, 0);
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 38 ** The step size is in 0.625 msec intervals.
47 ** The step size is in 0.625 msec intervals.
77 ** The step size is in 0.625 msec intervals.
82 ** The step size is in 0.625 msec intervals.
106 ** The step size is in 0.625 msec intervals.
115 ** The step size is in 0.625 msec intervals.
153 ** duration - length in 1.28 sec intervals
209 ** The step size is in 0.625 msec intervals.
214 ** The step size is in 0.625 msec intervals.
365 ** duration - length in 1.28 sec intervals
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 15 // implementation intervals can have holes, i.e. an interval might look like
267 /// the live intervals for all operands of mi. Moves between basic blocks
270 /// \param UpdateFlags Update live intervals for nonallocatable physregs.
273 /// moveIntoBundle - Update intervals for operands of MI so that they
276 /// \param UpdateFlags Update live intervals for nonallocatable physregs.
284 /// repairIntervalsInRange - Update live intervals for instructions in a
306 // the live intervals for individual physical registers. Instead,
376 /// Compute live intervals for all virtual registers.
LiveIntervalUnion.h 40 /// Union of live intervals that are strong candidates for coalescing into a
42 /// expect the constituent live intervals to be disjoint, although we may
47 // Mapping SlotIndex intervals to virtual register numbers.
99 // Verify the live intervals in this union and add them to the visited set.
LiveRangeEdit.h 106 /// @param lis The collection of all live intervals in this function.
201 /// (allDefsAreDead returns true). This may cause live intervals to be trimmed
204 /// allocator. These registers should not be split into new intervals
205 /// as currently those new intervals are not guaranteed to spill.
  /external/qemu/distrib/sdl-1.2.15/src/timer/wince/
SDL_systimer.c 53 ftime.itime/=10000; // Convert 100ns intervals to 1ms intervals
  /external/chromium_org/media/audio/
fake_audio_consumer.h 32 // Start executing |read_cb| at a regular intervals. Stop() must be called by
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.h 25 * right branch in searching for intervals but possibly come back

Completed in 687 milliseconds

1 2 34 5 6 7 8 91011>>