HomeSort by relevance Sort by last modified time
    Searched refs:has_error (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/tools/gn/
input_conversion_unittest.cc 14 EXPECT_FALSE(err.has_error());
24 EXPECT_FALSE(err.has_error());
36 EXPECT_FALSE(err.has_error());
45 EXPECT_FALSE(err.has_error());
54 EXPECT_FALSE(err.has_error());
70 EXPECT_TRUE(err.has_error());
75 EXPECT_TRUE(err.has_error());
80 EXPECT_TRUE(err.has_error());
tokenizer.h 68 bool done() const { return at_end() || has_error(); }
73 bool has_error() const { return err_->has_error(); } function in class:Tokenizer
parser.h 55 bool done() const { return at_end() || has_error(); }
57 bool has_error() const { return err_->has_error(); } function in class:Parser
function_process_file_template.cc 64 if (err->has_error())
label_unittest.cc 75 EXPECT_EQ(cur.success, !err.has_error()) << i << " " << cur.str;
76 if (!err.has_error() && cur.success) {
input_conversion.cc 67 if (nested.has_error())
71 if (nested.has_error()) {
96 if (err->has_error()) {
102 if (err->has_error()) {
127 if (nested_err.has_error()) {
parser.cc 68 if (has_error())
125 if (has_error())
171 if (has_error())
183 if (has_error())
210 if (has_error())
229 if (has_error())
252 if (has_error())
347 if (has_error())
360 if (has_error())
404 if (has_error())
    [all...]
setup.cc 122 if (err.has_error()) {
173 if (err.has_error()) {
179 if (err.has_error()) {
185 if (err.has_error()) {
commands.cc 68 if (err.has_error()) {
err.h 17 // Result of doing some operation. Check has_error() to see if an error
59 bool has_error() const { return has_error_; } function in class:Err
import_manager.cc 29 if (err->has_error())
string_utils_unittest.cc 32 EXPECT_NE(ret, err.has_error());
functions.cc 49 if (err->has_error())
54 if (err->has_error())
215 if (err->has_error())
223 if (err->has_error())
362 if (err->has_error())
387 if (!err->has_error())
538 if (err->has_error())
parse_tree.cc 57 if (err->has_error())
160 if (err->has_error())
192 for (size_t i = 0; i < statements_.size() && !err->has_error(); i++) {
221 if (err->has_error())
281 if (err->has_error())
363 if (err->has_error())
456 if (err->has_error())
target_generator.cc 83 if (err_->has_error())
108 if (err_->has_error())
159 if (err->has_error())
207 if (err_->has_error())
230 if (err_->has_error())
function_toolchain.cc 67 if (err->has_error())
120 if (err->has_error())
functions_target.cc 32 if (err->has_error())
82 if (err->has_error())
  /external/qemu/
buffered_file.c 30 int has_error; member in struct:QEMUFileBuffered
76 if (s->has_error) {
96 s->has_error = 1;
117 if (s->has_error) {
142 s->has_error = 1;
176 while (!s->has_error && s->buffer_size) {
196 if (s->has_error)
211 if (s->has_error)
235 if (s->has_error) {
  /external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher_unittest.cc 36 bool has_error) OVERRIDE {
38 OnParsedJsonInternal(has_error); variable
41 MOCK_METHOD1(OnParsedJsonInternal, void(bool has_error));
privet_http_impl.h 31 bool has_error) OVERRIDE;
59 bool has_error) OVERRIDE;
privet_http_impl.cc 59 bool has_error) {
60 if (!has_error)
123 bool has_error) {
124 if (has_error) {
privet_url_fetcher.h 37 bool has_error) = 0;
  /external/chromium_org/chrome/browser/diagnostics/
sqlite_diagnostics.cc 130 if (recorder->has_error()) {
137 if (recorder->has_error()) {
160 if (recorder->has_error()) {
193 bool has_error() const { return has_error_; } function in class:diagnostics::__anon7118::SqliteIntegrityTest::ErrorRecorder
  /external/chromium_org/v8/src/
preparse-data.cc 66 if (has_error()) return;
161 if (!has_error()) {
preparse-data.h 120 if (--pause_count_ == 0) is_recording_ = !has_error();
124 bool has_error() { function in class:v8::internal::FunctionLoggingParserRecorder

Completed in 789 milliseconds

1 2 3