Home
last modified time | relevance | path

Searched defs:capacity (Results 451 - 475 of 563) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp177 extractPackageName(const char *filename, char pkg[], int32_t capacity) extractPackageName() argument
251 makeFullFilename(const char *path, const char *name, char *filename, int32_t capacity) makeFullFilename() argument
282 makeFullFilenameAndDirs(const char *path, const char *name, char *filename, int32_t capacity) makeFullFilenameAndDirs() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dtransreg.cpp275 static const int32_t capacity = 10; in TransliteratorSpec() local
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp431 int32_t capacity = 0; in printNoteElements() local
497 int32_t capacity = src->fLength + 1; in printComments() local
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp431 int32_t capacity = 0; in printNoteElements() local
497 int32_t capacity = src->fLength + 1; in printComments() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc960 uint32_t capacity = dict.Capacity(); in CollectElementIndices() local
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc299 TNode<IntPtrT> capacity = SmiUntag(LoadFixedArrayBaseLength(elements)); in TryRewriteElements() local
582 TNode<IntPtrT> capacity = SmiUntag(LoadFixedArrayBaseLength(elements)); in EmitGenericElementStore() local
589 TNode<IntPtrT> capacity = SmiUntag(LoadFixedArrayBaseLength(elements)); in EmitGenericElementStore() local
/third_party/node/deps/v8/src/objects/
H A Dswiss-name-dictionary-inl.h46 void SwissNameDictionary::SetCapacity(int capacity) { in SetCapacity() argument
49 WriteField<int32_t>(CapacityOffset(), capacity); in SetCapacity() local
73 constexpr bool SwissNameDictionary::IsValidCapacity(int capacity) { in IsValidCapacity() argument
80 constexpr int SwissNameDictionary::DataTableSize(int capacity) { in DataTableSize() argument
85 CtrlTableSize(int capacity) CtrlTableSize() argument
92 SizeFor(int capacity) SizeFor() argument
101 MaxUsableCapacity(int capacity) MaxUsableCapacity() argument
340 int capacity = table->Capacity(); EnsureGrowable() local
358 int capacity = Capacity(); SetCtrl() local
409 int capacity = Capacity(); SetMetaTableField() local
424 int capacity = Capacity(); GetMetaTableField() local
462 MetaTableSizePerEntryFor(int capacity) MetaTableSizePerEntryFor() argument
477 MetaTableSizeFor(int capacity) MetaTableSizeFor() argument
558 Initialize(IsolateT* isolate, ByteArray meta_table, int capacity) Initialize() argument
706 DataTableEndOffset(int capacity) DataTableEndOffset() argument
711 CtrlTableStartOffset(int capacity) CtrlTableStartOffset() argument
716 PropertyDetailsTableStartOffset( int capacity) PropertyDetailsTableStartOffset() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp960 getEquivalentReorderCodes(int32_t reorderCode, int32_t *dest, int32_t capacity, UErrorCode &errorCode) getEquivalentReorderCodes() argument
H A Dnumber_decimalquantity.cpp1193 void DecimalQuantity::ensureCapacity(int32_t capacity) { in ensureCapacity() argument
1268 int32_t capacity in checkHealth() local
[all...]
H A Dtransreg.cpp279 static const int32_t capacity = 10; in TransliteratorSpec() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp431 int32_t capacity = 0; in printNoteElements() local
497 int32_t capacity = src->fLength + 1; in printComments() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpackage.cpp177 extractPackageName(const char *filename, char pkg[], int32_t capacity) extractPackageName() argument
251 makeFullFilename(const char *path, const char *name, char *filename, int32_t capacity) makeFullFilename() argument
282 makeFullFilenameAndDirs(const char *path, const char *name, char *filename, int32_t capacity) makeFullFilenameAndDirs() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h70 uint64_t capacity; member
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalematcher.cpp770 acceptLanguage(UEnumeration &supportedLocales, Locale::Iterator &desiredLocales, char *dest, int32_t capacity, UAcceptResult *acceptResult, UErrorCode &errorCode) acceptLanguage() argument
H A Duresdata.cpp639 int32_t ResourceDataValue::getStringArray(UnicodeString *dest, int32_t capacity, in getStringArray() argument
644 int32_t ResourceDataValue::getStringArrayOrStringAsArray(UnicodeString *dest, int32_t capacity, in getStringArrayOrStringAsArray() argument
386 getStringArray(const ResourceData *pResData, const icu::ResourceArray &array, icu::UnicodeString *dest, int32_t capacity, UErrorCode &errorCode) getStringArray() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h4561 setArray(char16_t *array, int32_t len, int32_t capacity) setArray() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h433 Assembler( size_t capacity, PositionIndependentCodeOption pic = PositionIndependentCode) Assembler() argument
440 Assembler(byte* buffer, size_t capacity, PositionIndependentCodeOption pic = PositionIndependentCode) Assembler() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBinaryWriter.java842 final AllocatedBuffer newHeapBuffer(int capacity) { in newHeapBuffer() argument
850 final AllocatedBuffer newDirectBuffer(int capacity) { in newDirectBuffer() argument
947 private void nextBuffer(int capacity) { in nextBuffer() argument
1485 private void nextBuffer(int capacity) { in nextBuffer() argument
2000 private void nextBuffer(int capacity) { in nextBuffer() argument
2554 nextBuffer(int capacity) nextBuffer() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h133 SizeType capacity; member
218 Pointer Allocate(SizeType capacity) { in Allocate() argument
453 void SetAllocatedData(pointer data, size_type capacity) { in SetAllocatedData() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dfloat_conversion.cc72 static void RunWithCapacity(size_t capacity, Func f) { in RunWithCapacity() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
H A Ddrv_symc_v200.c1917 hi_void drv_symc_get_capacity(symc_capacity *capacity) in drv_symc_get_capacity() argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dpower_supply.h337 int capacity; /* percent */ member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dtopology.c2089 unsigned long capacity; in asym_cpu_capacity_level() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h438 explicit AudioSafeBlockQueue(int capacity) : maxSize_(capacity) in AudioSafeBlockQueue() argument
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp1100 int64_t FfiOHOSCreateImageReceiver(int32_t width, int32_t height, int32_t format, int32_t capacity) in FfiOHOSCreateImageReceiver() argument
1443 int64_t FFiOHOSImageCreatorConstructor(int32_t width, int32_t height, int32_t format, int32_t capacity) in FFiOHOSImageCreatorConstructor() argument

Completed in 55 milliseconds

1...<<11121314151617181920>>...23