/hardware/qcom/display/msm8974/liboverlay/pipes/ |
overlay3DPipe.h | 61 void dump() const; 91 void dump() const; 121 void dump() const; 151 void dump() const; 229 inline void M3DExtPipe<CHAN>::dump() const { function in class:overlay::M3DExtPipe 231 mM3d.dump(); 285 inline void M3DPrimaryPipe<CHAN>::dump() const { function in class:overlay::M3DPrimaryPipe 287 mM3d.dump(); 349 inline void S3DExtPipe<CHAN>::dump() const { function in class:overlay::S3DExtPipe 351 mS3d.dump(); 458 inline void S3DPrimaryPipe<CHAN>::dump() const { function in class:overlay::S3DPrimaryPipe [all...] |
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayCtrlData.h | 84 /* dump the state of the object */ 85 void dump() const; 86 /* Return the dump in the specified buffer */ 112 void dump() const; 113 /* Return the dump in the specified buffer */ 185 inline void Ctrl::dump() const { function in class:overlay::Ctrl 186 ALOGE("== Dump Ctrl start =="); 187 mMdp.dump(); 188 ALOGE("== Dump Ctrl end =="); 257 inline void Data::dump() const function in class:overlay::Data [all...] |
overlayMdpRot.cpp | 124 dump(); 231 dump(); 249 void MdpRot::dump() const { function in class:overlay::MdpRot 250 ALOGE("== Dump MdpRot start =="); 251 mFd.dump(); 252 mMem.curr().m.dump(); 253 mdp_wrapper::dump("mRotImgInfo", mRotImgInfo); 254 mdp_wrapper::dump("mRotDataInfo", mRotDataInfo); 255 ALOGE("== Dump MdpRot end ==");
|
overlayMdssRot.cpp | 118 dump(); 140 dump(); 237 void MdssRot::dump() const { function in class:overlay::MdssRot 238 ALOGE("== Dump MdssRot start =="); 239 mFd.dump(); 240 mMem.curr().m.dump(); 241 mdp_wrapper::dump("mRotInfo", mRotInfo); 242 mdp_wrapper::dump("mRotData", mRotData); 243 ALOGE("== Dump MdssRot end ==");
|
/hardware/qcom/display/msm8x26/liboverlay/pipes/ |
overlay3DPipe.h | 61 void dump() const; 91 void dump() const; 121 void dump() const; 151 void dump() const; 229 inline void M3DExtPipe<CHAN>::dump() const { function in class:overlay::M3DExtPipe 231 mM3d.dump(); 285 inline void M3DPrimaryPipe<CHAN>::dump() const { function in class:overlay::M3DPrimaryPipe 287 mM3d.dump(); 349 inline void S3DExtPipe<CHAN>::dump() const { function in class:overlay::S3DExtPipe 351 mS3d.dump(); 458 inline void S3DPrimaryPipe<CHAN>::dump() const { function in class:overlay::S3DPrimaryPipe [all...] |
/ndk/build/tools/ |
ndk-common.sh | 107 dump () function 195 dump "ERROR: $@" 202 dump "ERROR: $@" 210 dump "WARNING: $@"
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_die.cc | 194 void DIEObject::dump(bool only_this) const { function in class:DIEObject 204 /* Dump this DIE attributes. */ 211 /* Dump all ranges for this DIE. */ 237 parent_die_->dump(true); 240 /* Dump this DIE's children. */ 242 last_child()->dump(false); 245 /* Dump this DIE's siblings. */ 247 prev_sibling()->dump(false);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppPreference.java | 157 public void dump() { method in class:BluetoothOppPreference
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
MatrixUtils.java | 147 * 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 153 Log.d(TAG, "Dump matrix: " + title);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node_priority_queue.h | 106 AK_FORCE_INLINE void dump() const { function in class:latinime::DicNodePriorityQueue 110 mDicNodesBuf[i].dump("QUEUE: "); 161 AKLOGI("Dump node availability, %d, %d, %d",
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm_extplug.h | 147 * dump; optional 149 void (*dump)(snd_pcm_extplug_t *ext, snd_output_t *out); member in struct:snd_pcm_extplug_callback
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_extplug.h | 147 * dump; optional 149 void (*dump)(snd_pcm_extplug_t *ext, snd_output_t *out); member in struct:snd_pcm_extplug_callback
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_extplug.h | 147 * dump; optional 149 void (*dump)(snd_pcm_extplug_t *ext, snd_output_t *out); member in struct:snd_pcm_extplug_callback
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
ComponentInfoTest.java | 230 mComponentInfo.applicationInfo.dump(p1, ""); 231 ci.applicationInfo.dump(p2, "");
|
/frameworks/base/core/java/android/app/admin/ |
DeviceAdminInfo.java | 432 public void dump(Printer pw, String prefix) { method in class:DeviceAdminInfo 434 mReceiver.dump(pw, prefix + " ");
|
/frameworks/base/core/java/android/content/ |
AsyncTaskLoader.java | 358 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { method in class:AsyncTaskLoader 359 super.dump(prefix, fd, writer, args);
|
/frameworks/base/core/java/android/os/ |
Handler.java | 687 public final void dump(Printer pw, String prefix) { method in class:Handler 692 mLooper.dump(pw, prefix + " ");
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodInfo.java | 414 public void dump(Printer pw, String prefix) { method in class:InputMethodInfo 420 mService.dump(pw, prefix + " ");
|
/frameworks/base/services/java/com/android/server/ |
AppWidgetService.java | 315 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:AppWidgetService 316 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG); 318 // Dump the state of all the app widget providers 325 service.dump(fd, ipw, args);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 332 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:CDMALTEPhone 334 super.dump(fd, pw, args);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcController.java | 360 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DcController 361 super.dump(fd, pw, args);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IsimUiccRecords.java | 280 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:IsimUiccRecords 283 super.dump(fd, pw, args);
|
/frameworks/base/services/java/com/android/server/wifi/ |
WifiService.java | 1190 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:WifiService 1314 private void dump(PrintWriter pw) { method in class:WifiService.LockList [all...] |
/frameworks/base/services/java/com/android/server/am/ |
BroadcastQueue.java | [all...] |
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
main.java | 231 dumpFileName = commandLine.getOptionValue("D", inputDexFileName + ".dump"); 317 dump.dump(dexFile, dumpFileName, outputDexFileName, sort); 319 System.err.println("Error occured while writing dump file"); 447 Option dumpOption = OptionBuilder.withLongOpt("dump-to") 448 .withDescription("dumps the given dex file into a single annotated dump file named FILE" + 449 " (<dexfile>.dump by default), along with the normal disassembly")
|