/external/skia/src/core/ |
SkEdge.h | 53 void dump() const {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
symbol-table.h | 235 // read a binary dump of the symbol table 244 // read a binary dump of the symbol table 267 // Dump an ascii text representation of the symbol table 272 // Dump an ascii text representation of the symbol table
|
/external/tinyxml/docs/ |
tutorial0.html | 63 // Here we'll dump the structure to STDOUT, 73 The ``dump_to_stdout`` function is defined in the section `Dump structure of a Document to STDOUT` below. If you run this program with this XML:<p> 196 <h2>Dump structure of a Document to STDOUT </h2> 258 To load a file and dump its structure:<p>
|
/external/v8/src/ |
disassembler.h | 37 static void Dump(FILE* f, byte* begin, byte* end);
|
/external/webkit/WebCore/platform/graphics/filters/ |
FEComponentTransfer.h | 83 void dump();
|
/external/webkit/WebCore/svg/graphics/filters/ |
SVGFEConvolveMatrix.h | 73 void dump();
|
SVGFEDiffuseLighting.cpp | 120 void FEDiffuseLighting::dump() function in class:WebCore::FEDiffuseLighting
|
SVGFEFlood.cpp | 76 void FEFlood::dump() function in class:WebCore::FEFlood
|
SVGFEMerge.cpp | 86 void FEMerge::dump() function in class:WebCore::FEMerge
|
SVGFEOffset.cpp | 97 void FEOffset::dump() function in class:WebCore::FEOffset
|
SVGFESpecularLighting.h | 62 void dump();
|
SVGFETile.cpp | 86 void FETile::dump() function in class:WebCore::FETile
|
/external/webkit/WebKitTools/DumpRenderTree/ |
DumpRenderTree.h | 60 void dump();
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
DumpRenderTreeQt.cpp | 334 connect(m_controller, SIGNAL(done()), this, SLOT(dump())); 347 // dump results itself when the last page loaded in the test has finished loading. 394 // circumstance dump (stop the waitUntilDone timer) during the reset 469 // single quote marks the pixel dump hash 510 void DumpRenderTree::setDumpPixels(bool dump) 512 m_dumpPixels = dump; 654 void DumpRenderTree::dump() function in class:WebCore::DumpRenderTree 656 // Prevent any further frame load callbacks from appearing after we dump the result. 666 // Dump render text...
|
/frameworks/base/camera/libcameraservice/ |
CameraHardwareStub.h | 57 virtual status_t dump(int fd, const Vector<String16>& args) const;
|
/frameworks/base/cmds/dumpstate/ |
dumpstate.c | 107 run_command("DUMP WIFI FIRMWARE LOG", 60, 108 "su", "root", "dhdutil", "-i", "eth0", "upload", "/data/local/tmp/wlan_crash.dump", NULL); 118 run_command("VOLD DUMP", 10, "vdc", "dump", NULL);
|
/frameworks/base/core/java/android/content/pm/ |
ResolveInfo.java | 198 public void dump(Printer pw, String prefix) { method in class:ResolveInfo 201 filter.dump(pw, prefix + " "); 218 activityInfo.dump(pw, prefix + " "); 221 serviceInfo.dump(pw, prefix + " ");
|
/frameworks/base/core/java/android/os/ |
IBinder.java | 102 * IBinder protocol transaction code: dump internal state. 154 * @param fd The raw file descriptor that the dump is being sent to. 155 * @param args additional arguments to the dump request. 157 public void dump(FileDescriptor fd, String[] args) throws RemoteException; method in interface:IBinder
|
/frameworks/base/include/binder/ |
MemoryDealer.h | 41 virtual void dump(const char* what) const;
|
/frameworks/base/include/media/ |
JetPlayer.h | 74 void dump();
|
/frameworks/base/include/ui/ |
GraphicBufferAllocator.h | 70 void dump(String8& res) const;
|
GraphicBufferMapper.h | 51 void dump(buffer_handle_t handle);
|
/frameworks/base/libs/surfaceflinger/ |
Tokenizer.h | 39 void dump() const;
|
/frameworks/base/opengl/libagl/ |
Tokenizer.h | 41 void dump() const;
|
/frameworks/base/services/java/com/android/server/ |
NetStatService.java | 67 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NetStatService
|