/external/llvm/lib/MC/ |
MCInst.cpp | 36 void MCOperand::dump() const { function in class:MCOperand 68 void MCInst::dump() const { function in class:MCInst
|
/external/llvm/test/MC/MachO/ARM/ |
long-call-branch-island-relocation.s | 2 @ RUN: macho-dump --dump-section-data < %t.o | FileCheck %s
|
/external/llvm/test/MC/X86/ |
gnux32-dwarf-gen.s | 2 # RUN: llvm-dwarfdump -debug-dump=info %t.64 | FileCheck -check-prefix=DEFAULTABI %s 5 # RUN: llvm-dwarfdump -debug-dump=info %t.32 | FileCheck -check-prefix=X32ABI %s
|
/external/oauth/core/src/main/java/net/oauth/http/ |
HttpMessageDecoder.java | 88 public void dump(Map<String, Object> into) throws IOException { method in class:HttpMessageDecoder 89 in.dump(into);
|
/external/skia/src/animator/ |
SkMatrixParts.h | 93 virtual void dump(SkAnimateMaker* ); 107 virtual void dump(SkAnimateMaker* );
|
/external/skia/tools/ |
dump_record.cpp | 20 DEFINE_string2(skps, r, "", ".SKPs to dump."); 21 DEFINE_string(match, "", "The usual filters on file names to dump."); 26 static void dump(const char* name, int w, int h, const SkRecord& record) { function 70 dump(FLAGS_skps[i], w, h, record);
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
dump.java | 42 public class dump { class 43 public static void dump(DexBackedDexFile dexFile, String dumpFileName, int apiLevel) throws IOException { method in class:dump 66 System.err.println("There was an error while closing the dump file " + dumpFileName);
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3DummyStream.cpp | 64 void Camera3DummyStream::dump(int fd, const Vector<String16> &args) const { function in class:android::camera3::Camera3DummyStream 70 Camera3IOStreamBase::dump(fd, args);
|
/frameworks/av/services/camera/libcameraservice/utils/ |
CameraTraces.cpp | 67 status_t CameraTraces::dump(int fd, const Vector<String16> &args __attribute__((unused))) { function in class:android::camera3::CameraTraces 87 pcs.dump(fd, DUMP_INDENT);
|
/frameworks/base/services/core/java/com/android/server/am/ |
BroadcastFilter.java | 43 public void dump(PrintWriter pw, String prefix) { method in class:BroadcastFilter 53 super.dump(pr, prefix);
|
/frameworks/compile/mclinker/lib/Script/ |
SectionsCmd.cpp | 31 void SectionsCmd::dump() const function in class:SectionsCmd 41 (*it)->dump();
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_DebugMem.h | 39 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__) macro 42 #define dump() macro
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_DebugMem.h | 63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__) macro 66 #define dump() macro
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_DebugMem.h | 63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__) macro 66 #define dump() macro
|
/ndk/build/tools/ |
build-analyzer.sh | 114 dump "Packaging $ARCHIVE" 118 dump "Done."
|
dev-platform-expand-all.sh | 59 dump "Expanding files for android-$PLATFORM"
|
build-host-gcc.sh | 173 dump "Auto-config: $TOOLCHAINS" 359 dump "Forcing build config: $BUILD_TAG" 542 dump "$(host_text) Using host gcc: $GCC $@" 544 dump "$(host_text) Ignoring broken host gcc: $GCC $@" 561 dump "$(host_text) Using host gcc: ${HOST_FULLPREFIX}gcc $@" 563 dump "$(host_text) Ignoring broken host gcc: $GCC $@" 597 dump "Generating $MINVER-compatible binaries." 625 dump "yes" 627 dump "no" 710 dump "If you want to build Darwin binaries on a non-Darwin machine, [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node_pool.h | 65 void dump() const { function in class:latinime::DicNodePool 75 usedDicNodePtr->dump("DIC_NODE_POOL: ");
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfAccelTable.h | 106 void dump() { print(dbgs()); } function in struct:llvm::DwarfAccelTable::TableHeader 136 void dump() { print(dbgs()); } function in struct:llvm::DwarfAccelTable::Atom 154 void dump() { print(dbgs()); } function in struct:llvm::DwarfAccelTable::TableHeaderData 214 void dump() { print(dbgs()); } function in struct:llvm::DwarfAccelTable::HashData 254 void dump() { print(dbgs()); } function in class:llvm::DwarfAccelTable
|
/frameworks/compile/mclinker/include/mcld/Script/ |
Operand.h | 70 void dump() const; 107 void dump() const; 140 void dump() const; 176 void dump() const; 214 void dump() const;
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMdp.cpp | 158 mdp_wrapper::dump("== Bad OVInfo is: ", mOVInfo); 159 mdp_wrapper::dump("== Last good known OVInfo is: ", mLkgo); 187 void MdpCtrl::dump() const { function in class:overlay::MdpCtrl 188 ALOGE("== Dump MdpCtrl start =="); 189 mFd.dump(); 190 mdp_wrapper::dump("mOVInfo", mOVInfo); 191 ALOGE("== Dump MdpCtrl end =="); 198 void MdpData::dump() const { function in class:overlay::MdpData 199 ALOGE("== Dump MdpData start =="); 200 mFd.dump(); 209 void MdpCtrl3D::dump() const { function in class:overlay::MdpCtrl3D [all...] |
/frameworks/native/services/inputflinger/ |
InputReader.cpp | 708 void InputReader::dump(String8& dump) { function in class:android::InputReader 711 mEventHub->dump(dump); 712 dump.append("\n"); 714 dump.append("Input Reader State:\n"); 717 mDevices.valueAt(i)->dump(dump); 720 dump.append(INDENT "Configuration:\n"); 721 dump.append(INDENT2 "ExcludedDeviceNames: [") 872 void InputDevice::dump(String8& dump) { function in class:android::InputDevice 1752 void InputMapper::dump(String8& dump) { function in class:android::InputMapper 1866 void SwitchInputMapper::dump(String8& dump) { function in class:android::SwitchInputMapper 1979 void VibratorInputMapper::dump(String8& dump) { function in class:android::VibratorInputMapper 2007 void KeyboardInputMapper::dump(String8& dump) { function in class:android::KeyboardInputMapper 2295 void CursorInputMapper::dump(String8& dump) { function in class:android::CursorInputMapper 2665 void TouchInputMapper::dump(String8& dump) { function in class:android::TouchInputMapper 6255 void JoystickInputMapper::dump(String8& dump) { function in class:android::JoystickInputMapper [all...] |
/external/qemu/distrib/ |
package-release.sh | 20 # Dump a message if VERBOSE is greater or equal to $1 31 # Dump a message at VERBOSE level 1 (the default one). 32 dump () { function 36 # Dump a message at VERBOSE level 2 (if --verbose was used). 41 # Run a command, dump its output depending on VERBOSE level, i.e.: 138 dump "Copying sources to Darwin host: $HOST" 142 dump "Rebuilding Darwin binaries remotely." 146 dump "Retrieving Darwin binaries from: $HOST" 411 dump "[$PKG_NAME] Copying GoogleTest source files." 414 dump "[$PKG_NAME] Copying Emulator source files. [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tsdate.cpp | 155 UBool dump = FALSE; local 157 dump = TRUE; 172 dump = TRUE; 182 dump = TRUE; 191 dump = TRUE; 205 dump = TRUE; 208 if (dump)
|
/external/chromium_org/third_party/skia/gm/ |
poly2poly.cpp | 77 static void dump(const SkPath& path) { function 86 dump(path); 88 dump(path); 90 dump(path); 92 dump(path); 94 dump(path); 96 dump(path);
|