HomeSort by relevance Sort by last modified time
    Searched defs:has_error (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/websockets/
websocket_extension_parser.h 32 bool has_error() const { return has_error_; } function in class:net::WebSocketExtensionParser
  /external/chromium_org/tools/gn/
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
tokenizer.h 74 bool done() const { return at_end() || has_error(); }
79 bool has_error() const { return err_->has_error(); } function in class:Tokenizer
parser.h 99 bool done() const { return at_end() || has_error(); }
101 bool has_error() const { return err_->has_error(); } function in class:Parser
test_with_scope.h 67 bool has_error() const { return parse_err_.has_error(); } function in class:TestParseInput
  /external/chromium_org/tools/android/forwarder2/
socket.h 78 bool has_error() const { return socket_error_; } function in class:forwarder2::Socket
  /external/chromium_org/chrome/browser/diagnostics/
sqlite_diagnostics.cc 112 if (recorder->has_error()) {
119 if (recorder->has_error()) {
142 if (recorder->has_error()) {
175 bool has_error() const { return has_error_; } function in class:diagnostics::__anon8191::SqliteIntegrityTest::ErrorRecorder
  /external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher_unittest.cc 43 bool has_error) OVERRIDE {
45 OnParsedJsonInternal(has_error); variable
48 MOCK_METHOD1(OnParsedJsonInternal, void(bool has_error));
  /external/chromium_org/ipc/mojo/
ipc_channel_mojo_unittest.cc 181 bool has_error() const { return has_error_; } function in class:__anon13119::ListenerExpectingErrors
257 EXPECT_TRUE(listener.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/ui/webui/options/
manage_profile_handler.cc 473 bool has_error = (state == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS || local
479 base::FundamentalValue(has_error));
  /external/chromium_org/v8/src/
preparse-data.h 83 bool has_error() const { return has_error_; } function in class:v8::internal::SingletonLogger
  /external/llvm/include/llvm/Support/
raw_ostream.h 391 /// has_error - Return the value of the flag in this raw_fd_ostream indicating
395 bool has_error() const { function in class:llvm::raw_fd_ostream
399 /// clear_error - Set the flag read by has_error() to false. If the error
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 341 inline bool has_error() const;
643 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.h 336 inline bool has_error() const;
744 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse

Completed in 344 milliseconds