/system/extras/simpleperf/ |
tracing.h | 75 void Dump(size_t indent);
|
/system/update_engine/payload_generator/ |
extent_ranges.h | 70 void Dump() const;
|
/external/clang/lib/Frontend/ |
ASTConsumers.cpp | 38 ASTPrinter(raw_ostream *Out = nullptr, bool Dump = false, 40 : Out(Out ? *Out : llvm::outs()), Dump(Dump), 59 Out << ((Dump || DumpLookups) ? "Dumping " : "Printing ") << getName(D) 84 DC->dumpLookups(Out, Dump); 90 } else if (Dump) 91 D->dump(Out); 97 bool Dump; 127 return llvm::make_unique<ASTPrinter>(Out, /*Dump=*/false, FilterString); 133 assert((DumpDecls || DumpLookups) && "nothing to dump"); [all...] |
/frameworks/base/libs/hwui/service/ |
GraphicsStatsService.cpp | 233 ALOGW("Skipping dump, invalid package_name() '%s' or summary %d", 309 class GraphicsStatsService::Dump { 311 Dump(int outFd, DumpType type) : mFd(outFd), mType(type) {} 321 GraphicsStatsService::Dump* GraphicsStatsService::createDump(int outFd, DumpType type) { 322 return new Dump(outFd, type); 325 void GraphicsStatsService::addToDump(Dump* dump, const std::string& path, const std::string& package, 341 if (dump->type() == DumpType::Protobuf) { 342 dump->proto().add_stats()->CopyFrom(statsProto); 344 dumpAsTextToFd(&statsProto, dump->fd()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
messages.properties | 28 DeviceView_Dump_HPROF_File=Dump HPROF file 29 DeviceView_Dump_HPROF_File_Not_Supported_By_VM=Dump HPROF file (not supported by this VM) 30 DeviceView_Dump_HPROF_File_Tooltip=Dump HPROF file
|
/external/skia/tests/ |
PathOpsDebug.cpp | 59 void SkDConic::dump() const { function in class:SkDConic 75 void SkDCubic::dump() const { function in class:SkDCubic 98 fPts[index].dump(); 104 fPts[index].dump(); 107 void SkDCurve::dump() const { function in class:SkDCurve 134 void SkDLine::dump() const { function in class:SkDLine 147 fPts[0].dump(); 149 fPts[1].dump(); 152 void SkDPoint::dump() const { function in class:SkDPoint 160 void SkDPoint::Dump(const SkPoint& pt) 176 void SkDQuad::dump() const { function in class:SkDQuad 197 void SkIntersections::dump() const { function in class:SkIntersections 337 void SkPathOpsDebug::CoinDict::dump(const char* str, bool visitCheck) const { function in class:SkPathOpsDebug::CoinDict 848 void SkOpAngle::dump() const { function in class:SkOpAngle 981 void SkOpPtT::dump() const { function in class:SkOpPtT 1037 void SkOpSpanBase::dump() const { function in class:SkOpSpanBase 1148 void SkOpSegment::dump() const { function in class:SkOpSegment 1220 void SkCoincidentSpans::dump() const { function in class:SkCoincidentSpans 1247 void SkOpCoincidence::dump() const { function in class:SkOpCoincidence 1274 void SkOpContour::dump() const { function in class:SkOpContour 1372 void SkOpCurve::dump() const { function in class:SkOpCurve [all...] |
/art/runtime/base/ |
timing_logger.h | 38 void Dump(std::ostream& os) const REQUIRES(!lock_); 104 // Extra data that is only calculated when you call dump to prevent excess allocation. 153 void Dump(std::ostream& os, const char* indent_string = " ") const;
|
/art/runtime/gc/space/ |
space.cc | 33 void Space::Dump(std::ostream& os) const { 38 space.Dump(os);
|
zygote_space.h | 38 void Dump(std::ostream& os) const;
|
/build/soong/androidmk/parser/ |
make_strings_test.go | 92 ret[i] = s.Dump()
|
/external/drm_hwcomposer/ |
drmdisplaycompositor.h | 74 void Dump(std::ostringstream *out) const; 96 void Dump(std::ostringstream *out) const; 184 // State tracking progress since our last Dump(). These are mutable since 185 // we need to reset them on every Dump() call.
|
/external/v8/src/ic/ |
ic-stats.cc | 32 Dump(); 44 void ICStats::Dump() {
|
/external/v8/tools/ |
dumpcpp-driver.js | 5 // Dump C++ symbols of shared library if possible
|
/frameworks/base/tools/aapt2/ |
Main.cpp | 53 std::cerr << "\nusage: aapt2 [compile|link|dump|diff|optimize|version] ..." << std::endl; 58 extern int Dump(const std::vector<StringPiece>& args); 68 } else if (command == "dump" || command == "d") { 69 return Dump(args);
|
/bionic/libc/malloc_debug/ |
RecordData.h | 164 void Dump();
|
/external/clang/unittests/AST/ |
MatchVerifier.h | 259 /// \brief Verify whether a node's dump contains a given substring. 270 llvm::raw_string_ostream Dump(DumpStr); 271 Node.dump(Dump, *Result.SourceManager); 273 if (Dump.str().find(ExpectSubstring) == std::string::npos) { 276 Msg << "Expected dump substring <" << ExpectSubstring << ">, found <" 277 << Dump.str() << '>';
|
/external/regex-re2/re2/testing/ |
compile_test.cc | 13 DEFINE_string(show, "", "regular expression to compile and dump"); 122 string s = prog->Dump();
|
/external/skia/src/core/ |
SkTypefaceCache.cpp | 98 void SkTypefaceCache::Dump() {
|
/system/nfc/src/include/ |
NfcAdaptation.h | 83 void Dump(int fd);
|
/art/compiler/optimizing/ |
ssa_liveness_analysis_test.cc | 85 arg->GetLiveInterval()->Dump(arg_dump); 154 arg->GetLiveInterval()->Dump(arg_dump); 227 arg->GetLiveInterval()->Dump(arg_dump);
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
pdx_tool.cpp | 25 std::string Dump(); 38 {"dump", required_argument, 0, 0}, 64 std::string ControlClient::Dump() { 70 printf_verbose("ControlClient::Dump: ret=%d\n", ReturnStatusOrError(status)); 73 fprintf(stderr, "Failed to send dump request: %s\n", 94 printf("\t--dump <all | service path> : Dump service(s) state.\n"); 146 std::string response = client->Dump(); 239 } else if (command == "dump") {
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
parse_test.go | 16 Dump string 263 // Test Parse -> Dump. 271 if tt.Dump == "" { 275 d := dump(re) 276 if d != tt.Dump { 277 t.Errorf("Parse(%#q).Dump() = %#q want %#q", tt.Regexp, d, tt.Dump) 282 // dump prints a string representation of the regexp showing 284 func dump(re *Regexp) string { func 402 return dump(re [all...] |
/prebuilts/go/linux-x86/src/regexp/syntax/ |
parse_test.go | 16 Dump string 263 // Test Parse -> Dump. 271 if tt.Dump == "" { 275 d := dump(re) 276 if d != tt.Dump { 277 t.Errorf("Parse(%#q).Dump() = %#q want %#q", tt.Regexp, d, tt.Dump) 282 // dump prints a string representation of the regexp showing 284 func dump(re *Regexp) string { func 402 return dump(re [all...] |
/art/oatdump/ |
oatdump.cc | 389 bool Dump(std::ostream& os) { 499 data.Dump(os); 511 cumulative.Dump(os); 529 deps.Dump(&vios); 557 stats_.Dump(vios); 652 void Dump(VariableIndentationOutputStream& os) { 656 Dump(os, "Code ", bits[kByteKindCode], sum); 657 Dump(os, "QuickMethodHeader ", bits[kByteKindQuickMethodHeader], sum); 658 Dump(os, "CodeInfoEncoding ", bits[kByteKindCodeInfoEncoding], sum); 659 Dump(os, "CodeInfoLocationCatalog ", bits[kByteKindCodeInfoLocationCatalog], sum) [all...] |
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 16 // --dump - Dump low-level bitcode structure in readable format
26 // the bitcode file (-dump option).
51 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace"));
62 cl::desc("Emit numeric info in dump even if"
76 /// better dump info.
336 if (Dump) errs() << Indent << "<BLOCKINFO_BLOCK/>\n";
349 if (Dump) {
[all...] |