/frameworks/base/tools/aapt/ |
StringPool.cpp | 323 size_t extra = sizeof(ResStringPool_span)-sizeof(ResStringPool_ref); local 324 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra); 330 while (extra > 0) { 332 extra -= sizeof(uint32_t); 334 styPos += extra;
|
/frameworks/base/tools/aidl/ |
generate_java.cpp | 235 gather_comments(extra_text_type* extra) 238 while (extra) { 239 if (extra->which == SHORT_COMMENT) { 240 s += extra->data; 242 else if (extra->which == LONG_COMMENT) { 244 s += extra->data; 247 extra = extra->next; 336 decl->comment = gather_comments(method->comments_token->extra); 449 proxy->comment = gather_comments(method->comments_token->extra); [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 19 * - Remove unnecessary second byte pull from length extra in inffast.c 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 678 state->head->extra = Z_NULL; 679 state->mode = EXTRA; 680 case EXTRA: 686 state->head->extra != Z_NULL) { 688 zmemcpy(state->head->extra + len, next, [all...] |
trees.c | 61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 92 * need for the L_CODES extra codes used during heap construction. However 123 const intf *extra_bits; /* extra bits for each code or NULL */ 497 const intf *extra = desc->stat_desc->extra_bits; local 503 int xbits; /* extra bits */ 525 if (n >= base) xbits = extra[n-base]; 655 /* node is 0 or 1 so it does not have extra bits */ 1081 int extra; \/* number of extra bits to send *\/ local [all...] |
/external/zlib/ |
inflate.c | 19 * - Remove unnecessary second byte pull from length extra in inffast.c 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 678 state->head->extra = Z_NULL; 679 state->mode = EXTRA; 680 case EXTRA: 686 state->head->extra != Z_NULL) { 688 zmemcpy(state->head->extra + len, next, [all...] |
trees.c | 61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 92 * need for the L_CODES extra codes used during heap construction. However 123 const intf *extra_bits; /* extra bits for each code or NULL */ 497 const intf *extra = desc->stat_desc->extra_bits; local 503 int xbits; /* extra bits */ 525 if (n >= base) xbits = extra[n-base]; 655 /* node is 0 or 1 so it does not have extra bits */ 1081 int extra; \/* number of extra bits to send *\/ local [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
discovery.c | 49 * extra -- user-supplied pointer. This is assumed to be a pointer to int. 53 * If a HostUnique tag is found which matches our PID, sets *extra to 1. 57 void *extra) 59 int *val = (int *) extra; 101 * extra -- extra user data. Should point to a PacketCriteria structure 111 void *extra) 113 struct PacketCriteria *pc = (struct PacketCriteria *) extra; 199 * extra -- extra user data (pointer to PPPoEConnection structure [all...] |
common.c | 38 * extra -- an opaque data pointer supplied to parsing function 43 * "func" is passed the additional argument "extra". 46 parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra) 82 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra); 389 * msg -- if non-NULL, extra error message to include in PADT packet. 479 * extra -- extra user data 487 void *extra)
|
pppoe.h | 244 void *extra); 292 int parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra);
|
/sdk/ninepatch/src/com/android/ninepatch/ |
NinePatch.java | 201 float extra = r.width / mHorizontalPatchesSum; local 202 int width = (int) (extra * hRemainder / hWeightSum); 203 hWeightSum -= extra; 220 float extra = r.width / mHorizontalPatchesSum; local 221 int width = (int) (extra * hRemainder / hWeightSum); 222 hWeightSum -= extra;
|
/bootable/bootloader/legacy/usbloader/ |
usbloader.c | 433 int extra = 0; local 466 extra = 64; 473 if(flash_write(ptn, extra, (void*) kernel_addr, kernel_size)) {
|
/external/skia/src/core/ |
SkUtils.cpp | 397 int extra = (uni > 0xFFFF); 401 if (extra) 418 return 1 + extra;
|
/external/freetype/src/cff/ |
cffobjs.c | 60 CFF_Font font = (CFF_Font)face->extra.data; 78 CFF_Font font = (CFF_Font)face->extra.data; 165 CFF_Font font = (CFF_Font)face->extra.data; 224 CFF_Font font = (CFF_Font)face->extra.data; 296 CFF_Font font = (CFF_Font)cffface->extra.data; 351 CFF_Font font = (CFF_Font)face->extra.data; 511 face->extra.data = cff; 940 CFF_Font cff = (CFF_Font)face->extra.data; 946 FT_FREE( face->extra.data );
|
/external/openssl/ssl/ |
s3_pkt.c | 182 * 'newb' extra ones at the end */ 251 size_t extra; local 259 extra=SSL3_RT_MAX_EXTRA; 261 extra=0; 263 extra != s->s3->rbuf.len - SSL3_RT_MAX_PACKET_SIZE) 310 if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH+extra) 365 if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH+extra) 405 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra+mac_size) 455 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra) 469 if (rr->length > SSL3_RT_MAX_PLAIN_LENGTH+extra) [all...] |
s3_both.c | 624 unsigned int extra,headerlen; local 641 extra=SSL3_RT_MAX_EXTRA; 643 extra=0; 644 len = SSL3_RT_MAX_PACKET_SIZE + extra; 662 len += SSL3_RT_DEFAULT_WRITE_OVERHEAD; /* extra space for empty
|
/external/bluetooth/glib/tests/ |
markup-test.c | 10 indent (int extra)
|
/external/kernel-headers/original/asm-arm/ |
thread_info.h | 44 __u32 extra[2]; /* Xscale 'acc' register, etc */ member in struct:cpu_context_save
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MenuBar.java | 123 int extra = background.getHeight() - menuHeight; local 124 view.draw2D(background, mX, mY - extra, mWidth, backgroundHeight); 174 int extra = height - (int) (HEIGHT * App.PIXEL_DENSITY); local 178 int y = (int) mY - extra;
|
/build/tools/releasetools/ |
amend_generator.py | 195 def AppendExtra(self, extra): 197 self.script.append(extra)
|
edify_generator.py | 220 def AppendExtra(self, extra): 222 self.script.append(extra)
|
/external/kernel-headers/original/linux/ |
spinlock.h | 63 #define LOCK_SECTION_START(extra) \ 65 extra \
|
/external/opencore/codecs_v2/omx/omx_h264enc/src/ |
omx_avcenc_component.cpp | 628 // (20 + 4 * (iNALCount + 1) + 20 + 6) is size of extra data 1100 OMX_OTHER_EXTRADATATYPE extra; local [all...] |
/external/openssl/crypto/perlasm/ |
x86ms.pl | 267 local($func,$extra)=@_; 273 $extra 286 local($func,$extra)=@_; 290 $extra
|
x86nasm.pl | 282 my($func,$extra)=@_; 300 my($func,$extra)=@_;
|
/external/v8/test/mjsunit/regress/ |
regress-1102760.js | 35 assertEquals(0, F.apply(this, [], 0), "empty args, extra argument");
|