Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 1328) sorted by relevance

12345678910>>...54

/external/chromium_org/tools/deep_memory_profiler/subcommands/
Dpolicies.py59 def _apply_policy(self, dump, pfn_counts_dict, policy, bucket_set, argument
77 LOGGER.info(' %s' % dump.path)
85 time_difference = pfnset.time - dump.time
106 PolicyCommands._accumulate_malloc(dump, policy, bucket_set, sizes)
108 dump, all_pfn_dict, policy, bucket_set, sizes)
113 dump_value = dump.global_stat('%s_committed' % verify_key)
119 dump.global_stat('profiled-mmap_committed') -
121 sizes['mmap-total-record'] = dump.global_stat('profiled-mmap_committed')
122 sizes['mmap-total-record-vm'] = dump.global_stat('profiled-mmap_virtual')
125 dump.global_stat('profiled-malloc_committed') -
[all …]
Dcat.py67 for dump in dumps:
68 if json_root['run_id'] and json_root['run_id'] != dump.run_id:
72 json_root['run_id'] = dump.run_id
74 LOGGER.info('Sorting a dump %s...' % dump.path)
76 self._fill_snapshot(dump, bucket_set, sorters))
79 json.dump(json_root, sys.stdout, indent=2)
81 json.dump(json_root, sys.stdout)
85 def _fill_snapshot(dump, bucket_set, sorters): argument
87 root['time'] = dump.time
90 dump, bucket_set, sorters, 'vm')
[all …]
Dpprof.py30 (bucket_set, dump) = SubCommand.load_basic_files(dump_path, False)
36 dump, policy_set[target_policy], bucket_set, maps_lines, component,
42 def _output(dump, policy, bucket_set, maps_lines, component_name, out): argument
55 dump, policy, bucket_set, component_name)
61 dump, policy, bucket_set, component_name, out)
68 def _accumulate(dump, policy, bucket_set, component_name): argument
84 for _, region in dump.iter_map:
96 for bucket_id, _, committed, allocs, frees in dump.iter_stacktrace:
114 def _output_stacktrace_lines(dump, policy, bucket_set, component_name, out): argument
124 for _, region in dump.iter_map:
[all …]
Dexpand.py42 (bucket_set, dump) = SubCommand.load_basic_files(
45 ExpandCommand._output(dump, policy_set[target_policy], bucket_set,
50 def _output(dump, policy, bucket_set, component_name, depth, out): argument
64 dump, policy, bucket_set, component_name, depth, sizes)
89 def _accumulate(dump, policy, bucket_set, component_name, depth, sizes): argument
94 for bucket_id, _, committed, allocs, frees in dump.iter_stacktrace:
111 for _, region in dump.iter_map:
119 for addr, region in dump.iter_map:
/external/chromium_org/tools/symsrc/
Dpefile.py777 return '\n'.join( self.dump() )
780 return '<Structure: %s>' % (' '.join( [' '.join(s.split()) for s in self.dump()] ))
783 def dump(self, indentation=0): member in Structure
786 dump = []
788 dump.append('[%s]' % self.name)
806 dump.append('%-30s %s' % (key+':', val_str))
808 return dump
3106 def dump_info(self, dump=None): argument
3110 if dump is None:
3111 dump = Dump()
[all …]
/external/skia/src/utils/
DSkDumpCanvas.cpp178 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, in dump() function in SkDumpCanvas
189 fDumper->dump(this, verb, buffer, paint); in dump()
196 this->dump(kSave_Verb, NULL, "save(0x%X)", flags); in willSave()
216 this->dump(kSave_Verb, paint, str.c_str()); in willSaveLayer()
221 this->dump(kRestore_Verb, NULL, "restore"); in willRestore()
230 this->dump(kMatrix_Verb, NULL, "translate(%g %g)", in didConcat()
235 this->dump(kMatrix_Verb, NULL, "scale(%g %g)", in didConcat()
241 this->dump(kMatrix_Verb, NULL, "concat(%s)", str.c_str()); in didConcat()
251 this->dump(kMatrix_Verb, NULL, "setMatrix(%s)", str.c_str()); in didSetMatrix()
264 this->dump(kClip_Verb, NULL, "clipRect(%s %s %s)", str.c_str(), toString(op), in onClipRect()
[all …]
/external/chromium_org/third_party/skia/src/utils/
DSkDumpCanvas.cpp180 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, in dump() function in SkDumpCanvas
191 fDumper->dump(this, verb, buffer, paint); in dump()
198 this->dump(kSave_Verb, NULL, "save()"); in willSave()
218 this->dump(kSave_Verb, paint, str.c_str()); in willSaveLayer()
223 this->dump(kRestore_Verb, NULL, "restore"); in willRestore()
232 this->dump(kMatrix_Verb, NULL, "translate(%g %g)", in didConcat()
237 this->dump(kMatrix_Verb, NULL, "scale(%g %g)", in didConcat()
243 this->dump(kMatrix_Verb, NULL, "concat(%s)", str.c_str()); in didConcat()
253 this->dump(kMatrix_Verb, NULL, "setMatrix(%s)", str.c_str()); in didSetMatrix()
266 this->dump(kClip_Verb, NULL, "clipRect(%s %s %s)", str.c_str(), toString(op), in onClipRect()
[all …]
/external/wpa_supplicant_8/hs20/server/www/
Dusers.php23 $dump = $row['dump']; variable
24 if ($dump[0] == '<') {
27 echo $dump;
30 echo $dump;
110 $dump = 0; variable
115 $dump = $_GET["dump"]; variable
116 if (!is_numeric($dump))
117 $dump = 0; variable
119 $dump = 0; variable
122 if ($dump == 0)
[all …]
/external/llvm/test/MC/MachO/ARM/
Dempty-function-nop.ll1 ; RUN: llc < %s -filetype=obj -mtriple=thumbv6-apple-darwin -o - | macho-dump --dump-section-data |…
2 ; RUN: llc < %s -filetype=obj -mtriple=thumbv7-apple-darwin -o - | macho-dump --dump-section-data |…
3 ; RUN: llc < %s -filetype=obj -mtriple=armv6-apple-darwin -o - | macho-dump --dump-section-data | F…
4 ; RUN: llc < %s -filetype=obj -mtriple=armv7-apple-darwin -o - | macho-dump --dump-section-data | F…
Dnop-armv4-padding.s2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
Dnop-armv6t2-padding.s2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
Dthumb2-function-relative-load.s2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s
Drelax-thumb-ldr-literal.s2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s
/external/e2fsprogs/resize/
Dtest_extent.in8 dump
9 # Extent dump:
15 dump
16 # Extent dump:
51 dump
52 # Extent dump:
/external/chromium_org/chrome/browser/media/
Dwebrtc_rtp_dump_writer_unittest.cc91 bool VerifyCompressedDump(std::string* dump, size_t expected_packet_count) { in VerifyCompressedDump() argument
92 EXPECT_GT(dump->size(), 0U); in VerifyCompressedDump()
95 EXPECT_TRUE(Decompress(dump, &decompressed_dump)); in VerifyCompressedDump()
130 bool ReadDecompressedDump(const std::vector<uint8>& dump, in ReadDecompressedDump() argument
139 EXPECT_EQ(memcmp(&dump[0], kFirstLine, arraysize(kFirstLine) - 1), 0); in ReadDecompressedDump()
142 EXPECT_GT(dump.size(), dump_pos); in ReadDecompressedDump()
146 EXPECT_GT(dump.size(), dump_pos); in ReadDecompressedDump()
149 while (dump_pos < dump.size()) { in ReadDecompressedDump()
151 if (!VerifyPacketDump(&dump[dump_pos], in ReadDecompressedDump()
152 dump.size() - dump_pos, in ReadDecompressedDump()
[all …]
/external/openssl/
Dcheck-all-builds.sh30 dump () { function
623 dump "Generating Makefile"
627 dump "Building libraries with $NUM_JOBS jobs"
628 dump "For the following builds:"
630 dump " $BUILD"
639 dump "All OK, congratulations!"
642 dump "Error, try doing the following to inspect the issues:"
643 dump " $PROGNAME --build-dir=/tmp/mybuild"
644 dump " make -C /tmp/mybuild V=1"
645 dump " "
/external/f2fs-tools/scripts/
Ddumpf2fs.sh10 echo dump cp1
15 echo dump cp2
19 echo dump cp1 and cp2
25 echo dump cp1 all
29 echo dump cp2 all
33 echo dump cp1 and cp2 all
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
Dasn1_par.c67 int offset, int depth, int indent, int dump);
106 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) in ASN1_parse_dump() argument
108 return(asn1_parse2(bp,&pp,len,0,0,indent,dump)); in ASN1_parse_dump()
112 int depth, int indent, int dump) in asn1_parse2() argument
182 indent,dump); in asn1_parse2()
192 indent,dump); in asn1_parse2()
282 else if (!dump) in asn1_parse2()
304 ((dump == -1 || dump > in asn1_parse2()
305 os->length)?os->length:dump), in asn1_parse2()
381 else if (len > 0 && dump) in asn1_parse2()
[all …]
/external/openssl/crypto/asn1/
Dasn1_par.c68 int offset, int depth, int indent, int dump);
107 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) in ASN1_parse_dump() argument
109 return(asn1_parse2(bp,&pp,len,0,0,indent,dump)); in ASN1_parse_dump()
113 int depth, int indent, int dump) in asn1_parse2() argument
183 indent,dump); in asn1_parse2()
193 indent,dump); in asn1_parse2()
283 else if (!dump) in asn1_parse2()
306 ((dump == -1 || dump > in asn1_parse2()
307 os->length)?os->length:dump), in asn1_parse2()
383 else if (len > 0 && dump) in asn1_parse2()
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
Ddump_reader_multipart.py54 dump = self._read_dump(dump_file)
55 if not dump:
57 if 'pid' in dump:
58 return dump['pid'][0]
62 dump = self._read_dump(dump_file)
63 if not dump:
65 if not 'upload_file_minidump' in dump:
70 f.write("\r\n".join(dump['upload_file_minidump']))
/external/llvm/docs/CommandGuide/
Dllvm-dwarfdump.rst18 .. option:: -debug-dump=section
20 Specify the DWARF section to dump.
21 For example, use ``abbrev`` to dump the contents of ``.debug_abbrev`` section,
22 ``loc.dwo`` to dump the contents of ``.debug_loc.dwo`` etc.
24 Use ``all`` to dump all DWARF sections. It is the default.
/external/vixl/test/
Dtest-utils-a64.cc331 Register dump = x1; in Dump() local
334 Register dump_w = dump.W(); in Dump()
346 __ Push(xzr, dump_base, dump, tmp); in Dump()
361 __ Add(dump, dump_base, x_offset); in Dump()
364 MemOperand(dump, i * kXRegSizeInBytes)); in Dump()
368 __ Add(dump, dump_base, w_offset); in Dump()
371 MemOperand(dump, i * kWRegSizeInBytes)); in Dump()
375 __ Add(dump, dump_base, d_offset); in Dump()
378 MemOperand(dump, i * kDRegSizeInBytes)); in Dump()
382 __ Add(dump, dump_base, s_offset); in Dump()
[all …]
/external/chromium_org/v8/test/cctest/
Dtest-utils-arm64.cc333 Register dump = x1; in Dump() local
336 Register dump_w = dump.W(); in Dump()
348 __ Push(xzr, dump_base, dump, tmp); in Dump()
363 __ Add(dump, dump_base, x_offset); in Dump()
366 MemOperand(dump, i * kXRegSize)); in Dump()
370 __ Add(dump, dump_base, w_offset); in Dump()
373 MemOperand(dump, i * kWRegSize)); in Dump()
377 __ Add(dump, dump_base, d_offset); in Dump()
380 MemOperand(dump, i * kDRegSize)); in Dump()
384 __ Add(dump, dump_base, s_offset); in Dump()
[all …]
/external/chromium_org/tools/deep_memory_profiler/lib/
Ddump.py75 dump = DeepDump(path, os.stat(path).st_mtime)
77 dump.load_file(f, log_header)
78 return dump
101 for dump in self._dump_path_list:
102 yield Dump.load(dump)
/external/skia/tests/
DPathOpsDebug.cpp36 void SkOpAngle::dump() const { in dump() function in SkOpAngle
128 void SkOpAngleSet::dump() const { in dump() function in SkOpAngleSet
136 void SkOpContour::dump() const { in dump() function in SkOpContour
226 void SkDCubic::dump() const { in dump() function in SkDCubic
230 fPts[index].dump(); in dump()
233 fPts[index].dump(); in dump()
248 fPts[index].dump(); in dumpNumber()
255 fPts[index].dump(); in dumpNumber()
260 void SkDLine::dump() const { in dump() function in SkDLine
262 fPts[0].dump(); in dump()
[all …]

12345678910>>...54