Searched refs:extra (Results 251 - 275 of 3887) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_reader.cc176 base::StringPiece extra; local
183 parser.ReadString(&extra) &&
189 EventTypeToTraceType(event->Header.Class.Type), id, extra, stack_depth,
/external/chromium_org/third_party/libxml/src/
H A Dxmlmodule.c39 * @extra: extra information
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
53 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
55 "Memory allocation failed : %s\n", extra);
H A Dc14n.c133 * @extra: extra informations
138 xmlC14NErrMemory(const char *extra) argument
141 XML_ERR_NO_MEMORY, XML_ERR_ERROR, NULL, 0, extra,
143 "Memory allocation failed : %s\n", extra);
148 * @extra: extra informations
153 xmlC14NErrParam(const char *extra) argument
156 XML_ERR_INTERNAL_ERROR, XML_ERR_ERROR, NULL, 0, extra,
158 "Invalid parameter : %s\n", extra);
168 xmlC14NErrInternal(const char *extra) argument
183 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
198 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
H A Dcpp-preproc.c97 cpp_build_cmdline(yasm_preproc_cpp *pp, const char *extra) argument
120 /* Append extra arguments. */
121 if (extra) {
123 APPEND(extra);
/external/chromium_org/v8/src/base/platform/
H A Dplatform.h99 intptr_t extra = static_cast<intptr_t>(__readfsdword(kTibExtraTlsOffset)); local
100 DCHECK(extra != 0);
101 return *reinterpret_cast<intptr_t*>(extra +
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvInsn.java132 String extra = argString();
133 if (extra != null) {
138 sb.append(extra);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DPhiInsn.java333 * allows sub-classes to specify extra text.
335 * @param extra {@code null-ok;} the argument to print after the opcode
338 protected final String toHumanWithInline(String extra) { argument
344 if (extra != null) {
346 sb.append(extra);
/external/libusb-compat/libusb/
H A Dusb.h116 unsigned char *extra; /* Extra descriptors */ member in struct:usb_endpoint_descriptor
144 unsigned char *extra; /* Extra descriptors */ member in struct:usb_interface_descriptor
169 unsigned char *extra; /* Extra descriptors */ member in struct:usb_config_descriptor
/external/libxml2/
H A Dxmlmodule.c39 * @extra: extra information
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
53 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
55 "Memory allocation failed : %s\n", extra);
H A Dc14n.c135 * @extra: extra informations
140 xmlC14NErrMemory(const char *extra) argument
143 XML_ERR_NO_MEMORY, XML_ERR_ERROR, NULL, 0, extra,
145 "Memory allocation failed : %s\n", extra);
150 * @extra: extra informations
155 xmlC14NErrParam(const char *extra) argument
158 XML_ERR_INTERNAL_ERROR, XML_ERR_ERROR, NULL, 0, extra,
160 "Invalid parameter : %s\n", extra);
170 xmlC14NErrInternal(const char *extra) argument
185 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
200 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
[all...]
/external/tremolo/Tremolo/
H A Ddsp.c311 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;
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas53 xflags: Integer; (* extra flags (not used when writing a gzip file) *)
55 extra: PChar; (* pointer to extra field or Z_NULL if none *)
56 extra_len: Integer; (* extra field length (valid if extra != Z_NULL) *)
57 extra_max: Integer; (* space at extra (only when reading header) *)
/external/chromium_org/third_party/zlib/
H A Dinflate.c19 * - 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;
723 state->head->extra != Z_NULL) {
725 zmemcpy(state->head->extra + len, next,
1053 state->extra = (unsigned)(here.op) & 15;
1056 if (state->extra) {
1057 NEEDBITS(state->extra);
1058 state->length += BITS(state->extra);
1059 DROPBITS(state->extra);
[all...]
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc92 const ExtraParams& extra) const {
93 gfx::Size size = CommonThemeGetPartSize(part, state, extra);
193 const ExtraParams& extra) const {
203 PaintCheckbox(canvas, state, rect, extra.button);
206 PaintInnerSpinButton(canvas, state, rect, extra.inner_spin);
209 PaintMenuList(canvas, state, rect, extra.menu_list);
217 PaintMenuPopupBackground(canvas, rect.size(), extra.menu_background);
224 PaintMenuItemBackground(canvas, state, rect, extra.menu_list);
227 PaintProgressBar(canvas, state, rect, extra.progress_bar);
230 PaintButton(canvas, state, rect, extra
[all...]
/external/jemalloc/src/
H A Djemalloc.c1359 * passed an extra argument for the caller return address, which will be
1624 ixallocx_helper(void *ptr, size_t old_usize, size_t size, size_t extra, argument
1629 if (ixalloc(ptr, size, extra, alignment, zero))
1637 ixallocx_prof_sample(void *ptr, size_t old_usize, size_t size, size_t extra, argument
1649 size+extra) ? 0 : size+extra - (SMALL_MAXCLASS+1),
1656 usize = ixallocx_helper(ptr, old_usize, size, extra, alignment,
1664 ixallocx_prof(void *ptr, size_t old_usize, size_t size, size_t extra, argument
1673 usize = ixallocx_prof_sample(ptr, old_usize, size, extra,
1676 usize = ixallocx_helper(ptr, old_usize, size, extra, alignmen
1687 je_xallocx(void *ptr, size_t size, size_t extra, int flags) argument
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
731 state->head->extra = Z_NULL;
739 state->head->extra != Z_NULL) {
741 zmemcpy(state->head->extra + len, next,
1068 state->extra = (unsigned)(here.op) & 15;
1071 if (state->extra) {
1072 NEEDBITS(state->extra);
1073 state->length += BITS(state->extra);
1074 DROPBITS(state->extra);
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
731 state->head->extra = Z_NULL;
739 state->head->extra != Z_NULL) {
741 zmemcpy(state->head->extra + len, next,
1068 state->extra = (unsigned)(here.op) & 15;
1071 if (state->extra) {
1072 NEEDBITS(state->extra);
1073 state->length += BITS(state->extra);
1074 DROPBITS(state->extra);
[all...]
/external/zlib/src/
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
731 state->head->extra = Z_NULL;
739 state->head->extra != Z_NULL) {
741 zmemcpy(state->head->extra + len, next,
1068 state->extra = (unsigned)(here.op) & 15;
1071 if (state->extra) {
1072 NEEDBITS(state->extra);
1073 state->length += BITS(state->extra);
1074 DROPBITS(state->extra);
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp92 static std::vector<std::string> extra; member in namespace:options
104 } else if (opt.startswith("extra-library-path=")) {
125 extra.push_back(opt);
238 // Pass through extra options to the code generator.
239 if (!options::extra.empty()) {
240 for (std::vector<std::string>::iterator it = options::extra.begin();
241 it != options::extra.end(); ++it) {
489 (*message)(LDPL_ERROR, "Unable to set the extra library path.");
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c211 size_t extra = 0; local
215 extra = wpabuf_len(group->p2p->wfd_ie_beacon);
220 extra += wpabuf_len(group->p2p->vendor_elem[VENDOR_ELEM_BEACON_P2P_GO]);
222 ie = wpabuf_alloc(257 + extra);
463 struct wpabuf *extra; local
464 extra = wpabuf_dup(group->p2p->vendor_elem[VENDOR_ELEM_PROBE_RESP_P2P_GO]);
465 ie = wpabuf_concat(extra, ie);
647 size_t extra = 0; local
651 extra = wpabuf_len(group->wfd_ie);
656 extra
[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_group.c211 size_t extra = 0; local
215 extra = wpabuf_len(group->p2p->wfd_ie_beacon);
220 extra += wpabuf_len(group->p2p->vendor_elem[VENDOR_ELEM_BEACON_P2P_GO]);
222 ie = wpabuf_alloc(257 + extra);
463 struct wpabuf *extra; local
464 extra = wpabuf_dup(group->p2p->vendor_elem[VENDOR_ELEM_PROBE_RESP_P2P_GO]);
465 ie = wpabuf_concat(extra, ie);
647 size_t extra = 0; local
651 extra = wpabuf_len(group->wfd_ie);
656 extra
[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_group.c211 size_t extra = 0; local
215 extra = wpabuf_len(group->p2p->wfd_ie_beacon);
220 extra += wpabuf_len(group->p2p->vendor_elem[VENDOR_ELEM_BEACON_P2P_GO]);
222 ie = wpabuf_alloc(257 + extra);
463 struct wpabuf *extra; local
464 extra = wpabuf_dup(group->p2p->vendor_elem[VENDOR_ELEM_PROBE_RESP_P2P_GO]);
465 ie = wpabuf_concat(extra, ie);
647 size_t extra = 0; local
651 extra = wpabuf_len(group->wfd_ie);
656 extra
[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);

Completed in 656 milliseconds

<<11121314151617181920>>