Home
last modified time | relevance | path

Searched defs:capacity (Results 101 - 125 of 412) sorted by relevance

12345678910>>...17

/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdata.cpp174 getEquivalentScripts(int32_t script, int32_t dest[], int32_t capacity, UErrorCode &errorCode) const getEquivalentScripts() argument
H A Dcollationsettings.cpp202 int32_t capacity = (totalLength + 3) & ~3; // round up to a multiple of 4 ints in setReorderArrays() local
/third_party/node/deps/icu-small/source/common/
H A Dunistr_cnv.cpp151 int32_t capacity; in extract() local
[all...]
H A Dunistr_case.cpp119 int32_t capacity; in caseMap() local
/third_party/node/deps/icu-small/source/common/unicode/
H A Duniset.h296 int32_t capacity = INITIAL_CAPACITY; // capacity of list member in final
/third_party/node/deps/v8/src/execution/
H A Dmicrotask-queue.h99 intptr_t capacity() const { return capacity_; } in capacity() function in v8::internal::final
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.cc211 void String16Builder::reserveCapacity(size_t capacity) { in reserveCapacity() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-array.cc187 uint32_t capacity = static_cast<uint32_t>(object->elements().length()); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/utils/
H A Ddetachable-vector.h29 size_t capacity() const { return capacity_; } in capacity() function in v8::internal::DetachableVectorBase
/third_party/mesa3d/src/util/
H A Du_dynarray.h50 unsigned capacity; member
85 unsigned capacity = MAX3(DYN_ARRAY_INITIAL_SIZE, buf->capacity * 2, newcap); in util_dynarray_ensure_cap() local
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink_rand.h76 size_t capacity; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp148 uint32_t LazyRandomTypeCollection::capacity() { return Records.size(); } in capacity() function in LazyRandomTypeCollection
H A DMergingTypeTableBuilder.cpp72 uint32_t MergingTypeTableBuilder::capacity() { return SeenRecords.size(); } in capacity() function in MergingTypeTableBuilder
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DLRUCache.hpp217 LRUCache<KEY, DATA, HASH>::LRUCache(size_t capacity) in LRUCache() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdata.cpp174 getEquivalentScripts(int32_t script, int32_t dest[], int32_t capacity, UErrorCode &errorCode) const getEquivalentScripts() argument
H A Dcollationdatawriter.cpp56 RuleBasedCollator::cloneBinary(uint8_t *dest, int32_t capacity, UErrorCode &errorCode) const { in cloneBinary() argument
78 writeBase(const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) writeBase() argument
89 writeTailoring(const CollationTailoring &t, const CollationSettings &settings, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) writeTailoring() argument
99 write(UBool isBase, const UVersionInfo dataVersion, const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) write() argument
[all...]
H A Dcollationsettings.cpp202 int32_t capacity = (totalLength + 3) & ~3; // round up to a multiple of 4 ints in setReorderArrays() local
/third_party/skia/third_party/externals/icu/source/io/
H A Dufile.cpp209 u_fstropen(UChar *stringBuf, int32_t capacity, const char *locale) u_fstropen() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytesinkutil.cpp27 int32_t capacity; in appendChange() local
H A Dcharstr.cpp52 int32_t CharString::extract(char *dest, int32_t capacity, UErrorCode &errorCode) const { in extract() argument
219 UBool CharString::ensureCapacity(int32_t capacity, in ensureCapacity() argument
[all...]
H A Dunistr_case.cpp119 int32_t capacity; in caseMap() local
H A Dunistr_cnv.cpp151 int32_t capacity; in extract() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h290 int32_t capacity = INITIAL_CAPACITY; // capacity of list member in U_FINAL
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyStringArrayList.java101 public LazyStringArrayList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() argument
H A DIntArrayList.java124 public IntList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() argument

Completed in 16 milliseconds

12345678910>>...17