/packages/apps/UnifiedEmail/src/com/android/mail/content/ |
ObjectCursorLoader.java | 172 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:ObjectCursorLoader 173 super.dump(prefix, fd, writer, args);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ProfileProvider.java | 155 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:ProfileProvider 156 dump(pw, "Profile"); method
|
/system/bt/service/ipc/binder/ |
bluetooth_binder_server.cpp | 160 android::status_t BluetoothBinderServer::dump(int fd, const android::Vector<android::String16>& args) { function in class:ipc::binder::BluetoothBinderServer 168 // TODO (jamuraa): enumerate profiles and dump profile information 170 iface->dump(fd, NULL);
|
/system/core/metricsd/ |
metrics_library.cc | 217 bool MetricsLibrary::GetHistogramsDump(std::string* dump) { 224 *dump = android::String8(temp_dump).string();
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
debug1.d | 5 Raw dump of debug contents of section \.z?debug_line:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/lns/ |
lns-common-1.d | 4 Raw dump of debug contents of section \.z?debug_line:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
pr13167.d | 3 Raw dump of debug contents of section \.debug_line:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/ |
lns-common-1.d | 3 Raw dump of debug contents of section \.z?debug_line:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
fadd.d | 3 dump\.o: file format .*
|
fcmp.d | 3 dump\.o: file format .*
|
fdiv.d | 3 dump\.o: file format .*
|
fmul.d | 3 dump\.o: file format .*
|
fsub.d | 3 dump\.o: file format .*
|
ftoi.d | 3 dump\.o: file format .*
|
gprel.d | 3 dump\.o: file format .*
|
push.d | 3 dump\.o: file format .*
|
round.d | 3 dump\.o: file format .*
|
stnz.d | 3 dump\.o: file format .*
|
stz.d | 3 dump\.o: file format .*
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
weakref3.d | 35 Hex dump of section '\.text':
|
weakref4.d | 30 Hex dump of section '.data':
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
xgate-link.d | 6 tmpdir/dump: file format elf32-m68hc12
|
/tools/test/connectivity/acts/tests/google/tel/etc/ |
manage_sim.py | 84 json.dump(simconf, f, indent=4, sort_keys=True) 132 json.dump(simconf, f, indent=4, sort_keys=True)
|
/dalvik/dx/src/com/android/dx/command/ |
Main.java | 32 " [--keep-classes] [--output=<file>] [--dump-to=<file>] " + 33 "[--dump-width=<n>]\n" + 34 " [--dump-method=<name>[*]] [--verbose-dump] [--no-files] " + 60 " dx --dump [--debug] [--strict] [--bytes] [--optimize]\n" + 64 " Dump classfiles, or transformations thereof, in a " + 108 } else if (arg.equals("--dump")) { 109 com.android.dx.command.dump.Main.main(without(args, i));
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 17 package com.android.dx.command.dump; 47 * Utility to dump basic block info from methods in a human-friendly form. 56 * becomes non-null during {@link #dump} 74 * @param out {@code non-null;} where to dump to 80 public static void dump(byte[] bytes, PrintStream out, method in class:BlockDumper 84 bd.dump(); 89 * Use {@link #dump}. 105 public void dump() { method in class:BlockDumper 162 // Reset the dump cursor to the start of the method. 205 * Does a regular basic block dump [all...] |