/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()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.h | 112 /* Non-zero if a required subgroup size is specified via 435 /* Self-referential size so we avoid consistency issues. */ 447 /* data has size of stats_size + code_size + ir_size + disasm_size + 2, 486 uint32_t size; member 580 union radv_shader_arena_block *radv_alloc_shader_memory(struct radv_device *device, uint32_t size,
|
/third_party/libwebsockets/test-apps/ |
H A D | test.js | 9 if (f.size >= max_len) { 16 "File length "+f.size;
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
H A D | test.js | 9 if (f.size >= max_len) { 16 "File length "+f.size;
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_virtualvalues.h | 360 LocalArray(int base_sel, int nchannels, int size, int frac = 0); 369 size_t size() const;
|
H A D | sfn_instr.cpp | 241 if (m_instructions.size() != lhs.m_instructions.size()) in is_equal_to()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_uniforms.c | 60 return texture->u.buf.size / in get_texture_size() 81 unreachable("Bad texture size field"); in get_texture_size() 95 return image->base.u.buf.size / in get_image_size() 113 unreachable("Bad texture size field"); in get_image_size()
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds_printer.c | 42 #define X(enum, str, size) { #str, #size }, in pvr_pds_disassemble_operand()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_vp9.c | 38 assert(buf->size >= sizeof(VADecPictureParameterBufferVP9) && buf->num_elements == 1); in vlVaHandlePictureParameterBufferVP9() 100 assert(buf->size >= sizeof(VASliceParameterBufferVP9) && buf->num_elements == 1); in vlVaHandleSliceParameterBufferVP9()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_kernel.c | 227 /* We may need to do a bit-size cast here */ in lower_kernel_intrinsics() 384 .size = glsl_get_explicit_size(var->type, false), in brw_kernel_from_spirv() 386 assert(arg_desc.offset + arg_desc.size <= nir->num_uniforms); in brw_kernel_from_spirv()
|