/frameworks/ex/common/tools/ |
make-iana-tld-pattern.py | 35 def dump(self, isWebUrl=False, isFirst=False, isLast=False): member in class:Bucket 114 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl) 117 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl) 119 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
|
/ndk/build/tools/ |
patch-sources.sh | 74 dump "Done!"
|
/frameworks/base/services/input/ |
InputReader.cpp | 703 void InputReader::dump(String8& dump) { function in class:android::InputReader 706 mEventHub->dump(dump); 707 dump.append("\n"); 709 dump.append("Input Reader State:\n"); 712 mDevices.valueAt(i)->dump(dump); 715 dump.append(INDENT "Configuration:\n"); 716 dump.append(INDENT2 "ExcludedDeviceNames: [") 859 void InputDevice::dump(String8& dump) { function in class:android::InputDevice 1676 void InputMapper::dump(String8& dump) { function in class:android::InputMapper 1781 void KeyboardInputMapper::dump(String8& dump) { function in class:android::KeyboardInputMapper 2039 void CursorInputMapper::dump(String8& dump) { function in class:android::CursorInputMapper 2384 void TouchInputMapper::dump(String8& dump) { function in class:android::TouchInputMapper 5720 void JoystickInputMapper::dump(String8& dump) { function in class:android::JoystickInputMapper [all...] |
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
ViewDebug$ViewServer.class | |
/dalvik/dx/tests/101-verify-wide-math/ |
run | 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
|
/dalvik/dx/tests/102-verify-nonwide-math/ |
run | 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugAranges.h | 57 void dump(raw_ostream &OS) const; 78 void dump(raw_ostream &OS) const;
|
/external/llvm/lib/VMCore/ |
ValueSymbolTable.cpp | 108 // dump - print out the symbol table 110 void ValueSymbolTable::dump() const { function in class:ValueSymbolTable 114 I->getValue()->dump();
|
GCOV.cpp | 64 /// dump - Dump GCOVFile content on standard out for debugging purposes. 65 void GCOVFile::dump() { function in class:GCOVFile 68 (*I)->dump(); 153 /// dump - Dump GCOVFunction content on standard out for debugging purposes. 154 void GCOVFunction::dump() { 158 (*I)->dump(); 193 /// dump - Dump GCOVBlock content on standard out for debugging purposes [all...] |
/external/llvm/test/MC/ARM/ |
elf-movt.s | 3 @ RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
|
/external/skia/src/animator/ |
SkAnimateSet.cpp | 47 void SkSet::dump(SkAnimateMaker* maker) { function in class:SkSet 48 INHERITED::dump(maker);
|
SkMatrixParts.cpp | 195 void SkRectToRect::dump(SkAnimateMaker* maker) { function in class:SkRectToRect 202 source->dump(maker); 209 destination->dump(maker); 263 void SkPolyToPoly::dump(SkAnimateMaker* maker) { function in class:SkPolyToPoly 270 source->dump(maker); 277 destination->dump(maker);
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
__init__.py | 26 >>> simplejson.dump(['streaming API'], io) 91 'dump', 'dumps', 'load', 'loads', 108 def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, function
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/ |
SimpleNode.java | 75 public void dump(String prefix) { method in class:SimpleNode 81 n.dump(prefix + " ");
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DownloadUtils.java | 63 public static void dump(JobContext jc, InputStream is, OutputStream os) method in class:DownloadUtils 86 dump(jc, input, output); method
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
SymbolTable.cpp | 75 // Dump functions. 78 void TVariable::dump(TInfoSink& infoSink) const function in class:TVariable 87 void TFunction::dump(TInfoSink &infoSink) const function in class:TFunction 92 void TSymbolTableLevel::dump(TInfoSink &infoSink) const function in class:TSymbolTableLevel 96 (*it).second->dump(infoSink); 99 void TSymbolTable::dump(TInfoSink &infoSink) const function in class:TSymbolTable 103 table[level]->dump(infoSink);
|
SymbolTable.h | 52 virtual void dump(TInfoSink &infoSink) const = 0; 83 virtual void dump(TInfoSink &infoSink) const; 175 virtual void dump(TInfoSink &infoSink) const; 233 void dump(TInfoSink &infoSink) const; 312 void dump(TInfoSink &infoSink) const;
|
/external/webkit/Tools/WebKitTestRunner/ |
TestInvocation.cpp | 142 dump("Timed out waiting for initial response from web process\n"); 146 dump("FAIL\n"); 157 dump("Timed out waiting for final message from web process\n"); 159 dump("FAIL\n"); 164 void TestInvocation::dump(const char* stringToDump) function in class:WTR::TestInvocation 209 // Dump text. 210 dump(toSTD(textOutput).c_str()); 212 // Dump pixels (if necessary).
|
/frameworks/base/core/java/android/os/ |
Binder.java | 223 dump(fd.getFileDescriptor(), args); 245 * {@link #dump(FileDescriptor, PrintWriter, String[])}. 247 public void dump(FileDescriptor fd, String[] args) { method in class:Binder 251 dump(fd, pw, args); method 258 * Like {@link #dump(FileDescriptor, String[])}, but ensures the target 267 dump(fd, pw, args); 279 * @param fd The raw file descriptor that the dump is being sent to. 280 * @param fout The file to which you should dump your state. This will be 282 * @param args additional arguments to the dump request. 284 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) method in class:Binder 371 public void dump(FileDescriptor fd, String[] args) throws RemoteException { method in class:BinderProxy [all...] |
/external/antlr/src/org/antlr/runtime/debug/ |
Profiler.java | 42 static boolean dump = false; field in class:Profiler 181 if (dump) System.out.println("examine memo "+ruleName+" at "+input.index()+": "+stopIndex); 203 if (dump) System.out.println("memoize "+ruleName); 218 if ( dump ) System.out.println("enterDecision canBacktrack="+couldBacktrack+" "+ decisionNumber + 253 if (dump) System.out.println("exitDecision "+decisionNumber+" in "+d.decision.ruleName+ 259 if (dump) System.out.println("consume token "+token); 275 if (dump) System.out.println("consume "+thisRefIndex+" "+depth+" tokens ahead in "+ 296 if (dump) System.out.println("LT("+i+")="+t+" index "+t.getTokenIndex()+" relative to "+d.decision.ruleName+"-"+ 302 if (dump) System.out.println("set last token "+lastRealTokenTouchedInDecision); 339 if (dump) System.out.println("enter backtrack "+level) [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelDAGToDAG.cpp | 63 void dump() { function in struct:__anon8359::MSP430ISelAddressMode 67 Base.Reg.getNode()->dump(); 74 GV->dump(); 77 CP->dump(); 185 DEBUG(errs() << "MatchAddress: "; AM.dump()); 387 // Dump information about the Node being selected 389 DEBUG(Node->dump(CurDAG)); 395 Node->dump(CurDAG); 486 DEBUG(Node->dump(CurDAG)); 488 DEBUG(ResNode->dump(CurDAG)) [all...] |
/frameworks/base/core/java/android/app/ |
ApplicationErrorReport.java | 389 * Dump a CrashInfo instance to a Printer. 391 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport.CrashInfo 446 * Dump an AnrInfo instance to a Printer. 448 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport.AnrInfo 471 * Dump of various info impacting battery use. 507 * Dump a BatteryInfo instance to a Printer. 509 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport.BatteryInfo 527 * Dump of debug information about the service. 554 * Dump a BatteryInfo instance to a Printer. 556 public void dump(Printer pw, String prefix) method in class:ApplicationErrorReport.RunningServiceInfo 580 public void dump(Printer pw, String prefix) { method in class:ApplicationErrorReport [all...] |
/external/proguard/src/proguard/ |
ProGuard.java | 155 if (configuration.dump != null) 157 dump(); method 398 private void dump() throws IOException method in class:ProGuard 402 System.out.println("Printing classes to [" + fileName(configuration.dump) + "]..."); 405 PrintStream ps = createPrintStream(configuration.dump);
|
/device/generic/goldfish/audio/ |
AudioHardwareGeneric.h | 57 virtual status_t dump(int fd, const Vector<String16>& args); 89 virtual status_t dump(int fd, const Vector<String16>& args); 139 virtual status_t dump(int fd, const Vector<String16>& args);
|
/external/llvm/lib/CodeGen/ |
LatencyPriorityQueue.cpp | 142 void LatencyPriorityQueue::dump(ScheduleDAG *DAG) const {} function in class:LatencyPriorityQueue 144 void LatencyPriorityQueue::dump(ScheduleDAG *DAG) const { function in class:LatencyPriorityQueue 149 su->dump(DAG);
|