/external/icu4c/tools/tzcode/ |
icuzdump.cpp | 127 void dump(ostream& out) { function in class:ICUZDump 308 << "\t-a : Dump all available zones." << endl 314 << "\t : When specified, dump transitions starting <low_year>" << endl 396 dumper.dump(*fout); 418 dumper.dump(cout);
|
/external/proguard/src/proguard/ |
ProGuard.java | 155 if (configuration.dump != null) 157 dump(); method 398 private void dump() throws IOException method in class:ProGuard 402 System.out.println("Printing classes to [" + fileName(configuration.dump) + "]..."); 405 PrintStream ps = createPrintStream(configuration.dump);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioHardwareInterface.h | 90 /** dump the state of the audio output device */ 91 virtual status_t dump(int fd, const Vector<String16>& args) = 0; 143 /** dump the state of the audio input device */ 144 virtual status_t dump(int fd, const Vector<String16>& args) = 0; 247 virtual status_t dump(int fd, const Vector<String16>& args) = 0;
|
/external/qemu/ |
qemu-monitor.hx | 228 "/fmt addr", "virtual memory dump starting at 'addr'", }, 231 Virtual memory dump starting at @var{addr}. 235 "/fmt addr", "physical memory dump starting at 'addr'", }, 238 Physical memory dump starting at @var{addr}. 261 Dump 10 instructions at the current instruction pointer: 277 Dump 80 16 bit values at the start of the video memory. 432 "addr size file", "save to disk virtual memory dump starting at 'addr' of size 'size'", }, 435 save to disk virtual memory dump starting at @var{addr} of size @var{size}. 439 "addr size file", "save to disk physical memory dump starting at 'addr' of size 'size'", }, 442 save to disk physical memory dump starting at @var{addr} of size @var{size} [all...] |
/frameworks/base/libs/audioflinger/ |
AudioPolicyService.cpp | 376 status_t AudioPolicyService::dump(int fd, const Vector<String16>& args) function in class:android::AudioPolicyService 378 if (checkCallingPermission(String16("android.permission.DUMP")) == false) { 389 mAudioCommandThread->dump(fd); 392 mTonePlaybackThread->dump(fd); 396 mpPolicyManager->dump(fd); 410 "can't dump AudioPolicyService from pid=%d, uid=%d\n", 676 status_t AudioPolicyService::AudioCommandThread::dump(int fd) function in class:android::AudioPolicyService::AudioCommandThread 682 snprintf(buffer, SIZE, "AudioCommandThread %p Dump\n", this); 696 mAudioCommands[i]->dump(buffer, SIZE); 700 mLastCommand.dump(buffer, SIZE) 914 void AudioPolicyService::AudioCommandThread::AudioCommand::dump(char* buffer, size_t size) function in class:android::AudioPolicyService::AudioCommandThread::AudioCommand [all...] |
AudioDumpInterface.cpp | 38 LOGE("Dump construct hw = 0"); 265 LOGV("Opening dump file %s, fh %p", name, mOutFile); 368 status_t AudioStreamOutDump::dump(int fd, const Vector<String16>& args) function in class:android::AudioStreamOutDump 370 if (mFinalStream != 0 ) return mFinalStream->dump(fd, args); 442 LOGV("Opening dump file %s, fh %p", name, mInFile); 518 status_t AudioStreamInDump::dump(int fd, const Vector<String16>& args) function in class:android::AudioStreamInDump 520 if (mFinalStream != 0 ) return mFinalStream->dump(fd, args);
|
AudioFlinger.h | 65 virtual status_t dump(int fd, const Vector<String16>& args); 186 // Internal dump utilites. 392 void dump(char* buffer, size_t size); 492 virtual status_t dump(int fd, const Vector<String16>& args); 713 void dump(char* buffer, size_t size); 740 status_t dump(int fd, const Vector<String16>& args);
|
/external/libxml2/ |
xmlsave.c | 508 * Dump a local Namespace definition. 534 * Dump a list of local Namespace definitions. 550 * Dump the XML document DTD, if any. 581 * Dump the notations first they are not in the DTD children list 606 * Dump an XML attribute 633 * Dump a list of XML attributes 650 * Dump an XML node list, recursive behaviour, children are printed too. 680 * Dump an HTML node, recursive behaviour, children are printed too. 739 * Dump an XML node, recursive behaviour, children are printed too. 930 * Dump an XML document [all...] |
xmlmemory.c | 635 * @nbBytes: the amount of memory to dump 836 * @nr: number of entries to dump 838 * show a show display of the memory allocated, and dump 884 * Dump in-extenso the memory blocks allocated to the file .memorylist 891 FILE *dump; local 895 dump = fopen(".memdump", "w"); 896 if (dump == NULL) 898 else xmlMemoryDumpFile = dump; 902 if (dump != NULL) fclose(dump); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macwm.c | 156 DisposeGammaTable ((Ptr) pSysGammaIn->devGamma [i]->pDeviceGamma); /* dump gamma table */ 157 DisposePtr ((Ptr) pSysGammaIn->devGamma [i]); /* dump device info */ 159 DisposePtr ((Ptr) pSysGammaIn->devGamma); /* dump device pointer array */ 160 DisposePtr ((Ptr) pSysGammaIn); /* dump system structure */ 234 else /* otherwise dump record on exit */ 244 DisposeSystemGammas ((Ptr *) &pSysGammaOut); /* otherwise dump the current structures (dispose does error checking) */ 367 DisposeGammaTable ((Ptr) pTableGammaNew); /* dump table */
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-readelf.1 | 151 [\fB\-x\fR <number or name>|\fB\-\-hex\-dump=\fR<number or name>] 153 \fB\-\-debug\-dump\fR[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 302 .IP "\fB\-\-hex\-dump=<number or name>\fR" 4 303 .IX Item "--hex-dump=<number or name>" 305 Displays the contents of the indicated section as a hexadecimal dump. 311 .IP "\fB\-\-debug\-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 312 .IX Item "--debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-readelf.1 | 151 [\fB\-x\fR <number or name>|\fB\-\-hex\-dump=\fR<number or name>] 153 \fB\-\-debug\-dump\fR[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 302 .IP "\fB\-\-hex\-dump=<number or name>\fR" 4 303 .IX Item "--hex-dump=<number or name>" 305 Displays the contents of the indicated section as a hexadecimal dump. 311 .IP "\fB\-\-debug\-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 312 .IX Item "--debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-readelf.1 | 151 [\fB\-x\fR <number or name>|\fB\-\-hex\-dump=\fR<number or name>] 153 \fB\-\-debug\-dump\fR[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]] 302 .IP "\fB\-\-hex\-dump=<number or name>\fR" 4 303 .IX Item "--hex-dump=<number or name>" 305 Displays the contents of the indicated section as a hexadecimal dump. 311 .IP "\fB\-\-debug\-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges]\fR" 4 312 .IX Item "--debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
DeviceView.java | 114 // this will make sure the dump hprof button is re-enabled for the 164 // this will make sure the dump hprof button is re-enabled for the 330 mHprofAction.setText("Dump HPROF file"); 331 mHprofAction.setToolTipText("Dump HPROF file"); 468 mHprofAction.setToolTipText("Dump HPROF file"); 471 mHprofAction.setToolTipText("Dump HPROF file (not supported by this VM)"); 510 mHprofAction.setToolTipText("Dump HPROF file");
|
/external/libpcap/doc/ |
pcap.txt | 9 PCAP New Generation Dump File Format 40 This document describes a format to dump captured packets on a file. 58 Internet-Draft PCAP New Generation Dump File Format March 2004 115 Internet-Draft PCAP New Generation Dump File Format March 2004 172 Internet-Draft PCAP New Generation Dump File Format March 2004 217 i.e. a dump file is not valid if they are not present, other are 229 Internet-Draft PCAP New Generation Dump File Format March 2004 249 addresses present in the packet dump and the canonical name 286 Internet-Draft PCAP New Generation Dump File Format March 2004 289 one Section Header Block can be present on the dump, each on [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.8.in | 71 .IR ls ", " dump ", " 159 Dump the contents of the inode 178 .I dump [-p] filspec out_file 179 Dump the contents of the inode 279 Dump the contents of the ext3 journal. By default, the journal inode as 358 Recursively dump
|
dump.c | 2 * dump.c --- dump the contents of an inode out to a file 286 /* else do nothing (don't dump device files, sockets, fifos, etc.) */
|
/frameworks/base/libs/binder/ |
MemoryDealer.cpp | 135 void dump(const char* what) const; 136 void dump(String8& res, const char* what) const; 250 void MemoryDealer::dump(const char* what) const function in class:android::MemoryDealer 252 allocator()->dump(what); 404 void SimpleBestFitAllocator::dump(const char* what) const function in class:android::SimpleBestFitAllocator 417 void SimpleBestFitAllocator::dump(String8& result, function in class:android::SimpleBestFitAllocator
|
/prebuilt/sdk/tools/lib/ |
dx.jar | |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationStressTest.java | 223 protected void dump(Object o) throws IOException, ClassNotFoundException { method in class:SerializationStressTest 226 // Dump the object 236 dump(o);
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPathException.java | 31 * case of nested exceptions, printStackTrace will dump 174 * @param s The stream where the dump will be sent to. 253 * @param s The writer where the dump will be sent to.
|
/external/iproute2/ip/ |
ipaddrlabel.c | 119 perror("Cannot send dump request"); 124 fprintf(stderr, "Dump terminated\n"); 241 perror("Cannot send dump request");
|
/external/iptables/ |
ip6tables-save.c | 26 { "dump", 0, 0, 'd' }, 269 /* Dump out chain names first, 292 /* Dump out rules */
|
/external/kernel-headers/original/linux/ |
netlink.h | 92 #define NLMSG_DONE 0x3 /* End of a dump */ 227 int (*dump)(struct sk_buff * skb, member in struct:netlink_callback 268 int (*dump)(struct sk_buff *skb, struct netlink_callback*),
|
/external/netcat/data/ |
data.c | 10 d: dump raw bytes to ascii format 14 and limit is how many bytes to generate or dump [unspecified = infinite] 95 bc = 1; /* preload, assuming "dump" */
|