/third_party/icu/icu4c/source/tools/icuswap/ |
H A D | icuswap.cpp | 12 * tab size: 8 (not used) 62 int32_t size; in fileSize() local 65 size=(int32_t)ftell(f); in fileSize() 67 return size; in fileSize()
|
/third_party/icu/icu4c/source/samples/cal/ |
H A D | cal.c | 312 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status); in get_symbols() local 314 array[idx] = (UChar *) malloc(sizeof(UChar) * size); in get_symbols() 317 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status); in get_symbols()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Region.java | 216 regions = new ArrayList<Region>(regionCodes.size()); in loadRegionData() 410 if ( r.type == RegionType.DEPRECATED && r.preferredValues.size() == 1) { in getInstance() 446 if ( r.type == RegionType.DEPRECATED && r.preferredValues.size() == 1) { in getInstance()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvhz.cpp | 10 * tab size: 8 (not used) 537 int32_t size, bufferSizeNeeded = sizeof(struct cloneHZStruct); in _HZ_SafeClone() local 543 if (*pBufferSize == 0){ /* 'preflighting' request - set needed size into *pBufferSize */ in _HZ_SafeClone() 556 size = (int32_t)sizeof(UConverter); in _HZ_SafeClone() 558 ucnv_safeClone(((UConverterDataHZ*)cnv->extraInfo)->gbConverter, &localClone->subCnv, &size, status); in _HZ_SafeClone()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | LikelySubtagsBuilder.java | 213 if (scripts.size() == 1) { in writeScripts() 216 if (regions.size() > 1) { in writeScripts() 233 if (regions.size() == 1) { in writeRegions()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 222 int s = factories.size(); in iterate() 352 List factories = new ArrayList(locales.size()); in getFactoryCollection() 437 Factory[] factories = (Factory[])fc.toArray(new Factory[fc.size()]); in Test04_WitheringService()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBImporter.java | 138 for (int i=0; i < gv.size(); i++) { in importResource() 152 for (int i=0; i < gv.size(); i++) { in importResource() 217 for (int i=0; i < v.size(); i++) { in resolveEncodings()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/ |
H A D | JacocoReportCheck.java | 116 if (noCoverageSet.size() > 0) { in main() 125 if (coveredButExcludedSet.size() > 0) { in main() 136 if (noCoverageSet.size() > 0) { in main()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | FormattedValueTest.java | 173 assertEquals(baseMessage + "All known fields should be in the iterator", uniqueFields.size(), allAttributes.size()); in checkFormattedValue() 184 int attributesRemaining = currentAttributes.size(); in checkFormattedValue()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | FormattedValueTest.java | 171 assertEquals(baseMessage + "All known fields should be in the iterator", uniqueFields.size(), allAttributes.size()); in checkFormattedValue() 176 int attributesRemaining = currentAttributes.size(); in checkFormattedValue()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 219 int s = factories.size(); in iterate() 349 List factories = new ArrayList(locales.size()); in getFactoryCollection() 434 Factory[] factories = (Factory[])fc.toArray(new Factory[fc.size()]); in Test04_WitheringService()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Region.java | 210 regions = new ArrayList<Region>(regionCodes.size()); in loadRegionData() 386 if ( r.type == RegionType.DEPRECATED && r.preferredValues.size() == 1) { in getInstance() 421 if ( r.type == RegionType.DEPRECATED && r.preferredValues.size() == 1) { in getInstance()
|
/third_party/libunwind/libunwind/include/ |
H A D | dwarf_i.h | 13 the size of an unw_word_t. */ 369 int size = dwarf_addr_size (as); in dwarf_read_encoded_pointer_inlined() local 370 *addr = (initial_addr + size - 1) & -size; in dwarf_read_encoded_pointer_inlined()
|
/third_party/libuv/test/ |
H A D | test-tty.c | 150 static void tty_raw_alloc(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in tty_raw_alloc() argument 151 buf->base = malloc(size); in tty_raw_alloc() 152 buf->len = size; in tty_raw_alloc()
|
H A D | test-ping-pong.c | 55 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument 56 buf->base = malloc(size); in alloc_cb() 57 buf->len = size; in alloc_cb()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-misc.h | 92 * lws_buflist_total_len(): Get the total size of the buflist 175 * Iterates through the buflist segments showing position and size. 200 * \param size: bytes left in destination buffer 208 lws_snprintf(char *str, size_t size, const char *format, ...) LWS_FORMAT(3); 215 * \param size: bytes left in destination buffer 221 lws_strncpy(char *dest, const char *src, size_t size); 299 * the size of strlen(h) 616 lws_set_allocator(void *(*realloc)(void *ptr, size_t size, const char *reason));
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | unwind_decoder.h | 62 * UNW_DEC_MEM_STACK_F(fmt,t,size,arg) 293 unw_word t, size; in unw_decode_p7_p10() local 302 size = unw_decode_uleb128 (&dp); in unw_decode_p7_p10() 303 UNW_DEC_MEM_STACK_F(P7, t, size, arg); in unw_decode_p7_p10()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | perf_event.h | 395 __u32 size; member 488 * Defines size of the user stack to dump on samples. 681 __u32 size; /* Header size up to __reserved[] fields. */ member 717 * data_{offset,size} indicate the location and size of the perf record 723 __u64 data_size; /* data buffer size */ 726 * AUX area is defined by aux_{offset,size} fields that should be set 814 __u16 size; member 857 * relative to header.size [all...] |
/third_party/mbedtls/library/ |
H A D | x509_create.c | 180 * \param data Output buffer of size \p data_size. 467 unsigned char *sig, size_t size, in mbedtls_x509_write_sig() 474 if (*p < start || (size_t) (*p - start) < size) { in mbedtls_x509_write_sig() 478 len = size; in mbedtls_x509_write_sig() 465 mbedtls_x509_write_sig(unsigned char **p, unsigned char *start, const char *oid, size_t oid_len, unsigned char *sig, size_t size, mbedtls_pk_type_t pk_alg) mbedtls_x509_write_sig() argument
|
H A D | x509_csr.c | 528 int mbedtls_x509_csr_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info() argument 537 n = size; in mbedtls_x509_csr_info() 602 return (int) (size - n); in mbedtls_x509_csr_info()
|
H A D | x509_crl.c | 594 int mbedtls_x509_crl_info(char *buf, size_t size, const char *prefix, in mbedtls_x509_crl_info() argument 603 n = size; in mbedtls_x509_crl_info() 662 return (int) (size - n); in mbedtls_x509_crl_info()
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api-binary-operations-comparisons.cpp | 51 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument 54 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
|
H A D | test-typedarray.cpp | 363 static void* context_alloc_fn(size_t size, void* cb_data) 366 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size;
|
H A D | test-api-binary-operations-arithmetics.cpp | 71 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument 74 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_fmask_copy.c | 228 uint64_t src_offset, dst_offset, size; in radv_fixup_copy_dst_metadata() local 238 size = src_image->planes[0].surface.cmask_size + src_image->planes[0].surface.fmask_size; in radv_fixup_copy_dst_metadata() 243 src_offset, dst_offset, size); in radv_fixup_copy_dst_metadata() 273 /* Source/destination images must have identical size. */ in radv_can_use_fmask_copy()
|