/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_array_in_pointer.py | 6 def dump(obj): function 7 # helper function to dump memory contents in hex, with a hyphen 29 self.assertEqual("00-00-00-00", dump(val_array)) 39 (values, dump(val_array)), 48 self.assertEqual("00-00-00-00", dump(val_array)) 59 (values, dump(val_array)),
|
/art/tools/ahat/test/ |
NativeAllocationTest.java | 29 TestDump dump = TestDump.getTestDump(); local 31 AhatSnapshot snapshot = dump.getAhatSnapshot(); 32 Instance referent = (Instance)dump.getDumpedThing("anObject");
|
/external/elfutils/tests/ |
run-readelf-loc.sh | 62 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=loc --debug-dump=ranges \ 78 testrun_compare ${abs_top_builddir}/src/readelf -N --debug-dump=loc --debug-dump=ranges \ 94 testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc --debug-dump=ranges \
|
run-readelf-test2.sh | 24 Hex dump of section [6] '.strtab', 1 bytes at offset 0x290:
|
/external/f2fs-tools/scripts/ |
dumpf2fs.sh | 10 echo dump cp1 15 echo dump cp2 19 echo dump cp1 and cp2 25 echo dump cp1 all 29 echo dump cp2 all 33 echo dump cp1 and cp2 all
|
/external/skia/src/core/ |
SkColorSpace.h | 29 void dump() const; 35 void dump() const; 75 void dump() const;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SystemUIService.java | 40 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SystemUIService 45 ui.dump(fd, pw, args); 52 ui.dump(fd, pw, args);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
BaseWifiLogger.java | 37 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BaseWifiLogger 38 dump(pw); 43 protected synchronized void dump(PrintWriter pw) { method in class:BaseWifiLogger
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
DebugService.java | 28 * A debug service that will dump telephony's state 32 * invokes the dump method. 43 * Dump the state of various objects, add calls to other objects as desired. 45 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DebugService 51 TelephonyMetrics.getInstance().dump(fd, pw, args); 55 log("Dump telephony."); 56 PhoneFactory.dump(fd, pw, args);
|
/external/google-breakpad/android/ |
run-checks.sh | 111 - Dump the symbols from the test program on the host with 'dump_syms' 196 dump "Temporary directory contents preserved: $TMPDIR" 240 dump "Building host binaries." 254 dump "Running host unit tests." 274 dump "Found device ABIs: $DEVICE_ABI $DEVICE_ABI2" 276 dump "Found device ABI: $DEVICE_ABI" 282 dump "ERROR: Device ABI(s) do not match --abi command-line value ($ABI)!" 288 dump "Using CPU ABI: $ABI (device)" 290 dump "Using CPU ABI: $ABI (command-line)" 296 dump "Using CPU ABI: $ABI (default) [all...] |
/external/llvm/tools/llvm-pdbdump/ |
TypeDumper.cpp | 37 Enum->dump(*this); 46 Typedef->dump(*this); 55 Class->dump(*this); 59 void TypeDumper::dump(const PDBSymbolTypeEnum &Symbol) { function in class:TypeDumper 64 // Dump member enums when dumping their class definition. 73 void TypeDumper::dump(const PDBSymbolTypeTypedef &Symbol) { function in class:TypeDumper 82 void TypeDumper::dump(const PDBSymbolTypeUDT &Symbol) { function in class:TypeDumper
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
SmoothingUtils.java | 72 MatrixUtils.dump("m0-1", m0Inv); 89 MatrixUtils.dump("a0", m0Inv); 90 MatrixUtils.dump("a1", m1); 94 MatrixUtils.dump("a2", m0Invxm1); 95 MatrixUtils.dump("a3", m2); 99 MatrixUtils.dump("result", retval);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
bspec-2.d | 22 Hex dump of section '\.text': 25 Hex dump of section '\.MMIX\.spec_data\.2': 26 NOTE: This section has relocations against it, but these have NOT been applied to this dump.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
export-class.exp | 37 set dump [string map {o32 32 n32 32 n64 64} $abi] 74 # Get a dump to make sure symbol dependencies are resolved internally. 82 [list readelf -r mips-$dump-export-class.rd] \ 83 [list readelf "-x .data" mips-$dump-export-class.xd] \
|
got-dump-1.d | 1 #name: GOT dump (readelf -A) test 1 2 #source: got-dump-1.s 4 #ld: -Tgot-dump-1.ld -shared
|
got-dump-2.d | 1 #name: GOT dump (readelf -A) test 2 2 #source: got-dump-2.s 4 #ld: -Tgot-dump-2.ld -shared -melf64btsmip
|
/art/test/091-override-package-private-method/ |
build | 36 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes 38 ${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 classes-ex
|
/art/test/127-checker-secondarydex/ |
build | 36 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes 38 ${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 classes-ex
|
/art/test/138-duplicate-classes-check2/ |
build | 36 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes 38 ${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 classes-ex
|
/art/test/555-checker-regression-x86const/ |
build | 39 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes 41 ${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 classes-ex
|
/dalvik/dx/tests/034-dex-minimal/ |
run | 17 dx --debug --dex --dump-to=- --no-files
|
/dalvik/dx/tests/108-string-annotation/ |
run | 19 --dump-to=- *.class | cut -f 2 -d '|' | awk '
|
/dalvik/tools/ |
get-hprof | 24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \ 33 OUT_FILE=heap-dump.hprof
|
/external/google-breakpad/src/processor/ |
exploitability_linux.cc | 58 ExploitabilityLinux::ExploitabilityLinux(Minidump *dump, 60 : Exploitability(dump, process_state) { }
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
RemoteControlReader.java | 65 final boolean dump = in.readBoolean(); 67 remoteCommandVisitor.visitDumpCommand(dump, reset);
|