HomeSort by relevance Sort by last modified time
    Searched refs:Dump (Results 176 - 200 of 256) sorted by null

1 2 3 4 5 6 78 91011

  /development/ndk/sources/android/ndk_helper/
vecmath.h 239 void Dump()
480 void Dump()
948 void Dump()
  /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...]
nfa.cc 690 Dump();
  /external/v8/test/cctest/
test-utils-arm64.cc 322 void RegisterDump::Dump(MacroAssembler* masm) {
333 Register dump = x1; local
336 Register dump_w = dump.W();
348 __ Push(xzr, dump_base, dump, tmp);
350 // Load the address where we will dump the state.
353 // Dump the stack pointer (csp and wcsp).
362 // Dump X registers.
363 __ Add(dump, dump_base, x_offset);
366 MemOperand(dump, i * kXRegSize));
369 // Dump W registers
    [all...]
  /external/vixl/test/
test-utils-a64.cc 354 void RegisterDump::Dump(MacroAssembler* masm) {
363 Register dump = x1; local
366 Register dump_w = dump.W();
379 __ Push(xzr, dump_base, dump, tmp);
381 // Load the address where we will dump the state.
384 // Dump the stack pointer (sp and wsp).
393 // Dump X registers.
394 __ Add(dump, dump_base, x_offset);
397 MemOperand(dump, i * kXRegSizeInBytes));
400 // Dump W registers
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayWindow.java 47 final class OverlayDisplayWindow implements DumpUtils.Dump {
168 public void dump(PrintWriter pw, String prefix) { method in class:OverlayDisplayWindow
  /system/update_engine/
update_attempter_android.cc 174 install_plan_.Dump();
  /art/compiler/optimizing/
graph_visualizer.cc 62 // must provide methods `GetNext` and `Dump`.
66 current->Dump(NewEntryStream());
147 disassembler_->Dump(output, base + start, base + end);
  /art/disassembler/
disassembler_x86.cc 31 size_t DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin) {
35 void DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) {
    [all...]
disassembler_arm.cc 33 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) {
44 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) {
    [all...]
  /art/imgdiag/
imgdiag.cc 62 bool Dump() SHARED_REQUIRES(Locks::mutator_lock_) {
262 // Dump different fields. TODO: Dump field contents.
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h     [all...]
  /art/runtime/verifier/
reg_type_cache.cc 632 void RegTypeCache::Dump(std::ostream& os) {
636 os << i << ": " << cur_entry->Dump() << "\n";
  /system/extras/tests/net_test/
sock_diag_test.py 140 # Check that we can find a diag_msg by scanning a dump.
367 children = self.sock_diag.Dump(req, NO_BYTECODE)
426 children = self.sock_diag.Dump(req, NO_BYTECODE)
  /art/compiler/driver/
compiler_driver.cc 118 void Dump() {
490 stats_->Dump();
667 << self->GetException()->Dump();
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/runtime/
instrumentation.h 611 std::string Dump() const SHARED_REQUIRES(Locks::mutator_lock_);
monitor.cc 163 // Do not abort on dex pc errors. This can easily happen when we want to dump a stack trace on
448 self->Dump(ss);
450 << self->GetException()->Dump() << "\n" << ss.str();
    [all...]
  /external/skia/src/core/
SkResourceCache.cpp 502 void SkResourceCache::dump() const { function in class:SkResourceCache
602 void SkResourceCache::Dump() {
604 get_cache()->dump();
690 SkTraceMemoryDump* dump = static_cast<SkTraceMemoryDump*>(context); local
694 dump->setDiscardableMemoryBacking(dumpName.c_str(), *discardable);
696 // The discardable memory size will be calculated by dumper, but we also dump what we think
698 dump->dumpNumericValue(dumpName.c_str(), "discardable_size", "bytes", rec.bytesUsed());
700 dump->dumpNumericValue(dumpName.c_str(), "size", "bytes", rec.bytesUsed());
701 dump->setMemoryBacking(dumpName.c_str(), "malloc", nullptr);
705 void SkResourceCache::DumpMemoryStatistics(SkTraceMemoryDump* dump) {
    [all...]
  /external/vixl/test/examples/
test-examples.cc 111 regs->Dump(masm);
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 138 DumpUtils.dumpAsync(mHandler, new DumpUtils.Dump() {
140 public void dump(PrintWriter pw, String prefix) {
141 mController.dump(pw);
465 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DreamManagerService.BinderService
466 if (mContext.checkCallingOrSelfPermission(Manifest.permission.DUMP)
468 pw.println("Permission Denial: can't dump DreamManager from from pid="
  /hardware/libhardware/include/hardware/
hwcomposer2.h 403 case HWC2_FUNCTION_DUMP: return "Dump";
597 Dump = HWC2_FUNCTION_DUMP,
    [all...]
  /art/runtime/hprof/
hprof.cc 20 * we generate some of the data (strings and classes) while we dump the
423 LOG(INFO) << "hprof: heap dump \"" << filename_ << "\" starting...";
426 void Dump()
436 // First pass to measure the size of the dump.
461 LOG(INFO) << "hprof: heap dump completed (" << PrettySize(RoundUp(overall_size, KB))
744 ThrowRuntimeException("Couldn't dump heap; dup(%d) failed: %s", fd_, strerror(errno));
750 ThrowRuntimeException("Couldn't dump heap; open(\"%s\") failed: %s", filename_.c_str(),
778 std::string msg(StringPrintf("Couldn't dump heap; writing \"%s\" failed: %s",
808 // Write the dump.
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 105 hwc_composer_device_1_t::dump = Dump; member in class:sdm::hwc_composer_device_1_t
477 void HWCSession::Dump(hwc_composer_device_1 *device, char *buffer, int length) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 76 import com.android.internal.util.DumpUtils.Dump;
93 public class AppTransition implements Dump {
1857 public void dump(PrintWriter pw, String prefix) { method in class:AppTransition
    [all...]

Completed in 1286 milliseconds

1 2 3 4 5 6 78 91011