HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 376 - 400 of 1186) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Analysis/
DebugInfo.h 109 /// dump - print descriptor to dbgs() with a newline.
110 void dump() const;
199 /// dump - print compile unit to dbgs() with a newline.
200 void dump() const;
317 /// dump - print type to dbgs() with a newline.
318 void dump() const;
334 /// dump - print basic type to dbgs() with a newline.
335 void dump() const;
386 /// dump - print derived type to dbgs() with a newline.
387 void dump() const
    [all...]
  /frameworks/base/libs/binder/
MemoryDealer.cpp 135 void dump(const char* what) const;
136 void dump(String8& res, const char* what) const;
250 void MemoryDealer::dump(const char* what) const function in class:android::MemoryDealer
252 allocator()->dump(what);
404 void SimpleBestFitAllocator::dump(const char* what) const function in class:android::SimpleBestFitAllocator
417 void SimpleBestFitAllocator::dump(String8& result, function in class:android::SimpleBestFitAllocator
  /external/oprofile/libpp/
xml_utils.cpp 87 cverb << vxml << "<!-- classes dump" << endl;
416 void dump();
455 void dump();
473 void dump();
505 void dump();
567 void module_info::dump() function in class:module_info
612 void binary_info::dump() function in class:binary_info
619 my_modules[i].dump();
759 processes[p].dump();
809 binaries[p].dump();
924 void thread_info::dump() function in class:thread_info
962 void process_info::dump() function in class:process_info
    [all...]
  /build/tools/zipalign/
ZipEntry.h 262 void dump(void) const;
322 void dump(void) const;
  /cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java 147 method = "dump",
159 mActivityInfo.dump(p, prefix);
165 mActivityInfo.dump(null, "");
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 17 package com.android.dx.command.dump;
43 /** {@code non-null;} where to dump to */
67 /** the offset of the next byte to dump */
78 * @param out {@code non-null;} where to dump to
132 println("<dump skipped backwards to " + Hex.u4(offset) + ">");
158 * Gets the current dump cursor (that is, the offset of the expected
159 * next byte to dump).
161 * @return {@code >= 0;} the dump cursor
168 * Sets the dump cursor to the indicated offset in the given array.
224 * Gets whether this dump is to include raw bytes
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayout.h 149 void dump() const;
275 void dump() const;
  /external/clang/lib/Driver/
Arg.cpp 46 void Arg::dump() const { function in class:Arg
50 Opt->dump();
  /external/jsilver/src/org/clearsilver/
DelegatedHdf.java 181 public String dump() { method in class:DelegatedHdf
182 return getHdf().dump();
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 103 /// dump - Print data structures to dbgs().
104 void dump();
226 /// dump - print lexical scope.
227 void dump() const;
243 mutable unsigned IndentLevel; // Private state for dump()
  /external/llvm/include/llvm/MC/
MCInst.h 123 void dump() const;
159 void dump() const;
161 /// \brief Dump the MCInst as prettily as possible using the additional MC
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGList.cpp 114 SuccSU->dump(this);
145 DEBUG(SU->dump(this));
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 88 void DWARFCompileUnit::dump(raw_ostream &OS) { function in class:DWARFCompileUnit
97 getCompileUnitDIE(false)->dump(OS, this, -1U);
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 121 errs() << "PATTERN: "; I->getSrcPattern()->dump();
122 errs() << "\nRESULT: "; I->getDstPattern()->dump();
152 //Matcher->dump();
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 96 public void dump(Map<String, Object> into) throws IOException { method in class:URLConnectionResponse
97 super.dump(into);
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpMethodResponse.java 93 public void dump(Map<String, Object> into) throws IOException method in class:HttpMethodResponse
95 super.dump(into);
  /external/qemu/
gen-charmap.py 151 def dump(self): member in class:KMap
182 kmap.dump()
  /external/skia/src/animator/
SkDisplayList.cpp 145 void SkDisplayList::dump(SkAnimateMaker* maker) { function in class:SkDisplayList
153 fDrawList[fDumpIndex]->dump(maker);
SkDisplayMovie.cpp 97 void SkDisplayMovie::dump(SkAnimateMaker* maker) { function in class:SkDisplayMovie
108 fMovie.fMaker->fEvents.dump(*fMovie.fMaker);
SkDrawPath.cpp 89 void SkDrawPath::dump(SkAnimateMaker* maker) { function in class:SkDrawPath
99 (*part)->dump(maker);
  /external/skia/src/core/
SkPictureFlat.h 155 void dump() const;
184 void dump() const;
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 103 , dump(false)
108 bool dump; member in struct:Options
374 static bool runWithScripts(GlobalObject* globalObject, const Vector<Script>& scripts, bool dump)
380 if (dump)
405 if (dump) {
421 AbstractSamplingCounter::dump();
505 options.dump = true;
541 bool success = runWithScripts(globalObject, options.scripts, options.dump);
  /external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCycleSolver.cpp 103 m_resources->dump(m_renderer);
158 m_resources->dump(m_renderer);
  /external/webkit/Tools/DumpRenderTree/gtk/
EditingCallbacks.cpp 66 GOwnPtr<gchar> dump(g_strdup_printf("range from %li of %s to %li of %s",
71 return dump.get();
  /frameworks/base/core/java/android/content/
CursorLoader.java 210 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:CursorLoader
211 super.dump(prefix, fd, writer, args);

Completed in 1257 milliseconds

<<11121314151617181920>>