/external/chromium_org/tools/traceline/traceline/scripts/ |
heap.js | 17 function dump(obj) { function 67 dump(datas[i]);
|
/external/icu4c/i18n/ |
dcfmtimp.h | 31 void dump() const { function in struct:DecimalFormatInternal
|
/external/llvm/lib/DebugInfo/ |
DWARFAbbreviationDeclaration.cpp | 50 void DWARFAbbreviationDeclaration::dump(raw_ostream &OS) const { function in class:DWARFAbbreviationDeclaration
|
DWARFDebugLoc.cpp | 17 void DWARFDebugLoc::dump(raw_ostream &OS) const { function in class:DWARFDebugLoc
|
/external/llvm/lib/IR/ |
ValueSymbolTable.cpp | 108 // dump - print out the symbol table 110 void ValueSymbolTable::dump() const { function in class:ValueSymbolTable 114 I->getValue()->dump();
|
/external/llvm/lib/MC/MCParser/ |
MCAsmParser.cpp | 46 void MCParsedAsmOperand::dump() const { function in class:MCParsedAsmOperand
|
/external/llvm/lib/Option/ |
Arg.cpp | 47 void Arg::dump() const { function in class:Arg 51 Opt.dump();
|
/external/llvm/lib/Support/ |
Twine.cpp | 165 void Twine::dump() const { function in class:Twine
|
/external/skia/src/animator/ |
SkDisplayRandom.cpp | 36 void SkDisplayRandom::dump(SkAnimateMaker* maker) { function in class:SkDisplayRandom
|
SkDrawText.cpp | 45 void SkText::dump(SkAnimateMaker* maker) { function in class:SkText 46 INHERITED::dump(maker);
|
SkDrawTextBox.cpp | 46 void SkDrawTextBox::dump(SkAnimateMaker* maker) function in class:SkDrawTextBox
|
/external/skia/src/core/ |
SkAlphaRuns.cpp | 41 void SkAlphaRuns::dump() const { function in class:SkAlphaRuns
|
/frameworks/av/services/medialog/ |
MediaLogService.cpp | 57 status_t MediaLogService::dump(int fd, const Vector<String16>& args) function in class:android::MediaLogService 60 static const String16 sDump("android.permission.DUMP"); 63 fdprintf(fd, "Permission Denial: can't dump media.log from pid=%d, uid=%d\n", 81 namedReader.reader()->dump(fd, 0 /*indent*/);
|
/frameworks/base/services/java/com/android/server/accounts/ |
IAccountAuthenticatorCache.java | 53 * {@link android.os.Binder#dump(java.io.FileDescriptor, java.io.PrintWriter, String[])} 55 void dump(FileDescriptor fd, PrintWriter fout, String[] args, int userId); method in interface:IAccountAuthenticatorCache
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayCtrl.cpp | 48 dim.dump(); 83 void Ctrl::dump() const { function in class:overlay::Ctrl 84 ALOGE("== Dump Ctrl start =="); 85 mInfo.dump("mInfo"); 86 mMdp.dump(); 87 ALOGE("== Dump Ctrl end ==");
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayCtrl.cpp | 48 dim.dump(); 83 void Ctrl::dump() const { function in class:overlay::Ctrl 84 ALOGE("== Dump Ctrl start =="); 85 mInfo.dump("mInfo"); 86 mMdp.dump(); 87 ALOGE("== Dump Ctrl end ==");
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayCtrl.cpp | 48 dim.dump(); 83 void Ctrl::dump() const { function in class:overlay::Ctrl 84 ALOGE("== Dump Ctrl start =="); 85 mInfo.dump("mInfo"); 86 mMdp.dump(); 87 ALOGE("== Dump Ctrl end ==");
|
/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/omap4xxx/domx/omx_core/inc/ |
OMX_DebugMem.h | 63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__) macro 66 #define dump() macro
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_array_in_pointer.py | 6 def dump(obj): function 7 # helper function to dump memory contents in hex, with a hyphen 29 self.assertEqual("00-00-00-00", dump(val_array)) 39 (values, dump(val_array)), 48 self.assertEqual("00-00-00-00", dump(val_array)) 59 (values, dump(val_array)),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_array_in_pointer.py | 6 def dump(obj): function 7 # helper function to dump memory contents in hex, with a hyphen 29 self.assertEqual("00-00-00-00", dump(val_array)) 39 (values, dump(val_array)), 48 self.assertEqual("00-00-00-00", dump(val_array)) 59 (values, dump(val_array)),
|
/build/core/ |
device.mk | 22 define dump-device 29 define dump-devices 30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
|
/frameworks/base/core/java/android/content/pm/ |
ResolveInfo.java | 222 public void dump(Printer pw, String prefix) { method in class:ResolveInfo 225 filter.dump(pw, prefix + " "); 242 activityInfo.dump(pw, prefix + " "); 245 serviceInfo.dump(pw, prefix + " "); 248 providerInfo.dump(pw, prefix + " ");
|
/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
|
/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);
|