Searched refs:has_error (Results 1 - 22 of 22) sorted by relevance

/external/fio/exp/
H A Dexpression-parser.y29 int has_error;
40 __attribute__((unused)) int *has_error,
55 int has_error;
70 %parse-param { int *has_error }
79 *has_error = $1.has_error;
84 *has_error = 1;
92 $$.has_error = $1.has_error || $3.has_error;
[all...]
H A Dexpression-parser.l40 int *has_error, int *units_specified, const char *msg);
52 (yylval).v.has_error = 0;
138 yylval.v.has_error = 0;
142 yylval.v.has_error = 1;
153 yylval.v.has_error = 0;
157 yylval.v.has_error = 1;
168 yylval.v.has_error = 0;
172 yylval.v.has_error = 1;
180 yylval.v.has_error = 1;
/external/chromium-trace/catapult/third_party/webapp2/tests/
H A Dresponse_test.py107 self.assertFalse(rsp.has_error())
109 self.assertTrue(rsp.has_error())
111 self.assertTrue(rsp.has_error())
113 self.assertTrue(rsp.has_error())
115 self.assertFalse(rsp.has_error())
117 self.assertFalse(rsp.has_error())
/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp65 if (!Out.os().has_error()) {
161 if (InFile.os().has_error()) {
H A DExtractFunction.cpp398 if (BlocksToNotExtractFile.os().has_error()) {
/external/v8/src/parsing/
H A Dpreparse-data.h107 bool has_error() const { return has_error_; } function in class:v8::internal::SingletonLogger
H A Dscanner.h374 bool has_error() const { return scanner_error_ != MessageTemplate::kNone; } function in class:v8::internal::Scanner
532 if (has_error()) return;
538 if (has_error()) return;
H A Dparser-base.h1274 if (scanner()->has_error()) {
H A Dparser.cc4471 if (logger.has_error()) {
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c241 bool has_error; member in struct:_drm_intel_bo_gem
635 bo_gem->has_error = true;
847 bo_gem->has_error = false;
994 bo_gem->has_error = false;
1944 if (bo_gem->has_error)
1947 if (target_bo_gem->has_error) {
1948 bo_gem->has_error = true;
2023 if (bo_gem->has_error)
2026 if (target_bo_gem->has_error) {
2027 bo_gem->has_error
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc925 if (has_error()) {
1001 if (has_error()) {
1027 if (has_error()) {
1057 if (has_error()) {
1099 if (from.has_error()) {
H A Dplugin.pb.h329 inline bool has_error() const;
774 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/llvm/lib/Support/
H A DLockFileManager.cpp185 if (Out.has_error()) {
H A Draw_ostream.cpp559 // has_error() and clear the error flag with clear_error() before
561 if (has_error())
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp188 if (Out.os().has_error()) {
220 if (objFile.os().has_error()) {
/external/llvm/include/llvm/Support/
H A Draw_ostream.h415 bool has_error() const { function in class:llvm::raw_fd_ostream
419 /// Set the flag read by has_error() to false. If the error flag is set at the
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp837 if (Out.has_error())
843 if (Out.has_error())
/external/llvm/lib/Support/Unix/
H A DProgram.inc443 if (OS.has_error())
/external/chromium-trace/catapult/third_party/webapp2/
H A Dwebapp2.py455 def has_error(self): member in class:Response
/external/llvm/unittests/Support/
H A DPath.cpp783 ASSERT_FALSE(file.has_error());
/external/clang/lib/Frontend/
H A DASTUnit.cpp2475 if (Out.has_error()) {
/external/llvm/lib/IR/
H A DCore.cpp197 if (dest.has_error()) {

Completed in 749 milliseconds