/external/fio/exp/ |
D | expression-parser.y | 29 int has_error; member 40 __attribute__((unused)) int *has_error, 55 int has_error; member 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; 100 $$.has_error = $1.has_error || $3.has_error; 108 $$.has_error = $1.has_error || $3.has_error; 121 $$.has_error = $1.has_error || $3.has_error; [all …]
|
D | expression-parser.l | 40 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;
|
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
D | response_test.py | 107 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/ |
D | OptimizerDriver.cpp | 65 if (!Out.os().has_error()) { in writeProgramToFileAux() 161 if (InFile.os().has_error()) { in runPasses()
|
D | ExtractFunction.cpp | 398 if (BlocksToNotExtractFile.os().has_error()) { in extractMappedBlocksFromModule()
|
/external/libdrm/intel/ |
D | intel_bufmgr_gem.c | 241 bool has_error; member 635 bo_gem->has_error = true; in drm_intel_setup_reloc_list() 847 bo_gem->has_error = false; in drm_intel_gem_bo_alloc_internal() 994 bo_gem->has_error = false; in drm_intel_gem_bo_alloc_userptr() 1944 if (bo_gem->has_error) in do_bo_emit_reloc() 1947 if (target_bo_gem->has_error) { in do_bo_emit_reloc() 1948 bo_gem->has_error = true; in do_bo_emit_reloc() 2023 if (bo_gem->has_error) in drm_intel_gem_bo_add_softpin_target() 2026 if (target_bo_gem->has_error) { in drm_intel_gem_bo_add_softpin_target() 2027 bo_gem->has_error = true; in drm_intel_gem_bo_add_softpin_target() [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 925 if (has_error()) { in Clear() 1001 if (has_error()) { in SerializeWithCachedSizes() 1027 if (has_error()) { in SerializeWithCachedSizesToArray() 1057 if (has_error()) { in ByteSize() 1099 if (from.has_error()) { in MergeFrom()
|
D | plugin.pb.h | 329 inline bool has_error() const; 774 inline bool CodeGeneratorResponse::has_error() const { in has_error() function
|
/external/v8/src/parsing/ |
D | scanner.h | 374 bool has_error() const { return scanner_error_ != MessageTemplate::kNone; } in has_error() function 532 if (has_error()) return; in ReportScannerError() 538 if (has_error()) return; in ReportScannerError()
|
D | preparse-data.h | 107 bool has_error() const { return has_error_; } in has_error() function
|
D | parser-base.h | 1274 if (scanner()->has_error()) { in GetUnexpectedTokenMessage()
|
D | parser.cc | 4471 if (logger.has_error()) { in SkipLazyFunctionBody()
|
/external/chromium-trace/catapult/third_party/webapp2/docs/api/ |
D | webapp2.rst | 109 :members: __init__, status, status_message, has_error, clear, wsgi_write,
|
/external/llvm/lib/Support/ |
D | LockFileManager.cpp | 185 if (Out.has_error()) { in LockFileManager()
|
D | raw_ostream.cpp | 561 if (has_error()) in ~raw_fd_ostream()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 188 if (Out.os().has_error()) { in writeMergedModules() 220 if (objFile.os().has_error()) { in compileOptimizedToFile()
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 415 bool has_error() const { in has_error() function
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 837 if (Out.has_error()) in writeIndex() 843 if (Out.has_error()) in writeIndex()
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 443 if (OS.has_error())
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 532 if (OS.has_error())
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 783 ASSERT_FALSE(file.has_error()); in TEST_F()
|
/external/chromium-trace/catapult/third_party/webapp2/ |
D | webapp2.py | 455 def has_error(self): member in Response
|
D | CHANGES | 224 has_error().
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2475 if (Out.has_error()) { in Save()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 197 if (dest.has_error()) { in LLVMPrintModuleToFile()
|