OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsFull
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fifo_null.h
20
virtual bool
IsFull
() { return false; }
fifo_packet.cc
45
bool FIFOPacket::
IsFull
() {
fifo_char.cc
31
bool FIFOChar::
IsFull
() {
/external/chromium_org/third_party/libjingle/source/talk/base/
atomicops.h
97
if (
IsFull
()) {
146
int
IsFull
() const { return pushed_count_ == popped_count_ + capacity_; }
/external/chromium/chrome/browser/tab_contents/
thumbnail_generator_unittest.cc
293
virtual bool
IsFull
() {
355
ASSERT_TRUE(top_sites->
IsFull
());
/external/chromium_org/third_party/libwebp/utils/
huffman.c
34
static int
IsFull
(const HuffmanTree* const tree) {
129
if (
IsFull
(tree)) return 0; // error: too many symbols.
198
ok = ok &&
IsFull
(tree);
233
ok = ok &&
IsFull
(tree);
/external/webp/src/utils/
huffman.c
34
static int
IsFull
(const HuffmanTree* const tree) {
129
if (
IsFull
(tree)) return 0; // error: too many symbols.
198
ok = ok &&
IsFull
(tree);
233
ok = ok &&
IsFull
(tree);
/external/chromium_org/content/common/gpu/media/
h264_dpb.h
122
bool
IsFull
() const { return pics_.size() == max_num_pics_; }
/external/chromium_org/sync/engine/
get_commit_ids.cc
229
bool
IsFull
() const;
354
bool Traversal::
IsFull
() const {
377
!
IsFull
() && iter != ready_unsynced_set.end(); ++iter) {
412
!
IsFull
() && iter != ready_unsynced_set.end(); ++iter) {
469
!
IsFull
() && iter != ready_unsynced_set.end(); ++iter) {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
jid.cc
134
bool Jid::
IsFull
() const {
141
if (!
IsFull
())
/external/chromium/third_party/libjingle/source/talk/xmpp/
jid.cc
177
Jid::
IsFull
() const {
186
if (!
IsFull
())
/external/chromium_org/base/debug/
trace_event_impl.h
196
bool
IsFull
() const { return next_free_ == kTraceBufferChunkSize; }
230
virtual bool
IsFull
() const = 0;
/external/chromium/chrome/browser/history/
top_sites.cc
198
if (!
IsFull
()) {
515
bool TopSites::
IsFull
() {
801
if (!
IsFull
()) {
[
all
...]
/external/v8/src/
mark-compact.h
184
inline bool
IsFull
() { return ((top_ + 1) & mask_) == bottom_; }
199
if (
IsFull
()) {
211
if (
IsFull
()) {
229
if (
IsFull
()) {
319
inline bool
IsFull
() {
354
if (buffer == NULL || buffer->
IsFull
()) {
/external/chromium_org/v8/src/
mark-compact.h
184
inline bool
IsFull
() { return ((top_ + 1) & mask_) == bottom_; }
199
if (
IsFull
()) {
211
if (
IsFull
()) {
229
if (
IsFull
()) {
339
inline bool
IsFull
() {
374
if (buffer == NULL || buffer->
IsFull
()) {
[
all
...]
Completed in 5512 milliseconds