HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 651 - 675 of 1724) sorted by null

<<21222324252627282930>>

  /external/icu4c/tools/tzcode/
icuzdump.cpp 127 void dump(ostream& out) { function in class:ICUZDump
308 << "\t-a : Dump all available zones." << endl
314 << "\t : When specified, dump transitions starting <low_year>" << endl
396 dumper.dump(*fout);
418 dumper.dump(cout);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 103 void DIEAbbrev::dump() { print(dbgs()); } function in class:DIEAbbrev
174 void DIE::dump() { function in class:DIE
182 void DIEValue::dump() { function in class:DIEValue
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 316 /// dump - Print data structures.
317 void LexicalScope::dump(unsigned Indent) const { function in class:LexicalScope
324 N->dump();
332 Children[i]->dump(Indent + 2);
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 92 void dump() const;
156 void dump(const CodeGenSchedModels *SchedModels) const;
214 void dump() const;
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 49 virtual status_t dump(int fd, const Vector<String16>& args);
167 status_t dump(int fd);
192 void dump(char* buffer, size_t size);
230 AudioCommand mLastCommand; // last processed command (used by dump)
308 // Internal dump utilities.
Effects.h 115 void dump(int fd, const Vector<String16>& args);
201 void dump(char* buffer, size_t size);
305 void dump(int fd, const Vector<String16>& args);
  /frameworks/base/services/java/com/android/server/dreams/
DreamManagerService.java 88 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DreamManagerService
89 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
100 DumpUtils.dumpAsync(mHandler, new DumpUtils.Dump() {
102 public void dump(PrintWriter pw) {
103 mController.dump(pw);
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 202 void FramebufferNativeWindow::dump(String8& result) { function in class:android::FramebufferNativeWindow
203 if (fbDev->common.version >= 1 && fbDev->dump) {
207 fbDev->dump(fbDev, buffer, SIZE);
  /hardware/libhardware/modules/audio/
audio_hw.c 238 out->stream.common.dump = out_dump;
347 in->stream.common.dump = in_dump;
416 adev->device.dump = adev_dump;
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 212 virtual status_t dump(int fd, const Vector<String16>& args);
254 virtual status_t dump(int fd, const Vector<String16>& args);
289 virtual status_t dump(int fd, const Vector<String16>& args);
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfoTest.java 93 mApplicationInfo.dump(p, prefix);
ResolveInfoTest.java 70 // Test dump
73 resolveInfo.dump(printer, prefix);
  /cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java 56 * Test that {@link IBinder#dump(java.io.FileDescriptor, String[])} on all
58 * {@link android.Manifest.permission#DUMP} permission.
100 serviceBinder.dump(out.getFD(), new String[0]);
102 if (e.getMessage().contains("android.permission.DUMP")) {
103 // Service correctly checked for DUMP permission, yay
106 // probably not checking for DUMP.
113 // Verify that dump produced minimal output
128 fail("dump() for " + service + " produced several lines of output; this "
130 + "single line when the caller doesn't have DUMP permission.");
135 fail("dump() for " + service + " produced a single line which didn't
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
EditorInfoTest.java 76 info.dump(printer, prefix);
  /dalvik/vm/
IndirectRefTable.h 321 * Dump the contents of a reference table to the log file.
328 void dump(const char* descr) const;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 100 public void dump() { method in class:MonkeyNetworkMonitor
  /device/generic/goldfish/camera/
EmulatedCamera.h 258 /* Actual handler for camera_device_ops_t::dump callback.
356 static int dump(struct camera_device* dev, int fd);
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 108 dump: android::dump,
494 int dump(struct camera_device * device, int fd) function in namespace:android
500 rc = hardware->dump( fd );
  /device/lge/mako/camera/
QualcommCamera2.cpp 108 dump: android::dump,
513 int dump(struct camera_device * device, int fd) function in namespace:android
519 rc = hardware->dump( fd );
  /external/clang/include/clang/Driver/
Option.h 198 void dump() const;
  /external/clang/include/clang/Lex/
ModuleMap.h 299 /// \brief Dump the contents of the module map, for debugging purposes.
300 void dump();
  /external/clang/lib/Serialization/
Module.cpp 75 void ModuleFile::dump() { function in class:ModuleFile
  /external/llvm/include/llvm/Analysis/
IVUsers.h 174 /// dump - This method is used for debugging.
175 void dump() const;
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 58 void dump() const;
ScheduleDFS.h 63 void dump() const;

Completed in 438 milliseconds

<<21222324252627282930>>