/external/qemu/distrib/zlib-1.2.3/ |
zlib.h | 112 int xflags; /* extra flags (not used when writing a gzip file) */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member in struct:gz_header_s 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 116 uInt extra_max; /* space at extra (only when reading header) */ 507 file name, no extra data, no comment, no modification time (set to zero), [all...] |
/external/v8/src/mips/ |
stub-cache-mips.cc | 45 Register extra) {
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStateUnitTestTemplate.java | 116 public boolean onError(MediaPlayer player, int what, int extra) {
|
/frameworks/base/tools/aidl/ |
aidl_language_y.y | 277 buf->extra = NULL;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
zlib.h | 112 int xflags; /* extra flags (not used when writing a gzip file) */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member in struct:gz_header_s 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 116 uInt extra_max; /* space at extra (only when reading header) */ 507 file name, no extra data, no comment, no modification time (set to zero), [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
zlib.h | 112 int xflags; /* extra flags (not used when writing a gzip file) */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member in struct:gz_header_s 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 116 uInt extra_max; /* space at extra (only when reading header) */ 507 file name, no extra data, no comment, no modification time (set to zero), [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
zlib.h | 112 int xflags; /* extra flags (not used when writing a gzip file) */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member in struct:gz_header_s 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 116 uInt extra_max; /* space at extra (only when reading header) */ 507 file name, no extra data, no comment, no modification time (set to zero), [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
zlib.h | 112 int xflags; /* extra flags (not used when writing a gzip file) */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member in struct:gz_header_s 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 116 uInt extra_max; /* space at extra (only when reading header) */ 507 file name, no extra data, no comment, no modification time (set to zero), [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
zlib.h | 112 int xflags; /* extra flags (not used when writing a gzip file) */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member in struct:gz_header_s 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 116 uInt extra_max; /* space at extra (only when reading header) */ 507 file name, no extra data, no comment, no modification time (set to zero), [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
zlib.h | 112 int xflags; /* extra flags (not used when writing a gzip file) */ 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member in struct:gz_header_s 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 116 uInt extra_max; /* space at extra (only when reading header) */ 507 file name, no extra data, no comment, no modification time (set to zero), [all...] |
/bionic/libc/bionic/ |
dlmalloc.c | 87 The maximum overhead wastage (i.e., number of extra bytes 259 If true, provide extra checking and dispatching by placing 3737 size_t extra = ((m->topsize - pad + (unit - SIZE_T_ONE)) \/ unit - local 3918 void* extra = 0; local [all...] |
/external/chromium/third_party/icu/source/common/ |
rbbi.cpp | 903 // RBBIRunMode - the state machine runs an extra iteration at the beginning and end 1746 LanguageBreakFactory *extra = (LanguageBreakFactory *)uprv_svc_hook("languageBreakFactory", &status); local [all...] |
/external/freetype/src/cff/ |
cffload.c | 409 FT_ULong extra = 0; local 445 t[n] = new_bytes + next_offset + extra; 452 extra++; [all...] |
/external/icu4c/common/ |
rbbi.cpp | 905 // RBBIRunMode - the state machine runs an extra iteration at the beginning and end 1744 LanguageBreakFactory *extra = (LanguageBreakFactory *)uprv_svc_hook("languageBreakFactory", &status); local [all...] |
/external/libffi/src/ |
dlmalloc.c | 60 The maximum overhead wastage (i.e., number of extra bytes 232 If true, provide extra checking and dispatching by placing 3601 size_t extra = ((m->topsize - pad + (unit - SIZE_T_ONE)) \/ unit - local 3782 void* extra = 0; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_malloc.c | 96 The maximum overhead wastage (i.e., number of extra bytes 268 If true, provide extra checking and dispatching by placing 3611 size_t extra = ((m->topsize - pad + (unit - SIZE_T_ONE)) \/ unit - local 3792 void* extra = 0; local [all...] |
/external/qemu/slirp/ |
slirp.c | 808 if (so->s == -1 && so->extra) { 809 qemu_chr_write(so->extra, buf, len); 1082 so->extra = (void *)ex_ptr->ex_exec;
|
/external/qemu/slirp-android/ |
slirp.c | 903 if (so->s == -1 && so->extra) { 904 qemu_chr_write(so->extra, buf, len); 1177 so->extra = (void *)ex_ptr->ex_exec;
|
/external/v8/src/arm/ |
ic-arm.cc | 570 // Slow case: Push extra copies of the arguments (2). 683 Label slow, fast, array, extra, exit; local 731 // Extra capacity case: Check if there is extra capacity to 735 __ bind(&extra); 771 __ b(hs, &extra);
|
/external/webkit/WebCore/rendering/ |
RenderFrameSet.cpp | 581 // Distribute the extra width and height evenly across the grid. 588 // If the extra width did not distribute evenly, add the remainder to 597 // If the extra height did not distribute evenly, add the remainder to 657 int extra = 0; local 670 child->setWidth(width ? width + extra / (cols - c) : 0); 691 extra += width - m_cols.m_sizes[c];
|
/external/wpa_supplicant_6/wpa_supplicant/ |
mlme.c | 233 int transaction, u8 *extra, size_t extra_len, 261 if (extra) { 262 os_memcpy(buf + len, extra, extra_len); 281 u8 *extra; local 295 extra = NULL; 313 extra = wpa_s->mlme.ft_ies; 319 ieee80211_send_auth(wpa_s, 1, extra, extra_len, 0); [all...] |
/system/core/adb/ |
commandline.c | 56 static char *product_file(const char *extra) 67 n = strlen(gProductOutPath) + strlen(extra) + 2; 74 snprintf(x, (size_t)n, "%s" OS_PATH_SEPARATOR_STR "%s", gProductOutPath, extra); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbvideo.c | 1154 int extra; local [all...] |
/external/zlib/ |
deflate.c | 514 if (s->gzhead->extra != Z_NULL) 629 (s->gzhead->extra == Z_NULL ? 0 : 4) + 641 if (s->gzhead->extra != Z_NULL) { 683 if (s->gzhead->extra != Z_NULL) { 696 put_byte(s, s->gzhead->extra[s->gzindex]); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherModel.java | 1450 Parcelable extra = data.getParcelableExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE); local [all...] |