/third_party/icu/icu4c/source/test/intltest/ |
H A D | cpdtrtst.cpp | 221 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 D | ubrkperfold.cpp | 480 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 D | IcuDataDumper.java | 248 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 D | RBStatisticsPanel.java | 120 String.valueOf(bundle.allItems.size())); in initComponents() 338 String.valueOf(bundle.allItems.size())); in updateComponents()
|
H A D | RBSearchPanel.java | 165 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 D | RBxliffExporter.java | 315 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 D | PropertiesTest.java | 200 "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 D | NFRuleSet.java | 188 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 D | PluralFormatUnitTest.java | 235 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 D | PropertiesTest.java | 197 "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 D | NumberParserImpl.java | 345 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 D | PluralFormatUnitTest.java | 233 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 D | ICULocaleService.java | 131 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 D | ICUZDump.java | 305 int len = idlist.size(); in main() 310 tzids = new String[idlist.size()]; in main()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | coleitr.cpp | 93 U_ASSERT(i < offsets_->size()); in getOffset() 386 offsets_ = new UVector32(other.offsets_->size(), errorCode); in operator =()
|
H A D | tznames.cpp | 440 TimeZoneNames::MatchInfoCollection::size() const { in size() function in TimeZoneNames::MatchInfoCollection 444 return fMatches->size(); in size()
|
/third_party/mesa3d/include/GL/ |
H A D | glx.h | 344 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 D | IArchive.h | 294 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 D | egldisplay.c | 420 * 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 D | fd_pps_driver.cc | 466 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 D | fd6_view.c | 169 /* 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 D | ir3_validate.c | 139 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 D | ir3_print.c | 317 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 D | nir_lower_io_arrays_to_elements.c | 61 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 D | virtio_device.c | 56 .size = sizeof(*caps), in get_capset() 254 .size = cmd_size, in execbuf_locked()
|