HomeSort by relevance Sort by last modified time
    Searched full:dump (Results 176 - 200 of 1570) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/oprofile/daemon/
opd_pipe.h 19 * the daemon and the 'opcontrol --dump' command. Failure to create the pipe
  /external/skia/include/utils/
SkDumpCanvas.h 9 Typical use might be to dump a display list to a log file to see what is
46 virtual void dump(SkDumpCanvas*, SkDumpCanvas::Verb, const char str[],
112 void dump(Verb, const SkPaint*, const char format[], ...);
126 virtual void dump(SkDumpCanvas*, SkDumpCanvas::Verb, const char str[],
  /external/skia/src/animator/
SkAnimateSet.h 27 virtual void dump(SkAnimateMaker* );
SkDrawSaveLayer.h 33 virtual void dump(SkAnimateMaker* );
SkDrawTo.h 32 virtual void dump(SkAnimateMaker* );
SkDrawSaveLayer.cpp 65 void SkSaveLayer::dump(SkAnimateMaker* maker) function in class:SkSaveLayer
68 //would dump enabled be defined but not debug?
SkMatrixParts.cpp 195 void SkRectToRect::dump(SkAnimateMaker* maker) { function in class:SkRectToRect
202 source->dump(maker);
209 destination->dump(maker);
263 void SkPolyToPoly::dump(SkAnimateMaker* maker) { function in class:SkPolyToPoly
270 source->dump(maker);
277 destination->dump(maker);
  /frameworks/base/common/tools/
make-iana-tld-pattern.py 35 def dump(self, isWebUrl=False, isFirst=False, isLast=False): member in class:Bucket
114 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl)
117 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl)
119 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-dump.h 54 /* A dump_info gives information about how we should perform the dump
55 and about the current state of the dump. */
59 /* The stream on which to dump the information. */
81 /* Dump the CHILD and its children. */
  /dalvik/vm/
SignalCatcher.c 19 * example, when a SIGQUIT (Ctrl-\) arrives, suspend the VM and dump the
99 * Dump the stack traces for all threads to the supplied file, putting
129 * Respond to a SIGQUIT by dumping the thread stacks. Optionally dump
139 * If JIT tuning is compiled in, dump compiler stats as well.
151 /* just dump to log */
215 * support, generate an HPROF dump file.
217 * (The HPROF dump generation is not all that useful now that we have
223 LOGI("SIGUSR1 forcing GC and HPROF dump\n");
  /external/clearsilver/cgi/
cgi_cstest.c 99 printf ("\n-----------------------\nCS DUMP\n");
107 printf ("\n-----------------------\nHDF DUMP\n");
  /external/e2fsprogs/tests/progs/
test_rel_cmds.ct 29 request do_brel_dump, "Dump the block relocation table",
64 request do_irel_dump, "Dump the inode relocation table",
  /external/ipsec-tools/src/racoon/
dump.h 1 /* $NetBSD: dump.h,v 1.4 2006/09/09 16:22:09 manu Exp $ */
3 /* Id: dump.h,v 1.3 2004/06/11 16:00:16 ludvigm Exp */
  /external/netcat/data/
pmap-dump.d 1 # portmap dump request: like "rpcinfo -p" but via UDP instead
30 000 # 0x00 # . # pmap call body: proc=DUMP, 4
  /external/qemu/elff/
dwarf_die.cc 192 void DIEObject::dump(bool only_this) const { function in class:DIEObject
202 /* Dump this DIE attributes. */
209 /* Dump all ranges for this DIE. */
235 parent_die_->dump(true);
238 /* Dump this DIE's children. */
240 last_child()->dump(false);
243 /* Dump this DIE's siblings. */
245 prev_sibling()->dump(false);
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEImage.cpp 65 void FEImage::dump() function in class:WebCore::FEImage
73 // FIXME: should this dump also object returned by SVGFEImage::image() ?
  /frameworks/base/services/java/com/android/server/am/
BroadcastFilter.java 37 public void dump(PrintWriter pw, String prefix) { method in class:BroadcastFilter
47 super.dump(pr, prefix);
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneSubInfoProxy.java 91 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PhoneSubInfoProxy
92 mPhoneSubInfo.dump(fd, pw, args);
  /sdk/emulator/qtools/tests/
macros.h 44 /* dump name and path of threads executed before trace device created */
50 /* dump exec mapping of threads executed before trace device created */
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 17 package com.android.dx.command.dump;
53 * Does the dump.
56 * @param out {@code non-null;} where to dump to
61 public static void dump(byte[] bytes, PrintStream out, method in class:SsaDumper
64 sd.dump();
71 * @param out {@code non-null;} where to dump to
  /external/clearsilver/java-jni/
CSTest.java 20 System.out.println("Testing HDF set and dump\n");
23 System.out.println( hdf.dump() );
84 // Now, test debug dump
85 System.out.println("Testing debug dump\n");
89 System.out.println("Final HDF dump\n");
90 System.out.println( hdf.dump() );
96 System.out.println(file_hdf.dump());
119 System.out.println(foo_hdf.dump());
156 System.out.println(date_hdf.dump());
241 System.out.println(file_hdf.dump());
    [all...]
  /external/icu4c/test/intltest/
tsdate.cpp 155 UBool dump = FALSE; local
157 dump = TRUE;
172 dump = TRUE;
182 dump = TRUE;
191 dump = TRUE;
205 dump = TRUE;
208 if (dump)
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 143 // TODO: if "when" is non-zero and we want to see a dump
150 * Handle a "HeaP DUmp" request.
153 * the entire contents of the file and return them, but hprof dump
164 Log.d("ddm-heap", "Heap dump: file='" + fileName + "'");
184 * Handle a "HeaP Dump Streaming" request.
186 * This tells the VM to create a heap dump and send it directly to
196 Log.d("ddm-heap", "Heap dump: [DDMS]");
  /frameworks/base/core/java/android/os/
Binder.java 201 dump(fd.getFileDescriptor(), args);
216 * {@link #dump(FileDescriptor, PrintWriter, String[])}.
218 public void dump(FileDescriptor fd, String[] args) { method in class:Binder
222 dump(fd, pw, args); method
231 * @param fd The raw file descriptor that the dump is being sent to.
232 * @param fout The file to which you should dump your state. This will be
234 * @param args additional arguments to the dump request.
236 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:Binder
317 public void dump(FileDescriptor fd, String[] args) throws RemoteException { method in class:BinderProxy
  /external/webkit/WebCore/css/
maketokenizer 80 # Dump the generated tables. /yy_last_accepting/ matches the first declaration after the tables.
91 # Dump the definitions of states (INITIAL, media query, tokenizer state support).
102 # Dump main scanner declarations, substituting in our 16-bit character type.
116 # Dump the main loop, skipping over labels we don't use.
135 # Skip over the end-of-buffer handling; dump the rest of the function.

Completed in 324 milliseconds

1 2 3 4 5 6 78 91011>>