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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
scmpu.d 3 dump\.o: file format .*
smovb.d 3 dump\.o: file format .*
smovf.d 3 dump\.o: file format .*
smovu.d 3 dump\.o: file format .*
wait.d 3 dump\.o: file format .*
  /art/tools/ahat/test/
InstanceTest.java 55 TestDump dump = TestDump.getTestDump(); local
56 AhatInstance str = dump.getDumpedAhatInstance("basicString");
62 TestDump dump = TestDump.getTestDump(); local
63 AhatInstance str = dump.getDumpedAhatInstance("nonAscii");
69 TestDump dump = TestDump.getTestDump(); local
70 AhatInstance str = dump.getDumpedAhatInstance("embeddedZero");
76 TestDump dump = TestDump.getTestDump(); local
77 AhatInstance str = dump.getDumpedAhatInstance("charArray");
83 TestDump dump = TestDump.getTestDump(); local
84 AhatInstance str = dump.getDumpedAhatInstance("basicString")
90 TestDump dump = TestDump.getTestDump(); local
97 TestDump dump = TestDump.getTestDump(); local
104 TestDump dump = TestDump.getTestDump(); local
111 TestDump dump = TestDump.getTestDump(); local
118 TestDump dump = TestDump.getTestDump(); local
125 TestDump dump = TestDump.getTestDump(); local
132 TestDump dump = TestDump.getTestDump(); local
139 TestDump dump = TestDump.getTestDump(); local
146 TestDump dump = TestDump.getTestDump(); local
153 TestDump dump = TestDump.getTestDump(); local
160 TestDump dump = TestDump.getTestDump(); local
167 TestDump dump = TestDump.getTestDump(); local
174 TestDump dump = TestDump.getTestDump(); local
181 TestDump dump = TestDump.getTestDump(); local
188 TestDump dump = TestDump.getTestDump(); local
195 TestDump dump = TestDump.getTestDump(); local
202 TestDump dump = TestDump.getTestDump(); local
210 TestDump dump = TestDump.getTestDump(); local
231 TestDump dump = TestDump.getTestDump(); local
238 TestDump dump = TestDump.getTestDump(); local
289 TestDump dump = TestDump.getTestDump(); local
309 TestDump dump = TestDump.getTestDump(); local
316 TestDump dump = TestDump.getTestDump(); local
323 TestDump dump = TestDump.getTestDump(); local
330 TestDump dump = TestDump.getTestDump(); local
338 TestDump dump = TestDump.getTestDump(); local
345 TestDump dump = TestDump.getTestDump(); local
358 TestDump dump = TestDump.getTestDump(); local
366 TestDump dump = TestDump.getTestDump(); local
380 List<HprofDumpRecord> dump = new ArrayList<HprofDumpRecord>(); local
    [all...]
NativeAllocationTest.java 30 TestDump dump = TestDump.getTestDump(); local
32 AhatSnapshot snapshot = dump.getAhatSnapshot();
33 AhatInstance referent = dump.getDumpedAhatInstance("anObject");
  /external/google-breakpad/src/google_breakpad/processor/
minidump_processor.h 81 // representations of the CPU type that the minidump in |dump| was
84 static bool GetCPUInfo(Minidump* dump, SystemInfo* info);
87 // representations of the operating system that the minidump in |dump|
90 static bool GetOSInfo(Minidump* dump, SystemInfo* info);
94 // the minidump |dump|.
95 static bool GetProcessCreateTime(Minidump* dump,
99 // if the minidump in dump was produced as a result of a crash. Returns
106 static string GetCrashReason(Minidump* dump, uint64_t* address);
126 static string GetAssertion(Minidump* dump);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue193/
TestYaml.java 60 String dump = yaml.dump(b); local
62 System.out.println("dump:" + dump);
64 dump = "!!org.yaml.snakeyaml.issues.issue193.TestYaml$BeanA1 {id: 2, name: name1}";
66 yaml.load(dump);
  /external/google-breakpad/src/processor/
synth_minidump_unittest.cc 45 using google_breakpad::SynthMinidump::Dump;
59 Dump dump(0);
60 Section section(dump);
69 Dump dump(0, kBigEndian);
70 Section section1(dump), section2(dump);
82 Dump dump(0, kLittleEndian)
    [all...]
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...]
  /external/llvm/tools/llvm-pdbdump/
ClassDefinitionDumper.h 32 void dump(const PDBSymbolTypeBaseClass &Symbol) override;
33 void dump(const PDBSymbolData &Symbol) override;
34 void dump(const PDBSymbolTypeEnum &Symbol) override;
35 void dump(const PDBSymbolFunc &Symbol) override;
36 void dump(const PDBSymbolTypeTypedef &Symbol) override;
37 void dump(const PDBSymbolTypeUDT &Symbol) override;
38 void dump(const PDBSymbolTypeVTable &Symbol) override;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
DumpStackTraceTest.java 29 String result = yaml.dump(input);
31 assertEquals(result, yaml.dump(yaml.load(result)));
41 String result = yaml.dump(input);
43 assertEquals(result, yaml.dump(yaml.load(result)));
51 String result = yaml.dump(input);
53 assertEquals(result, yaml.dump(yaml.load(result)));
59 String result = (String) yaml.dump(input);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/
ExecDumpClient.java 27 private boolean dump; field in class:ExecDumpClient
33 * New instance with the defaults <code>dump==true</code>,
38 this.dump = true;
45 * Specifies whether a dump should be requested
47 * @param dump
48 * <code>true</code> if a dump should be requested
50 public void setDump(final boolean dump) {
51 this.dump = dump;
86 * Requests a dump from the given end-point
96 public ExecFileLoader dump(final String address, final int port) method in class:ExecDumpClient
112 public ExecFileLoader dump(final InetAddress address, final int port) method in class:ExecDumpClient
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 38 Error dump(const CVType &Record, TypeVisitorCallbacks &Dumper);
42 Error dump(const CVTypeArray &Types, TypeVisitorCallbacks &Dumper);
48 Error dump(ArrayRef<uint8_t> Data, TypeVisitorCallbacks &Dumper);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 38 Error dump(const CVType &Record, TypeVisitorCallbacks &Dumper);
42 Error dump(const CVTypeArray &Types, TypeVisitorCallbacks &Dumper);
48 Error dump(ArrayRef<uint8_t> Data, TypeVisitorCallbacks &Dumper);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 38 Error dump(const CVType &Record, TypeVisitorCallbacks &Dumper);
42 Error dump(const CVTypeArray &Types, TypeVisitorCallbacks &Dumper);
48 Error dump(ArrayRef<uint8_t> Data, TypeVisitorCallbacks &Dumper);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 38 Error dump(const CVType &Record, TypeVisitorCallbacks &Dumper);
42 Error dump(const CVTypeArray &Types, TypeVisitorCallbacks &Dumper);
48 Error dump(ArrayRef<uint8_t> Data, TypeVisitorCallbacks &Dumper);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 38 Error dump(const CVType &Record, TypeVisitorCallbacks &Dumper);
42 Error dump(const CVTypeArray &Types, TypeVisitorCallbacks &Dumper);
48 Error dump(ArrayRef<uint8_t> Data, TypeVisitorCallbacks &Dumper);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 38 Error dump(const CVType &Record, TypeVisitorCallbacks &Dumper);
42 Error dump(const CVTypeArray &Types, TypeVisitorCallbacks &Dumper);
48 Error dump(ArrayRef<uint8_t> Data, TypeVisitorCallbacks &Dumper);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 38 Error dump(const CVType &Record, TypeVisitorCallbacks &Dumper);
42 Error dump(const CVTypeArray &Types, TypeVisitorCallbacks &Dumper);
48 Error dump(ArrayRef<uint8_t> Data, TypeVisitorCallbacks &Dumper);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 38 Error dump(const CVType &Record, TypeVisitorCallbacks &Dumper);
42 Error dump(const CVTypeArray &Types, TypeVisitorCallbacks &Dumper);
48 Error dump(ArrayRef<uint8_t> Data, TypeVisitorCallbacks &Dumper);
  /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

Completed in 1692 milliseconds

1 2 3 4 5 67 8 91011>>