HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 251 - 275 of 765) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Support/
raw_ostream.cpp 377 assert(BytesUsed > NextBufferSize && "Didn't grow buffer!?");
692 // make sure that we don't grow the buffer unnecessarily on destruction (when
728 // Grow the vector if necessary.
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
parse-js.js 467 function grow(op) {
472 return grow(bigger);
477 return token("operator", grow(prefix || next()));
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebHistory.cpp 366 // Determine how much to grow the vector. Use the worst case for utf8 to
371 // Grow the vector. This will change the value of v.size() but we
373 v.grow(length);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 886 private void grow() { method in class:ScheduledThreadPoolExecutor.DelayedWorkQueue
984 grow(); method
    [all...]
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 22 * grow the stack save area above it, fill certain fields in StackSaveArea and
  /dalvik/vm/interp/
Stack.h 31 they grow downward). They may be merged with the native stack at a
  /docs/source.android.com/src/source/
initializing.md 117 saves space while allowing to grow later as the need arises. Be sure to select
version-control.md 21 **Git** is an open-source version-control system designed to handle very large projects that are distributed over multiple repositories. In the context of Android, we use Git for local operations such as local branching, commits, diffs, and edits. One of the challenges in setting up the Android project was figuring out how to best support the outside community--from the hobbiest community to large OEMs building mass-market consumer devices. We wanted components to be replaceable, and we wanted interesting components to be able to grow a life of their own outside of Android. We first chose a distributed revision control system, then further narrowed it down to Git.
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMap.java 66 * Amount to grow token queue when it becomes full
  /external/bison/lib/
bitset.c 37 of TYPE. The bitset may grow to require more bytes than this. */
  /external/bluetooth/glib/gio/
gmemoryoutputstream.c 180 * /&ast; a stream that can grow &ast;/
  /external/chromium/base/
mach_ipc_mac.h 209 // Returns total storage size that this object can grow to, this is inclusive
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.mm 481 // Grow the sheet.
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.mm 148 // Grow the parent views
  /external/chromium/chrome/browser/ui/cocoa/
first_run_dialog.mm 204 // the min size, i.e.-never shrink, just grow).
  /external/chromium/chrome/browser/ui/gtk/
ssl_client_certificate_selector.cc 152 // dialog. This does however mean the dialog will grow itself if you switch
  /external/chromium/googleurl/src/
url_canon.h 123 // Grow the buffer to hold at least one more item. Hopefully we won't have
125 if (!Grow(1))
136 if (!Grow(cur_len_ + str_len - buffer_len_))
147 bool Grow(int min_additional) {
    [all...]
  /external/e2fsprogs/resize/
main.c 329 * grow in size this can potentially require multiple inode
  /external/emma/core/java12/com/vladium/util/
IntIntMap.java 288 // only grow in size
IntObjectMap.java 246 // only grow in size
IntSet.java 218 // only grow in size
ObjectIntMap.java 284 // only grow in size
  /external/icu4c/test/cintltst/
chashtst.c 247 /*set the resize policy to just GROW and SHRINK*/
  /external/kernel-headers/original/linux/
lockdep.h 129 * We only grow the list, never remove from it:
tcp.h 282 __u16 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */

Completed in 1016 milliseconds

<<11121314151617181920>>