Searched refs:dump (Results 1 - 25 of 260) sorted by relevance

1234567891011

/external/v8/tools/oprofile/
H A Ddump6 sudo_opcontrol --dump "@$"
H A Drun13 sudo_opcontrol --dump
/external/netcat/data/
H A Dpmap-dump.d1 # portmap dump request: like "rpcinfo -p" but via UDP instead
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DEditingDelegate.mm53 @interface DOMRange (dump)
54 - (NSString *)dump;
57 @implementation DOMRange (dump)
58 - (NSString *)dump
78 printf("EDITING DELEGATE: shouldBeginEditingInDOMRange:%s\n", [[range dump] UTF8String]);
85 printf("EDITING DELEGATE: shouldEndEditingInDOMRange:%s\n", [[range dump] UTF8String]);
98 printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n", [[node dumpPath] UTF8String], [[range dump] UTF8String], insertactionstring[action]);
111 printf("EDITING DELEGATE: shouldInsertText:%s replacingDOMRange:%s givenAction:%s\n", [[text description] UTF8String], [[range dump] UTF8String], insertactionstring[action]);
118 printf("EDITING DELEGATE: shouldDeleteDOMRange:%s\n", [[range dump] UTF8String]);
139 printf("EDITING DELEGATE: shouldChangeSelectedDOMRange:%s toDOMRange:%s affinity:%s stillSelecting:%s\n", [[currentRange dump] UTF8Strin
[all...]
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpResponseMessage.java36 public void dump(Map<String, Object> into) throws IOException { method in class:HttpResponseMessage
37 super.dump(into);
47 /** The name of a dump entry whose value is the response Location header. */
50 /** The name of a dump entry whose value is the HTTP status code. */
/external/clearsilver/ruby/test/
H A Dhdftest.rb17 print h.dump
23 print q.dump
/external/skia/src/animator/
H A DSkAnimate.h32 virtual void dump(SkAnimateMaker* );
H A DSkAnimateSet.h27 virtual void dump(SkAnimateMaker* );
H A DSkDrawTo.h32 virtual void dump(SkAnimateMaker* );
H A DSkDrawRectangle.h33 virtual void dump(SkAnimateMaker* );
54 virtual void dump(SkAnimateMaker* );
H A DSkDrawText.cpp53 void SkText::dump(SkAnimateMaker* maker) { function in class:SkText
54 INHERITED::dump(maker);
H A DSkDisplayRandom.h37 virtual void dump(SkAnimateMaker* );
H A DSkDrawSaveLayer.h33 virtual void dump(SkAnimateMaker* );
H A DSkDrawTextBox.h31 virtual void dump(SkAnimateMaker* );
/external/webkit/WebCore/platform/graphics/filters/
H A DSourceAlpha.h40 void dump();
H A DSourceGraphic.h41 void dump();
H A DFEGaussianBlur.h43 void dump();
/external/skia/src/utils/
H A DSkDumpCanvas.cpp170 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, function in class:SkDumpCanvas
181 fDumper->dump(this, verb, buffer, paint);
188 this->dump(kSave_Verb, NULL, "save(0x%X)", flags);
194 this->dump(kSave_Verb, paint, "saveLayer(0x%X)", flags);
200 this->dump(kRestore_Verb, NULL, "restore");
204 this->dump(kMatrix_Verb, NULL, "translate(%g %g)",
210 this->dump(kMatrix_Verb, NULL, "scale(%g %g)",
216 this->dump(kMatrix_Verb, NULL, "rotate(%g)", SkScalarToFloat(degrees));
221 this->dump(kMatrix_Verb, NULL, "skew(%g %g)",
229 this->dump(kMatrix_Ver
427 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, function in class:SkFormatDumper
[all...]
/external/e2fsprogs/tests/progs/
H A Dtest_icount_cmds.ct32 dump;
/external/webkit/WebCore/svg/graphics/filters/
H A DSVGFEFlood.h43 void dump();
H A DSVGFEImage.h39 void dump();
H A DSVGFETile.h37 void dump();
/external/webkit/WebKitTools/DumpRenderTree/
H A DDumpRenderTree.h60 void dump();
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthResponseMessage.java77 protected void dump(Map<String, Object> into) throws IOException method in class:OAuthResponseMessage
79 super.dump(into);
80 http.dump(into);
/external/openssl/crypto/asn1/
H A 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) argument
109 return(asn1_parse2(bp,&pp,len,0,0,indent,dump));
113 int depth, int indent, int dump)
183 indent,dump);
193 indent,dump);
283 else if (!dump)
285 * as hex dump */
297 /* print the normal dump */
306 ((dump
112 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) argument
[all...]

Completed in 357 milliseconds

1234567891011