Searched refs:extra (Results 226 - 250 of 3254) sorted by relevance

1234567891011>>

/external/oprofile/libpp/
H A Dprofile_container.h46 * @param extra extra images location
49 extra_images const & extra);
H A Dsymbol.h145 extra_images const & extra);
H A Dxml_utils.h28 extra_images const & extra);
/external/qemu/slirp-android/
H A Dsocket.h54 void * extra; /* Extra pointer */ member in struct:socket
/external/valgrind/main/massif/tests/
H A Dbig-alloc.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Ddeep-A.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
59 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Ddeep-B.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
57 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Ddeep-C.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Ddeep-D.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_printer.cc115 const base::StringPiece& extra,
232 const base::StringPiece& extra,
236 *out_ << name << " (id=0x" << std::hex << id << std::dec << ") " << extra
228 OnTraceEvent(const EVENT_TRACE* event, const base::StringPiece& name, char type, intptr_t id, const base::StringPiece& extra, DWORD stack_depth, const intptr_t* backtrace) argument
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/
H A Dplatform.h99 intptr_t extra = static_cast<intptr_t>(__readfsdword(kTibExtraTlsOffset)); local
100 ASSERT(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.c1351 * passed an extra argument for the caller return address, which will be
1616 ixallocx_helper(void *ptr, size_t old_usize, size_t size, size_t extra, argument
1621 if (ixalloc(ptr, size, extra, alignment, zero))
1629 ixallocx_prof_sample(void *ptr, size_t old_usize, size_t size, size_t extra, argument
1641 size+extra) ? 0 : size+extra - (SMALL_MAXCLASS+1),
1648 usize = ixallocx_helper(ptr, old_usize, size, extra, alignment,
1656 ixallocx_prof(void *ptr, size_t old_usize, size_t size, size_t extra, argument
1665 usize = ixallocx_prof_sample(ptr, old_usize, size, extra,
1668 usize = ixallocx_helper(ptr, old_usize, size, extra, alignmen
1679 je_xallocx(void *ptr, size_t size, size_t extra, int flags) argument
[all...]

Completed in 749 milliseconds

1234567891011>>