Searched refs:good (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/host/abigen/
H A Drust_binding_generator.cpp13 return os.good();
21 return os.good();
33 if (!os.good()) {
48 return os.good();
H A Dgenerator.cpp27 return os.good();
32 return os.good();
53 return os.good();
61 return os.good();
66 return os.good();
69 return os.good();
78 return os.good();
83 return os.good();
94 return os.good();
115 return os.good();
[all...]
H A Djson_generator.cpp10 return os.good();
17 return os.good();
96 return os.good();
H A Dkernel_wrapper_generator.cpp35 return os.good();
112 return os.good();
117 return os.good();
H A Dvdso_wrapper_generator.cpp28 return os.good();
50 return os.good();
H A Dheader_generator.cpp75 return os.good();
/fuchsia/zircon/kernel/lib/unittest/
H A Dunittest.cpp156 bool good = test->fn ? test->fn() : false; local
159 if (good) {
167 good ? "PASSED" : "FAILED",
/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.h120 if (!infile.good()) {
/fuchsia/zircon/make/
H A Dengine.mk254 # -fno-omit-frame-pointer which is good because we link with -gc-sections which

Completed in 90 milliseconds