HomeSort by relevance Sort by last modified time
    Searched refs:Dump (Results 226 - 250 of 436) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.h 96 static void Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer);
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_session.h 68 static void Dump(hwc_composer_device_1 *device, char *buffer, int length);
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_session.h 89 static void Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer);
  /system/connectivity/wificond/
client_interface_impl.cpp 157 void ClientInterfaceImpl::Dump(std::stringstream* ss) const {
158 *ss << "------- Dump of client interface with index: "
177 *ss << "------- Dump End -------" << endl;
  /art/runtime/
stack_map.h 373 void Dump(VariableIndentationOutputStream* vios,
633 void Dump(VariableIndentationOutputStream* vios,
774 void Dump(VariableIndentationOutputStream* vios) const;
    [all...]
well_known_classes.cc 168 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump();
185 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump();
instrumentation.cc 224 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump();
269 LOG(INFO) << "Ignoring already instrumented " << frame.Dump();
277 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump();
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 366 void ModUnionTableReferenceCache::Dump(std::ostream& os) {
570 void ModUnionTableCardCache::Dump(std::ostream& os) {
  /art/runtime/gc/space/
region_space.h 94 void Dump(std::ostream& os) const;
442 void Dump(std::ostream& os) const;
malloc_space.cc 225 void MallocSpace::Dump(std::ostream& os) const {
  /art/runtime/verifier/
register_line.cc 140 std::string RegisterLine::Dump(MethodVerifier* verifier) const {
144 result += GetRegisterType(verifier, i).Dump();
register_line.h 142 std::string Dump(MethodVerifier* verifier) const REQUIRES_SHARED(Locks::mutator_lock_);
verifier_deps.h 114 void Dump(VariableIndentationOutputStream* vios) const;
  /external/boringssl/src/util/fipstools/
break-hash.go 126 fmt.Printf(hex.Dump(moduleText[:128]))
  /external/regex-re2/re2/testing/
tester.cc 14 DEFINE_bool(dump_prog, false, "dump regexp program");
16 DEFINE_bool(dump_rprog, false, "dump reversed regexp program");
200 << prog_->Dump();
212 LOG(INFO) << rprog_->Dump();
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 53 import com.android.internal.util.DumpUtils.Dump;
1066 protected void dump(final FileDescriptor fd, PrintWriter pw, final String[] args) { method in class:DreamService
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
Android.mk 50 ../../common/utils/Dump.cpp
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
Android.mk 50 ../../common/utils/Dump.cpp
  /art/runtime/base/
bit_vector.cc 329 void BitVector::Dump(std::ostream& os, const char *prefix) const {
  /art/runtime/jit/
jit_code_cache.h 224 void Dump(std::ostream& os) REQUIRES(!lock_);
  /build/soong/androidmk/cmd/androidmk/
androidmk.go 52 orig := node.Dump()
133 args := x.Args.Dump()
  /build/soong/androidmk/parser/
parser.go 166 p.errorf("expected directive, rule, or assignment after ident " + ident.Dump())
331 p.errorf("expected closing paren %s", value.Dump())
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 120 // Maximum stack size to dump for any extra thread (in bytes).
168 bool Dump() {
680 // dump it to a MD_LINUX_DSO_DEBUG stream.
742 // Iterate over DSOs and write their information to mini dump
    [all...]
  /external/regex-re2/re2/
regexp.h 94 // Keep in sync with string list kOpcodeNames[] in testing/dump.cc
403 string Dump();
  /external/skia/src/pathops/
SkPathOpsPoint.h 266 void dump() const;
267 static void Dump(const SkPoint& pt);

Completed in 1684 milliseconds

1 2 3 4 5 6 7 8 91011>>