Home
last modified time | relevance | path

Searched defs:dump (Results 1 – 9 of 9) sorted by relevance

/build/kati/
Dexpr.go48 dump(d *dumpbuf) methodSpec
62 func (s literal) dump(d *dumpbuf) { func
79 func (t tmpval) dump(d *dumpbuf) { func
113 func (e expr) dump(d *dumpbuf) { func
180 func (v *varref) dump(d *dumpbuf) { func
216 func (p paramref) dump(d *dumpbuf) { func
279 func (v varsubst) dump(d *dumpbuf) { func
706 func (m matcherValue) dump(d *dumpbuf) { func
Dvar.go85 func (v *targetSpecificVar) dump(d *dumpbuf) { func
121 func (v *simpleVar) dump(d *dumpbuf) { func
172 func (v *automaticVar) dump(d *dumpbuf) { func
229 func (v *recursiveVar) dump(d *dumpbuf) { func
280 func (undefinedVar) dump(d *dumpbuf) { func
Dpathutil_test.go42 func (m *mockfs) dump(t *testing.T) { func
Dfunc.go161 func (c *fclosure) dump(d *dumpbuf) { func
1202 func (f *funcNop) dump(d *dumpbuf) { func
1300 func (f *funcEvalAssign) dump(d *dumpbuf) { func
Devalcmd.go95 func (v autoVar) dump(d *dumpbuf) { func
/build/soong/symbol_inject/cmd/
Dsymbol_inject.go32 dump = flag.Bool("dump", false, "dump the symbol table for copying into a test") var
/build/make/tools/zipalign/
DZipEntry.cpp509 void ZipEntry::LocalFileHeader::dump(void) const in dump() function in ZipEntry::LocalFileHeader
678 void ZipEntry::CentralDirEntry::dump(void) const in dump() function in ZipEntry::CentralDirEntry
DZipFile.cpp1391 void ZipFile::EndOfCentralDir::dump(void) const in dump() function in ZipFile::EndOfCentralDir
/build/kati/cmd/kati/
Dmain.go118 func (t memStatsDumper) dump() { func