OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:circular
(Results
51 - 75
of
1899
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
ThreadPool.h
60
unsigned mMaxClosures; ///< Number of slots in
circular
buffer for closures, not counting spare
62
Closure **mClosureArray; ///< The
circular
buffer of closures
/external/chromium_org/chrome/common/
partial_circular_buffer.h
11
// A wrapper around a memory buffer that allows
circular
read and write with a
18
//
circular
. The very first part is the header (see the BufferData struct
/external/chromium_org/chrome/renderer/net/
predictor_queue.h
5
// DnsQueue is implemented as an almost FIFO
circular
buffer for text
73
const scoped_ptr<char[]> buffer_; //
Circular
buffer, plus extra char ('\0').
/external/chromium_org/third_party/tlslite/tlslite/
SessionCache.py
39
#
Circular
list of (sessionID, timestamp) pairs
85
#Search through the
circular
list, deleting expired elements until
/external/qemu/android/utils/
list.h
17
/* Encapsulates a double-linked,
circular
list.
21
* - The list is
circular
, i.e. the "last" list entry references the "list head"
/frameworks/base/libs/hwui/
DisplayListLogBuffer.cpp
26
* list operations in a
circular
buffer. The log is process-wide, because we
35
* The log is implemented as a
circular
buffer for both space and performance
/bionic/libdl/
Android.mk
32
# against libc creating a
circular
dependency which is removed and we end up
/dalvik/vm/compiler/codegen/arm/
Codegen.h
37
/* Forward decalraton the portable versions due to
circular
dependency */
/dalvik/vm/compiler/codegen/mips/
Codegen.h
37
/* Forward-declare the portable versions due to
circular
dependency */
/external/chromium/chrome/browser/nacl_host/
nacl_process_host.h
45
// depends on chrome.gyp (
circular
dependency).
/external/chromium_org/chrome/browser/spellchecker/
word_trimmer.cc
21
// A
circular
buffer of the last |keep + 1| words seen before position |start|
/external/chromium_org/mojo/system/
local_data_pipe.h
66
//
Circular
buffer.
/external/chromium_org/skia/
skia_chrome_opts.target.darwin-arm.mk
64
# Enable grouping to fix
circular
references
skia_chrome_opts.target.linux-arm.mk
64
# Enable grouping to fix
circular
references
/external/chromium_org/third_party/leveldatabase/src/db/
snapshot.h
23
// SnapshotImpl is kept in a doubly-linked
circular
list
/external/jsilver/src/com/google/streamhtmlparser/util/
JavascriptTokenBuffer.java
24
* Implements a
circular
(ring) buffer of characters with specialized
54
/** Storage implementing the
circular
buffer. */
57
/** Index of the first item in our
circular
buffer. */
60
/** Index of the last item in our
circular
buffer. */
/external/llvm/lib/Support/
circular_raw_ostream.cpp
10
// This implements support for
circular
buffered streams.
/external/v8/src/
circular-queue-inl.h
31
#include "
circular
-queue.h"
/frameworks/av/include/media/nbaio/
NBLog.h
77
char mBuffer[0]; //
circular
buffer for entries
102
const size_t mSize; //
circular
buffer size in bytes, must be a power of 2
142
const size_t mSize; //
circular
buffer size in bytes, must be a power of 2
186
const size_t mSize; //
circular
buffer size in bytes, must be a power of 2
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayAllPass_Sat_32x16To32.c
85
/* Make the delay buffer a
circular
buffer */
/external/apache-http/src/org/apache/http/client/params/
ClientPNames.java
87
* Defines whether
circular
redirects (redirects to the same location) should be allowed.
88
* The HTTP spec is not sufficiently clear whether
circular
redirects are permitted,
94
public static final String ALLOW_CIRCULAR_REDIRECTS = "http.protocol.allow-
circular
-redirects";
/external/chromium/net/base/
nss_memio.h
23
NSPR I/O layer that terminates in a pair of
circular
buffers
40
/* Create the I/O layer and its two
circular
buffers. */
62
* NSS after it reads the last byte from the
circular
buffer.
/external/chromium_org/net/base/
nss_memio.h
22
NSPR I/O layer that terminates in a pair of
circular
buffers
39
/* Create the I/O layer and its two
circular
buffers. */
73
* NSS after it reads the last byte from the
circular
buffer.
/external/e2fsprogs/lib/ext2fs/
kernel-jbd.h
373
/* Doubly-linked
circular
list of all inodes owned by this
380
/* Doubly-linked
circular
list of all buffers reserved but not
384
/* Doubly-linked
circular
list of all metadata buffers owned by this
389
* Doubly-linked
circular
list of all data buffers still to be
396
* Doubly-linked
circular
list of all writepage data buffers
402
/* Doubly-linked
circular
list of all forget buffers (superceded
408
* Doubly-linked
circular
list of all buffers still to be
414
/* Doubly-linked
circular
list of temporary buffers currently
418
/* Doubly-linked
circular
list of metadata buffers being
424
/* Doubly-linked
circular
list of control buffers being writte
[
all
...]
Completed in 569 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>