HomeSort by relevance Sort by last modified time
    Searched full:dump (Results 601 - 625 of 4862) sorted by null

<<21222324252627282930>>

  /external/llvm/test/MC/MachO/
data.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump | FileCheck %s
67 // FIXME: Dump contents, so we can check those too.
diff-with-two-sections.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
direction_labels.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
jcc.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
string-table.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 88 public void dump(Map<String, Object> into) throws IOException { method in class:HttpMessageDecoder
89 in.dump(into);
  /external/oprofile/doc/
op-jit-devel.xml 134 Creates and opens a JIT dump file in <filename>/var/lib/oprofile/jitdump</filename>
135 using the naming convention <filename>&lt;process_id&gt;.dump</filename>.
182 <funcsynopsis>Write information about compiled code to a JIT dump file.
196 Writes a JIT dump record to the open JIT dump file using the passed information.
218 If NULL is passed, no code will be copied into the JIT dump
238 <funcsynopsis>Write debug information about compiled code to a JIT dump file.
285 <funcsynopsis>Write information to the JIT dump file about invalidated compiled code.
  /external/skia/src/animator/
SkAnimateField.cpp 36 void SkAnimate::dump(SkAnimateMaker* maker) { function in class:SkAnimate
37 INHERITED::dump(maker); //from animateBase
  /external/v8/src/
inspector.cc 42 // Dump the object pointer.
49 // Dump each object classification that matches this object.
  /frameworks/av/services/camera/libcameraservice/utils/
CameraTraces.cpp 67 status_t CameraTraces::dump(int fd, const Vector<String16> &args __attribute__((unused))) { function in class:android::camera3::CameraTraces
87 pcs.dump(fd, DUMP_INDENT);
  /frameworks/base/core/java/android/os/
IBinder.java 102 * IBinder protocol transaction code: dump internal state.
188 * @param fd The raw file descriptor that the dump is being sent to.
189 * @param args additional arguments to the dump request.
191 public void dump(FileDescriptor fd, String[] args) throws RemoteException; method in interface:IBinder
194 * Like {@link #dump(FileDescriptor, String[])} but always executes
196 * to perform the dump.
198 * @param fd The raw file descriptor that the dump is being sent to.
199 * @param args additional arguments to the dump request.
  /frameworks/base/services/java/com/android/server/accounts/
IAccountAuthenticatorCache.java 53 * {@link android.os.Binder#dump(java.io.FileDescriptor, java.io.PrintWriter, String[])}
55 void dump(FileDescriptor fd, PrintWriter fout, String[] args, int userId); method in interface:IAccountAuthenticatorCache
  /frameworks/base/tools/aapt/
ResourceIdCache.cpp 99 void ResourceIdCache::dump() { function in class:android::ResourceIdCache
100 printf("ResourceIdCache dump:\n");
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 81 aout << "DUMP OF SERVICE " << services[i] << ":" << endl;
83 int err = service->dump(STDOUT_FILENO, args);
  /hardware/invensense/65xx/libsensors_iio/software/build/android/
shared.mk 10 DUMP=1>/dev/stdout
12 DUMP=1>/dev/null
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 39 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__) macro
42 #define dump() macro
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__) macro
66 #define dump() macro
  /ndk/build/tools/
make-release.sh 204 dump "Using toolchain source directory: $TOOLCHAIN_SRCDIR"
208 dump "Downloading toolchain sources..."
213 dump "ERROR: Could not download toolchain sources"
228 dump "Building host toolchain binaries..."
235 dump "Building Darwin prebuilts through ssh to $DARWIN_SSH..."
247 dump "Generating NDK release packages"
250 dump "ERROR: Can't generate proper release packages."
256 dump "All clear. Good work! See $OUT_DIR"
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 30 /* Parser expects the beginning of the crash dump. */
179 // Lets see if this is the beginning of a crash dump.
182 // Printing another crash dump was in progress. Mark the end of it.
183 fprintf(parser->out_handle, "Crash dump is completed\n\n");
186 // New crash dump begins.
187 fprintf(parser->out_handle, "********** Crash dump: **********\n");
200 // Let it fall through to the EXPECTS_PID, in case the dump doesn't
216 // Let it fall through to the EXPECTS_FRAME, in case the dump doesn't
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadUtils.java 46 public static void dump(JobContext jc, InputStream is, OutputStream os) method in class:DownloadUtils
70 dump(jc, input, output); method
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
SimpleNode.java 75 public void dump(String prefix) { method in class:SimpleNode
81 n.dump(prefix + " ");
  /system/extras/tests/sdcard/
README 44 If you want to plot the data, you need to use the --dump option and provide a file:
46 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump >/tmp/data.txt
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 464 * Dump |treeViewObject| or subtree to a object.
466 * @return {Object} Dump result object from |treeViewObject|.
487 * Dump |statistics| to a object.
488 * @return {Object} Dump result object from |statistics|.
498 * Event handler for 'dump-button' 'click'ed.
499 * Dump and show all data from WebUI page to 'dump-field' element.
501 function dump() { function
504 $('dump-field').textContent =
533 $('dump-button').addEventListener('click', dump, false)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 425 // Dump a block by name
434 B->dump();
456 // Dump an instruction by nane
460 I->dump();
463 // Dump an instruction and all dependent instructions
475 I->dump();
479 // Dump an instruction and all dependent instructions
488 // Dump the parent for Instruction, block or function
491 I->getParent()->dump();
496 B->getParent()->dump();
    [all...]
  /frameworks/base/core/java/android/net/http/
RequestQueue.java 134 StringBuilder dump = new StringBuilder(); local
136 dump.append(mThreads[i] + "\n");
138 HttpLog.v(dump.toString());
340 // dump();
419 synchronized void dump() { method in class:RequestQueue
420 HttpLog.v("dump()");
421 StringBuilder dump = new StringBuilder(); local
425 // mActivePool.log(dump);
440 dump.append(line);
441 dump.append("\n")
    [all...]

Completed in 625 milliseconds

<<21222324252627282930>>