HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 476 - 500 of 1192) sorted by null

<<11121314151617181920>>

  /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/
developing.jd 28 <p><strong>Git</strong> 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.</p>
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.extensions 75 this.sp=-1; // grow upwards
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 284 Or this element into this set (grow as necessary to accommodate).
  /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/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/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_device_list.js 124 // list is not expected to grow very large. Fixed height items are also
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.mm 125 // the download shelf goes from hidden to shown, we grow the window downwards in
129 // entirely on-screen, we don't grow/shrink the window.
132 // window to accomodate the growth. In this case, we grow the window first
414 // out, measure the current content area size and grow if needed. The
    [all...]
first_run_dialog.mm 201 // the min size, i.e.-never shrink, just grow).
  /external/chromium_org/chrome/browser/ui/gtk/
ssl_client_certificate_selector.cc 156 // dialog. This does however mean the dialog will grow itself if you switch
  /external/chromium_org/net/quic/
quic_http_stream.cc 276 // Grow the read buffer if necessary.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp 203 m_childRuleCSSOMWrappers.grow(ruleCount);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLToken.h 289 m_attributes.grow(m_attributes.size() + 1);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.cpp 294 m_mailboxes.grow(m_mailboxes.size() + 1);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecLatin1.cpp 235 result.grow(resultLength + replacementLength + length - i);
  /external/chromium_org/third_party/icu/source/test/cintltst/
chashtst.c 247 /*set the resize policy to just GROW and SHRINK*/
  /external/chromium_org/third_party/libxml/src/
testC14N.c 178 * Macro used to grow the current buffer.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 156 // Grow the string.
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 104 // Grow the stack.

Completed in 427 milliseconds

<<11121314151617181920>>