OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dumper
(Results
1 - 6
of
6
) sorted by null
/external/skia/legacy/include/utils/
SkDumpCanvas.h
14
as text, and then sends that to a
Dumper
helper object.
21
class
Dumper
;
23
explicit SkDumpCanvas(
Dumper
* = 0);
50
class
Dumper
: public SkRefCnt {
56
Dumper
* getDumper() const { return fDumper; }
57
void setDumper(
Dumper
*);
110
Dumper
* fDumper;
121
class SkFormatDumper : public SkDumpCanvas::
Dumper
{
134
typedef SkDumpCanvas::
Dumper
INHERITED;
137
/** Subclass of
Dumper
that dumps the drawing command to SkDebug
[
all
...]
/external/skia/include/utils/
SkDumpCanvas.h
16
as text, and then sends that to a
Dumper
helper object.
23
class
Dumper
;
25
explicit SkDumpCanvas(
Dumper
* = 0);
54
class
Dumper
: public SkRefCnt {
56
SK_DECLARE_INST_COUNT(
Dumper
)
65
Dumper
* getDumper() const { return fDumper; }
66
void setDumper(
Dumper
*);
122
Dumper
* fDumper;
133
class SkFormatDumper : public SkDumpCanvas::
Dumper
{
146
typedef SkDumpCanvas::
Dumper
INHERITED
[
all
...]
/libcore/luni/src/test/java/libcore/java/nio/charset/
Charset_TestGenerator.java
189
static abstract class
Dumper
{
194
static class Dumper1 extends
Dumper
{
220
Dumper
out = new Dumper1();
/external/clang/lib/AST/
DumpXML.cpp
266
XMLDumper &
Dumper
;
268
TemporaryContainer(XMLDumper &
dumper
, StringRef name)
269
:
Dumper
(
dumper
) {
270
Dumper
.push(name);
271
Dumper
.completeAttrs();
275
Dumper
.pop();
ASTDumper.cpp
108
ASTDumper &
Dumper
;
109
// Preserve the
Dumper
's MoreChildren value from the previous IndentScope
112
IndentScope(ASTDumper &
Dumper
) :
Dumper
(
Dumper
) {
113
MoreChildren =
Dumper
.hasMoreChildren();
114
Dumper
.setMoreChildren(false);
115
Dumper
.indent();
118
Dumper
.setMoreChildren(MoreChildren);
119
Dumper
.unindent()
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
Completed in 2914 milliseconds