Searched defs:Errors (Results 1 - 25 of 28) sorted by relevance

12

/external/libunwind/doc/
H A Dunw_init_local.tex57 \section{Errors}
55 \\section{Errors} section
H A Dunw_init_remote.tex53 \section{Errors}
51 \\section{Errors} section
H A Dunw_resume.tex73 \section{Errors}
71 \\section{Errors} section
H A Dunw_get_fpreg.tex48 \section{Errors}
46 \\section{Errors} section
H A Dunw_get_proc_info.tex96 \section{Errors}
94 \\section{Errors} section
H A Dunw_get_proc_info_by_ip.tex62 \section{Errors}
60 \\section{Errors} section
H A Dunw_get_proc_name.tex55 \section{Errors}
53 \\section{Errors} section
H A Dunw_get_reg.tex49 \section{Errors}
47 \\section{Errors} section
H A Dunw_is_signal_frame.tex44 \section{Errors}
42 \\section{Errors} section
H A Dunw_set_caching_policy.tex59 \section{Errors}
57 \\section{Errors} section
H A Dunw_set_fpreg.tex48 \section{Errors}
46 \\section{Errors} section
H A Dunw_set_reg.tex49 \section{Errors}
47 \\section{Errors} section
H A Dunw_step.tex34 \section{Errors}
32 \\section{Errors} section
/external/mesa3d/scons/
H A Ddxsdk.py33 import SCons.Errors namespace
54 raise SCons.Errors.InternalError, "Unsupported target machine"
H A Dllvm.py36 import SCons.Errors namespace
50 raise SCons.Errors.InternalError, "Specified LLVM directory not found"
61 raise SCons.Errors.InternalError, "LLVM binary directory not found"
/external/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h31 DiagList Errors, Warnings, Remarks, Notes; member in class:clang::TextDiagnosticBuffer
33 const_iterator err_begin() const { return Errors.begin(); }
34 const_iterator err_end() const { return Errors.end(); }
H A DVerifyDiagnosticConsumer.h192 DirectiveList Errors; member in struct:clang::VerifyDiagnosticConsumer::ExpectedData
198 Errors.clear();
/external/clang/test/SemaCXX/
H A DMicrosoftSuper.cpp3 struct Errors { struct
5 __super::XXX x; // expected-error {{invalid use of '__super', Errors has no base classes}} expected-error {{expected}}
/external/jsoncpp/include/json/
H A Dreader.h125 typedef std::deque<ErrorInfo> Errors; typedef in class:Json::Reader
173 Errors errors_;
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h159 ArrayRef<ErrorContent> errors() const { return Errors; }
178 std::vector<ErrorContent> Errors; member in class:clang::ast_matchers::dynamic::Diagnostics
/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp42 Errors.push_back(Error.toStringFull());
71 std::vector<std::string> Errors; member in class:clang::ast_matchers::dynamic::__anon2801::MockSema
90 EXPECT_EQ("1:1: Error parsing unsigned token: <12345678901>", Sema.Errors[3]);
91 EXPECT_EQ("1:1: Error parsing unsigned token: <1a1>", Sema.Errors[4]);
102 EXPECT_EQ("1:1: Error parsing string token: <\"Baz>", Sema.Errors[2]);
128 for (size_t i = 0, e = Sema.Errors.size(); i != e; ++i) {
129 EXPECT_EQ("", Sema.Errors[i]);
229 TEST(ParserTest, Errors) {
/external/doclava/src/com/google/doclava/
H A DErrors.java22 public class Errors { class
124 // Errors for API verification
153 // Errors in javadoc generation
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h220 enum Errors { enum in class:webrtc::AudioProcessing
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp566 AllocationPairVec Errors; local
580 Errors.push_back(std::make_pair(I->first, &I->second));
592 for (AllocationPairVec::iterator I = Errors.begin(), E = Errors.end();
/external/clang/tools/libclang/
H A DIndexing.cpp387 SmallVector<StoredDiagnostic, 4> Errors; member in class:__anon2792::CaptureDiagnosticConsumer
393 Errors.push_back(StoredDiagnostic(level, Info));

Completed in 851 milliseconds

12