HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 51 - 75 of 3694) sorted by null

1 23 4 5 6 7 8 91011>>

  /art/tools/ahat/test/
InstanceUtilsTest.java 29 TestDump dump = TestDump.getTestDump(); local
30 Instance str = (Instance)dump.getDumpedThing("basicString");
36 TestDump dump = TestDump.getTestDump(); local
37 Instance str = (Instance)dump.getDumpedThing("charArray");
43 TestDump dump = TestDump.getTestDump(); local
44 Instance str = (Instance)dump.getDumpedThing("basicString");
50 TestDump dump = TestDump.getTestDump(); local
51 Instance str = (Instance)dump.getDumpedThing("charArray");
57 TestDump dump = TestDump.getTestDump(); local
58 Instance str = (Instance)dump.getDumpedThing("basicString")
64 TestDump dump = TestDump.getTestDump(); local
71 TestDump dump = TestDump.getTestDump(); local
78 TestDump dump = TestDump.getTestDump(); local
85 TestDump dump = TestDump.getTestDump(); local
92 TestDump dump = TestDump.getTestDump(); local
99 TestDump dump = TestDump.getTestDump(); local
106 TestDump dump = TestDump.getTestDump(); local
114 TestDump dump = TestDump.getTestDump(); local
    [all...]
  /external/google-breakpad/src/processor/
exploitability.cc 49 Exploitability::Exploitability(Minidump *dump,
51 : dump_(dump),
59 Minidump *dump,
62 MinidumpSystemInfo *minidump_system_info = dump->GetSystemInfo();
74 platform_exploitability = new ExploitabilityWin(dump, process_state);
78 platform_exploitability = new ExploitabilityLinux(dump, process_state);
exploitability_linux.h 47 ExploitabilityLinux(Minidump *dump,
exploitability_win.h 47 ExploitabilityWin(Minidump *dump,
  /dalvik/dx/tests/082-dex-throws-list-sharing/
run 18 dx --debug --dex --positions=none --no-locals --dump-to=- --dump-width=200 \
  /dalvik/dx/tests/121-sccp/
run 18 dx --debug --dex --dump-method=Blort.test'*' Blort.class
20 dx --debug --dex --dump-method=Blort.test'*' Blort.class
  /dalvik/dx/tests/122-switch-with-high-register/
run 18 dx --debug --dex --dump-method=Blort.switchWithHighRegister Blort.class
20 dx --debug --dex --dump-method=Blort.switchWithHighRegister Blort.class
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
IRemoteCommandVisitor.java 22 * Requests a execution data dump with an optional reset.
24 * @param dump
25 * <code>true</code> if the dump should be executed
31 public void visitDumpCommand(final boolean dump, final boolean reset)
  /external/llvm/lib/MC/
MCLabel.cpp 20 void MCLabel::dump() const { function in class:MCLabel
  /frameworks/base/core/java/com/android/internal/util/
DumpUtils.java 38 public static void dumpAsync(Handler handler, final Dump dump, PrintWriter pw,
45 dump.dump(lpw, prefix);
55 public interface Dump {
56 void dump(PrintWriter pw, String prefix); method in interface:DumpUtils.Dump
  /packages/services/Car/service/src/com/android/car/
CarServiceBase.java 35 void dump(PrintWriter writer); method in interface:CarServiceBase
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
SingleRowTest.java 46 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex);
49 assertEquals(dump(mSingleRow) + " Should filled 3 items",
53 assertEquals(dump(mSingleRow) + " Should filled 4 items",
57 assertEquals(dump(mSingleRow) + " Should filled 6 items",
67 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex);
70 assertEquals(dump(mSingleRow) + " Should filled 6 items",
74 assertEquals(dump(mSingleRow) + " visible index should start from 1",
78 assertEquals(dump(mSingleRow) + " visible index should start from 0",
91 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex);
94 assertEquals(dump(mSingleRow) + " Should filled 3 items"
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
mdpWrapper.h 103 void dump(const char* const s, const msmfb_overlay_data& ov);
104 void dump(const char* const s, const msmfb_data& ov);
105 void dump(const char* const s, const mdp_overlay& ov);
106 void dump(const char* const s, const msmfb_overlay_3d& ov);
107 void dump(const char* const s, const uint32_t u[], uint32_t cnt);
108 void dump(const char* const s, const msmfb_img& ov);
109 void dump(const char* const s, const mdp_rect& ov);
112 void dump(const char* const s, const msm_rotator_img_info& rot);
113 void dump(const char* const s, const msm_rotator_data_info& rot);
116 void dump(const char* const s, const fb_fix_screeninfo& finfo)
292 inline void dump(const char* const s, const msmfb_overlay_data& ov) { function in namespace:overlay::mdp_wrapper
297 inline void dump(const char* const s, const msmfb_data& ov) { function in namespace:overlay::mdp_wrapper
301 inline void dump(const char* const s, const mdp_overlay& ov) { function in namespace:overlay::mdp_wrapper
315 inline void dump(const char* const s, const msmfb_img& ov) { function in namespace:overlay::mdp_wrapper
320 inline void dump(const char* const s, const mdp_rect& ov) { function in namespace:overlay::mdp_wrapper
325 inline void dump(const char* const s, const msmfb_overlay_3d& ov) { function in namespace:overlay::mdp_wrapper
330 inline void dump(const char* const s, const uint32_t u[], uint32_t cnt) { function in namespace:overlay::mdp_wrapper
336 inline void dump(const char* const s, const msm_rotator_img_info& rot) { function in namespace:overlay::mdp_wrapper
344 inline void dump(const char* const s, const msm_rotator_data_info& rot) { function in namespace:overlay::mdp_wrapper
352 inline void dump(const char* const s, const fb_fix_screeninfo& finfo) { function in namespace:overlay::mdp_wrapper
355 inline void dump(const char* const s, const fb_var_screeninfo& vinfo) { function in namespace:overlay::mdp_wrapper
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
mdpWrapper.h 83 void dump(const char* const s, const msmfb_overlay_data& ov);
84 void dump(const char* const s, const msmfb_data& ov);
85 void dump(const char* const s, const mdp_overlay& ov);
86 void dump(const char* const s, const msmfb_overlay_3d& ov);
87 void dump(const char* const s, const uint32_t u[], uint32_t cnt);
88 void dump(const char* const s, const msmfb_img& ov);
89 void dump(const char* const s, const mdp_rect& ov);
92 void dump(const char* const s, const msm_rotator_img_info& rot);
93 void dump(const char* const s, const msm_rotator_data_info& rot);
96 void dump(const char* const s, const fb_fix_screeninfo& finfo)
201 inline void dump(const char* const s, const msmfb_overlay_data& ov) { function in namespace:overlay::mdp_wrapper
206 inline void dump(const char* const s, const msmfb_data& ov) { function in namespace:overlay::mdp_wrapper
210 inline void dump(const char* const s, const mdp_overlay& ov) { function in namespace:overlay::mdp_wrapper
224 inline void dump(const char* const s, const msmfb_img& ov) { function in namespace:overlay::mdp_wrapper
229 inline void dump(const char* const s, const mdp_rect& ov) { function in namespace:overlay::mdp_wrapper
234 inline void dump(const char* const s, const msmfb_overlay_3d& ov) { function in namespace:overlay::mdp_wrapper
239 inline void dump(const char* const s, const uint32_t u[], uint32_t cnt) { function in namespace:overlay::mdp_wrapper
245 inline void dump(const char* const s, const msm_rotator_img_info& rot) { function in namespace:overlay::mdp_wrapper
253 inline void dump(const char* const s, const msm_rotator_data_info& rot) { function in namespace:overlay::mdp_wrapper
261 inline void dump(const char* const s, const fb_fix_screeninfo& finfo) { function in namespace:overlay::mdp_wrapper
264 inline void dump(const char* const s, const fb_var_screeninfo& vinfo) { function in namespace:overlay::mdp_wrapper
    [all...]
  /dalvik/dx/tests/030-minimal-jasmin/
run 18 dx --debug --dump --width=200 blort.class | grep ' 000.:'
  /dalvik/dx/tests/031-bb-dead-code/
run 18 dx --debug --dump --basic-blocks --width=200 blort.class
  /dalvik/dx/tests/032-bb-live-code/
run 18 dx --debug --dump --basic-blocks --width=200 blort.class
  /dalvik/dx/tests/048-dex-new-array/
run 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test *.class
  /dalvik/dx/tests/054-dex-high16/
run 19 --dump-method=Blort.test'*' *.class
  /dalvik/dx/tests/060-dex-call-static/
run 19 --dump-method=Blort.test Blort.class
  /dalvik/dx/tests/068-dex-infinite-loop/
run 19 --dump-method=Blort.test'*' Blort.class
  /dalvik/dx/tests/077-dex-code-alignment/
run 24 dx --debug --dex --positions=none --no-locals --dump-to=- *.class | awk '
25 BEGIN { codes = 0; dump = 0; }
27 codes && /justReturn/ { dump = 1; print "method start"; }
28 /string_data:/ { codes = 0; dump = 0; }
29 dump && /^......: .... / { print $2; }
  /dalvik/dx/tests/078-dex-local-variable-table/
run 18 dx --debug --dex --no-optimize --positions=none --dump-method=Blort.test'*' \
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
run 18 dx --debug --dex --no-optimize --positions=none --dump-method=Blort.test'*' \
  /dalvik/dx/tests/083-ssa-phi-placement/
run 18 dx --dump --ssa-blocks --ssa-step=phi-placement Blort.class

Completed in 1122 milliseconds

1 23 4 5 6 7 8 91011>>