OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overflowed
(Results
1 - 25
of
122
) sorted by null
1
2
3
4
5
/external/bison/src/
location.h
33
If this is INT_MAX, the line number has
overflowed
. */
38
If this is INT_MAX, the column number has
overflowed
. */
/development/simulator/wrapsim/
Log.c
56
/* if we
overflowed
, trim and annotate */
/external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_defs.h
33
// Input bitstream buffer
overflowed
(frame too large or couldn't find frame marker). Data will be dropped until the next frame marker is found
/external/opencore/nodes/pvomxencnode/include/
pvmf_omx_enc_defs.h
33
// Input bitstream buffer
overflowed
(frame too large or couldn't find frame marker).
/external/quake/quake/src/QW/server/
sv_nchan.c
44
cl->netchan.message.
overflowed
= true; // this will drop the client
69
if (cl->backbuf.
overflowed
) {
71
cl->netchan.message.
overflowed
= true; // this will drop the client
sv_send.c
578
msg.
overflowed
= false;
590
if (client->datagram.
overflowed
)
591
Con_Printf ("WARNING: datagram
overflowed
for %s\n", client->name);
600
if (msg.
overflowed
)
602
Con_Printf ("WARNING: msg
overflowed
for %s\n", client->name);
666
if (sv.datagram.
overflowed
)
750
// if the reliable message
overflowed
,
752
if (c->netchan.message.
overflowed
)
756
SV_BroadcastPrintf (PRINT_HIGH, "%s
overflowed
\n", c->name);
/external/bison/lib/
xalloc.h
66
SIZE_MAX - 1, since SIZE_MAX might represent an
overflowed
value.
/external/ipsec-tools/src/racoon/
evt.h
62
#define EVTT_OVERFLOW 12 /* Event queue
overflowed
*/
evt.c
74
"Cannot record event: event queue
overflowed
\n");
/external/oprofile/libdb/
db_insert.c
80
* non
overflowed
node if one exist. When we
/frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java
101
* The returned value includes allocations that
overflowed
because they where too large
103
* that
overflowed
because no space was left in the page cache.
/external/v8/src/
mark-compact.cc
210
// the marking stack. Instead, we mark them as both marked and
overflowed
.
211
// When the stack is in the
overflowed
state, objects marked as
overflowed
214
// the heap looking for objects marked as
overflowed
, push them on the stack,
367
//
overflowed
objects in the heap.
496
//
overflowed
.
504
// Fill the marking stack with
overflowed
objects returned by the given
549
// There may be
overflowed
objects in the heap. Visit them now.
550
while (marking_stack.
overflowed
()) {
594
// marking stack have been marked, or are
overflowed
in the heap
[
all
...]
/external/icu4c/common/unicode/
bytestream.h
138
* and
Overflowed
() will return true.
188
UBool
Overflowed
() const { return overflowed_; }
/hardware/ti/wlan/wl1271/utils/
queue.c
268
* Queue is
overflowed
, return TI_NOK.
369
* Queue is
overflowed
, return TI_NOK.
/system/wlan/ti/wilink_6_1/utils/
queue.c
265
* Queue is
overflowed
, return TI_NOK.
356
* Queue is
overflowed
, return TI_NOK.
/external/icu4c/common/
ucnv_cb.c
107
/*
Overflowed
the target. Now, we'll write into the charErrorBuffer.
/external/kernel-headers/original/linux/
inotify.h
42
#define IN_Q_OVERFLOW 0x00004000 /* Event queued
overflowed
*/
/dalvik/libcore/json/src/test/java/org/json/
JSONArrayTest.java
457
fail("Stack
overflowed
on input: \"[\"");
489
fail("Stack
overflowed
on input: \"[\"");
ParsingTest.java
213
fail("Stack
overflowed
on input: \"" + malformedJson + "\"");
/external/icu4c/test/intltest/
strtest.cpp
470
!sink.
Overflowed
())
483
sink.
Overflowed
())
/external/quake/quake/src/QW/client/
net_chan.c
53
If the message buffer is
overflowed
, either by a single message, or by
232
if (chan->message.
overflowed
)
/dalvik/vm/
StdioConverter.c
265
* See if we
overflowed
. If so, cut it off.
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gcov
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gcov
/prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-gcov
Completed in 426 milliseconds
1
2
3
4
5