HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 151 - 175 of 4301) sorted by null

1 2 3 4 5 67 8 91011>>

  /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...]
  /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...]
  /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/097-dex-branch-offset-zero/
run 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
25 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
  /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/f2fs-tools/fsck/
Makefile.am 6 fsck_f2fs_SOURCES = main.c fsck.c dump.c mount.c
10 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/dump.f2fs
  /external/llvm/tools/llvm-pdbdump/
ExternalSymbolDumper.h 26 void dump(const PDBSymbolPublicSymbol &Symbol) override;
  /external/ltp/android/tools/
dump_make_dryrun.sh 27 OUTPUT=$TOOLS_DIR/make_dry_run.dump
31 OUTPUT=$TOOLS_DIR/make_install_dry_run.dump
  /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
  /toolchain/binutils/binutils-2.25/binutils/
objdump.h 41 void (*dump)(bfd *abfd); member in struct:objdump_private_desc
  /art/test/131-structural-change/
build 34 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes
36 ${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 classes-ex
  /cts/hostsidetests/incident/src/com/android/server/cts/
PowerIncidentTest.java 23 /** Test to check that the power manager properly outputs its dump state. */
28 final PowerServiceDumpProto dump = local
34 .contains(dump.getWakefulness().getValueDescriptor()));
38 .contains(dump.getPlugType().getValueDescriptor()));
42 .contains(dump.getDockState().getValueDescriptor()));
45 dump.getSettingsAndConfiguration();
57 final PowerServiceDumpProto.UidProto uid = dump.getUids(0);
67 final LooperProto looper = dump.getLooper();
72 assertTrue(dump.getSuspendBlockersCount() > 0);
  /dalvik/dx/tests/047-dex-wide-args/
run 19 --dump-method=Blort.test'*' *.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/049-dex-instanceof/
run 19 --dump-method=Blort.test *.class
  /dalvik/dx/tests/050-dex-checkcast/
run 19 --dump-method=Blort.test *.class
  /dalvik/dx/tests/051-dex-explicit-null/
run 19 --dump-method=Blort.test'*' *.class

Completed in 989 milliseconds

1 2 3 4 5 67 8 91011>>