/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | Counter.java | 95 return size(); in getItemCount() 172 public int size() { in size() method in Counter 173 return map.size(); in size()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | LocaleData.java | 375 * A class that represents the size of letter head 406 * Returns the size of paper used in the locale. The paper sizes returned are always in 409 * @return The paper size used in the locale 414 int[] size = obj.getIntVector(); in getPaperSize() 415 return new PaperSize(size[0], size[1]); in getPaperSize()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | usb.h | 290 uint16_t index, void *data, uint16_t size, usb_timeout_t timeout); 305 void *usb_buffer_alloc(struct usb_device *dev, usb_size_t size, 309 void usb_buffer_free(struct usb_device *dev, usb_size_t size, void *addr, uint8_t dma_addr);
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | RuleParser.java | 79 for (int lineIndex = 0; lineIndex < configLines.size(); lineIndex++) { in parseLines() 97 while (++lineIndex < configLines.size() in parseLines() 126 p -> VarString.of(p.size() > 1 ? p.get(1) : "", staticVarMap::get))); in parseResultSpec()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBJavaExporter.java | 69 for (int i=0; i < bundle_v.size(); i++) { in export() 93 for (int j=0; j < group_v.size(); j++) { in export() 96 for (int k=0; k < item_v.size(); k++) { in export()
|
H A D | RBICUExporter.java | 68 for (int i=0; i < bundle_v.size(); i++) { in export() 83 for (int j=0; j < group_v.size(); j++) { in export() 87 int itemVectSize = itemVect.size(); in export()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
H A D | XMLRecordWriter.java | 42 int ix = nameStack.size() - 1; in close() 240 int ix = nameStack.size() - 1; in pop() 248 for (int i = 0; i < nameStack.size(); ++i) { in newline()
|
H A D | XMLRecordReader.java | 59 int ix = nameStack.size() - 1; in close() 169 return list.toArray(new String[list.size()]); in stringArray() 184 return list.toArray(new String[list.size()][]); in stringTable()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | LocaleData.java | 364 * A class that represents the size of letter head 392 * Returns the size of paper used in the locale. The paper sizes returned are always in 395 * @return The paper size used in the locale 399 int[] size = obj.getIntVector(); in getPaperSize() 400 return new PaperSize(size[0], size[1]); in getPaperSize()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ScriptData.java | 169 fRecords = new Record[rv.size()]; in ScriptData() 171 for (int i = 0; i < rv.size(); i += 1) { in ScriptData() 175 System.out.println("Collected " + rv.size() + " records. Sorting..."); in ScriptData()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | Counter.java | 98 return size(); in getItemCount() 175 public int size() { in size() method in Counter 176 return map.size(); in size()
|
/third_party/libuv/test/ |
H A D | test-platform-output.c | 30 size_t size; in TEST_IMPL() local 50 size = sizeof(buffer); in TEST_IMPL() 51 err = uv_cwd(buffer, &size); in TEST_IMPL() 86 printf(" maximum resident set size: %llu\n", in TEST_IMPL()
|
/third_party/libwebsockets/lib/core/ |
H A D | buflist.c | 165 size_t size = 0; in lws_buflist_total_len() local 168 size += p->len; in lws_buflist_total_len() 172 return size; in lws_buflist_total_len()
|
/third_party/libdrm/include/drm/ |
H A D | vmwgfx_drm.h | 172 * The size of the array should equal the total number of mipmap levels. 291 * @command-size: Size in bytes of the command buffer. 378 * @size: Required minimum size of the buffer. 384 __u32 size; member 478 * @size: Size of the overlay in bytes. 497 __u32 size; member 577 * @size: Max size to copy 848 * @size 860 __u32 size; global() member [all...] |
H A D | vc4_drm.h | 143 /* Number of BO handles passed in (size is that times 4). */ 233 __u32 size; member 269 __u32 size; member 285 __u32 size; member 297 * On input, the size of the bo array. Output is the number
|
/third_party/lzma/C/Util/Lzma/ |
H A D | LzmaUtil.c | 167 /* header: 5 bytes of LZMA properties and 8 bytes of uncompressed size */
in Decode() 173 size_t size = sizeof(header);
in Decode() local 174 RINOK(SeqInStream_ReadMax(inStream, header, &size))
in Decode() 175 if (size != sizeof(header))
in Decode()
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-objects-foreach.cpp | 202 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument 205 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
|
H A D | test-symbol.cpp | 48 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument 51 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
|
H A D | test-proxy.cpp | 170 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument 173 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
|
/third_party/json/include/nlohmann/detail/ |
H A D | string_concat.hpp | 49 return str.size() + concat_length(std::forward<Args>(rest)...); in concat_length() 75 using string_can_append_data = decltype(std::declval<StringType&>().append(std::declval<const Arg&>().data(), std::declval<const Arg&>().size())); 132 out.append(arg.data(), arg.size()); in concat_into()
|
/third_party/mesa3d/src/freedreno/fdl/ |
H A D | freedreno_layout.h | 82 uint32_t size0; /* size of first layer in slice */ 108 * when width is less than block size) things switch to linear. In 131 uint32_t size; /* Size of the whole image, in bytes. */ member 234 void fdl_layout_buffer(struct fdl_layout *layout, uint32_t size); 327 const uint8_t *swiz, uint64_t iova, uint32_t size);
|
/third_party/mesa3d/src/freedreno/decode/scripts/ |
H A D | texturator-to-unit-test-5xx.lua | 54 function CP_EVENT_WRITE(pkt, size) 76 function CP_BLIT(pkt, size) 100 function A5XX_TEX_CONST(pkt, size)
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_spm.c | 36 uint64_t size = 32 * 1024 * 1024; /* Default to 1MB. */ in radv_spm_init_bo() local 40 device->spm_trace.buffer_size = size; in radv_spm_init_bo() 45 ws, size, 4096, RADEON_DOMAIN_VRAM, in radv_spm_init_bo() 110 /* It's required that the ring VA and the size are correctly aligned. */ in radv_emit_spm_setup()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
H A D | minimal-secure-streams.c | 303 size_t size; in app_system_state_nf() local 352 size = lws_system_blob_get_size(ab); in app_system_state_nf() 353 if (size) in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/ |
H A D | minimal-secure-streams-post.c | 366 /* provide a hint about the payload size */ in myss_state() 402 size_t size; in app_system_state_nf() local 415 size = lws_system_blob_get_size(ab); in app_system_state_nf() 416 if (size) in app_system_state_nf()
|