/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
error_type_utils.h | 28 // ErrorType is mainly decided by CorrectionType but it is also depending on if 30 typedef uint32_t ErrorType; 32 static const ErrorType NOT_AN_ERROR; 33 static const ErrorType MATCH_WITH_WRONG_CASE; 34 static const ErrorType MATCH_WITH_MISSING_ACCENT; 35 static const ErrorType MATCH_WITH_MISSING_EXPLICIT_ACCENT; 36 static const ErrorType MATCH_WITH_WRONG_ACCENT; 37 static const ErrorType MATCH_WITH_DIGRAPH; 40 static const ErrorType INTENTIONAL_OMISSION; 42 static const ErrorType EDIT_CORRECTION [all...] |
error_type_utils.cpp | 21 const ErrorTypeUtils::ErrorType ErrorTypeUtils::NOT_AN_ERROR = 0x0; 22 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_WRONG_CASE = 0x1; 23 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_MISSING_ACCENT = 0x2; 24 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_MISSING_EXPLICIT_ACCENT = 0x4; 25 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_WRONG_ACCENT = 0x8; 26 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_DIGRAPH = 0x10; 27 const ErrorTypeUtils::ErrorType ErrorTypeUtils::INTENTIONAL_OMISSION = 0x20; 28 const ErrorTypeUtils::ErrorType ErrorTypeUtils::EDIT_CORRECTION = 0x40; 29 const ErrorTypeUtils::ErrorType ErrorTypeUtils::PROXIMITY_CORRECTION = 0x80; 30 const ErrorTypeUtils::ErrorType ErrorTypeUtils::COMPLETION = 0x100 [all...] |
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
NumberParseException.java | 25 public enum ErrorType { 42 private ErrorType errorType; 45 public NumberParseException(ErrorType errorType, String message) { 48 this.errorType = errorType; 54 public ErrorType getErrorType() { 55 return errorType; 60 return "Error type: " + errorType + ". " + message [all...] |
/external/compiler-rt/lib/ubsan/ |
ubsan_handlers.cc | 25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { 48 ErrorType ET; 50 ET = ErrorType::NullPointerUse; 52 ET = ErrorType::MisalignedPointerUse; 54 ET = ErrorType::InsufficientObjectSize; 70 case ErrorType::NullPointerUse: 74 case ErrorType::MisalignedPointerUse: 80 case ErrorType::InsufficientObjectSize: 112 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflo [all...] |
ubsan_handlers_cxx.cc | 46 ErrorType ET = ErrorType::DynamicTypeMismatch; 93 ErrorType ET = ErrorType::CFIBadType;
|
ubsan_diag.h | 222 enum class ErrorType { 228 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET); 240 ErrorType Type; 243 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type); 251 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
|
ubsan_diag.cc | 46 static const char *ConvertTypeToString(ErrorType Type) { 49 case ErrorType::Name: \ 54 UNREACHABLE("unknown ErrorType!"); 57 static const char *ConvertTypeToFlagName(ErrorType Type) { 60 case ErrorType::Name: \ 65 UNREACHABLE("unknown ErrorType!"); 68 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) { 72 Type = ErrorType::GenericUB; 369 ErrorType Type) 407 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/ |
scoring.h | 32 const ErrorTypeUtils::ErrorType containedErrorTypes, const bool forceCommit,
|
weighting.h | 88 virtual ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
|
/system/core/crash_reporter/ |
user_collector.h | 91 enum ErrorType { 106 std::string GetErrorTypeSignature(ErrorType error_type) const; 130 void EnqueueCollectionErrorLog(pid_t pid, ErrorType error_type, 147 ErrorType ValidateCoreFile(const base::FilePath &core_path) const; 161 ErrorType ConvertCoreToMinidump(pid_t pid, 165 ErrorType ConvertAndEnqueueCrash(pid_t pid, const std::string &exec_name,
|
user_collector.cc | 102 std::string UserCollector::GetErrorTypeSignature(ErrorType error_type) const { 179 ErrorType error_type, 269 UserCollector::ErrorType UserCollector::ValidateCoreFile( 401 UserCollector::ErrorType UserCollector::ConvertCoreToMinidump( 459 ErrorType error = ValidateCoreFile(core_path); 482 UserCollector::ErrorType UserCollector::ConvertAndEnqueueCrash( 531 ErrorType error_type = 658 ErrorType error_type =
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
Diagnostics.h | 60 enum ErrorType { 140 ArgStream addError(SourceRange Range, ErrorType Error); 154 ErrorType Type;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
dic_node_state_scoring.h | 73 const ErrorTypeUtils::ErrorType errorType) { 75 mContainedErrorTypes = mContainedErrorTypes | errorType; 76 if (ErrorTypeUtils::isEditCorrectionError(errorType)) { 79 if (ErrorTypeUtils::isProximityCorrectionError(errorType)) { 82 if (ErrorTypeUtils::isCompletion(errorType)) { 184 ErrorTypeUtils::ErrorType getContainedErrorTypes() const { 203 ErrorTypeUtils::ErrorType mContainedErrorTypes;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
typing_scoring.h | 46 const ErrorTypeUtils::ErrorType containedErrorTypes, const bool forceCommit,
|
typing_weighting.cpp | 27 ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType,
|
/external/clang/tools/scan-build/libexec/ |
ccc-analyzer | 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 154 if ($ErrorType eq $ParserRejects) { 157 elsif ($ErrorType eq $AttributeIgnored) { 160 elsif ($ErrorType eq $OtherError) { 174 print OUT "$ErrorType\n";
|
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/ |
ccc-analyzer | 119 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 124 if ($ErrorType eq $ParserRejects) { 127 elsif ($ErrorType eq $AttributeIgnored) { 130 elsif ($ErrorType eq $OtherError) { 144 print OUT "$ErrorType\n";
|
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/ |
ccc-analyzer | 146 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 151 if ($ErrorType eq $ParserRejects) { 154 elsif ($ErrorType eq $AttributeIgnored) { 157 elsif ($ErrorType eq $OtherError) { 171 print OUT "$ErrorType\n";
|
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/ |
ccc-analyzer | 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 154 if ($ErrorType eq $ParserRejects) { 157 elsif ($ErrorType eq $AttributeIgnored) { 160 elsif ($ErrorType eq $OtherError) { 174 print OUT "$ErrorType\n";
|
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/ |
ccc-analyzer | 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 154 if ($ErrorType eq $ParserRejects) { 157 elsif ($ErrorType eq $AttributeIgnored) { 160 elsif ($ErrorType eq $OtherError) { 174 print OUT "$ErrorType\n";
|
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/ |
ccc-analyzer | 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 154 if ($ErrorType eq $ParserRejects) { 157 elsif ($ErrorType eq $AttributeIgnored) { 160 elsif ($ErrorType eq $OtherError) { 174 print OUT "$ErrorType\n";
|
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/ |
ccc-analyzer | 146 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 151 if ($ErrorType eq $ParserRejects) { 154 elsif ($ErrorType eq $AttributeIgnored) { 157 elsif ($ErrorType eq $OtherError) { 171 print OUT "$ErrorType\n";
|
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/ |
ccc-analyzer | 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 154 if ($ErrorType eq $ParserRejects) { 157 elsif ($ErrorType eq $AttributeIgnored) { 160 elsif ($ErrorType eq $OtherError) { 174 print OUT "$ErrorType\n";
|
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/ |
ccc-analyzer | 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 154 if ($ErrorType eq $ParserRejects) { 157 elsif ($ErrorType eq $AttributeIgnored) { 160 elsif ($ErrorType eq $OtherError) { 174 print OUT "$ErrorType\n";
|
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/ |
ccc-analyzer | 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 154 if ($ErrorType eq $ParserRejects) { 157 elsif ($ErrorType eq $AttributeIgnored) { 160 elsif ($ErrorType eq $OtherError) { 174 print OUT "$ErrorType\n";
|