Searched refs:os_ (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | graph-visualizer.cc | 42 OStream& os_; member in v8::internal::compiler::GraphVisualizer 66 os_ << " subgraph cluster_BasicBlock" << control_cluster->id() << " {\n"; in Pre() 68 os_ << " ID" << node->id() << " [\n"; in Pre() 70 os_ << " ]\n"; in Pre() 71 if (control_cluster != NULL) os_ << " }\n"; in Pre() 135 os_ << " style=\"filled\"\n" in AnnotateNode() 139 os_ << " shape=\"record\"\n"; in AnnotateNode() 144 os_ << " style=\"diagonals\"\n"; in AnnotateNode() 150 os_ << " style=\"rounded\"\n"; in AnnotateNode() 158 os_ << " label=\"{{#" << node->id() << ":" << Escaped(label); in AnnotateNode() [all …]
|
/external/v8/src/ |
D | ast.cc | 800 RegExpUnparser(OStream& os, Zone* zone) : os_(os), zone_(zone) {} in RegExpUnparser() 807 OStream& os_; member in v8::internal::FINAL 813 os_ << "(|"; in VisitDisjunction() 815 os_ << " "; in VisitDisjunction() 818 os_ << ")"; in VisitDisjunction() 824 os_ << "(:"; in VisitAlternative() 826 os_ << " "; in VisitAlternative() 829 os_ << ")"; in VisitAlternative() 835 os_ << AsUC16(that.from()); in VisitCharacterRange() 837 os_ << "-" << AsUC16(that.to()); in VisitCharacterRange() [all …]
|
D | jsregexp.cc | 4390 : os_(os), in DotPrinter() 4401 OStream& os_; member in v8::internal::DotPrinter 4407 os_ << "digraph G {\n graph [label=\""; in PrintNode() 4411 os_ << "\\\\"; in PrintNode() 4414 os_ << "\""; in PrintNode() 4417 os_ << label[i]; in PrintNode() 4421 os_ << "\"];\n"; in PrintNode() 4423 os_ << "}" << endl; in PrintNode() 4435 os_ << " n" << from << " -> n" << on_failure << " [style=dotted];\n"; in PrintOnFailure() 4443 : os_(os), in TableEntryBodyPrinter() [all …]
|
D | code-stubs.cc | 484 explicit SimpleListPrinter(OStream& os) : os_(os), first_(true) {} in SimpleListPrinter() 490 os_ << ","; in Add() 492 os_ << s; in Add() 496 OStream& os_; member in v8::internal::SimpleListPrinter
|
/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/wpa_supplicant_8/hostapd/ |
D | Makefile | 67 OBJS_c = hostapd_cli.o ../src/common/wpa_ctrl.o ../src/utils/os_$(CONFIG_OS).o 115 OBJS += ../src/utils/os_$(CONFIG_OS).o 969 NOBJS += ../src/crypto/crypto_openssl.o ../src/utils/os_$(CONFIG_OS).o 980 HOBJS += hlr_auc_gw.o ../src/utils/common.o ../src/utils/wpa_debug.o ../src/utils/os_$(CONFIG_OS).o…
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | Makefile | 106 OBJS += ../src/utils/os_$(CONFIG_OS).o 107 OBJS_p += ../src/utils/os_$(CONFIG_OS).o 108 OBJS_c += ../src/utils/os_$(CONFIG_OS).o 1566 OBJS_priv += ../src/utils/os_$(CONFIG_OS).o 1646 LIBCTRL += ../src/utils/os_$(CONFIG_OS).o 1649 LIBCTRLSO += ../src/utils/os_$(CONFIG_OS).c
|
D | ChangeLog | 1364 wrapper functions defined in os.h and implemented in os_*.c to make
|