HomeSort by relevance Sort by last modified time
    Searched full:circular (Results 101 - 125 of 1899) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/LegacyCamera/res/layout-sw600dp/
camera_control.xml 26 this is circular dependency and is not allowed so it's very
  /external/chromium/base/memory/
linked_ptr.h 6 // particular object is kept on a circular linked list. When the last pointer
47 // in the same circular linked list, so we need a single class type here.
  /external/chromium_org/base/memory/
linked_ptr.h 6 // particular object is kept on a circular linked list. When the last pointer
46 // in the same circular linked list, so we need a single class type here.
  /external/chromium_org/extensions/common/
manifest_handler.cc 244 // circular dependencies.
246 << "circular dependencies!";
  /external/chromium_org/media/cdm/ppapi/
linked_ptr.h 9 // particular object is kept on a circular linked list. When the last pointer
49 // in the same circular linked list, so we need a single class type here.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_sampler_view.c 110 * a circular dependency.
216 * a circular dependency.
  /external/chromium_org/tools/gn/
builder.h 117 // Given a list of unresolved records, tries to find any circular
118 // dependencies and returns the string describing the problem. If no circular
  /external/chromium_org/v8/build/
gyp_v8 152 # There shouldn't be a circular dependency relationship between .gyp files
153 args.append('--no-circular-check')
  /external/chromium_org/v8/src/
cpu-profiler.h 33 #include "circular-queue.h"
154 // Tick sample events are filled directly in the buffer of the circular
  /external/chromium_org/v8/test/cctest/
test-circular-queue.cc 28 // Tests of the circular queue.
31 #include "circular-queue-inl.h"
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/shader/plugins/
GLSLLoader.java 151 // circular dependency found..
155 throw new RuntimeException("Circular dependency.");
  /external/mesa3d/src/gallium/drivers/svga/
svga_sampler_view.c 110 * a circular dependency.
216 * a circular dependency.
  /external/skia/gm/
hairlines.cpp 145 // Add a circular arc
149 // Now add the chord that should cap the circular arc
  /external/v8/test/cctest/
test-circular-queue.cc 3 // Tests of the circular queue.
6 #include "circular-queue-inl.h"
  /frameworks/base/location/java/android/location/
Geofence.java 25 * <p>Currently only circular geofences are supported and they do not support altitude changes.
39 * Create a circular geofence (on a flat, horizontal plane).
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 190 * Initialize the Circular Buffer data. The Tail and Head pointers are NULL.
191 *The number of nodes inside the circular buffer is equal to zero.
204 *Restart the Circular Buffer. The tail points to the same node as the head. The
215 *Add node to the Circular Buffer. Should be use when UseBuffer or AllocateBuffer
268 OMX_TRACE2((_pPrivateData_)->dbg, "**Warning:Circular Buffer Full.\n"); \
273 *Will move the Head of the Circular Buffer to the next element. In the head is the Data of the first Buffer
289 OMX_TRACE1((_pPrivateData_)->dbg, "**Note:Circular Buffer Empty.\n"); \
294 *This Macro will delete a node from the Circular Buffer. It will rearrenge the conections
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
double_colon 109 # TEST 8: Test circular dependency check; PR/1671
112 $answer = "ok\n$make_name: Circular d <- d dependency dropped.\noops\n";
  /external/chromium_org/v8/test/mjsunit/
json.js 307 var circular = [1, 2, 3]; variable
308 circular[2] = circular;
309 assertThrows(function () { JSON.stringify(circular); }, TypeError);
310 assertThrows(function () { JSON.stringify(circular, null, 0); }, TypeError);
  /external/qemu/
qemu-queue.h 6 * circular queues.
45 * lists, simple queues, tail queues, and circular queues.
343 * Circular queue definitions.
361 * Circular queue functions.
432 * Circular queue access methods.
  /system/core/logwrapper/
logwrap.c 67 /* This is a circular buf that holds up to the last ending_buf->buf_size bytes
78 /* read and write offsets into the circular buffer */
148 /* Copy the line into the circular buffer, dealing with possible
272 /* Simplest way to print the circular buffer is allocate a second buf
280 /* The circular buffer will always have at least 1 byte unused,
  /external/chromium_org/skia/ext/
convolver.cc 39 // Stores a list of rows in a circular buffer. The usage is you write into it
75 // order for the maximum number of rows in this circular buffer.
77 // The |first_row_index_| may be negative. This means the circular buffer
80 // Example for a 4-element circular buffer holding coords 6-9.
115 // circular buffer is used.
410 // a circular buffer of convolved rows and do vertical convolution as rows
492 // Get the list of rows that the circular buffer has, in order.
  /external/chromium_org/ppapi/shared_impl/
var_value_conversions.cc 103 // A circular reference is found.
113 // A circular reference is found.
226 // Used to detect circular references.
  /hardware/ti/omap3/dspbridge/inc/
list.h 79 * Allocates and initializes a circular list.
179 * "prev" pointer) to the tail of the list, this list is circular.
280 * "prev" pointer points at the tail of the list), the list is circular.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
list.h 79 * Allocates and initializes a circular list.
179 * "prev" pointer) to the tail of the list, this list is circular.
280 * "prev" pointer points at the tail of the list), the list is circular.
  /development/ndk/platforms/android-3/include/android/
log.h 61 * - The circular log buffer is pretty small (<64KB), sending many messages

Completed in 373 milliseconds

1 2 3 45 6 7 8 91011>>