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_ << AsUC32(that.from()); in VisitCharacterRange() 177 os_ << "-" << AsUC32(that.to()); in VisitCharacterRange() [all …]
|
D | jsregexp.cc | 4442 : os_(os), in DotPrinter() 4453 std::ostream& os_; member in v8::internal::DotPrinter 4459 os_ << "digraph G {\n graph [label=\""; in PrintNode() 4463 os_ << "\\\\"; in PrintNode() 4466 os_ << "\""; in PrintNode() 4469 os_ << label[i]; in PrintNode() 4473 os_ << "\"];\n"; in PrintNode() 4475 os_ << "}" << std::endl; in PrintNode() 4487 os_ << " n" << from << " -> n" << on_failure << " [style=dotted];\n"; in PrintOnFailure() 4495 : os_(os), in TableEntryBodyPrinter() [all …]
|
/external/v8/src/compiler/ |
D | graph-visualizer.cc | 114 : os_(os), all_(zone, graph), positions_(positions), first_node_(true) {} in JSONGraphNodeWriter() 118 os_ << "\n"; in Print() 125 os_ << ",\n"; in PrintNode() 129 os_ << "{\"id\":" << SafeId(node) << ",\"label\":\"" << Escaped(label, "\"") in PrintNode() 133 os_ << ",\"rankInputs\":[0," << NodeProperties::FirstControlIndex(node) in PrintNode() 135 os_ << ",\"rankWithInput\":[" << NodeProperties::FirstControlIndex(node) in PrintNode() 139 os_ << ",\"rankInputs\":[" << NodeProperties::FirstControlIndex(node) in PrintNode() 143 os_ << ",\"rankInputs\":[0]"; in PrintNode() 147 os_ << ",\"pos\":" << position.raw(); in PrintNode() 149 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::__anona2e29a200111::StreamBacktraceOutputHandler
|
/external/v8/src/ |
D | code-stubs.cc | 4095 explicit SimpleListPrinter(std::ostream& os) : os_(os), first_(true) {} in SimpleListPrinter() 4101 os_ << ","; in Add() 4103 os_ << s; in Add() 4107 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
|