/external/google-breakpad/src/processor/ |
synth_minidump.h | 39 // that eventually gets appended to the minidump. Dump, Memory, 45 // using google_breakpad::SynthMinidump::Dump; 49 // Dump minidump(MD_NORMAL, kLittleEndian); 74 // flexibility in how we put the dump together: minidump pieces can 77 // been placed by the time we call dump.GetContents to obtain the 81 // The dump.Add(thing) functions append THINGS's contents to the 84 // - dump.Add(thing) invokes thing->Finish, which tells *thing the 89 // of list or directory, then dump.Add(THING) automatically creates 97 // the dump. For example, although the Thread constructor takes 99 // dump on the caller's behalf. Rather, the caller is responsible fo [all...] |
minidump_dump_test | 35 diff -u $testdata_dir/minidump2.dump.out -
|
/system/libufdt/utils/tests/ |
mkdtboimg_testdata.sh | 35 MKDTIMG_DUMP="${MKDTIMG_OUT}"/dump.dtb 40 MKDTBOIMG_CREATEDUMP="${MKDTBOIMG_OUTCREATE}"/dump.dtb 41 MKDTBOIMG_CFGDUMP="${MKDTBOIMG_OUTCFG}"/dump.dtb 71 mkdtimg dump ${MKDTIMG_OUT}/create.img -b "${MKDTIMG_DUMP}"| grep -v 'FDT' > ${MKDTIMG_OUT}/create.dump 74 ../src/mkdtboimg.py dump ${MKDTBOIMG_OUTCREATE}/create.img --output ${MKDTBOIMG_OUTCREATE}/create.dump -b "${MKDTBOIMG_CREATEDUMP}" 77 ../src/mkdtboimg.py dump ${MKDTBOIMG_OUTCFG}/create.img --output ${MKDTBOIMG_OUTCFG}/create.dump -b "${MKDTBOIMG_CFGDUMP}" 92 echo "diff ${MKDTIMG_OUT}/create.dump vs ${MKDTBOIMG_OUTCREATE}/create.dump" [all...] |
/hardware/qcom/display/msm8084/liboverlay/ |
mdpWrapper.h | 106 void dump(const char* const s, const msmfb_overlay_data& ov); 107 void dump(const char* const s, const msmfb_data& ov); 108 void dump(const char* const s, const mdp_overlay& ov); 109 void dump(const char* const s, const msmfb_overlay_3d& ov); 110 void dump(const char* const s, const uint32_t u[], uint32_t cnt); 111 void dump(const char* const s, const msmfb_img& ov); 112 void dump(const char* const s, const mdp_rect& ov); 115 void dump(const char* const s, const msm_rotator_img_info& rot); 116 void dump(const char* const s, const msm_rotator_data_info& rot); 119 void dump(const char* const s, const fb_fix_screeninfo& finfo) 297 inline void dump(const char* const s, const msmfb_overlay_data& ov) { function in namespace:overlay::mdp_wrapper 302 inline void dump(const char* const s, const msmfb_data& ov) { function in namespace:overlay::mdp_wrapper 306 inline void dump(const char* const s, const mdp_overlay& ov) { function in namespace:overlay::mdp_wrapper 320 inline void dump(const char* const s, const msmfb_img& ov) { function in namespace:overlay::mdp_wrapper 325 inline void dump(const char* const s, const mdp_rect& ov) { function in namespace:overlay::mdp_wrapper 330 inline void dump(const char* const s, const msmfb_overlay_3d& ov) { function in namespace:overlay::mdp_wrapper 335 inline void dump(const char* const s, const uint32_t u[], uint32_t cnt) { function in namespace:overlay::mdp_wrapper 341 inline void dump(const char* const s, const msm_rotator_img_info& rot) { function in namespace:overlay::mdp_wrapper 349 inline void dump(const char* const s, const msm_rotator_data_info& rot) { function in namespace:overlay::mdp_wrapper 357 inline void dump(const char* const s, const fb_fix_screeninfo& finfo) { function in namespace:overlay::mdp_wrapper 360 inline void dump(const char* const s, const fb_var_screeninfo& vinfo) { function in namespace:overlay::mdp_wrapper [all...] |
/art/test/004-ReferenceMap/ |
build | 24 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex \ 25 --dump-width=1000 ${DX_FLAGS} classes
|
/art/test/004-StackWalk/ |
build | 24 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex \ 25 --dump-width=1000 ${DX_FLAGS} classes
|
/dalvik/dx/src/com/android/dx/command/dump/ |
Args.java | 17 package com.android.dx.command.dump; 26 /** whether to dump raw bytes where salient */ 29 /** whether to dump information about basic blocks */ 32 /** whether to dump regiserized blocks */ 35 /** whether to dump SSA-form blocks */ 50 /** whether to dump flow-graph in "dot" format */ 53 /** if non-null, an explicit method to dump */
|
/dalvik/dx/tests/121-sccp/ |
run | 18 dx --debug --dex --dump-method=Blort.test'*' Blort.class 21 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 21 dx --debug --dex --dump-method=Blort.switchWithHighRegister Blort.class
|
/external/llvm/tools/llvm-pdbdump/ |
ExternalSymbolDumper.h | 26 void dump(const PDBSymbolPublicSymbol &Symbol) override;
|
/external/parameter-framework/upstream/parameter/ |
Rule.h | 45 // Dump 46 virtual std::string dump() const = 0;
|
/external/swiftshader/third_party/LLVM/tools/macho-dump/ |
Makefile | 1 ##===- tools/macho-dump/Makefile ---------------------------*- Makefile -*-===## 11 TOOLNAME = macho-dump
|
/frameworks/base/libs/hwui/ |
OpDumper.h | 28 static void dump(const RecordedOp& op, std::ostream& output, int level = 0);
|
/frameworks/base/libs/hwui/tests/unit/ |
OpDumperTests.cpp | 25 TEST(OpDumper, dump) { 30 OpDumper::dump(op, stream); 34 OpDumper::dump(op, stream, 2); 41 OpDumper::dump(op, stream, 2);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
Dumpable.java | 21 void dump(FileDescriptor fd, PrintWriter pw, String[] args); method in interface:Dumpable
|
/frameworks/compile/mclinker/include/mcld/Script/ |
ExprToken.h | 28 virtual void dump() const = 0;
|
/frameworks/native/services/sensorservice/ |
SensorServiceUtils.h | 28 virtual std::string dump() const = 0;
|
/packages/services/Car/service/src/com/android/car/hal/ |
SensorBase.java | 31 void dump(PrintWriter writer); method in interface:SensorBase
|
/dalvik/dx/tests/034-dex-minimal/ |
run | 17 dx --debug --dex --dump-to=- --no-files
|
/dalvik/dx/tests/095-dex-const-string-jumbo/ |
run | 42 --dump-method=Blort.test *.class
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_sqlite.py | 8 dump)
13 hooks.suite(), regression.suite(), dump.suite())
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
DumpTask.java | 32 private boolean dump = true; field in class:DumpTask 42 * required when dump is <code>true</code>. Default is 99 * @param dump 102 public void setDump(final boolean dump) { 103 this.dump = dump; 123 if (dump && destfile == null) { 142 client.setDump(dump); 147 final ExecFileLoader loader = client.dump(address, port); 148 if (dump) { [all...] |
/external/libdrm/intel/tests/ |
gen4-3d.batch.sh | 13 ./test_decode $TEST_FILENAME -dump > $NEW_FILENAME
|
gen5-3d.batch.sh | 13 ./test_decode $TEST_FILENAME -dump > $NEW_FILENAME
|
gen6-3d.batch.sh | 13 ./test_decode $TEST_FILENAME -dump > $NEW_FILENAME
|