/external/oprofile/module/ |
oprofile.h | 73 /* sysctl dump */ 74 int dump; member in struct:oprof_sysctl 75 /* dump and stop */
|
/external/skia/src/animator/ |
SkDisplayTypes.cpp | 40 void SkDisplayBoolean::dump(SkAnimateMaker* maker){ function in class:SkDisplayBoolean 61 void SkDisplayInt::dump(SkAnimateMaker* maker){ function in class:SkDisplayInt 82 void SkDisplayFloat::dump(SkAnimateMaker* maker) { function in class:SkDisplayFloat
|
/frameworks/base/core/jni/ |
android_server_Watchdog.cpp | 41 // copy the stack dump text 70 ALOGE("Unable to open stack dump file: %d (%s)", errno, strerror(errno)); 85 // dump each stack trace
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SystemUIService.java | 86 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SystemUIService 90 ui.dump(fd, pw, args); 97 ui.dump(fd, pw, args);
|
/hardware/libhardware_legacy/audio/ |
AudioDumpInterface.h | 55 virtual status_t dump(int fd, const Vector<String16>& args); 98 virtual status_t dump(int fd, const Vector<String16>& args); 155 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); 97 virtual status_t dump(int fd, const Vector<String16>& args);
|
/hardware/qcom/display/msm8960/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...] |
overlayGenPipe.h | 73 /* dump the state of the object */ 74 void dump() const; 75 /* Return the dump in the specified buffer */
|
overlayGenPipe.cpp | 208 void GenericPipe::dump() const function in class:overlay::GenericPipe 210 ALOGE("== Dump Generic pipe start =="); 213 mCtrlData.ctrl.dump(); 214 mCtrlData.data.dump(); 215 mRot->dump(); 216 ALOGE("== Dump Generic pipe end ==");
|
/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...] |
overlayGenPipe.h | 72 /* dump the state of the object */ 73 void dump() const; 74 /* Return the dump in the specified buffer */
|
/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...] |
overlayGenPipe.h | 73 /* dump the state of the object */ 74 void dump() const; 75 /* Return the dump in the specified buffer */
|
overlayGenPipe.cpp | 208 void GenericPipe::dump() const function in class:overlay::GenericPipe 210 ALOGE("== Dump Generic pipe start =="); 213 mCtrlData.ctrl.dump(); 214 mCtrlData.data.dump(); 215 mRot->dump(); 216 ALOGE("== Dump Generic pipe end ==");
|
/ndk/build/tools/ |
build-gdb-stub.sh | 60 dump "GDB_TO_PYTHON_REL_DIR=$GDB_TO_PYTHON_REL_DIR" 61 dump "PYTHONHOME_REL_DIR=$PYTHONHOME_REL_DIR" 81 dump "GDB Stub done!"
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
PhoneNumberTestService.java | 67 // Dump for the given country, the current country, US, GB and JP. 76 dump(number, c); method 80 private void dump(String number, String country) { method in class:PhoneNumberTestService
|
/packages/apps/Mms/src/com/android/mms/ |
LogTag.java | 100 RecipientIdCache.dump(); 102 Conversation.dump(); 104 Contact.dump();
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
RenderThread.cpp | 69 // open dump file if RENDER_DUMP_DIR is defined 79 fprintf(stderr,"Warning: stream dump failed to open file %s\n",fname); 104 // dump stream to file if needed
|
/sdk/emulator/qtools/ |
read_method.cpp | 38 void dump(); 57 void Stack::dump() { function in class:Stack 134 pStack->dump();
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
rtasm_x86sse.c | 85 #define DUMP() do { \ 95 DUMP(); \ 100 DUMP(); \ 105 DUMP(); \ 112 DUMP(); \ 118 DUMP(); \ 129 #define DUMP( ) 416 DUMP(); 424 DUMP(); 631 DUMP(); [all...] |
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_x86sse.c | 85 #define DUMP() do { \ 95 DUMP(); \ 100 DUMP(); \ 105 DUMP(); \ 112 DUMP(); \ 118 DUMP(); \ 129 #define DUMP( ) 416 DUMP(); 424 DUMP(); 631 DUMP(); [all...] |
/art/runtime/ |
reference_table.cc | 142 void ReferenceTable::Dump(std::ostream& os) const { 143 os << name_ << " reference table dump:\n"; 144 Dump(os, entries_); 147 void ReferenceTable::Dump(std::ostream& os, const Table& entries) { 153 // Dump the most recent N entries. 210 // Dump a summary of the whole table.
|
/dalvik/vm/ |
SignalCatcher.cpp | 19 * example, when a SIGQUIT (Ctrl-\) arrives, suspend the VM and dump the 99 * Dump the stack traces for all threads to the supplied file, putting 130 * Respond to a SIGQUIT by dumping the thread stacks. Optionally dump 140 * If JIT tuning is compiled in, dump compiler stats as well. 152 /* just dump to log */ 237 /* Dump all class pointers in the traces */
|
/external/clang/docs/ |
IntroductionToTheClangAST.rst | 36 at it on some simple example code. Clang has a builtin AST-dump modes, 37 which can be enabled with the flags ``-ast-dump`` and ``-ast-dump-xml``. Note 38 that ``-ast-dump-xml`` currently only works with debug builds of clang. 52 $ clang -cc1 -undef -ast-dump-xml test.cc 82 In general, ``-ast-dump-xml`` dumps declarations in an XML-style format and
|
/frameworks/av/services/camera/libcameraservice/device2/ |
Camera2Device.h | 48 virtual status_t dump(int fd, const Vector<String16>& args); 125 status_t dump(int fd, const Vector<String16>& args); 211 // Dump stream information 212 status_t dump(int fd, const Vector<String16>& args); 296 // Dump stream information 297 status_t dump(int fd, const Vector<String16>& args);
|