HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 976 - 1000 of 1186) sorted by null

<<31323334353637383940>>

  /frameworks/base/libs/hwui/
Matrix.cpp 376 void Matrix4::dump() const { function in class:android::uirenderer::Matrix4
  /frameworks/base/media/libstagefright/
MPEG4Writer.cpp 70 status_t dump(int fd, const Vector<String16>& args) const;
296 status_t MPEG4Writer::dump( function in class:android::MPEG4Writer
308 (*it)->dump(fd, args);
313 status_t MPEG4Writer::Track::dump( function in class:android::MPEG4Writer::Track
    [all...]
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 509 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:TelephonyRegistry
510 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
512 pw.println("Permission Denial: can't dump telephony.registry from from pid="
UiModeManagerService.java 833 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:UiModeManagerService
    [all...]
DevicePolicyManagerService.java 361 void dump(String prefix, PrintWriter pw) { method in class:DevicePolicyManagerService.ActiveAdmin
2087 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DevicePolicyManagerService
    [all...]
PowerManagerService.java 1111 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PowerManagerService
2124 public void dump(PrintWriter pw, String prefix) { method in class:PowerManagerService.BrightnessState
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 193 void dump(PrintWriter pw, String prefix) { method in class:ServiceRecord
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 532 public final void dump() { method in class:Event
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 483 public void dump(PrintWriter writer) { method in class:DownloadInfo
  /external/emma/lib/
emma_ant.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 37 DEBUG(dbgs() << "Promote integer result: "; N->dump(&DAG); dbgs() << "\n");
48 N->dump(&DAG); dbgs() << "\n";
739 DEBUG(dbgs() << "Promote integer operand: "; N->dump(&DAG); dbgs() << "\n");
749 N->dump(&DAG); dbgs() << "\n";
    [all...]
LegalizeTypes.cpp 345 DEBUG(dbgs() << "Legally typed node: "; N->dump(&DAG); dbgs() << "\n");
439 I->dump(&DAG); dbgs() << "\n";
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 513 void InjectedBundlePage::dump() function in class:WTR::InjectedBundlePage
568 InjectedBundle::shared().page()->dump();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 2254 @Override protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:InputMethodService
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 2097 public void dump(Printer pw, String prefix) { method in class:StrictMode.ViolationInfo
    [all...]
  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.cpp 1683 status_t StagefrightRecorder::dump( function in class:android::StagefrightRecorder
    [all...]
  /dalvik/vm/
Jni.cpp 364 pRefTable->dump("JNI local");
486 gDvm.jniGlobalRefTable.dump("JNI global");
510 gDvm.jniGlobalRefTable.dump("JNI global");
529 gDvm.jniWeakGlobalRefTable.dump("JNI weak global");
642 * Dump the contents of the JNI reference tables to the log file.
644 * We only dump the local refs associated with the current thread.
648 self->jniLocalRefTable.dump("JNI local");
649 gDvm.jniGlobalRefTable.dump("JNI global");
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 222 int dump; member in struct:Options
992 * Dump list of threads.
1004 * Dump list of methods.
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 548 void dump(DenseMap<uint32_t, Value*> &d);
574 void GVN::dump(DenseMap<uint32_t, Value*>& d) { function in class:GVN
579 I->second->dump();
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 2106 void Value::dump() const { print(dbgs()); dbgs() << '\\n'; } function in class:Value
2109 void Type::dump() const { print(dbgs()); } function in class:Type
2112 void Module::dump() const { print(dbgs(), 0); } function in class:Module
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp 331 void CodeBlock::dump(ExecState* exec) const function in class:JSC::CodeBlock
351 dump(exec, begin, it);
481 void CodeBlock::dump(ExecState* exec, const Vector<Instruction>::const_iterator& begin, Vector<Instruction>::const_iterator& it) const function in class:JSC::CodeBlock
    [all...]
  /frameworks/base/core/java/android/content/
SyncManager.java 1018 protected void dump(FileDescriptor fd, PrintWriter pw) { method in class:SyncManager
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 7826 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PackageManagerService
    [all...]

Completed in 505 milliseconds

<<31323334353637383940>>