/device/asus/flo/camera/QCamera2/HAL/ |
QCamera2HWI.cpp | 80 dump: QCamera2HardwareInterface::dump, 810 * FUNCTION : dump 812 * DESCRIPTION: dump camera status 822 int QCamera2HardwareInterface::dump(struct camera_device *device, int fd) function in class:qcamera::QCamera2HardwareInterface 2256 int QCamera2HardwareInterface::dump(int \/*fd*\/) function in class:qcamera::QCamera2HardwareInterface [all...] |
/device/generic/goldfish/camera/ |
EmulatedFakeCamera3.cpp | 1011 void EmulatedFakeCamera3::dump(int fd) { function in class:android::EmulatedFakeCamera3 [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ObjectOutputStreamTest.java | 1062 protected void dump(Object o) throws IOException, ClassNotFoundException { method in class:ObjectOutputStreamTest [all...] |
SerializationStressTest2.java | 506 public boolean dump; field in class:SerializationStressTest2.DeepNesting 513 dump = false; 532 if (inst.dump != this.dump || inst.load != this.load) 553 public boolean dump; field in class:SerializationStressTest2.DeepNestingWithWriteObject 560 dump = false; 580 if (inst.dump != this.dump || inst.load != this.load) 1072 // has to have called the writeObject on the instance to dump [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.cpp | 2253 void CollationAPITest::dump(UnicodeString msg, RuleBasedCollator* c, UErrorCode& status) { function in class:CollationAPITest [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_shader.c | 238 unsigned dump = 0; local 241 dump = 1; 244 r600_llvm_compile(mod, &bytes, &byte_count, r600_ctx->family , dump); 253 if (dump) { 1253 unsigned dump = 0; local [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkAAClip.cpp | 1056 void dump() { function in class:SkAAClip::Builder [all...] |
SkMatrix.cpp | 1975 void SkMatrix::dump() const { function in class:SkMatrix [all...] |
SkPicturePlayback.cpp | 1573 void SkPicturePlayback::dump() const { function in class:SkPicturePlayback [all...] |
/external/chromium_org/tools/symsrc/ |
pefile.py | 600 class Dump: 777 return '\n'.join( self.dump() ) 780 return '<Structure: %s>' % (' '.join( [' '.join(s.split()) for s in self.dump()] )) 783 def dump(self, indentation=0): member in class:Structure 786 dump = [] 788 dump.append('[%s]' % self.name) 806 dump.append('%-30s %s' % (key+':', val_str)) 808 return dump [all...] |
/external/clang/lib/AST/ |
ASTDumper.cpp | 10 // This file implements the AST dump methods, which dump out the 34 // Colors used for various parts of the AST dump 437 // If the type is sugared, also dump a (shallow) desugared type. 679 A.getAsTemplate().dump(OS); 683 A.getAsTemplateOrTemplatePattern().dump(OS); 2017 void Decl::dump() const { function in class:Decl 2021 void Decl::dump(raw_ostream &OS) const { function in class:Decl 2050 void Stmt::dump(SourceManager &SM) const { function in class:Stmt 2054 void Stmt::dump(raw_ostream &OS, SourceManager &SM) const { function in class:Stmt 2059 void Stmt::dump() const { function in class:Stmt 2073 void Comment::dump() const { function in class:Comment 2077 void Comment::dump(const ASTContext &Context) const { function in class:Comment 2082 void Comment::dump(raw_ostream &OS, const CommandTraits *Traits, function in class:Comment [all...] |
/external/clang/lib/Lex/ |
ModuleMap.cpp | 629 void ModuleMap::dump() { function in class:ModuleMap [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 102 void dump(raw_ostream &OS) const { function in class:__anon16125::RefState 111 LLVM_ATTRIBUTE_USED void dump() const { function in class:__anon16125::RefState 112 dump(llvm::errs()); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | 107 LLVM_ATTRIBUTE_USED void dump() const; 136 void BindingKey::dump() const { function in class:BindingKey 216 void dump(raw_ostream &OS, const char *nl) const { function in class:__anon16203::RegionBindingsRef 227 LLVM_ATTRIBUTE_USED void dump() const { function in class:__anon16203::RegionBindingsRef 228 dump(llvm::errs(), "\n"); [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 2282 void CollationAPITest::dump(UnicodeString msg, RuleBasedCollator* c, UErrorCode& status) { function in class:CollationAPITest [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 750 void dump(); 983 void MCJITHelper::dump() function in class:MCJITHelper 989 (*it)->dump(); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 50 DumpModulesOnExit("dump-modules", 51 cl::desc("Dump IR from modules to stderr on shutdown"), 791 virtual void dump(); 873 virtual void dump() { function in class:JITHelper 875 TheModule->dump(); 907 void dump(); 1150 void MCJITHelper::dump() function in class:MCJITHelper [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 658 void dump(); 841 void MCJITHelper::dump() function in class:MCJITHelper 847 (*it)->dump(); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy.cpp | 662 void dump(); 881 void MCJITHelper::dump() function in class:MCJITHelper 887 (*it)->dump(); [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGNodes.h | 154 inline void dump() const; 655 /// dump - Dump this node, for debugging. 656 void dump() const; 658 /// dumpr - Dump (recursively) this node and its use-def subgraph. 661 /// dump - Dump this node, for debugging. 664 void dump(const SelectionDAG *G) const; 666 /// dumpr - Dump (recursively) this node and its use-def subgraph. 874 inline void SDValue::dump() const function in class:llvm::SDValue [all...] |
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | 162 D->dump(OS); 389 void DependenceAnalysis::Constraint::dump(raw_ostream &OS) const { function in class:DependenceAnalysis::Constraint 403 llvm_unreachable("unknown constraint type in Constraint::dump"); 418 DEBUG(dbgs() << "\t X ="; X->dump(dbgs())); 419 DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs())); 570 void Dependence::dump(raw_ostream &OS) const { function in class:Dependence [all...] |
ScalarEvolution.cpp | 132 void SCEV::dump() const { function in class:SCEV [all...] |
/external/llvm/lib/IR/ |
AsmWriter.cpp | 2209 void Value::dump() const { print(dbgs()); dbgs() << '\\n'; } function in class:Value 2212 void Type::dump() const { print(dbgs()); } function in class:Type 2215 void Module::dump() const { print(dbgs(), 0); } function in class:Module 2218 void NamedMDNode::dump() const { print(dbgs(), 0); } function in class:NamedMDNode [all...] |
/external/llvm/lib/Target/AArch64/AsmParser/ |
AArch64AsmParser.cpp | 222 void dump() const; 2285 void AArch64Operand::dump() const { function in class:AArch64Operand [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 101 void dump() { function in struct:__anon22154::X86ISelAddressMode 105 Base_Reg.getNode()->dump(); 112 IndexReg.getNode()->dump(); 118 GV->dump(); 123 CP->dump(); [all...] |