/external/valgrind/main/massif/tests/ |
ignoring.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 44 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) 67 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 95 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 110 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 125 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 140 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 155 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 171 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B [all...] |
peak2.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 72 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) 96 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 108 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 120 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 132 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 144 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B [all...] |
peak.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 72 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) 96 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 108 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 120 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 132 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 144 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
AccessFlags.java | 299 int extra = flags & ~mask; local 367 if ((extra != 0) || (sb.length() == 0)) { 369 sb.append(Hex.u2(extra));
|
/dalvik/dx/src/com/android/dx/rop/code/ |
AccessFlags.java | 299 int extra = flags & ~mask; local 367 if ((extra != 0) || (sb.length() == 0)) { 369 sb.append(Hex.u2(extra));
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
AccessFlags.java | 299 int extra = flags & ~mask; local 367 if ((extra != 0) || (sb.length() == 0)) { 369 sb.append(Hex.u2(extra));
|
/external/linux-tools-perf/util/ |
strbuf.c | 44 void strbuf_grow(struct strbuf *sb, size_t extra) 46 if (sb->len + extra + 1 <= sb->len) 50 ALLOC_GROW(sb->buf, sb->len + extra + 1, sb->alloc);
|
/packages/apps/Browser/src/com/android/browser/ |
UrlInputView.java | 253 private void finishInput(String url, String extra, String source) { 272 mListener.onAction(url, extra, source); 295 public void onSelect(String url, int type, String extra) { 296 finishInput(url, extra, SUGGESTED); 303 onSelect(SuggestionsAdapter.getSuggestionUrl(item), item.type, item.extra); 310 public void onAction(String text, String extra, String source);
|
/external/chromium/webkit/glue/ |
webkitclient_impl.h | 54 virtual void traceEventBegin(const char* name, void* id, const char* extra); 55 virtual void traceEventEnd(const char* name, void* id, const char* extra);
|
/external/elfutils/libelf/ |
common.h | 93 Elf_Cmd cmd, Elf *parent, Elf_Kind kind, size_t extra) 95 Elf *result = (Elf *) calloc (1, sizeof (Elf) + extra);
|
/external/libusb-compat/libusb/ |
core.c | 351 if (ep->extra) 352 free(ep->extra); 357 if (iface->extra) 358 free(iface->extra); 379 if (config->extra) 380 free(config->extra); 403 dest->extra = malloc(src->extra_length); 404 if (!dest->extra) 406 memcpy(dest->extra, src->extra, src->extra_length) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgevents.c | 68 if (evt->extra) { 69 SDL_VideoDevice *this = (SDL_VideoDevice *) evt->extra;
|
/external/skia/src/animator/ |
SkAnimateMaker.cpp | 67 SkExtras* extra = *extraPtr; local 68 if (extra->definesType(type)) { 69 extra->fExtraCallBack = NULL; 70 extra->fExtraStorage = NULL; 337 SkExtras* extra = *extraPtr; local 338 if (extra->definesType(type)) { 339 extra->fExtraCallBack = callBack; 340 extra->fExtraStorage = userStorage;
|
/external/valgrind/main/coregrind/ |
m_errormgr.c | 115 /* Errors. Extensible (via the 'extra' field). Tools can use a normal 140 void* extra; // For any tool-specific extras member in struct:_Error 166 return err->extra; 211 declared in include/pub_tool_errormgr.h. Extensible via the 'extra' field. 228 void* extra; // Anything else -- use is optional. NULL by default. member in struct:_Supp 243 return su->extra; 257 void VG_(set_supp_extra) ( Supp* su, void* extra ) 259 su->extra = extra; 639 Char* s, void* extra, ExeContext* where [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
Layer.h | 150 void draw(SkCanvas*, android::DrawExtra* extra, SkScalar opacity = SK_Scalar1); 158 virtual void onDraw(SkCanvas*, SkScalar opacity, android::DrawExtra* extra, PaintStyle style) {}
|
/packages/apps/Calendar/ |
Android.mk | 34 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
|
/packages/apps/Mms/ |
Android.mk | 25 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
|
/external/bison/lib/ |
obstack.c | 126 (that adds an extra first argument), based on the state of use_extra_arg. 166 /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc. 168 the extra bytes won't be missed terribly, but if range checking is on 169 and we used a larger request, a whole extra 4096 bytes would be 174 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) 177 size = 4096 - extra; 213 /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc. 215 the extra bytes won't be missed terribly, but if range checking is on 216 and we used a larger request, a whole extra 4096 bytes would be 221 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1) 173 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local 220 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local [all...] |
/external/chromium/chrome/browser/sync/glue/ |
password_change_processor.cc | 149 DCHECK(changes[i].extra.get()); 150 sync_api::SyncManager::ExtraPasswordChangeRecordData* extra = local 151 changes[i].extra.get(); 152 const sync_pb::PasswordSpecificsData& password = extra->unencrypted();
|
/external/icu4c/samples/layout/ |
Makefile.in | 19 ## Extra files to remove for 'make clean' 81 # compile scrptrun.cpp from the extra/scrptrun directory. 84 scrptrun.d: $(top_srcdir)/extra/scrptrun/scrptrun.cpp 89 scrptrun.o: $(top_srcdir)/extra/scrptrun/scrptrun.cpp
|
/external/libxslt/libxslt/ |
variables.h | 35 (ctxt)->xpathCtxt->extra = ctxt
|
/external/llvm/test/ |
Makefile | 57 extra-lit-site-cfgs:: 58 .PHONY: extra-lit-site-cfgs 68 extra-lit-site-cfgs:: clang-lit-site-cfg 111 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-lit-site-cfgs
|
/external/oprofile/libpp/ |
arrange_profiles.cpp | 550 extra_images const & extra) 557 parse_filename(it->sample_filename, extra); 568 parse_filename(*cit, extra); 589 bool merge_by_lib, extra_images const & extra) 593 find_profile_sample_files(set.files, parsed, extra); 606 extra); 615 find_profile_sample_files(depset.files, parsed, extra); 627 bool merge_by_lib, extra_images const & extra) 634 add_to_profile_set(*it, parsed, merge_by_lib, extra); 641 add_to_profile_set(set, parsed, merge_by_lib, extra); [all...] |
callgraph_container.h | 109 * @param extra extra image list to fixup binary name. 119 extra_images const & extra, bool debug_info,
|
symbol.h | 145 extra_images const & extra);
|