/external/curl/tests/libtest/ |
lib543.c | 35 int asize; local 44 asize = (int)sizeof(a); 46 s = curl_easy_escape(easy, (char*)a, asize);
|
lib558.c | 32 int asize; local 44 asize = (int)sizeof(a); 45 ptr = curl_easy_escape(NULL, (char *)a, asize);
|
lib509.c | 109 int asize; local 133 asize = (int)sizeof(a); 134 str = curl_easy_escape(curl, (char *)a, asize); /* uses realloc() */
|
/external/elfutils/backends/ |
s390_retval.c | 98 uint8_t asize; local 99 if (dwarf_diecu (typedie, &cudie, &asize, NULL) == NULL) 107 size = asize; 127 return size <= asize ? nloc_intreg : nloc_intregpair;
|
sparc_retval.c | 105 uint8_t asize; local 108 && dwarf_diecu (typedie, &cudie, &asize, NULL) != NULL) 109 size = asize;
|
/external/libmicrohttpd/src/microhttpd/ |
memorypool.c | 169 size_t asize; local 171 asize = ROUND_TO_ALIGN (size); 172 if ( (0 == asize) && (0 != size) ) 174 if ((pool->pos + asize > pool->end) || (pool->pos + asize < pool->pos)) 178 ret = &pool->memory[pool->end - asize]; 179 pool->end -= asize; 184 pool->pos += asize; 214 size_t asize; local 216 asize = ROUND_TO_ALIGN (new_size) [all...] |
/external/opencv3/modules/core/test/ |
test_hal_core.cpp | 149 size_t asize = size*size*a.elemSize(); local 155 memcpy(a.ptr(), a0.ptr(), asize);
|
/external/opencv3/modules/core/src/ |
glob.cpp | 108 size_t asize = wcstombs(NULL, dir->data.cFileName, 0); local 109 CV_Assert((asize != 0) && (asize != (size_t)-1)); 110 char* aname = new char[asize+1]; 111 aname[asize] = 0; 112 wcstombs(aname, dir->data.cFileName, asize);
|
/libcore/ojluni/src/main/java/sun/net/www/ |
HeaderParser.java | 55 int asize = 10; // initial size of array is 10 field in class:HeaderParser 59 tab = new String[asize][2]; 77 n.tab = new String [asize][2]; 78 n.asize = asize; 131 if (i == asize) { 132 asize = asize * 2; 133 String[][] ntab = new String[asize][2]; 166 if (i < 0 || i > asize) [all...] |
/external/avahi/avahi-core/ |
rr.c | 604 size_t asize, bsize; local 606 asize = avahi_string_list_serialize(a->data.txt.string_list, NULL, 0); 609 if (asize > 0 && !(ma = avahi_new(uint8_t, asize))) 617 avahi_string_list_serialize(a->data.txt.string_list, ma, asize); 620 if (asize && bsize) 621 r = lexicographical_memcmp(ma, asize, mb, bsize); 622 else if (asize && !bsize) 624 else if (!asize && bsize)
|
/external/freetype/src/truetype/ |
ttobjs.c | 441 FT_UInt asize; local 449 tt_face_get_location( face, i, &asize ); 450 if ( asize > 0 ) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
BasicTimeZone.java | 312 int asize = times.length - idx; local 313 if (asize > 0) { 314 long[] newtimes = new long[asize]; 315 System.arraycopy(times, idx, newtimes, 0, asize);
|
/external/icu/icu4c/source/i18n/ |
basictz.cpp | 443 int32_t asize = startTimes - idx; local 444 if (asize > 0) { 445 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize); 450 for (int32_t newidx = 0; newidx < asize; newidx++) { 460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttobjs.c | 441 FT_UInt asize; local 449 tt_face_get_location( face, i, &asize ); 450 if ( asize > 0 ) [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.c | 441 FT_UInt asize; local 449 tt_face_get_location( face, i, &asize ); 450 if ( asize > 0 ) [all...] |
/frameworks/rs/ |
rsElement.cpp | 287 uint32_t asize = 1; local 294 asize = asin[i]; 300 (ee->mFields[i].arraySize != asize)) { 327 uint32_t asize = 1; local 334 asize = asin[ct]; 339 e->mFields[ct].arraySize = asize;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
BasicTimeZone.java | 323 int asize = times.length - idx; local 324 if (asize > 0) { 325 long[] newtimes = new long[asize]; 326 System.arraycopy(times, idx, newtimes, 0, asize);
|
/libcore/ojluni/src/main/java/java/util/jar/ |
Manifest.java | 203 int asize = 2; local 248 attr = new Attributes(asize); 257 asize = Math.max(2, acount / ecount);
|
/external/dlmalloc/ |
malloc.c | 4057 size_t asize; \/* allocation size *\/ local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/external/libgdx/backends/gdx-backend-moe/libs/ |
intel-moe-core.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |