Home
last modified time | relevance | path

Searched refs:Dump (Results 1 – 25 of 228) sorted by relevance

12345678910

/third_party/json/benchmarks/src/
Dbenchmarks.cpp79 static void Dump(benchmark::State& state, const char* filename, int indent) in Dump() function
92 BENCHMARK_CAPTURE(Dump, jeopardy / -, TEST_DATA_DIRECTORY "/jeopardy/jeopardy.json", …
93 BENCHMARK_CAPTURE(Dump, jeopardy / 4, TEST_DATA_DIRECTORY "/jeopardy/jeopardy.json", …
94 BENCHMARK_CAPTURE(Dump, canada / -, TEST_DATA_DIRECTORY "/nativejson-benchmark/canada.js…
95 BENCHMARK_CAPTURE(Dump, canada / 4, TEST_DATA_DIRECTORY "/nativejson-benchmark/canada.js…
96 BENCHMARK_CAPTURE(Dump, citm_catalog / -, TEST_DATA_DIRECTORY "/nativejson-benchmark/citm_cata…
97 BENCHMARK_CAPTURE(Dump, citm_catalog / 4, TEST_DATA_DIRECTORY "/nativejson-benchmark/citm_cata…
98 BENCHMARK_CAPTURE(Dump, twitter / -, TEST_DATA_DIRECTORY "/nativejson-benchmark/twitter.j…
99 BENCHMARK_CAPTURE(Dump, twitter / 4, TEST_DATA_DIRECTORY "/nativejson-benchmark/twitter.j…
100 BENCHMARK_CAPTURE(Dump, floats / -, TEST_DATA_DIRECTORY "/regression/floats.json", …
[all …]
/third_party/ltp/testcases/kdump/sample/
Drunkdump.BASIC_LKDTM.SLES58 # Dump vmcore on an EXT3 partition.
61 # Dump vmcore on an EXT3 partition with a LABEL.
64 # Dump vmcore on an EXT3 partition with a partition UID.
67 # Dump vmcore on a RAW partition.
70 # Dump vmcore on network.
75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.CRASHER.SLES58 # Dump vmcore on an EXT3 partition.
61 # Dump vmcore on an EXT3 partition with a LABEL.
64 # Dump vmcore on an EXT3 partition with a partition UID.
67 # Dump vmcore on a RAW partition.
70 # Dump vmcore on network.
75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.EXTRA_LKDTM.RHEL58 # Dump vmcore on an EXT3 partition.
61 # Dump vmcore on an EXT3 partition with a LABEL.
64 # Dump vmcore on an EXT3 partition with a partition UID.
67 # Dump vmcore on a RAW partition.
70 # Dump vmcore on network.
75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.BASIC_LKDTM.RHEL58 # Dump vmcore on an EXT3 partition.
61 # Dump vmcore on an EXT3 partition with a LABEL.
64 # Dump vmcore on an EXT3 partition with a partition UID.
67 # Dump vmcore on a RAW partition.
70 # Dump vmcore on network.
75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.CRASHER.RHEL58 # Dump vmcore on an EXT3 partition.
61 # Dump vmcore on an EXT3 partition with a LABEL.
64 # Dump vmcore on an EXT3 partition with a partition UID.
67 # Dump vmcore on a RAW partition.
70 # Dump vmcore on network.
75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.EXTRA_LKDTM.SLES58 # Dump vmcore on an EXT3 partition.
61 # Dump vmcore on an EXT3 partition with a LABEL.
64 # Dump vmcore on an EXT3 partition with a partition UID.
67 # Dump vmcore on a RAW partition.
70 # Dump vmcore on network.
75 # Dump vmcore on a mounted NFS filesystem.
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.h437 void Dump(const SkOpContour& );
455 void Dump(const SkOpSegment& );
461 void Dump(const SkOpPtT& );
464 void Dump(const SkOpSpanBase& );
471 void Dump(const SkDConic& );
474 void Dump(const SkDCubic& );
477 void Dump(const SkDLine& );
480 void Dump(const SkDQuad& );
483 void Dump(const SkDPoint& );
485 void Dump(const SkOpAngle& );
[all …]
/third_party/skia/src/pathops/
DSkPathOpsDebug.h416 void Dump(const SkOpContour& );
434 void Dump(const SkOpSegment& );
440 void Dump(const SkOpPtT& );
443 void Dump(const SkOpSpanBase& );
450 void Dump(const SkDConic& );
453 void Dump(const SkDCubic& );
456 void Dump(const SkDLine& );
459 void Dump(const SkDQuad& );
462 void Dump(const SkDPoint& );
464 void Dump(const SkOpAngle& );
[all …]
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Ddev-options.rst19 Dump the IR at each of the given passes.
50 Dump the dominance tree after its calculation.
54 Dump the IR after all optimization passes.
58 Dump the reverse postorder traversal of the CFG.
/third_party/flutter/skia/third_party/externals/wuffs/lib/rac/
Dexample_test.go81 fmt.Printf("RAC file:\n%s", hex.Dump(buf.Bytes()))
119 fmt.Printf("Encoded dictionary resource:\n%s\n", hex.Dump(encodedDict))
147 fmt.Printf("Encoded chunk #%d:\n%s\n", i, hex.Dump(encodedChunk))
154 fmt.Printf("RAC file:\n%s", hex.Dump(buf.Bytes()))
Dwriter_test.go192 got := hex.Dump(buf.Bytes())
268 got := hex.Dump(encoded)
/third_party/skia/tests/
DPathOpsDebug.cpp168 void SkDPoint::Dump(const SkPoint& pt) { in Dump() function in SkDPoint
425 void Dump(const SkTSect* sect) { in Dump() function
453 void Dump(const SkTSpan* span) { in Dump() function
888 SkDPoint::Dump(fPts[index]); in dumpPtsInner()
891 SkDPoint::Dump(fPts[index]); in dumpPtsInner()
1371 void Dump(const SkOpContour& contour) { in Dump() function
1439 void Dump(const SkOpSegment& segment) { in Dump() function
1459 void Dump(const SkOpPtT& ptT) { in Dump() function
1467 void Dump(const SkOpSpanBase& spanBase) { in Dump() function
1487 void Dump(const SkDConic& conic) { in Dump() function
[all …]
/third_party/flutter/skia/tests/
DPathOpsDebug.cpp168 void SkDPoint::Dump(const SkPoint& pt) { in Dump() function in SkDPoint
425 void Dump(const SkTSect* sect) { in Dump() function
453 void Dump(const SkTSpan* span) { in Dump() function
888 SkDPoint::Dump(fPts[index]); in dumpPtsInner()
891 SkDPoint::Dump(fPts[index]); in dumpPtsInner()
1371 void Dump(const SkOpContour& contour) { in Dump() function
1439 void Dump(const SkOpSegment& segment) { in Dump() function
1459 void Dump(const SkOpPtT& ptT) { in Dump() function
1467 void Dump(const SkOpSpanBase& spanBase) { in Dump() function
1487 void Dump(const SkDConic& conic) { in Dump() function
[all …]
/third_party/ninja/src/
Dstate.cc54 void Pool::Dump() const { in Dump() function in Pool
60 (*it)->Dump(); in Dump()
192 void State::Dump() { in Dump() function in State
207 it->second->Dump(); in Dump()
Dstate.h68 void Dump() const;
118 void Dump();
Dgraph.cc515 void Edge::Dump(const char* prefix) const { in Dump() function in Edge
574 void Node::Dump(const char* prefix) const { in Dump() function in Node
580 in_edge()->Dump("in-edge: "); in Dump()
587 (*e)->Dump(" +- "); in Dump()
593 (*e)->Dump(" +- "); in Dump()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lens_correction.h214 virtual void Dump () const;
340 virtual void Dump () const;
446 virtual void Dump () const;
567 void Dump () const;
Ddng_lens_correction.cpp279 void dng_warp_params::Dump () const in Dump() function in dng_warp_params
688 void dng_warp_params_rectilinear::Dump () const in Dump() function in dng_warp_params_rectilinear
693 dng_warp_params::Dump (); in Dump()
931 void dng_warp_params_fisheye::Dump () const in Dump() function in dng_warp_params_fisheye
936 dng_warp_params::Dump (); in Dump()
1585 fWarpParams.Dump (); in dng_opcode_WarpRectilinear()
1772 fWarpParams.Dump (); in dng_opcode_WarpFisheye()
1951 void dng_vignette_radial_params::Dump () const in Dump() function in dng_vignette_radial_params
2115 fParams.Dump (); in dng_opcode_FixVignetteRadial()
/third_party/mesa3d/src/tool/pps/
Dpps_config.cc52 Dump, enumerator
100 mode = Mode::Dump; in main()
155 case Mode::Dump: { in main()
/third_party/openh264/codec/console/dec/inc/
Dd3d9_utils.h78 HRESULT Dump (void* pDst[3], SBufferInfo* pInfo, FILE* pFile);
108 HRESULT Dump (void* pDst[3], SBufferInfo* Info, FILE* fp);
/third_party/mesa3d/docs/drivers/
Dd3d12.rst27 Dump DXIL during program compile
29 Dump disassambly of created DXIL shader
/third_party/python/Doc/library/
Dfaulthandler.rst1 :mod:`faulthandler` --- Dump the Python traceback
5 :synopsis: Dump the Python traceback.
52 Dump the tracebacks of all threads into *file*. If *all_threads* is
98 Dump the tracebacks of all threads, after a timeout of *timeout* seconds, or
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc328 void CordRepBtree::Dump(const CordRep* rep, absl::string_view label, in Dump() function in absl::cord_internal::CordRepBtree
342 void CordRepBtree::Dump(const CordRep* rep, absl::string_view label, in Dump() function in absl::cord_internal::CordRepBtree
344 Dump(rep, label, false, stream); in Dump()
347 void CordRepBtree::Dump(const CordRep* rep, std::ostream& stream) { in Dump() function in absl::cord_internal::CordRepBtree
348 Dump(rep, absl::string_view(), false, stream); in Dump()
413 Dump(tree, "CordRepBtree validation failed:", false, std::cout); in AssertValid()
422 Dump(tree, "CordRepBtree validation failed:", false, std::cout); in AssertValid()
/third_party/flutter/skia/src/core/
DSkTypefaceCache.h64 static void Dump();

12345678910