HomeSort by relevance Sort by last modified time
    Searched full:circular (Results 1 - 25 of 641) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/test/data/invalid-config-files/
circular-1.conf 3 <include>circular-1.conf</include>
circular-2.conf 3 <include>circular-3.conf</include>
circular-3.conf 3 <include>circular-2.conf</include>
  /external/srec/shared/include/
CircularBuffer.h 37 * Generic Circular Buffer implementation.
43 * A circular buffer.
73 * Creates a circular buffer of the specified capacity.
77 * @param buffer The circular buffer to initialize.
109 * Determines the residual capacity of the circular buffer.
114 * Reads requested number of bytes from the circular buffer.
116 * @param buffer The circular buffer to read from.
118 * @param bufSize The number of bytes to read from the circular buffer.
127 * Skips requested number of bytes from the circular buffer.
129 * @param buffer The circular buffer to skip from
    [all...]
  /external/clang/test/SemaObjC/
protocols.m 55 // Detect circular dependencies.
61 @protocol B < A > // expected-error{{protocol has circular dependency}}
  /external/webrtc/test/
metrics.gyp 16 # avoid a circular dependency error due to the dependency on libyuv.
17 # If the code would be put in test.gyp a circular dependency error during
  /external/chromium/chrome/browser/sync/util/
dbgq.h 11 // A circular queue that is designed to be easily inspectable in a debugger. It
  /external/icu4c/test/testdata/
testaliases.txt 14 // This should produce an error - circular alias
15 aaa:alias { "testaliases/aab" } // Test circular dependency protection
  /external/chromium/build/
gyp_chromium 145 # There shouldn't be a circular dependency relationship between .gyp files,
146 # but in Chromium's .gyp files, on non-Mac platforms, circular relationships
147 # currently exist. The check for circular dependencies is currently
150 # TODO(mark): Find and kill remaining circular dependencies, and remove this
152 # TODO(tc): Fix circular dependencies in ChromiumOS then add linux2 to the
155 args.append('--no-circular-check')
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar2.java 28 * window's title bar. The widgets show the 3 different sizes of circular
  /external/bluetooth/glib/gio/fam/
fam-helper.h 22 * Sebastian Dröge <slomo@circular-chaos.org>
fam-module.c 23 * Sebastian Dröge <slomo@circular-chaos.org>
gfamdirectorymonitor.h 23 * Sebastian Dröge <slomo@circular-chaos.org>
gfamfilemonitor.h 23 * Sebastian Dröge <slomo@circular-chaos.org>
  /external/bluetooth/glib/gio/inotify/
ginotifydirectorymonitor.h 23 * Sebastian Dröge <slomo@circular-chaos.org>
ginotifyfilemonitor.h 23 * Sebastian Dröge <slomo@circular-chaos.org>
  /external/chromium/net/disk_cache/
trace.h 6 // keep a static circular buffer where we store the last traced events, so we
  /external/jmonkeyengine/engine/src/android/com/jme3/util/
RingBuffer.java 7 * Ring buffer (fixed size queue) implementation using a circular array (array
  /external/qemu/
cbuffer.h 17 /* Basic circular buffer type and methods */
  /external/webkit/Source/WebKit/chromium/
gyp_webkit 79 # There shouldn't be a circular dependency relationship between .gyp files,
80 # but in Chromium's .gyp files, on non-Mac platforms, circular relationships
81 # currently exist. The check for circular dependencies is currently
86 args.append('--no-circular-check')
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayMix_16x16.c 60 /* Make the reverb delay buffer a circular buffer */
DelayWrite_32.c 43 /* Make the delay buffer a circular buffer */
  /hardware/ti/omap3/dspbridge/inc/
devdefs.h 23 * to break circular dependency between WMD and DEV include files.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
devdefs.h 23 * to break circular dependency between WMD and DEV include files.
  /frameworks/wilhelm/src/
ThreadPool.c 124 // initialize circular buffer for closures
190 // Empty out the circular buffer of closures
228 // release the closure circular buffer
294 // if closure circular buffer is full, then wait for it to become non-full
340 // if closure circular buffer is empty, then wait for it to become non-empty
348 // dequeue the closure at front of circular buffer

Completed in 1652 milliseconds

1 2 3 4 5 6 7 8 91011>>