/external/regex-re2/re2/ |
prog.h | 122 string Dump(); 220 string Dump();
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
unsafe.go | 65 Dump("unsafenmagic", n.Left)
|
/prebuilts/go/darwin-x86/src/encoding/hex/ |
example_test.go | 57 fmt.Printf("%s", hex.Dump(content))
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
unsafe.go | 65 Dump("unsafenmagic", n.Left)
|
/prebuilts/go/linux-x86/src/encoding/hex/ |
example_test.go | 57 fmt.Printf("%s", hex.Dump(content))
|
/system/connectivity/wifilogd/ |
command_processor.cpp | 148 // validating the rest of the CommandHeader until we dump the 156 return Dump(std::move(wrapped_fd)); 211 bool CommandProcessor::Dump(unique_fd dump_fd) { 248 LOG(ERROR) << "Terminating log dump, due to " << strerror(err);
|
/system/extras/simpleperf/ |
cmd_dumprecord.cpp | 39 : Command("dump", "dump perf record file", 41 " Dump different parts of a perf record file. Default file is perf.data.\n"), 180 record->Dump(); 195 r.Dump(1); 240 RegisterCommand("dump", [] { return std::unique_ptr<Command>(new DumpRecordCommand); });
|
/art/compiler/optimizing/ |
ssa_liveness_analysis.h | 81 void Dump(std::ostream& stream) const { 130 void Dump(std::ostream& stream) const { 179 void Dump(std::ostream& stream) const { 734 void Dump(std::ostream& stream) const { 738 current->Dump(stream); 744 use.Dump(stream); 749 env_use.Dump(stream); 758 // Same as Dump, but adds context such as the instruction defining this interval, and [all...] |
/external/dng_sdk/source/ |
dng_lens_correction.cpp | 279 void dng_warp_params::Dump () const 688 void dng_warp_params_rectilinear::Dump () const 693 dng_warp_params::Dump (); 931 void dng_warp_params_fisheye::Dump () const 936 dng_warp_params::Dump (); [all...] |
/art/runtime/base/ |
arena_allocator.cc | 127 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first, 517 void MemStats::Dump(std::ostream& os) const { 519 stats_->Dump(os, first_arena_, lost_bytes_adjustment_); 522 // Dump memory usage stats.
|
mutex.h | 153 virtual void Dump(std::ostream& os) const = 0; 273 virtual void Dump(std::ostream& os) const; 391 virtual void Dump(std::ostream& os) const;
|
/art/runtime/ |
indirect_reference_table.cc | 357 self->Dump(LOG_STREAM(WARNING)); 454 void IndirectReferenceTable::Dump(std::ostream& os) const { 455 os << kind_ << " table dump:\n"; 464 ReferenceTable::Dump(os, entries);
|
runtime_common.cc | 134 void Dump(std::ostream& os) const; 147 void UContext::Dump(std::ostream& os) const { 282 os << "Unknown architecture/word size/OS in ucontext dump"; 438 // Special timeout signal. Try to dump all threads. 441 runtime->GetThreadList()->Dump(std::cerr, kDumpNativeStackOnTimeout); 480 // Special dump-all timeout.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/ |
GenTEImage.c | 51 INT8 Dump;
172 if (mOptions.Dump) {
715 } else if (_stricmp (Argv[0], "-dump") == 0) {
717 // -dump for dumping an image
719 mOptions.Dump = 1;
785 " -dump - to dump the input file to a text file",
804 Dump a specified image information
808 FileName - File name pointer to the image to dump
840 // Dump the header [all...] |
/external/v8/src/ |
counters.cc | 281 void RuntimeCallCounter::Dump(v8::tracing::TracedValue* value) { 390 // counter stack, and then reset counters so that we can dump counters into 405 void RuntimeCallStats::Dump(v8::tracing::TracedValue* value) { 409 if (counter->count() > 0) counter->Dump(value);
|
/hardware/qcom/display/msm8998/libgralloc1/ |
gr_device_impl.cpp | 126 return reinterpret_cast<gralloc1_function_pointer_t>(Dump); 179 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, 191 os << "QTI gralloc dump:" << std::endl; 194 dev->buf_mgr_->Dump(&os);
|
/kernel/tests/net/test/ |
sock_diag.py | 301 def Dump(self, diag_req, bytecode): 319 sockets += self.Dump(diag_req, bytecode) 391 results = self.Dump(req, "") 393 raise ValueError("Dump of %s returned no sockets" % req) 397 raise ValueError("Dump of %s did not contain inode %d" % (req, inode))
|
/art/runtime/gc/accounting/ |
bitmap.h | 99 std::string Dump() const;
|
remembered_set.cc | 164 void RememberedSet::Dump(std::ostream& os) {
|
space_bitmap.h | 191 std::string Dump() const;
|
/art/runtime/gc/space/ |
bump_pointer_space.h | 108 void Dump(std::ostream& os) const;
|
malloc_space.h | 122 void Dump(std::ostream& os) const;
|
region_space.cc | 409 void RegionSpace::Dump(std::ostream& os) const { 441 regions_[i].Dump(os); 450 reg->Dump(os); 528 void RegionSpace::Region::Dump(std::ostream& os) const {
|
zygote_space.cc | 73 void ZygoteSpace::Dump(std::ostream& os) const {
|
/build/soong/androidmk/cmd/androidmk/ |
values.go | 56 return nil, fmt.Errorf("Unsupported non-const variable name %s", name.Dump()) 200 return nil, fmt.Errorf("non-const bool expression %s", ms.Dump())
|