HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 801 - 825 of 2359) sorted by null

<<31323334353637383940>>

  /hardware/libhardware/tests/camera2/
CameraFrameTests.cpp 105 previewRequest.dump(STDOUT_FILENO);
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 138 CHECK_MEMBER_AT(framebuffer_device_t, dump, 152, 224);
167 CHECK_MEMBER_AT(hwc_composer_device_1_t, dump, 88, 168);
191 CHECK_MEMBER_AT(alloc_device_t, dump, 72, 136);
224 CHECK_MEMBER_AT(camera3_device_ops_t, dump, 24, 48);
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 147 dump(fd, args); // Dump the state of the concrete child.
AudioHardwareStub.cpp 111 status_t AudioHardwareStub::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioHardwareStub
141 status_t AudioStreamOutStub::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamOutStub
146 snprintf(buffer, SIZE, "AudioStreamOutStub::dump\n");
184 status_t AudioStreamInStub::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamInStub
189 snprintf(buffer, SIZE, "AudioStreamInStub::dump\n");
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.h 69 /* dump state of the object */
70 void dump() const;
71 /* Return the dump in the specified buffer */
155 /* dump */
156 void dump() const;
189 /* dump state of the object */
190 void dump() const;
191 /* Return the dump in the specified buffer */
425 dump();
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.h 69 /* dump state of the object */
70 void dump() const;
71 /* Return the dump in the specified buffer */
158 /* dump */
159 void dump() const;
192 /* dump state of the object */
193 void dump() const;
194 /* Return the dump in the specified buffer */
430 dump();
  /ndk/build/tools/
build-host-make.sh 106 dump "Packaging: $ARCHIVE"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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
pcm_ioplug.h 185 * dump; optional
187 void (*dump)(snd_pcm_ioplug_t *io, snd_output_t *out); member in struct:snd_pcm_ioplug_callback
pcm_rate.h 116 void (*dump)(void *obj, snd_output_t *out); member in struct:snd_pcm_rate_ops
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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
pcm_ioplug.h 185 * dump; optional
187 void (*dump)(snd_pcm_ioplug_t *io, snd_output_t *out); member in struct:snd_pcm_ioplug_callback
pcm_rate.h 116 void (*dump)(void *obj, snd_output_t *out); member in struct:snd_pcm_rate_ops
  /system/extras/tests/bionic/libc/
run-test.sh 132 dump "INTERNAL ERROR: ADB_CMD_LOG not set!"
  /build/core/
product.mk 112 define dump-product
119 define dump-products
120 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 17 package com.android.dx.command.dump;
45 * Does the dump.
48 * @param out {@code non-null;} where to dump to
53 public static void dump(byte[] bytes, PrintStream out, method in class:SsaDumper
56 sd.dump();
63 * @param out {@code non-null;} where to dump to
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 241 public String dump() { method in class:JHdf
253 return dump();
258 return dump();
  /external/llvm/include/llvm/Analysis/
CallGraph.h 111 void dump() const;
206 void dump() const;
388 void dump() const;
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 106 void CallGraph::dump() const { print(dbgs()); } function in class:CallGraph
176 void CallGraphNode::dump() const { print(dbgs()); } function in class:CallGraphNode
283 void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); } function in class:CallGraphWrapperPass
  /external/llvm/lib/Option/
Option.cpp 41 void Option::dump() const { function in class:Option
72 Group.dump();
78 Alias.dump();
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 198 Log.getLeft(I)->dump();
203 Log.getLeft(I)->dump();
208 Log.getRight(I)->dump();
  /frameworks/base/libs/hwui/
PatchCache.cpp 278 String8 dump; local
281 dump.appendFormat("->(%d, %d)", block->offset, block->size);
284 ALOGD("%s: Free blocks%s", prefix, dump.string());
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 89 svc.mClientMap.dump();
92 svc.mServerMap.dump();
95 svc.mHandleMap.dump();
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 98 dump(); method
121 dump(); method
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 ***");
215 Log.d(TAG, "**** Dump of canoncial_addresses table ****");
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 126 dump(); method
180 dump(); method
246 public void dump() { method in class:DraftCache
247 Log.i(TAG, "dump:");

Completed in 1901 milliseconds

<<31323334353637383940>>