HomeSort by relevance Sort by last modified time
    Searched full:capacity (Results 526 - 550 of 1135) sorted by null

<<21222324252627282930>>

  /external/chromium/base/
string_piece.h 134 size_type capacity() const { return length_; } function in class:base::StringPiece
  /external/chromium/chrome/browser/
keychain_mock_mac.h 45 // If there are unused slots in the Mock Keychain's capacity, the new item
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.mm 79 // NSMutableArray needs an initial capacity, and we rarely ever see
  /external/chromium/googleurl/src/
url_canon_stdstring.h 64 str_->resize(str_->capacity());
  /external/chromium/net/websockets/
websocket.h 203 // [offset..capacity) is free space.
  /external/chromium/sdch/open-vcdiff/src/
varint_bigendian.h 91 // If parsing a varint at *ptr (without exceeding the capacity of
  /external/chromium/testing/gtest/samples/
sample8_unittest.cc 89 // both within and outside PreCalculatedPrimeTable's capacity and also with
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.cc 173 if (Length() + len > Capacity())
  /external/e2fsprogs/misc/
e2image.8.in 112 as part of bug reports to e2fsprogs. When used in this capacity, the
  /external/flac/libFLAC/
md5.c 231 ctx->capacity = 0;
270 ctx->capacity = 0;
408 if(ctx->capacity < bytes_needed) {
416 ctx->capacity = bytes_needed;
  /external/freetype/src/truetype/
ttinterp.h 174 FT_UShort maxPoints; /* capacity of this context's `pts' */
  /external/gtest/samples/
sample8_unittest.cc 89 // both within and outside PreCalculatedPrimeTable's capacity and also with
  /external/guava/src/com/google/common/collect/
ArrayListMultimap.java 77 * Constructs an empty {@code ArrayListMultimap} with enough capacity to hold
HashMultimap.java 64 * Constructs an empty {@code HashMultimap} with enough capacity to hold the
  /external/icu4c/common/unicode/
usprep.h 238 * @param destCapacity The capacity of destination array
utf16.h 304 * @param i string offset, must be i<capacity
305 * @param capacity size of the string buffer
311 #define U16_APPEND(s, i, capacity, c, isError) { \
314 } else if((uint32_t)(c)<=0x10ffff && (i)+1<(capacity)) { \
  /external/icu4c/common/
uset.cpp 608 // if(length+more>set->capacity) {
610 // int32_t newCapacity=set->capacity+set->capacity/2+USET_GROW_DELTA;
615 // set->capacity=newCapacity;
  /external/icu4c/tools/toolutil/
uparse.h 109 * @param destCapacity Capacity of dest in numbers of UChars.
  /external/jpeg/
jfdctflt.c 14 * on the hardware's floating point capacity.
  /external/llvm/lib/Support/Windows/
PathV2.inc 101 DWORD len = ::GetTempPathW(result.capacity(), result.begin());
106 if (len > result.capacity()) {
142 DWORD len = ::GetCurrentDirectoryW(cur_path.capacity(), cur_path.data());
150 if (len > cur_path.capacity()) {
  /external/proguard/src/proguard/wtk/
default.pro 107 public int capacity();
  /external/protobuf/gtest/samples/
sample8_unittest.cc 89 // both within and outside PreCalculatedPrimeTable's capacity and also with
  /external/qemu/
buffered_file.c 54 DPRINTF("increasing buffer capacity from %zu by %zu\n",
vnc.h 54 size_t capacity; member in struct:Buffer
  /external/stlport/stlport/stl/
_string.c 153 // Change the string's capacity so that it is large enough to hold
155 // if __res_arg < capacity(), this member function may actually decrease
156 // the string's capacity.
228 if (__n < capacity()) {

Completed in 2592 milliseconds

<<21222324252627282930>>