HomeSort by relevance Sort by last modified time
    Searched refs:extra (Results 1 - 25 of 527) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/webkit/glue/
webthemeengine_impl_win.cc 33 gfx::NativeTheme::ButtonExtraParams* extra) {
40 extra->checked = false;
41 extra->indeterminate = false;
42 extra->is_default = false;
46 extra->checked = false;
47 extra->indeterminate = false;
48 extra->is_default = false;
52 extra->checked = false;
53 extra->indeterminate = false;
54 extra->is_default = false
374 gfx::NativeTheme::ExtraParams extra; local
    [all...]
  /external/qemu/android/
framebuffer.c 103 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/webkit/Source/WebCore/platform/chromium/
TraceEvent.h 38 #define TRACE_EVENT(name, id, extra) WebCore::internal::ScopeTracer TRACE_EVENT_MAKE_UNIQUE_IDENTIFIER(__traceEventScope)(name, id, extra);
47 ScopeTracer(const char* name, void*, const char* extra);
56 inline ScopeTracer::ScopeTracer(const char* name, void* id, const char* extra)
60 PlatformBridge::traceEventBegin(name, id, extra); \
61 if (extra)
62 m_extra = adoptPtr(strdup(extra));
  /external/chromium/base/debug/
trace_event_win.h 15 #define TRACE_EVENT_BEGIN(name, id, extra) \
20 extra);
22 #define TRACE_EVENT_END(name, id, extra) \
27 extra);
29 #define TRACE_EVENT_INSTANT(name, id, extra) \
34 extra);
59 // Allowing the use of std::string for name or extra is a convenience,
60 // whereas passing name or extra as a const char* avoids the construction
68 const char* extra,
71 // Allows passing extra as a std::string for convenience
    [all...]
trace_event.h 6 // a type (BEGIN, END or INSTANT), a tracking id and extra string data.
41 #define TRACE_EVENT_BEGIN(name, id, extra) ((void) 0)
42 #define TRACE_EVENT_END(name, id, extra) ((void) 0)
43 #define TRACE_EVENT_INSTANT(name, id, extra) ((void) 0)
54 #define TRACE_EVENT_BEGIN(name, id, extra) \
59 extra, \
65 #define TRACE_EVENT_END(name, id, extra) \
70 extra, \
75 #define TRACE_EVENT_INSTANT(name, id, extra) \
80 extra, \
    [all...]
trace_event_win.cc 46 const char* extra,
51 if (extra == NULL)
52 extra = "";
78 event.SetField(2, extra_len + 1, extra);
100 const char* extra,
104 // Compute the name & extra lengths if not supplied already.
108 extra_len = (extra == NULL) ? 0 : strlen(extra);
110 provider->TraceEvent(name, name_len, type, id, extra, extra_len);
  /external/oprofile/libpp/
image_errors.h 33 extra_images const & extra);
37 extra_images const & extra);
41 extra_images const & extra);
image_errors.cpp 29 extra_images const & extra)
34 string image_name = extra.get_archive_path() + image;
73 extra_images const & extra)
75 report_image_error(profile.image, profile.error, fatal, extra);
80 extra_images const & extra)
86 report_image_error(*it, false, extra);
filename_spec.h 34 * @param extra extra binary image location
39 extra_images const & extra);
45 * @param extra extra binary image location
51 extra_images const & extra);
symbol.cpp 46 extra_images const & extra)
48 return image_names.get_name(id, type, extra);
filename_spec.cpp 23 extra_images const & extra)
25 set_sample_filename(filename, extra);
60 extra_images const & extra)
62 parsed_filename parsed = parse_filename(filename, extra);
name_storage.cpp 37 extra_images const & extra) const
47 get_name(id, int_real_filename, extra);
58 n.real_filename = extra.find_image_path(name(id),
60 n.extra_images_uid = extra.get_uid();
63 if (n.extra_images_uid == extra.get_uid())
66 " with different extra parameter");
  /external/openssl/android.testssl/
testssl 28 extra=""
30 extra="$4"
36 $ssltest -ssl2 $extra || exit 1
39 $ssltest -ssl2 -server_auth $CA $extra || exit 1
43 $ssltest -ssl2 -client_auth $CA $extra || exit 1
46 $ssltest -ssl2 -server_auth -client_auth $CA $extra || exit 1
50 $ssltest -ssl3 $extra || exit 1
53 $ssltest -ssl3 -server_auth $CA $extra || exit 1
56 $ssltest -ssl3 -client_auth $CA $extra || exit 1
59 $ssltest -ssl3 -server_auth -client_auth $CA $extra || exit
    [all...]
  /external/v8/src/
platform-tls-win32.h 52 intptr_t extra = static_cast<intptr_t>(__readfsdword(kTibExtraTlsOffset)); local
53 ASSERT(extra != 0);
54 return *reinterpret_cast<intptr_t*>(extra +
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSuggestionExtras.java 46 String extra = doGetExtra(columnName); local
47 if (extra == null && mMore != null) {
48 extra = mMore.getExtra(columnName);
50 return extra;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_peap_common.c 29 u8 extra[2]; local
49 extra[0] = 0;
50 extra[1] = 0;
54 addr[4] = extra;
66 extra[0] = buf_len & 0xff;
68 addr[3] = extra;
  /external/wpa_supplicant_8/src/eap_common/
eap_peap_common.c 29 u8 extra[2]; local
49 extra[0] = 0;
50 extra[1] = 0;
54 addr[4] = extra;
66 extra[0] = buf_len & 0xff;
68 addr[3] = extra;
  /external/valgrind/main/memcheck/
mc_errors.c 439 MC_Error* extra = VG_(get_error_extra)(err); local
465 extra->Err.Value.szB );
467 if (extra->Err.Value.origin_ec)
468 mc_pp_origin( extra->Err.Value.origin_ec,
469 extra->Err.Value.otag & 3 );
471 /* Could also show extra->Err.Cond.otag if debugging origin
474 extra->Err.Value.szB );
476 if (extra->Err.Value.origin_ec)
477 mc_pp_origin( extra->Err.Value.origin_ec,
478 extra->Err.Value.otag & 3 )
809 MC_Error extra; local
860 MC_Error extra; local
872 MC_Error extra; local
891 MC_Error extra; local
903 MC_Error extra; local
920 MC_Error extra; local
928 MC_Error extra; local
936 MC_Error extra; local
951 MC_Error extra; local
960 MC_Error extra; local
973 MC_Error extra; local
986 MC_Error extra; local
1225 MC_Error* extra = VG_(get_error_extra)(err); local
1435 MC_Error* extra = VG_(get_error_extra)(err); local
1510 MC_Error* extra = VG_(get_error_extra)(err); local
1521 MC_Error* extra = VG_(get_error_extra)(err); local
    [all...]
  /system/core/toolbox/
mount.c 60 static void add_extra_option(struct extra_opts *extra, char *s)
63 int newlen = extra->used_size + len;
65 if (extra->str)
68 if (newlen >= extra->alloc_size) {
71 new = realloc(extra->str, newlen + 1); /* +1 for NUL */
75 extra->str = new;
76 extra->end = extra->str + extra->used_size;
77 extra->alloc_size = newlen
137 static struct extra_opts extra; variable in typeref:struct:extra_opts
    [all...]
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 51 for (String extra : bundle.keySet()) {
52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra));
57 // android.bluetooth.device.extra.DEVICE -> a.b.device.e.DEVICE
61 .replace("extra", "e")
  /external/icu4c/layout/
OpenTypeUtilities.cpp 58 le_int32 extra = recordCount - power; local
62 if (SWAPT(records[extra].tag) <= tag) {
63 index = extra;
85 le_int32 extra = recordCount - power; local
93 if (SWAPW(records[extra].firstGlyph) <= glyphID) {
94 range = extra;
115 le_int32 extra = count - power; local
119 if (value >= array[extra]) {
120 index = extra;
137 le_int32 extra = count - power local
    [all...]
LookupTables.cpp 31 le_int16 extra = SWAPW(rangeShift); local
34 const LookupSegment *trial = (const LookupSegment *) ((char *) entry + extra);
60 le_int16 extra = SWAPW(rangeShift); local
63 const LookupSingle *trial = (const LookupSingle *) ((char *) entry + extra);
  /bootable/bootloader/legacy/nandwrite/
nandwrite.c 44 void verify_flash(ptentry *p, void *addr, unsigned len, int extra)
47 void *buf = alloc(FLASH_PAGE_SIZE + extra);
48 int verify_extra = extra;
52 flash_read_ext(p, extra, offset, buf, FLASH_PAGE_SIZE);
61 if(extra) {
62 addr += extra;
63 len -= extra;
66 dprintf("verify done %d extra bytes\n", verify_extra);
164 dprintf("page %d extra:\n", p->start * 64);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp 57 sp<AMessage> extra; local
58 ssize_t n = mStreamListener->read(buffer, sizeof(buffer), &extra);
69 if (extra != NULL
70 && extra->findInt32(
81 (ATSParser::DiscontinuityType)type, extra);
92 extra);
  /external/clang/test/Analysis/
misc-ps.c 14 int extra = (2 + strlen ("Clang") + ((4 - ((unsigned int) (2 + strlen ("Clang")) % 4)) % 4)) + (2 + strlen ("1.0") + ((4 - ((unsigned int) (2 + strlen ("1.0")) % 4)) % 4)); local
31 int extra = (2 + foo_rdar9373039 ("Clang") + ((4 - ((unsigned int) (2 + foo_rdar9373039 ("Clang")) % 4)) % 4)) + (2 + foo_rdar9373039 ("1.0") + ((4 - ((unsigned int) (2 + foo_rdar9373039 ("1.0")) % 4)) % 4)); // expected-warning {{never read}} local

Completed in 787 milliseconds

1 2 3 4 5 6 7 8 91011>>