Searched defs:extra (Results 126 - 150 of 395) sorted by relevance

1234567891011>>

/external/libxml2/
H A Dentities.c69 * @extra: extra informations
74 xmlEntitiesErrMemory(const char *extra) argument
76 __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra);
H A Derror.c66 * @...: extra parameters for the message display
440 * @str1: extra string info
441 * @str2: extra string info
442 * @str3: extra string info
443 * @int1: extra int info
446 * @...: extra parameters for the message display
644 * @extra: extra informations
650 const char *msg, const char *extra)
654 if (extra)
649 __xmlSimpleError(int domain, int code, xmlNodePtr node, const char *msg, const char *extra) argument
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DTypeUtils.java106 public static Type[] add(Type[] types, Type extra) { argument
108 return new Type[]{ extra };
111 if (list.contains(extra)) {
116 copy[types.length] = extra;
/external/openssl/crypto/x509v3/
H A Dpcy_tree.c641 X509_POLICY_DATA *extra; local
673 extra = policy_data_new(NULL, oid,
675 if (!extra)
677 extra->qualifier_set = anyPolicy->data->qualifier_set;
678 extra->flags = POLICY_DATA_FLAG_SHARED_QUALIFIERS
680 node = level_add_node(NULL, extra, anyPolicy->parent,
/external/oprofile/libpp/
H A Dformat_output.h43 formatter(extra_images const & extra);
60 * will output sample count and percentage in extra columns.
88 extra_images const & extra, double d = 0.0)
90 counts(c), extra(extra), diff(d) {}
95 extra_images const & extra; member in struct:format_output::formatter::field_datum
222 extra_images const & extra);
242 symbol_collection & symbols, extra_images const & extra,
85 field_datum(symbol_entry const & sym, sample_entry const & s, size_t pc, counts_t & c, extra_images const & extra, double d = 0.0) argument
/external/pcre/dist/
H A Dpcre_printint.c341 unsigned int extra = 0; local
498 extra = 2;
502 else extra = print_char(f, code+1, utf);
517 extra = print_char(f, code + 1 + IMM2_SIZE, utf);
532 extra = 2;
547 extra = print_char(f, code + 1, utf);
573 extra = print_char(f, code + 1, utf);
589 extra = print_char(f, code + 1 + IMM2_SIZE, utf);
655 extra = GET(code, 1);
780 extra
[all...]
H A Dpcre_study.c305 an extra two bytes of parameters. */
1422 PUBL(extra) *extra = NULL;
1529 extra = (PUBL(extra) *)(PUBL(malloc))
1530 (sizeof(PUBL(extra)) + sizeof(pcre_study_data));
1531 if (extra == NULL)
1537 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra)));
1538 extra
1624 pcre_free_study(pcre_extra *extra) argument
[all...]
H A Dpcrecpp.h85 // You can supply extra pointer arguments to extract matched subpieces.
93 // Example: does not try to extract any extra sub-patterns
420 bool extra() const { function in class:pcrecpp::RE_Options
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c212 FT_Int extra = slot->library->lcd_extra; local
217 x_shift -= 64 * ( extra >> 1 );
218 width += 3 * extra;
220 x_left -= extra >> 1;
225 y_shift -= 64 * ( extra >> 1 );
226 height += 3 * extra;
227 y_top += extra >> 1;
/external/ppp/pppd/plugins/rp-pppoe/
H A Dcommon.c38 * 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) argument
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)
486 parseLogErrs(UINT16_t type, UINT16_t len, unsigned char *data, void *extra) argument
/external/qemu/android/
H A Dframebuffer.c103 qfbuff->extra = calloc( 1, sizeof(QFrameBufferExtra) );
104 if (qfbuff->extra == NULL)
109 free( qfbuff->extra );
153 QFrameBufferExtra* extra = qfbuff->extra; local
155 if (extra->fb_update)
156 extra->fb_update( extra->fb_opaque, x, y, w, h );
168 QFrameBufferExtra* extra = qfbuff->extra; local
184 QFrameBufferExtra* extra = qfbuff->extra; local
196 QFrameBufferExtra* extra = qfbuff->extra; local
218 QFrameBufferExtra* extra = qfbuff->extra; local
228 QFrameBufferExtra* extra = qfbuff->extra; local
276 QFrameBufferExtra* extra = q->extra; local
298 QFrameBufferExtra* extra = q->extra; local
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMediaRecorderTest.java230 public void onInfo(MediaRecorder mr, int what, int extra) { argument
/external/skia/src/xml/
H A DSkXMLWriter.cpp113 size_t extra = 0; local
128 // now record the extra size needed
129 extra += seqSize - 1; // minus one to subtract the original char
134 return extra;
143 size_t extra = escape_markup(NULL, value, length); local
144 if (extra)
146 valueStr.resize(length + extra);
149 length += extra;
/external/srec/srec/include/
H A Dutteranc.h60 char *extra; member in struct:__anon31167
/external/valgrind/main/coregrind/
H A Dm_debuglog.c573 Int i, extra; local
590 extra = width - len;
592 ret += extra;
593 for (i = 0; i < extra; i++)
600 ret += extra;
601 for (i = 0; i < extra; i++)
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_go_neg.c138 size_t extra = 0; local
143 extra = wpabuf_len(p2p->wfd_ie_go_neg);
147 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_GO_NEG_REQ]);
149 buf = wpabuf_alloc(1000 + extra);
268 size_t extra = 0; local
275 extra = wpabuf_len(p2p->wfd_ie_go_neg);
279 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_GO_NEG_RESP]);
281 buf = wpabuf_alloc(1000 + extra);
619 * and extra frames, mark the pending negotiation as
850 size_t extra local
[all...]
H A Dp2p_invitation.c26 size_t extra = 0; local
46 extra = wpabuf_len(wfd_ie);
50 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_INV_REQ]);
52 buf = wpabuf_alloc(1000 + extra);
114 size_t extra = 0; local
134 extra = wpabuf_len(wfd_ie);
137 buf = wpabuf_alloc(1000 + extra);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_go_neg.c138 size_t extra = 0; local
143 extra = wpabuf_len(p2p->wfd_ie_go_neg);
147 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_GO_NEG_REQ]);
149 buf = wpabuf_alloc(1000 + extra);
268 size_t extra = 0; local
275 extra = wpabuf_len(p2p->wfd_ie_go_neg);
279 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_GO_NEG_RESP]);
281 buf = wpabuf_alloc(1000 + extra);
619 * and extra frames, mark the pending negotiation as
850 size_t extra local
[all...]
H A Dp2p_invitation.c26 size_t extra = 0; local
46 extra = wpabuf_len(wfd_ie);
50 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_INV_REQ]);
52 buf = wpabuf_alloc(1000 + extra);
114 size_t extra = 0; local
134 extra = wpabuf_len(wfd_ie);
137 buf = wpabuf_alloc(1000 + extra);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_go_neg.c138 size_t extra = 0; local
143 extra = wpabuf_len(p2p->wfd_ie_go_neg);
147 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_GO_NEG_REQ]);
149 buf = wpabuf_alloc(1000 + extra);
268 size_t extra = 0; local
275 extra = wpabuf_len(p2p->wfd_ie_go_neg);
279 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_GO_NEG_RESP]);
281 buf = wpabuf_alloc(1000 + extra);
619 * and extra frames, mark the pending negotiation as
850 size_t extra local
[all...]
H A Dp2p_invitation.c26 size_t extra = 0; local
46 extra = wpabuf_len(wfd_ie);
50 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_INV_REQ]);
52 buf = wpabuf_alloc(1000 + extra);
114 size_t extra = 0; local
134 extra = wpabuf_len(wfd_ie);
137 buf = wpabuf_alloc(1000 + extra);
/external/zlib/src/contrib/infback9/
H A Dinfback9.c235 unsigned extra; /* extra bits needed */ local
513 /* length code -- get extra bits, if any */
514 extra = (unsigned)(here.op) & 31;
515 if (extra != 0) {
516 NEEDBITS(extra);
517 length += BITS(extra);
518 DROPBITS(extra);
546 /* get distance extra bits, if any */
547 extra
[all...]
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.cc277 std::string extra; local
278 if (other()->GetStringWithoutPathExpansion(constants::kActionExtra, &extra))
279 other_field->extra.reset(new std::string(extra));
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h112 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),
675 deflate(). The text, time, os, extra field, name, and comment information
677 ignored -- the extra flags are set according to the compression level). The
679 a zero byte, and that if extra i
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_pkt.c206 * 'left' extra ones at the end */
302 size_t extra; local
309 extra=SSL3_RT_MAX_EXTRA;
311 extra=0;
312 if (extra && !s->s3->init_extra)
403 if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH+extra)
483 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra+mac_size)
499 if (rr->length > SSL3_RT_MAX_PLAIN_LENGTH+extra)
710 /* The extra fragment would be couple of cipher blocks, and

Completed in 2975 milliseconds

1234567891011>>