/dalvik/dx/src/com/android/dx/ssa/ |
PhiInsn.java | 312 * allows sub-classes to specify extra text. 314 * @param extra {@code null-ok;} the argument to print after the opcode 317 protected final String toHumanWithInline(String extra) { 323 if (extra != null) { 325 sb.append(extra);
|
/external/clearsilver/python/examples/base/ |
hdfhelp.py | 88 def hdfExport(self, prefix, hdf_dataset, *extra, **extranamed): 129 def hdfExport(self,prefix,hdf_dataset,*extra,**extranamed): 135 row.hdfExport("%s.%d" % (prefix,n),hdf_dataset,*extra,**extranamed)
|
/external/libxml2/ |
xmlmodule.c | 39 * @extra: extra information 44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) 53 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra, 55 "Memory allocation failed : %s\n", extra);
|
c14n.c | 128 * @extra: extra informations 133 xmlC14NErrMemory(const char *extra) 136 XML_ERR_NO_MEMORY, XML_ERR_ERROR, NULL, 0, extra, 138 "Memory allocation failed : %s\n", extra); 143 * @extra: extra informations 148 xmlC14NErrParam(const char *extra) 151 XML_ERR_INTERNAL_ERROR, XML_ERR_ERROR, NULL, 0, extra, 153 "Invalid parameter : %s\n", extra); [all...] |
/external/tremolo/Tremolo/ |
dsp.c | 311 long extra=(long)(vd->granulepos-op->granulepos); local 313 if(extra) 315 /* partial last frame. Strip the extra samples off */ 316 vd->out_end-=extra;
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
WlanDrvWext.c | 57 void *extra); 167 void *extra) 281 extra,
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
WallpaperChooser.java | 93 for (String extra : extras) { 94 int res = resources.getIdentifier(extra, "drawable", packageName); 96 final int thumbRes = resources.getIdentifier(extra + "_small", 102 // Log.d(TAG, "addWallpapers: [" + packageName + "]: " + extra + " (" + res + ")");
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
WlanDrvWext.c | 57 void *extra); 167 void *extra) 253 extra,
|
/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 715 state->head->extra = Z_NULL; 716 state->mode = EXTRA; 717 case EXTRA: 723 state->head->extra != Z_NULL) { 725 zmemcpy(state->head->extra + len, next, [all...] |
/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/chromium/third_party/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/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/openssl/crypto/x509v3/ |
pcy_tree.c | 642 X509_POLICY_DATA *extra; local 674 extra = policy_data_new(NULL, oid, 676 if (!extra) 678 extra->qualifier_set = anyPolicy->data->qualifier_set; 679 extra->flags = POLICY_DATA_FLAG_SHARED_QUALIFIERS 681 node = level_add_node(NULL, extra, anyPolicy->parent,
|
/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)
|
/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/bluetooth/glib/tests/ |
markup-test.c | 10 indent (int extra)
|
/external/freetype/src/cff/ |
cffobjs.c | 59 CFF_Font font = (CFF_Font)face->extra.data; 77 CFF_Font font = (CFF_Font)face->extra.data; 164 CFF_Font font = (CFF_Font)face->extra.data; 223 CFF_Font font = (CFF_Font)face->extra.data; 295 CFF_Font font = (CFF_Font)cffface->extra.data; 350 CFF_Font font = (CFF_Font)face->extra.data; 536 face->extra.data = cff; 980 CFF_Font cff = (CFF_Font)face->extra.data; 986 FT_FREE( face->extra.data );
|
/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;
|