HomeSort by relevance Sort by last modified time
    Searched defs:size (Results 2451 - 2475 of 11184) sorted by null

<<919293949596979899100>>

  /external/icu/icu4c/source/common/
ulist.c 29 int32_t size; member in struct:UList
51 newList->size = 0;
84 if (list->size == 0) {
93 list->size++;
111 if (list->size == 0) {
121 list->size++;
128 if (list != NULL && list->size != 0) {
162 return list->size;
  /external/icu/icu4c/source/common/unicode/
uidna.h 10 * tab size: 8 (not used)
181 int16_t size; member in struct:UIDNAInfo
545 * @param destCapacity Size of dest.
590 * @param destCapacity Size of dest.
644 * @param destCapacity Size of dest.
691 * @param destCapacity Size of dest.
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_wsconf.cpp 10 * tab size: 8 (not used)
227 U_ASSERT(setIndex < scriptSets->size());
238 setIndex = scriptSets->size();
267 // printf("Number of scriptSets: %d\n", scriptSets->size());
271 for (int32_t outeri=2; outeri<scriptSets->size(); outeri++) {
279 for (int32_t inneri=outeri+1; inneri<scriptSets->size(); inneri++) {
301 for (int32_t i=2; i<scriptSets->size(); i++) {
330 int32_t size = utrie2_serialize(anyCaseTrie, NULL, 0, &status); local
331 // printf("Any case Trie size: %d\n", size);
    [all...]
  /external/icu/icu4c/source/test/perf/charperf/
charperf.cpp 64 int size = - _remainingArgc; local
65 argv += argc - size;
66 argc = size;
79 printf("MAX_ size will be 0x%x\n", MAX_);
  /external/icu/icu4c/source/tools/toolutil/
swapimpl.cpp 10 * tab size: 8 (not used)
216 * In formatVersion 7, UPROPS_DATA_TOP_INDEX has the post-header data size.
241 * PT serialized properties trie, see utrie.h (byte size: 4*(i0-16))
318 int32_t i, offset, count, size; local
367 size=indexes[UCASE_IX_LENGTH];
370 if(length<size) {
379 uprv_memcpy(outBytes, inBytes, size);
399 U_ASSERT(offset==size);
402 return headerSize+size;
420 int32_t i, offset, count, size; local
530 int32_t i, offset, count, size; local
682 int32_t size = size16 + sizeStr; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 108 * Upper bound that will match strings of exact size
178 m_length_ = key.size - 1;
347 int size = m_key_.length >> 1; local
348 StringBuilder key = new StringBuilder(size);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterNameReader.java 69 int size = m_groupindex_ - m_tokenstringindex_; local
70 byte tokenstr[] = new byte[size];
80 size = m_algnamesindex_ - m_groupstringindex_;
81 byte groupstring[] = new byte[size];
125 * Size of the group information block in number of char
138 * Size of an algorithmic name information group
139 * start code point size + end code point size + type size + variant size +
168 int size = m_byteBuffer_.getChar(); local
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
SortedBag.java 30 private int size; field in class:SortedBag
42 if (result) size++;
80 public int size() { method in class:SortedBag
81 return size;
84 return size == 0;
92 return toArray(new Object[size]);
108 if (set.size() == 0) m.remove(o);
109 size--;
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PollingAction.java 125 for (int i = 0; i < contacts.size(); i++) {
129 int size = uriList.size(); local
130 if (size <= 0) {
144 logger.print("call requestCapability: " + size);
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
ContactNumberUtils.java 173 if ((numbers == null) || (numbers.size() == 0)) {
177 int size = numbers.size(); local
178 String[] outContactsArray = new String[size];
179 for (int i = 0; i < size; i++) {
208 if ((numbers == null) || (numbers.size() == 0)) {
212 int size = numbers.size(); local
213 for (int i = 0; i < size; i++) {
  /external/iproute2/ip/
ip.c 61 " -rc[vbuf] [size] | -n[etns] name | -a[ll] | -c[olor]}\n");
263 unsigned int size; local
269 if (get_unsigned(&size, argv[1], 0)) {
270 fprintf(stderr, "Invalid rcvbuf size '%s'\n",
274 rcvbuf = size;
  /external/iproute2/tc/
m_xt.c 87 size_t size = local
88 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size;
91 target->t = xtables_calloc(1, size);
92 target->t->u.target_size = size;
131 int size = 0; local
256 size = 16;
259 size = 1 + strlen(tname);
261 strncpy(k, tname, size);
263 addattr_l(n, MAX_MSG, TCA_IPT_TABLE, k, size);
  /external/iptables/extensions/
libipt_DNAT.c 49 unsigned int size; local
52 size = XT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range));
54 info = realloc(info, size);
58 info->t.u.target_size = size;
249 .size = XT_ALIGN(sizeof(struct nf_nat_ipv4_multi_range_compat)),
libipt_SNAT.c 49 unsigned int size; local
52 size = XT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range));
54 info = realloc(info, size);
58 info->t.u.target_size = size;
249 .size = XT_ALIGN(sizeof(struct nf_nat_ipv4_multi_range_compat)),
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
FieldProbeArrayStrategy.java 92 final int size = genInitializeDataField(mv, probeCount); local
104 mv.visitMaxs(Math.max(size, 2), 0); // Maximum local stack size is 2
119 final int size = accessorGenerator.generateDataAccessor(classId, local
134 return Math.max(size, 2); // Maximum local stack size is 2
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Wildcard.java 81 int size = parts.size(); local
82 strings = new String[size];
83 refs = new int[size];
85 for (int i = 0; i < size; i++) {
  /external/javassist/src/main/javassist/bytecode/
AttributeInfo.java 189 int size = 0; local
190 int n = list.size();
193 size += attr.length();
196 return size;
231 int n = list.size();
243 int n = list.size();
ByteStream.java 27 public ByteStream(int size) {
28 buf = new byte[size];
33 public int size() { return count; } method in class:ByteStream
119 int size = sLen; local
123 size += 2; // 3 bytes code
125 ++size; // 2 bytes code
128 if (size > 65535)
130 "encoded string too long: " + sLen + size + " bytes");
132 enlarge(size + 2);
135 buffer[pos] = (byte)(size >>> 8)
    [all...]
CodeAnalyzer.java 65 int size = et.size(); local
66 for (int i = 0; i < size; ++i)
ExceptionTable.java 85 public int size() { method in class:ExceptionTable
86 return entries.size();
183 int len = table.size();
241 int len = size();
252 int len = size();
270 int len = size();
  /external/javassist/src/main/javassist/convert/
TransformBefore.java 100 int size = load.addLoad(var, paramTypes[i]); local
101 makeCode2(save, load, i + 1, n, paramTypes, var + size);
  /external/javassist/src/main/javassist/tools/web/
Viewer.java 167 int size = con.getContentLength(); local
169 if (size <= 0)
172 b = new byte[size];
175 int n = s.read(b, len, size - len);
182 } while (len < size);
191 int size = 0; local
194 size += len;
195 if (buf.length - size <= 0) {
197 System.arraycopy(buf, 0, newbuf, 0, size);
201 len = fin.read(buf, size, buf.length - size)
    [all...]
  /external/jemalloc/src/
huge.c 171 /* Update the size of the huge allocation. */
232 /* Update the size of the huge allocation. */
267 /* Update the size of the huge allocation. */
319 * Avoid moving the allocation if the existing chunk size accommodates
320 * the new size.
366 * different size class. In that case, fall back to allocating new
412 size_t size; local
419 size = extent_node_size_get(node);
422 return (size);
  /external/jetty/src/java/org/eclipse/jetty/util/
ArrayQueue.java 211 public int size() method in class:ArrayQueue
LazyList.java 57 * An ArrayList of default size is used as the initial LazyList.
174 if (ol.size()>initialSize)
195 if (l.size()==0)
215 if (l.size()==0)
274 String[] a = new String[l.size()];
275 for (int i=l.size();i-->0;)
303 Object a = Array.newInstance(clazz,l.size());
304 for (int i=0;i<l.size();i++)
308 return l.toArray((Object[])Array.newInstance(clazz,l.size()));
318 /** The size of a lazy List
322 public static int size(Object list) method in class:LazyList
    [all...]

Completed in 652 milliseconds

<<919293949596979899100>>