Searched refs:os_ (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/regexp/ |
D | regexp-ast.cc | 141 RegExpUnparser(std::ostream& os, Zone* zone) : os_(os), zone_(zone) {} in RegExpUnparser() 147 std::ostream& os_; member in v8::internal::RegExpUnparser 153 os_ << "(|"; in VisitDisjunction() 155 os_ << " "; in VisitDisjunction() 158 os_ << ")"; in VisitDisjunction() 164 os_ << "(:"; in VisitAlternative() 166 os_ << " "; in VisitAlternative() 169 os_ << ")"; in VisitAlternative() 175 os_ << AsUC16(that.from()); in VisitCharacterRange() 177 os_ << "-" << AsUC16(that.to()); in VisitCharacterRange() [all …]
|
D | jsregexp.cc | 4374 : os_(os), in DotPrinter() 4385 std::ostream& os_; member in v8::internal::DotPrinter 4391 os_ << "digraph G {\n graph [label=\""; in PrintNode() 4395 os_ << "\\\\"; in PrintNode() 4398 os_ << "\""; in PrintNode() 4401 os_ << label[i]; in PrintNode() 4405 os_ << "\"];\n"; in PrintNode() 4407 os_ << "}" << std::endl; in PrintNode() 4419 os_ << " n" << from << " -> n" << on_failure << " [style=dotted];\n"; in PrintOnFailure() 4427 : os_(os), in TableEntryBodyPrinter() [all …]
|
/external/v8/src/compiler/ |
D | graph-visualizer.cc | 91 : os_(os), all_(zone, graph), positions_(positions), first_node_(true) {} in JSONGraphNodeWriter() 95 os_ << "\n"; in Print() 102 os_ << ",\n"; in PrintNode() 106 os_ << "{\"id\":" << SafeId(node) << ",\"label\":\"" << Escaped(label, "\"") in PrintNode() 110 os_ << ",\"rankInputs\":[0," << NodeProperties::FirstControlIndex(node) in PrintNode() 112 os_ << ",\"rankWithInput\":[" << NodeProperties::FirstControlIndex(node) in PrintNode() 116 os_ << ",\"rankInputs\":[" << NodeProperties::FirstControlIndex(node) in PrintNode() 120 os_ << ",\"rankInputs\":[0]"; in PrintNode() 124 os_ << ",\"pos\":" << position.raw(); in PrintNode() 126 os_ << ",\"opcode\":\"" << IrOpcode::Mnemonic(node->opcode()) << "\""; in PrintNode() [all …]
|
/external/google-breakpad/src/common/ |
D | module.h | 281 string os() const { return os_; } in os() 296 string name_, os_, architecture_, id_; variable
|
D | module.cc | 54 os_(os), in Module() 233 stream << "MODULE " << os_ << " " << architecture_ << " " in Write()
|
/external/libchrome/base/debug/ |
D | stack_trace_posix.cc | 410 explicit StreamBacktraceOutputHandler(std::ostream* os) : os_(os) { in StreamBacktraceOutputHandler() 413 void HandleOutput(const char* output) override { (*os_) << output; } in HandleOutput() 416 std::ostream* os_; member in base::debug::__anon9a1a56e40111::StreamBacktraceOutputHandler
|
/external/v8/src/ |
D | code-stubs.cc | 521 explicit SimpleListPrinter(std::ostream& os) : os_(os), first_(true) {} in SimpleListPrinter() 527 os_ << ","; in Add() 529 os_ << s; in Add() 533 std::ostream& os_; member in v8::internal::SimpleListPrinter
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 1427 wrapper functions defined in os.h and implemented in os_*.c to make
|