Home
last modified time | relevance | path

Searched refs:Error (Results 1 – 25 of 2183) sorted by relevance

12345678910>>...88

/external/doclava/src/com/google/doclava/
DErrors.java32 final Error error;
36 ErrorMessage(int r, Error e, SourcePositionInfo p, String m) { in ErrorMessage()
79 public Error error() { in error()
84 public static void error(Error error, MemberInfo mi, String text) { in error()
104 public static void error(Error error, SourcePositionInfo where, String text) { in error()
177 public static class Error { class in Errors
191 private final Error parent;
193 public Error(int code, int level) { in Error() method in Errors.Error
200 public Error(int code, Error parent) { in Error() method in Errors.Error
251 public static final List<Error> sErrors = new ArrayList<>();
[all …]
/external/libmtp/logs/
Dmtp-detect-amazon-fire-hd8.txt11 Error 7: Found a bad handle, trying to ignore it.
12 Error 7: Found a bad handle, trying to ignore it.
13 Error 7: Found a bad handle, trying to ignore it.
14 Error 7: Found a bad handle, trying to ignore it.
15 Error 7: Found a bad handle, trying to ignore it.
16 Error 7: Found a bad handle, trying to ignore it.
17 Error 7: Found a bad handle, trying to ignore it.
18 Error 7: Found a bad handle, trying to ignore it.
19 Error 7: Found a bad handle, trying to ignore it.
20 Error 7: Found a bad handle, trying to ignore it.
[all …]
/external/swiftshader/third_party/subzero/tests_lit/parse_errs/
Dinsertextract-err.ll15 ; CHECK: Error{{.*}} not {{.*}} constant
16 ; MIN: Error{{.*}} Invalid function record: <6 4 3>
18 ; CHECK: Error{{.*}} not in range
19 ; MIN: Error{{.*}} Invalid function record: <6 5 3>
21 ; CHECK: Error{{.*}} not in range
22 ; MIN: Error{{.*}} Invalid function record: <6 6 3>
28 ; CHECK: Error{{.*}} not {{.*}} constant
29 ; MIN: Error{{.*}} Invalid function record: <6 4 3>
31 ; CHECK: Error{{.*}} not in range
32 ; MIN: Error{{.*}} Invalid function record: <6 5 3>
[all …]
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec41 (Error VM_DEAD)
68 (Error VM_DEAD)
90 (Error VM_DEAD)
109 (Error VM_DEAD)
124 (Error VM_DEAD)
172 (Error VM_DEAD)
190 (Error VM_DEAD)
233 (Error VM_DEAD)
266 (Error VM_DEAD)
284 (Error VM_DEAD)
[all …]
/external/selinux/libsemanage/src/
Dpywrap-test.py40 class Error(Exception): class
146 raise Error("Could not list seusers")
165 raise Error("Could not list users")
182 raise Error("Could not get user roles")
194 raise Error("Could not list ports")
222 raise Error("Could not list file contexts")
248 raise Error("Could not list interfaces")
272 raise Error("Could not list booleans")
291 raise Error("Could not list active booleans")
310 raise Error("Could not list network nodes")
[all …]
/external/llvm/unittests/Support/
DErrorTest.cpp85 static Error handleCustomError(const CustomError &CE) { return Error(); } in handleCustomError()
89 static Error handleCustomErrorUP(std::unique_ptr<CustomError> CE) { in handleCustomErrorUP()
90 return Error(); in handleCustomErrorUP()
97 TEST(Error, CheckedSuccess) { in TEST() argument
98 Error E; in TEST()
104 TEST(Error, UncheckedSuccess) { in TEST() argument
105 EXPECT_DEATH({ Error E; }, "Program aborted due to an unhandled Error:") in TEST()
111 void errAsOutParamHelper(Error &Err) { in errAsOutParamHelper()
114 Err = Error::success(); in errAsOutParamHelper()
121 TEST(Error, ErrorAsOutParameterChecked) { in TEST() argument
[all …]
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td22 def err_asm_empty : Error<"__asm used with no assembly instructions">;
23 def err_inline_ms_asm_parsing : Error<"%0">;
24 def err_msasm_unsupported_arch : Error<
26 def err_msasm_unable_to_create_target : Error<
28 def err_gnu_inline_asm_disabled : Error<
30 def err_asm_goto_not_supported_yet : Error<
66 def error_empty_enum : Error<"use of empty enum">;
83 def err_enumerator_list_missing_comma : Error<
85 def err_enumerator_unnamed_no_def : Error<
111 def err_duplicate_default_assoc : Error<
[all …]
DDiagnosticDriverKinds.td12 def err_drv_no_such_file : Error<"no such file or directory: '%0'">;
13 def err_drv_unsupported_opt : Error<"unsupported option '%0'">;
14 def err_drv_unsupported_opt_for_target : Error<
16 def err_drv_unsupported_option_argument : Error<
18 def err_drv_unknown_stdin_type : Error<
20 def err_drv_unknown_stdin_type_clang_cl : Error<
22 def err_drv_unknown_language : Error<"language not recognized: '%0'">;
23 def err_drv_invalid_arch_name : Error<
25 def err_drv_cuda_bad_gpu_arch : Error<"Unsupported CUDA gpu architecture: %0">;
26 def err_drv_no_cuda_installation : Error<
[all …]
DDiagnosticLexKinds.td79 def err_unterminated_block_comment : Error<"unterminated /* comment">;
80 def err_invalid_character_to_charify : Error<
82 def err_unterminated___pragma : Error<"missing terminating ')' character">;
84 def err_conflict_marker : Error<"version control conflict marker in file">;
86 def err_raw_delim_too_long : Error<
89 def err_invalid_char_raw_delim : Error<
92 def err_unterminated_raw_string : Error<
105 def err_invalid_utf8 : Error<
107 def err_non_ascii : Error<
113 def err_hex_escape_no_digits : Error<
[all …]
DDiagnosticCommonKinds.td19 : Error<"too many errors emitted, stopping now">, DefaultFatal;
43 def err_expected_colon_after_setter_name : Error<
46 def err_expected_string_literal : Error<"expected string literal "
49 def err_invalid_string_udl : Error<
51 def err_invalid_character_udl : Error<
53 def err_invalid_numeric_udl : Error<
62 def err_expected : Error<"expected %0">;
63 def err_expected_either : Error<"expected %0 or %1">;
64 def err_expected_after : Error<"expected %1 after %0">;
66 def err_param_redefinition : Error<"redefinition of parameter %0">;
[all …]
DDiagnosticSemaKinds.td65 def err_expr_not_ice : Error<
70 def err_typecheck_converted_constant_expression : Error<
72 def err_typecheck_converted_constant_expression_disallowed : Error<
74 def err_typecheck_converted_constant_expression_indirect : Error<
77 def err_expr_not_cce : Error<
87 def err_ice_not_integral : Error<
90 def err_ice_incomplete_type : Error<
92 def err_ice_explicit_conversion : Error<
96 def err_ice_ambiguous_conversion : Error<
99 def err_ice_too_large : Error<
[all …]
/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp26 SMDiagnostic Error; in TEST() local
27 auto Mod = parseAssemblyString(Source, Error, Ctx); in TEST()
30 EXPECT_TRUE(Error.getMessage().empty()); in TEST()
39 SMDiagnostic Error; in TEST() local
42 Error, Ctx), in TEST()
52 SMDiagnostic Error; in TEST() local
54 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST()
57 EXPECT_TRUE(Error.getMessage().empty()); in TEST()
70 SMDiagnostic Error; in TEST() local
72 auto Mod = parseAssemblyString(Source, Error, Ctx); in TEST()
[all …]
/external/drm_hwcomposer/
Ddrmhwctwo.h36 HWC2::Error Init();
92 HWC2::Error SetCursorPosition(int32_t x, int32_t y);
93 HWC2::Error SetLayerBlendMode(int32_t mode);
94 HWC2::Error SetLayerBuffer(buffer_handle_t buffer, int32_t acquire_fence);
95 HWC2::Error SetLayerColor(hwc_color_t color);
96 HWC2::Error SetLayerCompositionType(int32_t type);
97 HWC2::Error SetLayerDataspace(int32_t dataspace);
98 HWC2::Error SetLayerDisplayFrame(hwc_rect_t frame);
99 HWC2::Error SetLayerPlaneAlpha(float alpha);
100 HWC2::Error SetLayerSidebandStream(const native_handle_t *stream);
[all …]
Ddrmhwctwo.cpp60 HWC2::Error DrmHwcTwo::Init() { in Init()
64 return HWC2::Error::NoResources; in Init()
70 return HWC2::Error::NoResources; in Init()
77 return HWC2::Error::NoResources; in Init()
90 return HWC2::Error::BadDisplay; in Init()
99 return HWC2::Error::None; in Init()
103 static inline HWC2::Error unsupported(char const *func, Args... /*args*/) { in unsupported()
105 return HWC2::Error::Unsupported; in unsupported()
112 HWC2::Error DrmHwcTwo::CreateVirtualDisplay(uint32_t width, uint32_t height, in CreateVirtualDisplay()
119 HWC2::Error DrmHwcTwo::DestroyVirtualDisplay(hwc2_display_t display) { in DestroyVirtualDisplay()
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCChannel.h36 virtual Error readBytes(char *Dst, unsigned Size) = 0;
39 virtual Error appendBytes(const char *Src, unsigned Size) = 0;
42 virtual Error send() = 0;
56 inline Error startSendMessage(RPCChannel &C) { in startSendMessage()
58 return Error::success(); in startSendMessage()
63 inline Error endSendMessage(RPCChannel &C) { in endSendMessage()
65 return Error::success(); in endSendMessage()
70 inline Error startReceiveMessage(RPCChannel &C) { in startReceiveMessage()
72 return Error::success(); in startReceiveMessage()
77 inline Error endReceiveMessage(RPCChannel &C) { in endReceiveMessage()
[all …]
/external/puffin/src/
Dhuffer.cc30 Error* error) const { in HuffDeflate()
31 *error = Error::kSuccess; in HuffDeflate()
40 Error::kInvalidInput); in HuffDeflate()
49 Error::kInsufficientInput); in HuffDeflate()
51 Error::kInsufficientInput); in HuffDeflate()
57 Error::kInvalidInput); in HuffDeflate()
61 Error::kInsufficientOutput); in HuffDeflate()
63 Error::kInsufficientOutput); in HuffDeflate()
65 Error::kInsufficientOutput); in HuffDeflate()
69 pd.type == PuffData::Type::kEndOfBlock, Error::kInvalidInput); in HuffDeflate()
[all …]
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITMemoryManagerTest.cpp37 std::string Error; in TEST() local
45 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
52 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
59 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
63 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
65 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
67 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
76 std::string Error; in TEST() local
90 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
98 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
[all …]
/external/llvm/include/llvm/Support/
DError.h28 class Error; variable
134 class Error {
142 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
151 Error() { in Error() function
158 static Error success() { return Error(); } in success()
161 Error(const Error &Other) = delete;
166 Error(Error &&Other) { in Error() function
173 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error() function
179 Error &operator=(const Error &Other) = delete;
185 Error &operator=(Error &&Other) {
[all …]
/external/libbrillo/brillo/errors/
Derror.cc10 using brillo::Error;
29 ErrorPtr Error::Create(const tracked_objects::Location& location, in Create()
36 ErrorPtr Error::Create(const tracked_objects::Location& location, in Create()
43 new Error(location, domain, code, message, std::move(inner_error))); in Create()
46 void Error::AddTo(ErrorPtr* error, in AddTo()
60 void Error::AddToPrintf(ErrorPtr* error, in AddToPrintf()
73 ErrorPtr Error::Clone() const { in Clone()
76 new Error(location_, domain_, code_, message_, std::move(inner_error))); in Clone()
79 bool Error::HasDomain(const std::string& domain) const { in HasDomain()
83 bool Error::HasError(const std::string& domain, const std::string& code) const { in HasError()
[all …]
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp60 explicit CodeTokenizer(StringRef MatcherCode, Diagnostics *Error) in CodeTokenizer() argument
61 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error), in CodeTokenizer()
66 CodeTokenizer(StringRef MatcherCode, Diagnostics *Error, in CodeTokenizer() argument
68 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error), in CodeTokenizer()
195 Error->addError(Range, Error->ET_ParserUnsignedError) << Result->Text; in consumeUnsignedLiteral()
230 Error->addError(Range, Error->ET_ParserStringError) << ErrorText; in consumeStringLiteral()
255 Diagnostics *Error; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
310 Error->addError(NameToken.Range, Error->ET_RegistryValueNotFound) in parseIdentifierPrefixImpl()
330 Error->addError(OpenToken.Range, Error->ET_ParserNoOpenParen) in parseMatcherExpressionImpl()
338 Error->addError(NameToken.Range, Error->ET_RegistryMatcherNotFound) in parseMatcherExpressionImpl()
[all …]
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.h24 Error dump() override;
27 Error dumpFileHeaders();
28 Error dumpStreamSummary();
29 Error dumpStreamBlocks();
30 Error dumpStreamData();
31 Error dumpInfoStream();
32 Error dumpNamedStream();
33 Error dumpTpiStream(uint32_t StreamIdx);
34 Error dumpDbiStream();
35 Error dumpSectionContribs();
[all …]
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp206 Error CVTypeDumper::visitTypeBegin(const CVRecord<TypeLeafKind> &Record) { in visitTypeBegin()
215 return Error::success(); in visitTypeBegin()
218 Error CVTypeDumper::visitTypeEnd(const CVRecord<TypeLeafKind> &Record) { in visitTypeEnd()
231 return Error::success(); in visitTypeEnd()
234 Error CVTypeDumper::visitStringId(StringIdRecord &String) { in visitStringId()
239 return Error::success(); in visitStringId()
242 Error CVTypeDumper::visitArgList(ArgListRecord &Args) { in visitArgList()
257 return Error::success(); in visitArgList()
260 Error CVTypeDumper::visitClass(ClassRecord &Class) { in visitClass()
272 return Error::success(); in visitClass()
[all …]
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp421 return Error("Malformed block record"); in ParseAttributeBlock()
424 return Error("Multiple PARAMATTR blocks found!"); in ParseAttributeBlock()
435 return Error("Error at end of PARAMATTR block"); in ParseAttributeBlock()
443 return Error("Malformed block record"); in ParseAttributeBlock()
459 return Error("Invalid ENTRY record"); in ParseAttributeBlock()
474 return Error("Alignment is not a power of two."); in ParseAttributeBlock()
523 return Error("Malformed block record"); in ParseTypeTable()
530 return Error("Multiple TYPE_BLOCKs found!"); in ParseTypeTableBody()
542 return Error("Invalid type forward reference in TYPE_BLOCK"); in ParseTypeTableBody()
544 return Error("Error at end of type table block"); in ParseTypeTableBody()
[all …]
/external/pdfium/third_party/lcms/src/
Dcmsvirt.c42 if (DescriptionMLU == NULL || CopyrightMLU == NULL) goto Error; in SetTextTags()
44 if (!cmsMLUsetWide(DescriptionMLU, "en", "US", Description)) goto Error; in SetTextTags()
45 if (!cmsMLUsetWide(CopyrightMLU, "en", "US", L"No copyright, use freely")) goto Error; in SetTextTags()
47 if (!cmsWriteTag(hProfile, cmsSigProfileDescriptionTag, DescriptionMLU)) goto Error; in SetTextTags()
48 if (!cmsWriteTag(hProfile, cmsSigCopyrightTag, CopyrightMLU)) goto Error; in SetTextTags()
52 Error: in SetTextTags()
86 if (!_cmsWriteProfileSequence(hProfile, Seq)) goto Error; in SetSeqDescTag()
90 Error: in SetSeqDescTag()
141 if (!SetTextTags(hICC, L"RGB built-in")) goto Error; in cmsCreateRGBProfileTHR()
145 if (!cmsWriteTag(hICC, cmsSigMediaWhitePointTag, cmsD50_XYZ())) goto Error; in cmsCreateRGBProfileTHR()
[all …]
/external/swiftshader/third_party/LLVM/unittests/Support/
DRegexTest.cpp66 std::string Error; in TEST_F() local
71 EXPECT_EQ("a\\ber", Regex("[0-9]+").sub("\\\\", "a1234ber", &Error)); in TEST_F()
72 EXPECT_EQ(Error, ""); in TEST_F()
73 EXPECT_EQ("a\nber", Regex("[0-9]+").sub("\\n", "a1234ber", &Error)); in TEST_F()
74 EXPECT_EQ(Error, ""); in TEST_F()
75 EXPECT_EQ("a\tber", Regex("[0-9]+").sub("\\t", "a1234ber", &Error)); in TEST_F()
76 EXPECT_EQ(Error, ""); in TEST_F()
77 EXPECT_EQ("ajber", Regex("[0-9]+").sub("\\j", "a1234ber", &Error)); in TEST_F()
78 EXPECT_EQ(Error, ""); in TEST_F()
80 EXPECT_EQ("aber", Regex("[0-9]+").sub("\\", "a1234ber", &Error)); in TEST_F()
[all …]

12345678910>>...88