HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 601 - 625 of 1724) sorted by null

<<21222324252627282930>>

  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3Stream.h 209 * Debug dump of the stream's state.
211 virtual void dump(int fd, const Vector<String16> &args) const = 0;
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 191 * Implement this to handle {@link android.os.Binder#dump Binder.dump()}
195 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:AbstractInputMethodService
  /frameworks/base/core/java/android/util/
StateSet.java 153 public static String dump(int[] states) { method in class:StateSet
  /frameworks/base/services/input/
EventHub.h 250 /* Dump EventHub state to a string. */
251 virtual void dump(String8& dump) = 0;
310 virtual void dump(String8& dump);
  /frameworks/base/services/java/com/android/server/location/
PassiveProvider.java 116 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PassiveProvider
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 264 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:UsbService
265 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
270 mDeviceManager.dump(fd, pw);
273 mHostManager.dump(fd, pw);
282 settings.dump(fd, pw);
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 73 aout << "DUMP OF SERVICE " << services[i] << ":" << endl;
75 int err = service->dump(STDOUT_FILENO, args);
  /frameworks/native/include/binder/
BpBinder.h 37 virtual status_t dump(int fd, const Vector<String16>& args);
  /frameworks/native/services/surfaceflinger/
EventThread.h 87 void dump(String8& result, char* buffer, size_t SIZE) const;
  /hardware/libhardware/tests/camera2/
CameraFrameTests.cpp 106 previewRequest.dump(STDOUT_FILENO);
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 147 dump(fd, args); // Dump the state of the concrete child.
  /hardware/qcom/display/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();
  /ndk/build/core/
ndk-common.sh 107 dump () function
195 dump "ERROR: $@"
202 dump "ERROR: $@"
210 dump "WARNING: $@"
  /ndk/build/tools/
build-host-make.sh 105 dump "Packaging: $ARCHIVE"
  /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
pcm_ioplug.h 184 * dump; optional
186 void (*dump)(snd_pcm_ioplug_t *io, snd_output_t *out); member in struct:snd_pcm_ioplug_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
pcm_ioplug.h 184 * dump; optional
186 void (*dump)(snd_pcm_ioplug_t *io, snd_output_t *out); member in struct:snd_pcm_ioplug_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
pcm_ioplug.h 184 * dump; optional
186 void (*dump)(snd_pcm_ioplug_t *io, snd_output_t *out); member in struct:snd_pcm_ioplug_callback
  /system/extras/tests/bionic/libc/
run-test.sh 132 dump "INTERNAL ERROR: ADB_CMD_LOG not set!"
  /build/core/
product.mk 101 define dump-product
108 define dump-products
109 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 17 package com.android.dx.command.dump;
53 * Does the dump.
56 * @param out {@code non-null;} where to dump to
61 public static void dump(byte[] bytes, PrintStream out, method in class:SsaDumper
64 sd.dump();
71 * @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/lib/CodeGen/AsmPrinter/
DIE.h 105 void dump();
183 void dump();
222 void dump();

Completed in 539 milliseconds

<<21222324252627282930>>