HomeSort by relevance Sort by last modified time
    Searched defs:dump (Results 76 - 100 of 2757) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioSourceDescriptor.cpp 32 status_t AudioSourceDescriptor::dump(int fd) function in class:android::AudioSourceDescriptor
43 mDevice->dump(fd, 2 , 0);
48 status_t AudioSourceCollection::dump(int fd) const function in class:android::AudioSourceCollection
53 snprintf(buffer, SIZE, "\nAudio sources dump:\n");
56 snprintf(buffer, SIZE, "- Source %d dump:\n", keyAt(i));
58 valueAt(i)->dump(fd);
  /frameworks/base/libs/hwui/
OpDumper.cpp 28 void OpDumper::dump(const RecordedOp& op, std::ostream& output, int level) { function in class:android::uirenderer::OpDumper
  /frameworks/compile/mclinker/lib/Script/
AssertCmd.cpp 34 void AssertCmd::dump() const { function in class:mcld::AssertCmd
37 m_RpnExpr.dump();
EntryCmd.cpp 27 void EntryCmd::dump() const { function in class:mcld::EntryCmd
InputSectDesc.cpp 35 void InputSectDesc::dump() const { function in class:mcld::InputSectDesc
OutputArchCmd.cpp 24 void OutputArchCmd::dump() const { function in class:mcld::OutputArchCmd
OutputCmd.cpp 26 void OutputCmd::dump() const { function in class:mcld::OutputCmd
OutputFormatCmd.cpp 34 void OutputFormatCmd::dump() const { function in class:mcld::OutputFormatCmd
SearchDirCmd.cpp 27 void SearchDirCmd::dump() const { function in class:mcld::SearchDirCmd
  /frameworks/native/cmds/lshal/
TextTable.cpp 34 void TextTable::dump(std::ostream& out) const { function in class:android::lshal::TextTable
  /frameworks/rs/
rsDebugHelper.h 39 void dump() { function in class:android::renderscript::DebugHelper
42 //mStack.dump();
  /prebuilts/gdb/darwin-x86/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)),
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
grammar.py 33 file is written by calling dump() (after loading the grammar
87 def dump(self, filename): member in class:Grammar
88 """Dump the grammar tables to a pickle file."""
90 pickle.dump(self.__dict__, f, 2)
114 """Dump the grammar tables to standard output, for debugging."""
  /prebuilts/gdb/linux-x86/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)),
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
grammar.py 33 file is written by calling dump() (after loading the grammar
87 def dump(self, filename): member in class:Grammar
88 """Dump the grammar tables to a pickle file."""
90 pickle.dump(self.__dict__, f, 2)
114 """Dump the grammar tables to standard output, for debugging."""
  /prebuilts/python/darwin-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)),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 33 file is written by calling dump() (after loading the grammar
87 def dump(self, filename): member in class:Grammar
88 """Dump the grammar tables to a pickle file."""
90 pickle.dump(self.__dict__, f, 2)
114 """Dump the grammar tables to standard output, for debugging."""
  /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)),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 33 file is written by calling dump() (after loading the grammar
87 def dump(self, filename): member in class:Grammar
88 """Dump the grammar tables to a pickle file."""
90 pickle.dump(self.__dict__, f, 2)
114 """Dump the grammar tables to standard output, for debugging."""
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUISecondaryUserService.java 40 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SystemUISecondaryUserService
46 ui.dump(fd, pw, args);
55 ui.dump(fd, pw, args);
  /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);
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/
SettingsIntelligenceDumpService.java 51 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:SettingsIntelligenceDumpService
52 final StringBuilder dump = new StringBuilder(); local
53 dump.append(getString(R.string.app_name_settings_intelligence))
56 writer.println(dump.toString());
61 final StringBuilder dump = new StringBuilder(); local
63 dump.append(" suggestion dump\n");
65 dump.append(KEY_SUGGESTION_CATEGORY)
77 dump.append("\t\t")
84 return dump.toString()
    [all...]
  /packages/services/Telephony/src/com/android/phone/
TelephonyDebugService.java 51 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:TelephonyDebugService
52 mDebugService.dump(fd, pw, args);
  /packages/services/Telephony/src/com/android/phone/vvm/
VvmDumpHandler.java 15 public static void dump(Context context, FileDescriptor fd, PrintWriter writer, method in class:VvmDumpHandler
34 VvmLog.dump(fd, indentedWriter, args);
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
DumpsysProcessMeminfoParserTest.java 52 DumpsysProcessMeminfoItem dump = new DumpsysProcessMeminfoParser().parse(inputBlock); local
53 assertEquals(938, dump.getPid());
54 assertEquals("system_server", dump.getProcessName());
57 dump.get(DumpsysProcessMeminfoItem.NATIVE).get(DumpsysProcessMeminfoItem.MAX));
60 dump.get(DumpsysProcessMeminfoItem.DALVIK).get(DumpsysProcessMeminfoItem.MAX));
62 dump.get(DumpsysProcessMeminfoItem.OTHER)
66 dump.get(DumpsysProcessMeminfoItem.TOTAL).get(DumpsysProcessMeminfoItem.MAX));
69 dump.get(DumpsysProcessMeminfoItem.TOTAL).get(DumpsysProcessMeminfoItem.PSS));
71 Long.valueOf(3662L), dump.get("Dalvik Other").get(DumpsysProcessMeminfoItem.PSS));
72 assertEquals(Long.valueOf(111L), dump.get("GL mtrack").get(DumpsysProcessMeminfoItem.PSS))
100 DumpsysProcessMeminfoItem dump = new DumpsysProcessMeminfoParser().parse(inputBlock); local
    [all...]

Completed in 483 milliseconds

1 2 34 5 6 7 8 91011>>