OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grow
(Results
51 - 75
of
1206
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
FastQueue.java
34
/** A queue that can dequeue and get(i) in O(1) and
grow
arbitrarily large.
40
* buffer will not
grow
too large.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.h
34
/** A queue that can dequeue and get(i) in O(1) and
grow
arbitrarily large.
40
* buffer will not
grow
too large.
FastQueue.m
34
/** A queue that can dequeue and get(i) in O(1) and
grow
arbitrarily large.
40
* buffer will not
grow
too large.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntArrayList.java
61
grow
();
method
75
protected void
grow
() {
method in class:IntArrayList
/external/chromium_org/net/websockets/
websocket_inflater.h
28
// input queue. The input queue can
grow
without limit.
94
// this queue itself can
grow
without limit.
/external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_line_reader.cpp
98
// Before reading more data,
grow
the buffer if needed.
107
LLOG("%s:
GROW
buff_size=%d buff_capacity=%d '%.*s'\n",
/external/chromium_org/third_party/sqlite/src/test/
tt3_checkpoint.c
34
** The expectation is that in the first case the WAL file will
grow
very
135
test_error(&err, "WAL failed to
grow
- %d frames", ctx.nMaxFrame);
tkt-94c04eaadb.test
28
#
Grow
the file to larger than 4096MB (2^32 bytes)
/external/llvm/include/llvm/ADT/
IndexedMap.h
14
// map. A member function
grow
() is provided that given the value of
65
void
grow
(IndexT n) {
function in class:llvm::IndexedMap
/external/llvm/lib/Support/
IntEqClasses.cpp
25
void IntEqClasses::
grow
(unsigned N) {
function in class:IntEqClasses
26
assert(NumClasses == 0 && "
grow
() called after compress().");
/ndk/sources/android/crazy_linker/src/
crazy_linker_line_reader.cpp
98
// Before reading more data,
grow
the buffer if needed.
107
LLOG("%s:
GROW
buff_size=%d buff_capacity=%d '%.*s'\n",
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChainDirectory.java
36
* care not to
grow
beyond this limit.
130
"directory would
grow
beyond " + MAX_SIZE + " bytes",
/art/runtime/gc/space/
malloc_space.h
56
// Allocate num_bytes allowing the underlying space to
grow
.
59
// Allocate num_bytes without allowing the underlying space to
grow
.
94
// allocations fail we GC before increasing the footprint limit and allowing the mspace to
grow
.
173
// The underlying mem_map_ controls the maximum size we allow the heap to
grow
to. The growth
/external/chromium_org/chrome/browser/resources/net_internals/
status_view.html
9
<span style='-webkit-flex-
grow
: 1'>
/external/chromium_org/ppapi/api/private/
ppb_tcp_server_socket_private.idl
34
*
grow
. |callback| is invoked when |tcp_server_socket| is ready to
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.cpp
93
m_buffer.
grow
(writePosition + maxLength);
116
m_buffer.
grow
(writePosition + bufferIncrementUnit);
179
m_buffer.
grow
(writePosition + bufferIncrementUnit);
211
m_buffer.
grow
(writePosition + bufferIncrementUnit);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.cc
54
// Note: We
grow
one byte more than Java version. VC debuggers shows
growable_memory_byte_array.h
25
// std::vector inside and let it
grow
by calling resize().
/external/chromium_org/ui/file_manager/video_player/css/
arrow_box.css
17
flex-
grow
: 1;
/external/llvm/test/
CMakeLists.txt
15
# Set the depends list as a variable so that it can
grow
conditionally.
/external/qemu/android/base/
StringFormat.cpp
74
// |extra|.
Grow
the buffer to allow for more room, then try again.
/external/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.cc
54
// Note: We
grow
one byte more than Java version. VC debuggers shows
growable_memory_byte_array.h
25
// std::vector inside and let it
grow
by calling resize().
/frameworks/support/v7/appcompat/res/values/
config.xml
26
maximum (let them
grow
as large as the screen). Actual values are
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py
58
# check that caches do not
grow
too large
Completed in 2249 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>