OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:circular
(Results
76 - 100
of
1899
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/elfutils/lib/
list.h
53
/* Add element to the end of a
circular
, double-linked list. */
69
/* Remove element from
circular
, double-linked list. */
106
/* Add element to the rear of a
circular
single-linked list. */
/external/llvm/include/llvm/Support/
circular_raw_ostream.h
10
// This file contains raw_ostream implementations for streams to do
circular
23
/// to a
circular
buffer, or can pass it through directly to an
97
///
circular
-buffered stream, handing it an underlying stream to
/frameworks/native/services/surfaceflinger/
FrameTracker.h
32
// uses a
circular
buffer of frame records, and is *NOT* thread-safe -
42
// NUM_FRAME_RECORDS is the size of the
circular
buffer used to track the
128
// mFrameRecords is the
circular
buffer storing the tracked data for each
/external/chromium_org/third_party/skia/src/core/
SkConvolver.cpp
23
// Stores a list of rows in a
circular
buffer. The usage is you write into it
60
// order for the maximum number of rows in this
circular
buffer.
62
// The |firstRowIndex_| may be negative. This means the
circular
buffer
65
// Example for a 4-element
circular
buffer holding coords 6-9.
101
//
circular
buffer is used.
357
// a
circular
buffer of convolved rows and do vertical convolution as rows
439
// Get the list of rows that the
circular
buffer has, in order.
/external/skia/src/core/
SkConvolver.cpp
23
// Stores a list of rows in a
circular
buffer. The usage is you write into it
60
// order for the maximum number of rows in this
circular
buffer.
62
// The |firstRowIndex_| may be negative. This means the
circular
buffer
65
// Example for a 4-element
circular
buffer holding coords 6-9.
101
//
circular
buffer is used.
357
// a
circular
buffer of convolved rows and do vertical convolution as rows
439
// Get the list of rows that the
circular
buffer has, in order.
/external/kernel-headers/original/linux/
jbd.h
470
* Doubly-linked
circular
list of all buffers reserved but not yet
476
* Doubly-linked
circular
list of all buffers under writeout during
482
* Doubly-linked
circular
list of all metadata buffers owned by this
488
* Doubly-linked
circular
list of all data buffers still to be
494
* Doubly-linked
circular
list of all forget buffers (superseded
501
* Doubly-linked
circular
list of all buffers still to be flushed before
507
* Doubly-linked
circular
list of all buffers submitted for IO while
513
* Doubly-linked
circular
list of temporary buffers currently undergoing
519
* Doubly-linked
circular
list of metadata buffers being shadowed by log
526
* Doubly-linked
circular
list of control buffers being written to th
[
all
...]
mount.h
51
struct list_head mnt_share; /*
circular
list of shared mounts */
/external/chromium_org/build/
gyp_chromium
254
# There shouldn't be a
circular
dependency relationship between .gyp files,
255
# but in Chromium's .gyp files, on non-Mac platforms,
circular
relationships
256
# currently exist. The check for
circular
dependencies is currently
259
# TODO(mark): Find and kill remaining
circular
dependencies, and remove this
261
# TODO(tc): Fix
circular
dependencies in ChromiumOS then add linux2 to the
264
args.append('--no-
circular
-check')
/external/qemu/docs/
AUDIO.TXT
36
- A fixed-size
circular
buffer of stereo samples (for stereo).
46
- A 'rpos' offset into the
circular
buffer which tells where to read the next samples
131
HWVoiceOut: stereo sample
circular
buffer
/dalvik/vm/compiler/codegen/arm/FP/
ThumbPortableFP.cpp
17
/* Forward-declare the portable versions due to
circular
dependency */
/external/chromium_org/base/allocator/
tcmalloc_unittest.cc
54
"
Circular
loop in list detected");
/external/chromium_org/content/renderer/media/
webaudio_capturer_source.h
62
// To avoid
circular
reference, a raw pointer is kept here.
/external/chromium_org/media/audio/alsa/
alsa_input.h
69
// want
circular
references. Additionally, stream objects live on the audio
/external/chromium_org/media/video/capture/win/
pin_base_win.h
101
// that would create a
circular
reference count.
/external/chromium_org/ppapi/shared_impl/
var_value_conversions.h
34
// - there exist
circular
references, i.e., an array or dictionary is its own
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioFIFO.h
57
// The FIFO itself. In reality, the FIFO is a
circular
buffer.
ReverbAccumulationBuffer.h
37
// ReverbAccumulationBuffer is a
circular
delay buffer with one client reading from it and multiple clients
/external/chromium_org/third_party/icu/source/common/
ucln.h
37
* cleanup functions are needed in order to prevent a
circular
dependency
/external/chromium_org/v8/src/
circular-queue-inl.h
31
#include "
circular
-queue.h"
cpu-profiler-inl.h
34
#include "
circular
-queue-inl.h"
/external/icu4c/common/
ucln.h
37
* cleanup functions are needed in order to prevent a
circular
dependency
/external/v8/src/
cpu-profiler-inl.h
34
#include "
circular
-queue-inl.h"
/frameworks/base/libs/hwui/
ProgramCache.cpp
76
//
Circular
77
"varying highp vec2
circular
;\n"
79
"varying highp vec2
circular
;\n"
103
//
Circular
104
"
circular
= (screenSpace * position).xy;\n"
106
"
circular
= (screenSpace * position).xy;\n"
253
//
Circular
254
" vec4 gradientColor = texture2D(gradientSampler, vec2(length(
circular
), 0.5));\n",
256
" vec4 gradientColor = mix(startColor, endColor, clamp(length(
circular
), 0.0, 1.0));\n",
/frameworks/base/packages/Keyguard/res/values-sw720dp/
dimens.xml
49
<!-- Stroke width of the frame for the
circular
avatars. -->
/frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerSwatch.java
30
* Creates a
circular
swatch of a specified color. Adds a checkmark if marked as checked.
Completed in 902 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>