/external/llvm/tools/verify-uselistorder/ |
verify-uselistorder.cpp | 250 VM.Values[I]->dump(); 257 V->dump(); 261 U.getUser()->dump(); 397 DEBUG(dbgs() << "V = "; V->dump()); 408 U.getUser()->dump()); 419 U.getUser()->dump(); 439 V->dump(); 442 U.getUser()->dump(); 452 U.getUser()->dump();
|
/external/skia/src/core/ |
SkResourceCache.cpp | 502 void SkResourceCache::dump() const { function in class:SkResourceCache 602 void SkResourceCache::Dump() { 604 get_cache()->dump(); 690 SkTraceMemoryDump* dump = static_cast<SkTraceMemoryDump*>(context); local 694 dump->setDiscardableMemoryBacking(dumpName.c_str(), *discardable); 696 // The discardable memory size will be calculated by dumper, but we also dump what we think 698 dump->dumpNumericValue(dumpName.c_str(), "discardable_size", "bytes", rec.bytesUsed()); 700 dump->dumpNumericValue(dumpName.c_str(), "size", "bytes", rec.bytesUsed()); 701 dump->setMemoryBacking(dumpName.c_str(), "malloc", nullptr); 705 void SkResourceCache::DumpMemoryStatistics(SkTraceMemoryDump* dump) { [all...] |
SkGlyphCache.cpp | 401 void SkGlyphCache::dump() const { 583 void SkGlyphCache::Dump() { 595 SkTraceMemoryDump* dump = static_cast<SkTraceMemoryDump*>(context); 612 dump->dumpNumericValue(dumpName.c_str(), "size", "bytes", cache.getMemoryUsed()); 613 dump->dumpNumericValue(dumpName.c_str(), "glyph_count", "objects", cache.countCachedGlyphs()); 614 dump->setMemoryBacking(dumpName.c_str(), "malloc", nullptr); 617 void SkGlyphCache::DumpMemoryStatistics(SkTraceMemoryDump* dump) { 618 dump->dumpNumericValue(gGlyphCacheDumpName, "size", "bytes", SkGraphics::GetFontCacheUsed()); 619 dump->dumpNumericValue(gGlyphCacheDumpName, "budget_size", "bytes", 621 dump->dumpNumericValue(gGlyphCacheDumpName, "glyph_count", "objects" [all...] |
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
CardEmulationManager.java | 167 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:CardEmulationManager 168 mServiceCache.dump(fd, pw, args); 169 mNfcFServicesCache.dump(fd, pw ,args); 170 mPreferredServices.dump(fd, pw, args); 171 mEnabledNfcFServices.dump(fd, pw, args); 172 mAidCache.dump(fd, pw, args); 173 mT3tIdentifiersCache.dump(fd, pw, args); 174 mHostEmulationManager.dump(fd, pw, args); 175 mHostNfcFEmulationManager.dump(fd, pw, args);
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
Handshaker.java | 1018 HexDumpEncoder dump = new HexDumpEncoder(); local 1210 HexDumpEncoder dump = new HexDumpEncoder(); local [all...] |
/external/regex-re2/re2/ |
onepass.cc | 555 if (Debug) { // For debugging, dump one-pass NFA to LOG(ERROR). 556 string dump = "prog dump:\n" + Dump() + "node dump\n"; local 562 StringAppendF(&dump, "byte ranges:\n"); 568 StringAppendF(&dump, "\t%d: %#x-%#x\n", b, lo, i - 1); 578 StringAppendF(&dump, "node %d id=%d: matchcond=%#x\n", 583 StringAppendF(&dump, " %d cond %#x -> %d id=%d\n", 589 LOG(ERROR) << dump; [all...] |
/frameworks/base/core/java/android/os/ |
Binder.java | 77 * Control whether dump() calls are allowed. 316 * Control disabling of dump calls in this process. This is used by the system 317 * process watchdog to disable incoming dump calls while it has detecting the system 322 * @param msg The message to show instead of the dump; if null, dumps are 347 dump(fd.getFileDescriptor(), args); 390 * {@link #dump(FileDescriptor, PrintWriter, String[])}. 392 public void dump(FileDescriptor fd, String[] args) { method in class:Binder 409 dump(fd, pw, args); method 415 // back to us we want to print it back in to the dump data, since 428 * Like {@link #dump(FileDescriptor, String[])}, but ensures the targe 454 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:Binder 625 public void dump(FileDescriptor fd, String[] args) throws RemoteException { method in class:BinderProxy [all...] |
/frameworks/native/libs/binder/ |
MemoryDealer.cpp | 135 void dump(const char* what) const; 136 void dump(String8& res, const char* what) const; 256 void MemoryDealer::dump(const char* what) const function in class:android::MemoryDealer 258 allocator()->dump(what); 416 void SimpleBestFitAllocator::dump(const char* what) const function in class:android::SimpleBestFitAllocator 429 void SimpleBestFitAllocator::dump(String8& result, function in class:android::SimpleBestFitAllocator
|
/hardware/libhardware/modules/camera/ |
Camera.cpp | 470 void Camera::dump(int fd) function in class:default_camera_hal::Camera 478 // TODO: dump all settings 484 mStreams[i]->dump(fd); 568 static void dump(const camera3_device_t *dev, int fd) function 570 camdev_to_camera(dev)->dump(fd); 589 .dump = default_camera_hal::dump,
|
/hardware/libhardware/modules/usbcamera/ |
Camera.cpp | 71 static void dump(const camera3_device_t *dev, int fd) { function 72 camdev_to_camera(dev)->dump(fd); 89 .dump = usb_camera_hal::dump, 477 void Camera::dump(int fd) { function in class:usb_camera_hal::Camera 484 // TODO: dump all settings 490 mStreams[i]->dump(fd);
|
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/ |
proguard-gradle-4.9.jar | |
/frameworks/base/core/java/android/app/ |
VoiceInteractor.java | 291 void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:VoiceInteractor.Request 363 void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:VoiceInteractor.ConfirmationRequest 364 super.dump(prefix, fd, writer, args); 557 void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:VoiceInteractor.PickOptionRequest 558 super.dump(prefix, fd, writer, args); 634 void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:VoiceInteractor.CompleteVoiceRequest 635 super.dump(prefix, fd, writer, args); 693 void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:VoiceInteractor.AbortVoiceRequest 694 super.dump(prefix, fd, writer, args); 748 void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) method in class:VoiceInteractor.CommandRequest 1052 void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:VoiceInteractor [all...] |
/art/tools/dmtracedump/ |
Android.mk | 15 # Java method trace dump tool
|
/build/tools/zipalign/ |
ZipEntry.h | 263 void dump(void) const; 323 void dump(void) const;
|
/cts/tests/tests/util/src/android/util/cts/ |
ArraySetTest.java | 182 private static <E> void dump(HashSet<E> set, ArraySet<E> array) { method in class:ArraySetTest 193 private static void dump(ArraySet set1, ArraySet set2) { method in class:ArraySetTest 234 if (DEBUG) dump(hashSet, arraySet); 240 dump(hashSet, arraySet); 248 dump(hashSet, arraySet); 265 dump(hashSet, arraySet); 270 dump(hashSet, arraySet); 285 dump(newSet, copySet);
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 17 package com.android.dx.command.dump; 41 /** {@code non-null;} where to dump to */ 65 /** the offset of the next byte to dump */ 76 * @param out {@code non-null;} where to dump to 130 println("<dump skipped backwards to " + Hex.u4(offset) + ">"); 156 * Gets the current dump cursor (that is, the offset of the expected 157 * next byte to dump). 159 * @return {@code >= 0;} the dump cursor 166 * Sets the dump cursor to the indicated offset in the given array. 222 * Gets whether this dump is to include raw bytes [all...] |
/device/generic/goldfish/camera/ |
EmulatedCamera2.h | 147 virtual int dump(int fd); 238 static int dump(const camera2_device_t *, int fd);
|
/external/android-clat/ |
Android.mk | 4 LOCAL_SRC_FILES:=clatd.c dump.c checksum.c translate.c icmp.c ipv4.c ipv6.c config.c dns64.c logging.c getaddr.c netlink_callbacks.c netlink_msg.c setif.c mtu.c tun.c ring.c
|
/external/clang/lib/AST/ |
CommentLexer.cpp | 13 void Token::dump(const Lexer &L, const SourceManager &SM) const { function in class:clang::comments::Token 15 Loc.dump(SM);
|
/external/curl/docs/examples/ |
multi-debugcallback.c | 38 void dump(const char *text, function 116 dump(text, stderr, data, size, TRUE);
|
/external/curl/tests/libtest/ |
lib552.c | 36 void dump(const char *text, function 118 dump(text, stderr, (unsigned char *)data, size, config->trace_ascii);
|
/external/google-breakpad/src/processor/ |
exploitability_win.cc | 72 ExploitabilityWin::ExploitabilityWin(Minidump *dump, 74 : Exploitability(dump, process_state) { }
|
/external/iproute2/ip/ |
ipnetconf.c | 182 dump: 184 perror("Cannot send dump request"); 188 fprintf(stderr, "Dump terminated\n"); 194 goto dump;
|
/external/jsilver/src/org/clearsilver/ |
DelegatedHdf.java | 181 public String dump() { method in class:DelegatedHdf 182 return getHdf().dump();
|
/external/llvm/include/llvm/Analysis/ |
DominanceFrontier.h | 104 /// dump - Dump the dominance frontier to dbgs(). 106 void dump() const; 202 void dump() const;
|