Home
last modified time | relevance | path

Searched refs:os (Results 101 – 125 of 313) sorted by relevance

12345678910>>...13

/art/runtime/
Dthread_list.cc134 void ThreadList::DumpNativeStacks(std::ostream& os) { in DumpNativeStacks() argument
138 os << "DUMPING THREAD " << thread->GetTid() << "\n"; in DumpNativeStacks()
139 DumpNativeStack(os, thread->GetTid(), map.get(), "\t"); in DumpNativeStacks()
140 os << "\n"; in DumpNativeStacks()
144 void ThreadList::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() argument
151 suspend_all_historam_.PrintConfidenceIntervals(os, 0.99, data); // Dump time to suspend. in DumpForSigQuit()
155 Dump(os, dump_native_stack); in DumpForSigQuit()
156 DumpUnattachedThreads(os, dump_native_stack && kDumpUnattachedThreadNativeStackForSigQuit); in DumpForSigQuit()
159 static void DumpUnattachedThread(std::ostream& os, pid_t tid, bool dump_native_stack) in DumpUnattachedThread() argument
163 Thread::DumpState(os, nullptr, tid); in DumpUnattachedThread()
[all …]
Dsubtype_check_test.cc191 void ToDotGraphImpl(std::ostream& os) const { in ToDotGraphImpl()
193 os << " '" << path_to_root_ << "' -> '" << child->path_to_root_ << "';" << std::endl; in ToDotGraphImpl()
194 child->ToDotGraphImpl(os); in ToDotGraphImpl()
206 std::ostream& operator<<(std::ostream& os, const MockClass& kls) { in operator <<() argument
208 os << "MClass{D:" << kls.Depth() << ",W:" << kls.x_ in operator <<()
214 return os; in operator <<()
269 friend std::ostream& operator<<(std::ostream& os, const MockSubtypeCheck& tree) in operator <<() argument
271 os << "(MockSubtypeCheck io:"; in operator <<()
272 SC::Dump(tree.klass_, os); in operator <<()
273 os << ", class: " << tree.klass_->PrettyClass() << ")"; in operator <<()
[all …]
Dgc_root.h57 std::ostream& operator<<(std::ostream& os, RootType root_type);
75 virtual void Describe(std::ostream& os) const { in Describe() argument
76 os << "Type=" << type_ << " thread_id=" << thread_id_; in Describe()
85 inline std::ostream& operator<<(std::ostream& os, const RootInfo& root_info) {
86 root_info.Describe(os);
87 return os;
Dprocess_state.h29 std::ostream& operator<<(std::ostream& os, ProcessState process_state);
Dsuspend_reason.h33 std::ostream& operator<<(std::ostream& os, SuspendReason thread);
Druntime.cc515 void Dump(std::ostream& os) const { in Dump()
517 os << "Runtime aborting --- recursively, so no thread-specific detail!\n"; in Dump()
518 DumpRecursiveAbort(os); in Dump()
522 os << "Runtime aborting...\n"; in Dump()
524 os << "(Runtime does not yet exist!)\n"; in Dump()
525 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Dump()
533 DumpAllThreads(os, self); in Dump()
536 os << "(Aborting thread was not attached to runtime!)\n"; in Dump()
537 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Dump()
539 os << "Aborting thread:\n"; in Dump()
[all …]
Dcompilation_kind.h31 std::ostream& operator<<(std::ostream& os, CompilationKind rhs);
/art/tools/veridex/
Dhidden_api_finder.h46 void Dump(std::ostream& os, HiddenApiStats* stats, bool dump_reflection);
52 void DumpReferences(std::ostream& os, const std::vector<MethodReference>& references);
/art/runtime/base/
Dmutex.h86 virtual void Dump(std::ostream& os) const = 0;
88 static void DumpAll(std::ostream& os);
116 void DumpContention(std::ostream& os) const;
171 std::ostream& operator<<(std::ostream& os, const Mutex& mu);
222 void Dump(std::ostream& os) const override;
298 std::ostream& operator<<(std::ostream& os, const ReaderWriterMutex& mu);
377 void Dump(std::ostream& os) const override;
418 std::ostream& operator<<(std::ostream& os, const MutatorMutex& mu);
/art/tools/ahat/src/test-dump/android/os/
DIBinder.java17 package android.os;
DBinderProxy.java17 package android.os;
DBinder.java17 package android.os;
/art/runtime/jit/
Dprofile_saver_options.h122 friend std::ostream & operator<<(std::ostream &os, const ProfileSaverOptions& pso) {
123 os << "enabled_" << pso.enabled_
134 return os;
/art/libartbase/base/
Dmem_map.cc80 std::ostream& operator<<(std::ostream& os, const Maps& mem_maps) { in operator <<() argument
81 os << "MemMap:" << std::endl; in operator <<()
86 os << *map << std::endl; in operator <<()
88 return os; in operator <<()
221 std::ostringstream os; in CheckMapRequest() local
222 os << StringPrintf("Failed to mmap at expected address, mapped at " in CheckMapRequest()
225 *error_msg = os.str(); in CheckMapRequest()
896 void MemMap::DumpMaps(std::ostream& os, bool terse) { in DumpMaps() argument
898 DumpMapsLocked(os, terse); in DumpMaps()
901 void MemMap::DumpMapsLocked(std::ostream& os, bool terse) { in DumpMapsLocked() argument
[all …]
/art/tools/dexanalyze/
Ddexanalyze_strings.h35 void Dump(std::ostream& os) const;
46 void Dump(std::ostream& os, uint64_t total_size) const override;
/art/runtime/gc/accounting/
Dremembered_set.cc164 void RememberedSet::Dump(std::ostream& os) { in Dump() argument
166 os << "RememberedSet dirty cards: ["; in Dump()
170 os << reinterpret_cast<void*>(start) << "-" << reinterpret_cast<void*>(end) << "\n"; in Dump()
172 os << "]"; in Dump()
/art/tools/
Ddt_fds_forward.py30 import os
57 os.close(fd)
133 os.set_inheritable(remote_sock.fileno(), True)
193 os.write(wakeup_event, b'\x00\x00\x00\x00\x00\x00\x01\x00')
/art/cmdline/detail/
Dcmdline_parser_detail.h37 static std::true_type InsertionOperatorTest(TStream& os, const T& value,
38 … std::remove_reference<decltype(os << value)>* = 0); // NOLINT [whitespace/operators] [3]
41 static std::false_type InsertionOperatorTest(TStream& os, const T& ... args);
/art/tools/signal_dumper/
Dsignal_dumper.cc192 void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix() argument
194 os << prefix; in WritePrefix()
196 os << " "; in WritePrefix()
198 os << " "; in WritePrefix()
205 std::ostream& os) { in Drain() argument
252 WritePrefix(os, prefix, (*pipe)->odd); in Drain()
257 os << tmp; in Drain()
261 os << std::string(tmp, new_line - tmp + 1); in Drain()
278 std::ostream& os, in Addr2line() argument
292 Drain(0, prefix, pipe, os); in Addr2line()
[all …]
/art/dexdump/
Ddexdump_cfg.h27 void DumpMethodCFG(const ClassAccessor::Method& method, std::ostream& os);
/art/libdexfile/dex/
Ddex_file.cc587 std::ostream& operator<<(std::ostream& os, const DexFile& dex_file) { in operator <<() argument
588 os << StringPrintf("[DexFile: %s dex-checksum=%08x location-checksum=%08x %p-%p]", in operator <<()
592 return os; in operator <<()
672 std::ostream& operator<<(std::ostream& os, const ProtoIndex& index) { in operator <<() argument
673 os << "ProtoIndex[" << index.index_ << "]"; in operator <<()
674 return os; in operator <<()
677 std::ostream& operator<<(std::ostream& os, const StringIndex& index) { in operator <<() argument
678 os << "StringIndex[" << index.index_ << "]"; in operator <<()
679 return os; in operator <<()
682 std::ostream& operator<<(std::ostream& os, const TypeIndex& index) { in operator <<() argument
[all …]
Dsignature.cc86 std::ostream& operator<<(std::ostream& os, const Signature& sig) { in operator <<() argument
87 return os << sig.ToString(); in operator <<()
Ddex_file_types.h71 std::ostream& operator<<(std::ostream& os, const ProtoIndex& index);
81 std::ostream& operator<<(std::ostream& os, const StringIndex& index);
91 std::ostream& operator<<(std::ostream& os, const TypeIndex& index);
/art/disassembler/
Ddisassembler_arm64.h79 size_t Dump(std::ostream& os, const uint8_t* begin) override;
80 void Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) override;
/art/test/970-iface-super-resolution-gen/util-src/
Dgenerate_java.py22 import os
26 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")

12345678910>>...13