/frameworks/base/services/java/com/android/server/ |
IntentResolver.java | 95 boolean dumpMap(PrintWriter out, String titlePrefix, String title, 137 if (dumpMap(out, curPrefix, "Full MIME Types:", innerPrefix, 141 if (dumpMap(out, curPrefix, "Base MIME Types:", innerPrefix, 145 if (dumpMap(out, curPrefix, "Wild MIME Types:", innerPrefix, 149 if (dumpMap(out, curPrefix, "Schemes:", innerPrefix, 153 if (dumpMap(out, curPrefix, "Non-Data Actions:", innerPrefix, 157 if (dumpMap(out, curPrefix, "MIME Typed Actions:", innerPrefix,
|
/external/valgrind/main/callgrind/ |
sim.c | [all...] |
command.c | 242 p += CLG_(sprint_mappingcost)(buf + p, CLG_(dumpmap), sum); 272 p += CLG_(sprint_mappingcost)(buf + p, CLG_(dumpmap), sum ); 320 CLG_(sprint_eventmapping)(buf+p, CLG_(dumpmap));
|
dump.c | 52 EventMapping* CLG_(dumpmap) = 0; variable 642 fprint_cost(fd, CLG_(dumpmap), c->cost); 755 fprint_cost(fd, CLG_(dumpmap), jcc->cost); [all...] |
main.c | [all...] |
global.h | 823 extern EventMapping* CLG_(dumpmap);
|
/dalvik/vm/analysis/ |
RegisterMap.cpp | 472 bool dumpMap = false; 486 dumpMap = true; 546 if (dumpMap) [all...] |