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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/d_loaddump/
name 1 debugfs load/dump test
  /external/llvm/tools/macho-dump/
CMakeLists.txt 3 add_llvm_tool(macho-dump
4 macho-dump.cpp
  /dalvik/dx/tests/002-minimal-valid/
info.txt 1 This is just a dump of a simple but valid class.
  /external/chromium_org/content/test/data/accessibility/
table-simple-expected-win.txt 1 #<skip - we don't dump table attrs on win yet>
table-spans-expected-win.txt 1 #<skip - we don't dump table attrs on win yet>
  /external/chromium_org/chrome/browser/resources/sync_file_system_internals/
dump_database.html 3 <button id="refresh-database-dump">Refresh</button>
5 <div id="dump-database-placeholder"></div>
  /external/llvm/test/MC/MachO/ARM/
nop-armv4-padding.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
nop-armv6t2-padding.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
thumb2-function-relative-load.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s
nop-thumb-padding.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
nop-thumb2-padding.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
relax-thumb-ldr-literal.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s
empty-function-nop.ll 1 ; RUN: llc < %s -filetype=obj -mtriple=thumbv6-apple-darwin -o - | macho-dump --dump-section-data | FileCheck -check-prefix=CHECK-T1 %s
2 ; RUN: llc < %s -filetype=obj -mtriple=thumbv7-apple-darwin -o - | macho-dump --dump-section-data | FileCheck -check-prefix=CHECK-T2 %s
3 ; RUN: llc < %s -filetype=obj -mtriple=armv6-apple-darwin -o - | macho-dump --dump-section-data | FileCheck -check-prefix=CHECK-ARM %s
4 ; RUN: llc < %s -filetype=obj -mtriple=armv7-apple-darwin -o - | macho-dump --dump-section-data | FileCheck -check-prefix=CHECK-ARMV7 %s
  /external/chromium_org/chrome/browser/resources/sync_internals/
traffic.html 1 <p><strong>Some personal info may be in the data dump. Be
4 <button id="traffic-to-text">Dump client server traffic to text</button>
6 <pre id="traffic-dump"></pre>
data.html 1 <p><strong>Some personal info may be in the events dump. Be
4 <button id="dump-to-text">Dump sync events to text</button>
6 <pre id="data-dump"></pre>
14 <button id="dump-to-file">Dump sync nodes to file</button>
18 <a style="display: none" id="dump-to-file-anchor"></a>
  /external/clang/test/Preprocessor/
dumptokens_phyloc.c 1 // RUN: %clang_cc1 -dump-tokens %s 2>&1 | grep "Spelling=.*dumptokens_phyloc.c:3:20"
  /external/dhcpcd/dhcpcd-hooks/
02-dump 3 if [ "$reason" = "DUMP" ]; then
  /frameworks/native/services/surfaceflinger/tests/transform/
TransformTest.cpp 31 tr90.dump("tr90");
32 trFH.dump("trFH");
33 trFV.dump("trFV");
35 tr90FH.dump("tr90FH");
36 tr90FV.dump("tr90FV");
38 (trFH*tr90).dump("trFH*tr90");
39 (trFV*tr90).dump("trFV*tr90");
41 (tr90*trFH).dump("tr90*trFH");
42 (tr90*trFV).dump("tr90*trFV");
  /external/chromium_org/components/breakpad/tools/
dmp2minidump.py 14 """Extracts the part of the dump file that minidump_stackwalk can read.
16 The dump files generated by the breakpad integration multi-part form data
20 dump_file: the dump file that needs to be processed.
24 dump = open(dump_file, 'rb')
25 boundary = dump.readline().strip()[2:]
26 data = parse_multipart(dump, {'boundary': boundary})
32 print 'Could not find minidump file in dump.'
44 print 'Extracts the minidump stored in the crash dump file'
  /external/clang/test/Lexer/
dollar-idents.c 1 // RUN: %clang_cc1 -dump-tokens %s 2>&1 | FileCheck %s
2 // RUN: %clang_cc1 -dump-tokens -x assembler-with-cpp %s 2>&1 | FileCheck %s --check-prefix=ASM
  /external/clang/test/Misc/
ast-dump-stmt.cpp 1 // RUN: %clang_cc1 -ast-dump -ast-dump-filter Test %s | FileCheck -strict-whitespace %s
  /external/clang/test/SemaCXX/
auto-pragma.cpp 1 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -ast-dump -ast-dump-filter AutoVar | FileCheck %s
  /frameworks/base/media/tests/MediaDump/res/values/
strings.xml 4 <string name="does_dump">Does Dump?</string>
6 <string name="app_name">Media Dump</string>
  /dalvik/dx/tests/003-magic-version-access/
run 23 dx --dump --strict class-bad-magic.txt
26 dx --dump --strict class-version-44.0.txt
27 dx --dump --strict class-version-44.65535.txt
30 dx --debug --dump --width=100 class-version-45.0.txt
31 dx --debug --dump --width=100 class-version-45.65535.txt
32 dx --debug --dump --width=100 class-version-48.0.txt
33 dx --debug --dump --width=100 class-version-48.65535.txt
34 dx --debug --dump --width=100 class-version-49.0.txt
35 dx --debug --dump --width=100 class-version-49.1.txt
36 dx --debug --dump --width=100 class-version-49.65535.tx
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 17 package com.android.dx.command.dump;
26 /** whether to dump raw bytes where salient */
29 /** whether to dump information about basic blocks */
32 /** whether to dump regiserized blocks */
35 /** whether to dump SSA-form blocks */
50 /** whether to dump flow-graph in "dot" format */
53 /** if non-null, an explicit method to dump */

Completed in 293 milliseconds

1 2 3 4 5 6 7 8 91011>>