Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 44) sorted by relevance

12

/art/runtime/
Ddex_register_location.cc21 std::ostream& operator<<(std::ostream& stream, DexRegisterLocation::Kind kind) { in operator <<()
25 std::ostream& operator<<(std::ostream& stream, const DexRegisterLocation& reg) { in operator <<()
Dparsed_options.cc818 void ParsedOptions::UsageMessageV(FILE* stream, const char* fmt, va_list ap) { in UsageMessageV()
822 void ParsedOptions::UsageMessage(FILE* stream, const char* fmt, ...) { in UsageMessage()
831 FILE* stream = error ? stderr : stdout; in Usage() local
Druntime_common.cc389 auto logger = [&](auto& stream) { in HandleUnexpectedSignalCommonDump()
Dnative_stack_dump.cc290 FILE* stream = popen(cmd.c_str(), "r"); in RunCommand() local
/art/libartbase/base/
Dhistogram_test.cc124 std::stringstream stream; in TEST() local
167 std::stringstream stream; in TEST() local
206 std::stringstream stream; in TEST() local
221 std::stringstream stream; in TEST() local
264 std::stringstream stream; in TEST() local
Dsystrace.h89 std::ostream& stream() { in stream() function
Dlogging.h129 std::ostream& stream() { in stream() function
/art/tools/checker/file_format/
Dcommon.py16 def split_stream(stream, fn_process_line, fn_line_outside_chunk): argument
/art/compiler/optimizing/
Dstack_map_test.cc55 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
114 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
313 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
381 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
434 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
495 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
545 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
740 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
Dregister_allocator.h86 void DumpRegister(std::ostream& stream, int reg, RegisterType register_type) const { in DumpRegister()
Dssa_liveness_analysis.h81 void Dump(std::ostream& stream) const { in Dump()
130 void Dump(std::ostream& stream) const { in Dump()
179 void Dump(std::ostream& stream) const { in Dump()
742 void Dump(std::ostream& stream) const { in Dump()
Dregister_allocator.cc115 void RegisterAllocator::DumpRegister(std::ostream& stream, in DumpRegister()
/art/compiler/
Dcfi_test.h72 std::stringstream stream; in GenerateExpected() local
93 static void ReformatAsm(std::stringstream* stream, in ReformatAsm()
/art/runtime/verifier/
Dscoped_newline.h59 std::ostream& stream; member
/art/dex2oat/linker/
Dcode_info_table_deduper_test.cc37 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
/art/tools/checker/file_format/c1visualizer/
Dparser.py108 def parse_c1_visualizer_stream(filename, stream): argument
/art/libartservice/service/java/com/android/server/art/
DDexMetadataHelper.java68 try (InputStream stream = zipFile.getInputStream(entry)) { in getDexMetadataInfo()
/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java65 public void giveStreamAndStartConsuming(InputStream stream) { in giveStreamAndStartConsuming()
/art/test/939-hello-transformation-bcp/src-optional/java/util/
DOptionalLong.java36 public LongStream stream() { return null; } in stream() method in OptionalLong
/art/tools/checker/file_format/checker/
Dparser.py224 def parse_checker_stream(file_name, prefix, stream, target_arch=None): argument
/art/libdexfile/dex/
Ddex_file-inl.h285 bool DexFile::DecodeDebugLocalInfo(const uint8_t* stream, in DecodeDebugLocalInfo()
455 const uint8_t* const stream = GetDebugInfoStream(debug_info_offset); in DecodeDebugLocalInfo() local
485 bool DexFile::DecodeDebugPositionInfo(const uint8_t* stream, in DecodeDebugPositionInfo()
Dcode_item_accessors-inl.h217 const uint8_t* stream = dex_file_->GetDebugInfoStream(DebugInfoOffset()); in VisitParameterNames() local
/art/tools/dexfuzz/src/dexfuzz/listeners/
DUniqueProgramTrackerListener.java86 FileInputStream stream = new FileInputStream(programName); in getMD5SumOfProgram() local
/art/compiler/jit/
Djit_logger.cc56 std::ostringstream stream; in WritePerfMapLog() local
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc49 std::fstream stream; member

12