Home
last modified time | relevance | path

Searched refs:size (Results 17051 - 17075 of 21438) sorted by relevance

1...<<681682683684685686687688689690>>...858

/third_party/icu/icu4c/source/test/intltest/
H A Dcpdtrtst.cpp221 if (retUS != &ts || ts.size() == 0) { in TestGetCount()
229 if (retUS != &ss || ss.size() == 0) { in TestGetCount()
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp480 int32_t size() { return fFileSize; }; in size() function in UCharFile
691 int32_t fileSize = f.size(); in main()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuDataDumper.java248 indices.setCount(pathStack.size(), 0); in processLine()
277 int depth = pathStack.size(); in getSegment()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBStatisticsPanel.java120 String.valueOf(bundle.allItems.size())); in initComponents()
338 String.valueOf(bundle.allItems.size())); in updateComponents()
H A DRBSearchPanel.java165 for (int i=0; i < items.size(); i++) { in performReplace()
297 return items.size(); in getRowCount()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBxliffExporter.java315 for (int i=0; i < group_v.size(); i++) { in exportFile()
339 for (int j=0; j < group_items.size(); j++) { in exportFile()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DPropertiesTest.java200 "Too many hash code collisions: " + hashCodes.size() + " out of " + (fields.length * 4), in testFieldCoverage()
201 hashCodes.size() >= fields.length); in testFieldCoverage()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRuleSet.java188 predecessor = tempRules.get(tempRules.size() - 1); in parseRules()
228 rules = new NFRule[tempRules.size()]; in parseRules()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralFormatUnitTest.java235 if (list.size() == 0) { in TestSamples()
240 if (list == null || list.size() == 0) { in TestSamples()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DPropertiesTest.java197 "Too many hash code collisions: " + hashCodes.size() + " out of " + (fields.length * 4), in testFieldCoverage()
198 hashCodes.size() >= fields.length); in testFieldCoverage()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DNumberParserImpl.java345 for (int i = 0; i < matchers.size();) { in parseGreedy()
389 for (int i = 0; i < matchers.size(); i++) { in parseLongestRecursive()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralFormatUnitTest.java233 if (list.size() == 0) { in TestSamples()
238 if (list == null || list.size() == 0) { in TestSamples()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICULocaleService.java131 Locale[] locales = new Locale[visIDs.size()]; in getAvailableLocales()
146 ULocale[] locales = new ULocale[visIDs.size()]; in getAvailableULocales()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
H A DICUZDump.java305 int len = idlist.size(); in main()
310 tzids = new String[idlist.size()]; in main()
/third_party/icu/icu4c/source/i18n/
H A Dcoleitr.cpp93 U_ASSERT(i < offsets_->size()); in getOffset()
386 offsets_ = new UVector32(other.offsets_->size(), errorCode); in operator =()
H A Dtznames.cpp440 TimeZoneNames::MatchInfoCollection::size() const { in size() function in TimeZoneNames::MatchInfoCollection
444 return fMatches->size(); in size()
/third_party/mesa3d/include/GL/
H A Dglx.h344 extern void *glXAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
346 typedef void * ( * PFNGLXALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h294 kpidPhySize - size of archive. VT_EMPTY means unknown size.
295 kpidPhySize is allowed to be larger than file size. In that case it must show
296 supposed size.
455 x(GetVolumeSize(UInt32 index, UInt64 *size)) \
519 knows about stub size.
658 typedef UInt32 (WINAPI *Func_IsArc)(const Byte *p, size_t size);
/third_party/mesa3d/src/egl/main/
H A Degldisplay.c420 * Initialize a display resource. The size of the subclass object is
427 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *disp) in _eglInitResource() argument
429 memset(res, 0, size); in _eglInitResource()
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.cc466 assigned_counters.assign(assigned_counters.size(), 0); in init_perfcnt()
505 enabled_counters.reserve(counters.size()); in enable_all_counters()
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_view.c169 /* If reinterpreting a compressed format as a size-compatible uncompressed in fdl6_view_init()
432 const uint8_t *swiz, uint64_t iova, uint32_t size) in fdl6_buffer_view_init()
434 unsigned elements = size / util_format_get_blocksize(format); in fdl6_buffer_view_init()
431 fdl6_buffer_view_init(uint32_t *descriptor, enum pipe_format format, const uint8_t *swiz, uint64_t iova, uint32_t size) fdl6_buffer_view_init() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_validate.c139 validate_assert(ctx, reg->tied->size == reg->size); in validate_dst()
182 /* must have the same size as the destination, handled in in validate_instr()
197 /* end/chmask/etc are allowed to have different size sources */ in validate_instr()
H A Dir3_print.c317 SYN_ARRAY("arr[id=%u, offset=%d, size=%u]"), in print_reg_name()
318 reg->array.id, reg->array.offset, reg->size); in print_reg_name()
331 reg->array.offset, reg->size); in print_reg_name()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c61 unsigned size = glsl_count_attribute_slots((*p)->type, false); in get_io_offset() local
62 offset += size * index; in get_io_offset()
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c56 .size = sizeof(*caps), in get_capset()
254 .size = cmd_size, in execbuf_locked()

Completed in 35 milliseconds

1...<<681682683684685686687688689690>>...858