HomeSort by relevance Sort by last modified time
    Searched defs:dump (Results 526 - 550 of 981) sorted by null

<<21222324252627282930>>

  /external/clang/lib/AST/
APValue.cpp 257 void APValue::dump() const { function in class:APValue
258 dump(llvm::errs());
270 void APValue::dump(raw_ostream &OS) const { function in class:APValue
283 getVectorElt(0).dump(OS);
286 getVectorElt(i).dump(OS);
302 getArrayInitializedElt(I).dump(OS);
307 getArrayFiller().dump(OS);
314 getStructBase(0).dump(OS);
317 getStructBase(I).dump(OS);
322 getStructField(0).dump(OS)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 501 left.write(Hex.dump(data, start, end - start, start, hexCols, 6));
509 left.write(Hex.dump(data, leftAt, cursor - leftAt, leftAt,
  /external/icu4c/tools/tzcode/
icuzdump.cpp 127 void dump(ostream& out) { function in class:ICUZDump
308 << "\t-a : Dump all available zones." << endl
314 << "\t : When specified, dump transitions starting <low_year>" << endl
396 dumper.dump(*fout);
418 dumper.dump(cout);
  /external/jdiff/src/jdiff/
APIHandler.java 67 api_.dump();
Comments.java 419 * Dump the contents of a Comments object out for inspection.
421 public void dump() { method
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 241 public String dump() { method in class:JHdf
253 return dump();
258 return dump();
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 358 /// \brief Dump a graph to an output stream.
360 void dump(OStream &os) { function in class:PBQP::Graph
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 67 void LiveVariables::VarInfo::dump() const { function in class:LiveVariables::VarInfo
RegisterPressure.cpp 92 void RegisterPressure::dump(const TargetRegisterInfo *TRI) const { function in class:RegisterPressure
105 void RegPressureTracker::dump() const { function in class:RegPressureTracker
110 P.dump(TRI);
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 26 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType) { function in class:DWARFContext
29 getDebugAbbrev()->dump(OS);
35 getCompileUnitAtIndex(i)->dump(OS);
40 getDebugLoc()->dump(OS);
45 getDebugFrame()->dump(OS);
54 set.dump(OS);
97 rangeList.dump(OS);
122 getDebugAbbrevDWO()->dump(OS);
130 getDWOCompileUnitAtIndex(i)->dump(OS);
  /external/llvm/lib/IR/
Attributes.cpp 511 void AttributeSetImpl::dump() const { function in class:AttributeSetImpl
512 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump();
920 void AttributeSet::dump() const { function in class:AttributeSet
    [all...]
ConstantsContext.h 644 void dump() const { function in class:llvm::ConstantUniqueMap
767 void dump() const { function in class:llvm::ConstantAggrUniqueMap
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 673 bool dump; local
675 dump = debug_get_bool_option("RADEON_DUMP_SHADERS", FALSE);
698 /* Dump TGSI code before doing TGSI->LLVM conversion in case the
700 if (dump) {
712 if (dump) {
715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump);
716 if (dump) {
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 208 dump(into);
212 protected void dump(Map<String, Object> into) throws IOException { method in class:OAuthMessage
  /external/openssl/crypto/conf/
conf.h 96 int (*dump)(const CONF *conf, BIO *bp); member in struct:conf_method_st
  /external/openssl/include/openssl/
conf.h 96 int (*dump)(const CONF *conf, BIO *bp); member in struct:conf_method_st
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 290 public void dump(FileDescriptor fd, String[] args) throws RemoteException { method in class:ApplicationTest.NullBinder
  /external/skia/src/animator/
SkDisplayable.cpp 137 void SkDisplayable::dump(SkAnimateMaker* maker) { function in class:SkDisplayable
273 (*displayable)->dump(maker);
307 //should make this a separate case in dump attrs, rather than make dump values have a larger signature
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 345 void SkDQuad::dump() { function in class:SkDQuad
349 fPts[index].dump();
352 fPts[index].dump();
  /external/skia/src/utils/
SkDumpCanvas.cpp 184 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, function in class:SkDumpCanvas
195 fDumper->dump(this, verb, buffer, paint);
202 this->dump(kSave_Verb, NULL, "save(0x%X)", flags);
222 this->dump(kSave_Verb, paint, str.c_str());
228 this->dump(kRestore_Verb, NULL, "restore");
232 this->dump(kMatrix_Verb, NULL, "translate(%g %g)",
238 this->dump(kMatrix_Verb, NULL, "scale(%g %g)",
244 this->dump(kMatrix_Verb, NULL, "rotate(%g)", SkScalarToFloat(degrees));
249 this->dump(kMatrix_Verb, NULL, "skew(%g %g)",
257 this->dump(kMatrix_Verb, NULL, "concat(%s)", str.c_str())
481 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, function in class:SkFormatDumper
    [all...]
  /external/skia/src/xml/
SkDOM.cpp 436 void SkDOM::dump(const Node* node, int level) const function in class:SkDOM
456 this->dump(child, level+1);
499 dom.dump();
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp 563 status_t VideoEditorPlayer::VeAudioOutput::dump(int fd, const Vector<String16>& args) const function in class:android::VideoEditorPlayer::VeAudioOutput
578 mTrack->dump(fd, args);
  /frameworks/av/media/libmedia/
SoundPool.cpp 258 dump();
441 void SoundPool::dump() function in class:android::SoundPool
444 mChannelPool[i].dump();
891 void SoundChannel::dump() function in class:android::SoundChannel
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 114 status_t CameraClient::dump(int fd, const Vector<String16>& args) { function in class:android::CameraClient
124 return mHardware->dump(fd, args);
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 423 * Dump state of the camera hardware
425 status_t dump(int fd, const Vector<String16>& /*args*/) const function in class:android::CameraHardwareInterface
428 if (mDevice->ops->dump)
429 return mDevice->ops->dump(mDevice, fd);
430 return OK; // It's fine if the HAL doesn't implement dump()

Completed in 1165 milliseconds

<<21222324252627282930>>