/third_party/glslang/gtests/ |
H A D | GlslMapIO.FromFile.cpp | 118 for (size_t j = 0; j < outIt.second->getType()->getStruct()->size(); j++) { in verifyIOMapping() 138 for (size_t j = 0; j < in.getType()->getStruct()->size(); j++) { in verifyIOMapping() 240 const size_t fileCount = fileNames.size(); in TEST_P()
|
/third_party/gn/src/gn/ |
H A D | command_args.cc | 46 while (i < line.size() && base::IsAsciiWhitespace(line[i])) in DoesLineBeginWithComment() 49 return i < line.size() && line[i] == '#'; in DoesLineBeginWithComment() 390 static_cast<int>(argfile_default_contents.size())); in EditArgsFile() 497 if (args.size() != 1) {
|
H A D | command_refs.cc | 201 return results.size(); in DoAllListOutput() 226 return results.size(); in DoDirectListOutput() 342 if (args.size() <= 1) { 361 for (size_t i = 1; i < args.size(); i++) {
|
/third_party/fsverity-utils/lib/ |
H A D | sign_digest.c | 235 static BIO *new_mem_buf(const void *buf, size_t size) in new_mem_buf() argument 239 if (WARN_ON(size > INT_MAX)) in new_mem_buf() 247 bio = BIO_new_mem_buf((void *)buf, size); in new_mem_buf()
|
/third_party/alsa-lib/src/timer/ |
H A D | timer.c | 440 * \brief get size of the snd_timer_info_t structure in bytes 441 * \return size of the snd_timer_info_t structure in bytes 559 * \brief get size of the snd_timer_params_t structure in bytes 560 * \return size of the snd_timer_params_t structure in bytes 719 * \brief set timer queue size (32-1024) 721 * \param queue_size The queue size to set 730 * \brief get queue size 732 * \return queue size 786 * \brief get size of the snd_timer_status_t structure in bytes 787 * \return size o 944 snd_timer_read(snd_timer_t *timer, void *buffer, size_t size) snd_timer_read() argument [all...] |
/third_party/backends/backend/genesys/ |
H A D | low.h | 210 void sanei_genesys_write_ahb(Genesys_Device* dev, std::uint32_t addr, std::uint32_t size, 321 void sanei_genesys_read_data_from_scanner(Genesys_Device* dev, std::uint8_t* data, size_t size); 401 int bits, int max, int size);
|
/third_party/cares/include/ |
H A D | ares.h | 323 void *(*amalloc)(size_t size), 325 void *(*arealloc)(void *ptr, size_t size)); 745 ares_socklen_t size);
|
/third_party/cups-filters/filter/ |
H A D | bannertopdf.c | 83 pwg_media_t *size_found; /* page size found for given name */ in get_pagesize() 110 if ((val = cupsGetOption("media-size", noptions, options)) != NULL || in get_pagesize() 112 (val = cupsGetOption("page-size", noptions, options)) != NULL || in get_pagesize() 217 int size = sizeof(char) * 40; in human_time() local 218 char *buf = malloc(size); in human_time() 223 strftime(buf, size, "%c", localtime(&time)); in human_time() 305 /* Banner font size */ in get_known_opts() 306 opt = add_opt(opt, "banner-font-size", in get_known_opts() 307 cupsGetOption("banner-font-size", noptions, options)); in get_known_opts()
|
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-debug.c | 45 fprintf(stdout, "size %u\n", blob15->size); in ssp_print_calculated() 94 fprintf(stdout, "aux_blob size %u\n", blob_aux->size); in ssp_print_calculated() 95 for (j = 0; j < blob_aux->size; j += 4) { in ssp_print_calculated()
|
/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()
|
/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()
|