Home
last modified time | relevance | path

Searched refs:size (Results 25076 - 25100 of 31292) sorted by relevance

1...<<1001100210031004100510061007100810091010>>...1252

/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()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h112 /* 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 Dtest.js9 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 Dtest.js9 if (f.size >= max_len) {
16 "File length "+f.size;
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_virtualvalues.h360 LocalArray(int base_sel, int nchannels, int size, int frac = 0);
369 size_t size() const;
H A Dsfn_instr.cpp241 if (m_instructions.size() != lhs.m_instructions.size()) in is_equal_to()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_uniforms.c60 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 Dpvr_pds_printer.c42 #define X(enum, str, size) { #str, #size }, in pvr_pds_disassemble_operand()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_vp9.c38 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 Dbrw_kernel.c227 /* 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()

Completed in 37 milliseconds

1...<<1001100210031004100510061007100810091010>>...1252