HomeSort by relevance Sort by last modified time
    Searched full:dump (Results 201 - 225 of 1570) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/libs/audioflinger/
AudioPolicyService.h 37 virtual status_t dump(int fd, const Vector<String16>& args);
138 status_t dump(int fd);
160 void dump(char* buffer, size_t size);
198 AudioCommand mLastCommand; // last processed command (used by dump)
202 // Internal dump utilities.
AudioDumpInterface.h 55 virtual status_t dump(int fd, const Vector<String16>& args);
98 virtual status_t dump(int fd, const Vector<String16>& args);
150 virtual status_t dump(int fd, const Vector<String16>& args) { return mFinalInterface->dumpState(fd, args); } function in class:android::AudioDumpInterface
AudioHardwareStub.h 41 virtual status_t dump(int fd, const Vector<String16>& args);
56 virtual status_t dump(int fd, const Vector<String16>& args);
95 virtual status_t dump(int fd, const Vector<String16>& args);
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 90 dump(); method
113 dump(); method
179 public static void dump() { method in class:RecipientIdCache
180 // Only dump user private data if we're in special debug mode
182 Log.d(TAG, "*** Recipient ID cache dump ***");
  /dalvik/tools/
deadcode.py 101 command = 'dx --dex --dump-width=1000 --dump-to=-"" "%s"' % sys.argv[1]
105 # Read the whole dump file into memory
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
ClassSourcer.java 55 // dump access keywords. Note: do not dump "super" here
122 // Visit the method and dump its stub.
  /external/iproute2/man/man8/
ss.8 9 is used to dump socket statistics. It allows showing information similar
86 List of socket tables to dump, separated by commas. The following identifiers
91 Do not display anything, just dump raw information about TCP sockets to FILE after applying filters. If FILE is - stdout is used.
lnstat.8 29 .B \-d, \-\-dump
30 Dump list of available files/keys.
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 40 // copy the stack dump text
68 LOGE("Unable to open stack dump file: %d (%s)", errno, strerror(errno));
83 // dump each stack trace
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneSubInfo.java 115 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PhoneSubInfo
116 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
118 pw.println("Permission Denial: can't dump PhoneSubInfo from from pid="
  /sdk/emulator/qtools/
read_method.cpp 38 void dump();
57 void Stack::dump() { function in class:Stack
134 pStack->dump();
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 113 mTarget.dump((FileDescriptor)args.arg1,
173 @Override protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:IInputMethodWrapper
174 if (mTarget.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
177 fout.println("Permission Denial: can't dump InputMethodManager from from pid="
188 fout.println("Timeout waiting for dump");
191 fout.println("Interrupted waiting for dump");
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedMember.java 59 * Does a human-friendly dump of this instance.
61 * @param out {@code non-null;} where to dump
  /dalvik/vm/mterp/armv5te/
debug.c 4 * Dump the fixed-purpose ARM registers, along with some other info.
39 * Dump the StackSaveArea for the specified frame pointer.
  /development/tools/jdwpspy/
Common.h 92 * Print a hex dump to the specified file pointer.
94 * "local" mode prints a hex dump starting from offset 0 (roughly equivalent
  /external/clearsilver/cs/
cs.c 94 printf ("\n-----------------------\nCS DUMP\n");
101 printf ("\n-----------------------\nHDF DUMP\n");
cstest.c 122 printf ("\n-----------------------\nCS DUMP\n");
130 printf ("\n-----------------------\nHDF DUMP\n");
  /external/clearsilver/python/examples/trans/
db_trans.py 27 # -> dump all locations for a version
41 # -> dump all for a language
  /external/e2fsprogs/
INSTALL 36 using these libraries (like the 4.4BSD dump and restore port).
49 fifth and sixth field of filesystem entry, which are the dump
  /external/skia/src/animator/
SkAnimateSet.cpp 47 void SkSet::dump(SkAnimateMaker* maker) { function in class:SkSet
48 INHERITED::dump(maker);
SkMatrixParts.h 101 virtual void dump(SkAnimateMaker* );
115 virtual void dump(SkAnimateMaker* );
  /frameworks/base/cmds/dumpsys/
dumpsys.cpp 72 aout << "DUMP OF SERVICE " << services[i] << ":" << endl;
74 int err = service->dump(STDOUT_FILENO, args);
  /frameworks/base/include/utils/
CallStack.h 55 // Dump a stack trace to the log
56 void dump(const char* prefix = 0) const;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 39 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__) macro
42 #define dump() macro
  /ndk/build/tools/
patch-sources.sh 72 dump "ERROR: Patch failure !! Please check your patches directory!"
77 dump "Done!"

Completed in 172 milliseconds

1 2 3 4 5 6 7 891011>>