Searched defs:dump (Results 1 - 25 of 51) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDownloadUtils.java46 public static void dump(JobContext jc, InputStream is, OutputStream os) method in class:DownloadUtils
70 dump(jc, input, output);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DHexDump.java59 public static void dump(byte[] data, long offset, method in class:HexDump
81 dump(buffer, display_offset).append(' ');
84 dump(buffer, data[k + j]);
123 * @param _lbuffer the StringBuffer to dump the value in
127 private static StringBuffer dump(StringBuffer _lbuffer, long value) { method in class:HexDump
138 * @param _cbuffer the StringBuffer to dump the value in
142 private static StringBuffer dump(StringBuffer _cbuffer, byte value) { method in class:HexDump
/packages/services/Telephony/src/com/android/phone/
H A DTelephonyDebugService.java49 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:TelephonyDebugService
50 mDebugService.dump(fd, pw, args);
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DPhoneNumberTestService.java76 dump(number, c);
80 private void dump(String number, String country) { method in class:PhoneNumberTestService
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DTestLoaderManager.java222 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:TestLoaderManager
223 mDelegate.dump(prefix, fd, writer, args);
/packages/apps/Nfc/src/com/android/nfc/
H A DNfceeAccessControl.java271 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NfceeAccessControl
H A DRegisteredComponentCache.java140 void dump(ArrayList<ComponentInfo> components) { method in class:RegisteredComponentCache
170 dump(components);
H A DNfcDispatcher.java526 void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:NfcDispatcher
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMailLogService.java114 /** Header printed at the start of the dump. */
165 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:MailLogService
180 super.dump(fd, writer,args);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMatrixUtils.java147 * A utility function to dump the specified matrix in a readable way
150 public static void dump(final String title, final float[][] a) { method in class:MatrixUtils
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java279 void dump() { method in class:ContextMap
H A DHandleMap.java186 void dump() { method in class:HandleMap
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppPreference.java157 public void dump() { method in class:BluetoothOppPreference
/packages/apps/Mms/src/com/android/mms/data/
H A DRecipientIdCache.java98 dump();
121 dump();
204 public static void dump() { method in class:RecipientIdCache
205 // Only dump user private data if we're in special debug mode
207 Log.d(TAG, "*** Recipient ID cache dump ***");
/packages/apps/Mms/src/com/android/mms/util/
H A DDraftCache.java126 dump();
180 dump();
246 public void dump() { method in class:DraftCache
247 Log.i(TAG, "dump:");
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DRegisteredServicesCache.java132 void dump(ArrayList<ApduServiceInfo> services) { method in class:RegisteredServicesCache
250 dump(validServices);
253 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:RegisteredServicesCache
H A DRegisteredAidCache.java620 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:RegisteredAidCache
621 mServiceCache.dump(fd, pw, args);
/packages/apps/UnifiedEmail/src/com/android/mail/content/
H A DObjectCursorLoader.java172 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:ObjectCursorLoader
173 super.dump(prefix, fd, writer, args);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DSimpleNode.java75 public void dump(String prefix) { method in class:SimpleNode
81 n.dump(prefix + " ");
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node_priority_queue.h106 AK_FORCE_INLINE void dump() const { function in class:latinime::DicNodePriorityQueue
110 mDicNodesBuf[i].dump("QUEUE: ");
H A Ddic_node_profiler.h173 void dump() const { function in class:latinime::DicNodeProfiler
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadService.java431 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:DownloadService
438 info.dump(pw);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java464 public void dump() { method in class:BluetoothPbapObexServer.AppParamValue
540 if (D) appParamValue.dump();
1041 Log.e(TAG, "dump HeaderSet error " + e);
/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java539 public final void dump() { method in class:Event
/packages/apps/Email/src/com/android/email/
H A DPreferences.java339 public void dump() { method in class:Preferences

Completed in 446 milliseconds

123