/frameworks/native/include/ui/ |
GraphicBufferAllocator.h | 70 void dump(String8& res) const;
|
/frameworks/native/libs/gui/ |
ConsumerBase.cpp | 167 void ConsumerBase::dump(String8& result) const { function in class:android::ConsumerBase 169 dump(result, "", buffer, 1024); 172 void ConsumerBase::dump(String8& result, const char* prefix, function in class:android::ConsumerBase 184 mBufferQueue->dump(result, prefix, buffer, SIZE);
|
/frameworks/native/services/sensorservice/ |
SensorDevice.h | 60 void dump(String8& result, char* buffer, size_t SIZE);
|
SensorFusion.h | 71 void dump(String8& result, char* buffer, size_t SIZE);
|
/hardware/libhardware/include/hardware/ |
fb.h | 137 void (*dump)(struct framebuffer_device_t* dev, char *buff, int buff_len); member in struct:framebuffer_device_t
|
/hardware/ti/omap4xxx/camera/ |
CameraProperties.cpp | 113 mCameraProps[i].dump();
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_die.cc | 194 void DIEObject::dump(bool only_this) const { function in class:DIEObject 204 /* Dump this DIE attributes. */ 211 /* Dump all ranges for this DIE. */ 237 parent_die_->dump(true); 240 /* Dump this DIE's children. */ 242 last_child()->dump(false); 245 /* Dump this DIE's siblings. */ 247 prev_sibling()->dump(false);
|
dwarf_die.h | 93 void dump(bool only_this) const;
|
/external/chromium/net/socket/ |
dns_cert_provenance_checker.cc | 170 std::string dump; local 176 dump += "\n"; 179 dump += "-----BEGIN CERTIFICATE-----\n"; 186 dump += b64_encoded.substr(i, todo); 187 dump += "\n"; 190 dump += "-----END CERTIFICATE-----"; 193 LOG(ERROR) << "Offending certificates:\n" << dump;
|
/external/llvm/lib/Target/R600/ |
R600MachineScheduler.cpp | 103 SU->dump(DAG); 107 Available[i]->dump(); 108 Pending[i]->dump(); 113 S.dump(DAG); 124 DEBUG(SU->dump(DAG)); 168 DEBUG(SU->dump(DAG)); 284 SU->dump(DAG);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 142 virtual status_t dump(int fd); 184 void dump(int fd); 209 void dump(int fd); 246 status_t dump(int fd); 288 status_t dump(int fd); 306 void dump(int fd); 321 status_t dump(int fd);
|
/external/openssl/apps/ |
asn1pars.c | 93 int informat,indent=0, noout = 0, dump = 0; local 159 else if (strcmp(*argv,"-dump") == 0) 161 dump= -1; 166 dump= atoi(*(++argv)); 167 if (dump <= 0) goto bad; 206 BIO_printf(bio_err," -dump dump unknown data in hex form\n"); 207 BIO_printf(bio_err," -dlimit arg dump the first arg bytes of unknown data in hex form\n"); 366 indent,dump))
|
/frameworks/base/services/input/ |
InputDispatcher.cpp | 173 static void dumpRegion(String8& dump, const SkRegion& region) { 175 dump.append("<empty>"); 184 dump.append("|"); 187 dump.appendFormat("[%d,%d][%d,%d]", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom); 3072 String8 dump; local 3719 void InputDispatcher::dump(String8& dump) { function in class:android::InputDispatcher [all...] |
/external/regex-re2/re2/ |
onepass.cc | 555 if (Debug) { // For debugging, dump one-pass NFA to LOG(ERROR). 556 string dump = "prog dump:\n" + Dump() + "node dump\n"; local 562 StringAppendF(&dump, "byte ranges:\n"); 568 StringAppendF(&dump, "\t%d: %#x-%#x\n", b, lo, i - 1); 578 StringAppendF(&dump, "node %d id=%d: matchcond=%#x\n", 583 StringAppendF(&dump, " %d cond %#x -> %d id=%d\n", 589 LOG(ERROR) << dump; [all...] |
/frameworks/native/libs/binder/ |
MemoryDealer.cpp | 135 void dump(const char* what) const; 136 void dump(String8& res, const char* what) const; 254 void MemoryDealer::dump(const char* what) const function in class:android::MemoryDealer 256 allocator()->dump(what); 408 void SimpleBestFitAllocator::dump(const char* what) const function in class:android::SimpleBestFitAllocator 421 void SimpleBestFitAllocator::dump(String8& result, function in class:android::SimpleBestFitAllocator
|
/external/oprofile/libpp/ |
xml_utils.cpp | 87 cverb << vxml << "<!-- classes dump" << endl; 416 void dump(); 455 void dump(); 473 void dump(); 505 void dump(); 567 void module_info::dump() function in class:module_info 612 void binary_info::dump() function in class:binary_info 619 my_modules[i].dump(); 759 processes[p].dump(); 809 binaries[p].dump(); 924 void thread_info::dump() function in class:thread_info 962 void process_info::dump() function in class:process_info [all...] |
/build/tools/zipalign/ |
ZipEntry.h | 262 void dump(void) const; 322 void dump(void) const;
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 17 package com.android.dx.command.dump; 43 /** {@code non-null;} where to dump to */ 67 /** the offset of the next byte to dump */ 78 * @param out {@code non-null;} where to dump to 132 println("<dump skipped backwards to " + Hex.u4(offset) + ">"); 158 * Gets the current dump cursor (that is, the offset of the expected 159 * next byte to dump). 161 * @return {@code >= 0;} the dump cursor 168 * Sets the dump cursor to the indicated offset in the given array. 224 * Gets whether this dump is to include raw bytes [all...] |
/device/generic/goldfish/camera/ |
EmulatedCamera2.h | 147 virtual int dump(int fd); 238 static int dump(const camera2_device_t *, int fd);
|
/external/clang/lib/AST/ |
CommentLexer.cpp | 12 void Token::dump(const Lexer &L, const SourceManager &SM) const { function in class:clang::comments::Token 14 Loc.dump(SM);
|
/external/clang/lib/Driver/ |
Arg.cpp | 48 void Arg::dump() const { function in class:Arg 52 Opt.dump();
|
/external/jsilver/src/org/clearsilver/ |
DelegatedHdf.java | 181 public String dump() { method in class:DelegatedHdf 182 return getHdf().dump();
|
/external/llvm/include/llvm/CodeGen/ |
LexicalScopes.h | 103 /// dump - Print data structures to dbgs(). 104 void dump(); 227 /// dump - print lexical scope. 228 void dump(unsigned Indent = 0) const;
|
RegisterPressure.h | 53 void dump(const TargetRegisterInfo *TRI) const; 307 void dump() const;
|
/external/llvm/include/llvm/MC/ |
MCInst.h | 143 void dump() const; 182 void dump() const; 184 /// \brief Dump the MCInst as prettily as possible using the additional MC
|