HomeSort by relevance Sort by last modified time
    Searched refs:extra (Results 126 - 150 of 656) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/oprofile/libpp/
xml_utils.h 28 extra_images const & extra);
  /external/oprofile/libutil++/
bfd_support.h 112 extra_images const & extra);
bfd_support.cpp 49 extra_images const & extra)
56 string const image_path = extra.find_image_path(name, img_ok, true);
297 string & debug_filename, extra_images const & extra)
319 if (separate_debug_file_exists(first_try, crc32, extra))
321 else if (separate_debug_file_exists(second_try, crc32, extra))
323 else if (separate_debug_file_exists(third_try, crc32, extra))
527 * then we need to do the extra processing in translate_debuginfo_syms.
  /external/qemu/android/
framebuffer.h 60 /* extra data that is handled by the framebuffer implementation */
61 void* extra; member in struct:QFrameBuffer
  /external/qemu/slirp/
socket.h 53 void * extra; /* Extra pointer */ member in struct:socket
  /external/valgrind/main/massif/tests/
basic.post.exp 36 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)
68 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
98 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
114 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
130 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
146 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
long-names.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
new-cpp.post.exp 36 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)
overloaded-new.post.exp 36 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)
  /external/webkit/Source/WebCore/xml/
XSLTExtensions.cpp 36 #include <libxslt/extra.h>
  /external/webkit/Tools/gdb/
webkit.py 48 extra = ''
59 extra = u' (gdb hit inaccessible memory)'
63 extra = u' (gdb found no trailing NUL)'
70 return string + extra
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 65 DiscontinuityType type, const sp<AMessage> &extra);
AnotherPacketSource.h 55 ATSParser::DiscontinuityType type, const sp<AMessage> &extra);
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 49 List<String> extra = new ArrayList(); local
84 extra.add("Unknown " + type + " " + algorithm + " " + providerName + "\n");
105 // assert that we don't have any extra in the implementation
106 Collections.sort(extra); // sort so that its grouped by type
107 assertEquals("Extra algorithms", Collections.EMPTY_LIST, extra);
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.c 116 (that adds an extra first argument), based on the state of use_extra_arg.
156 /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc.
158 the extra bytes won't be missed terribly, but if range checking is on
159 and we used a larger request, a whole extra 4096 bytes would be
164 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1))
167 size = 4096 - extra;
203 /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc.
205 the extra bytes won't be missed terribly, but if range checking is on
206 and we used a larger request, a whole extra 4096 bytes would be
211 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)
163 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
210 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 47 unsigned int extra:1; /* For special use. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 47 unsigned int extra:1; /* For special use. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 47 unsigned int extra:1; /* For special use. */ member in struct:printf_info
  /external/freetype/src/cff/
cffdrivr.c 230 CFF_Font font = (CFF_Font)face->extra.data;
274 cff = (CFF_FontRec *)face->extra.data;
323 CFF_Font cff = (CFF_Font)face->extra.data;
380 CFF_Font cff = (CFF_Font)face->extra.data;
448 CFF_Font cff = (CFF_Font)face->extra.data;
503 CFF_Font cff = (CFF_Font)face->extra.data;
530 cff = (CFF_Font)face->extra.data;
  /external/qemu/distrib/zlib-1.2.3/
infback.c 520 /* length code -- get extra bits, if any */
521 state->extra = (unsigned)(this.op) & 15;
522 if (state->extra != 0) {
523 NEEDBITS(state->extra);
524 state->length += BITS(state->extra);
525 DROPBITS(state->extra);
553 /* get distance extra bits, if any */
554 state->extra = (unsigned)(this.op) & 15;
555 if (state->extra != 0) {
556 NEEDBITS(state->extra);
    [all...]
  /external/zlib/
infback.c 537 /* length code -- get extra bits, if any */
538 state->extra = (unsigned)(here.op) & 15;
539 if (state->extra != 0) {
540 NEEDBITS(state->extra);
541 state->length += BITS(state->extra);
542 DROPBITS(state->extra);
570 /* get distance extra bits, if any */
571 state->extra = (unsigned)(here.op) & 15;
572 if (state->extra != 0) {
573 NEEDBITS(state->extra);
    [all...]
  /external/skia/include/core/
SkTDArray.h 299 void growBy(size_t extra) {
300 SkASSERT(extra);
302 if (fCount + extra > fReserve) {
303 size_t size = fCount + extra + 4;
312 fCount += extra;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.c 171 const u8 *mac, const u8 *extra, size_t extra_len)
189 addr[1] = extra;
197 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - extra data",
198 extra, extra_len);
211 const u8 *extra, size_t extra_len)
219 addr[1] = extra;
225 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - extra data",
226 extra, extra_len);
366 const u8 *mac, const u8 *extra, size_t extra_len)
384 addr[1] = extra;
1031 msg->mac, extra, extra_len); local
1038 extra, extra_len); local
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 166 const u8 *mac, const u8 *extra, size_t extra_len)
184 addr[1] = extra;
192 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - extra data",
193 extra, extra_len);
206 const u8 *extra, size_t extra_len)
214 addr[1] = extra;
220 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - extra data",
221 extra, extra_len);
361 const u8 *mac, const u8 *extra, size_t extra_len)
379 addr[1] = extra;
1026 msg->mac, extra, extra_len); local
1033 extra, extra_len); local
    [all...]
  /external/chromium/webkit/glue/
webkitclient_impl.cc 286 const char* extra) {
287 TRACE_EVENT_BEGIN(name, id, extra);
290 "extra", extra ? extra : "");
294 const char* extra) {
295 TRACE_EVENT_END(name, id, extra);

Completed in 432 milliseconds

1 2 3 4 56 7 8 91011>>