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

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dui.js201 ui.Errors = function() {
207 ui.Errors.prototype = {
/external/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h31 DiagList Errors, Warnings, 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.h184 DirectiveList Errors; member in struct:clang::VerifyDiagnosticConsumer::ExpectedData
189 llvm::DeleteContainerPointers(Errors);
/external/chromium/net/tools/crash_cache/
H A Dcrash_cache.cc32 enum Errors { enum
/external/chromium/net/tools/dump_cache/
H A Ddump_cache.cc19 enum Errors { enum
/external/chromium_org/net/tools/dump_cache/
H A Ddump_cache.cc26 enum Errors { enum
/external/chromium_org/net/tools/crash_cache/
H A Dcrash_cache.cc35 enum Errors { enum
/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.cpp76 Errors.push_back(Error.toStringFull());
98 std::vector<std::string> Errors; member in class:clang::ast_matchers::dynamic::__anon16671::MockSema
115 EXPECT_EQ("1:1: Error parsing unsigned token: <12345678901>", Sema.Errors[3]);
116 EXPECT_EQ("1:1: Error parsing unsigned token: <1a1>", Sema.Errors[4]);
127 EXPECT_EQ("1:1: Error parsing string token: <\"Baz>", Sema.Errors[2]);
146 for (size_t i = 0, e = Sema.Errors.size(); i != e; ++i) {
147 EXPECT_EQ("", Sema.Errors[i]);
225 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.cpp556 AllocationPairVec Errors; local
570 Errors.push_back(std::make_pair(I->first, &I->second));
582 for (AllocationPairVec::iterator I = Errors.begin(), E = Errors.end();
H A DMallocChecker.cpp1639 SmallVector<SymbolRef, 2> Errors; local
1643 Errors.push_back(I->first);
1670 if (!Errors.empty()) {
1674 I = Errors.begin(), E = Errors.end(); I != E; ++I) {
/external/clang/tools/libclang/
H A DIndexing.cpp394 SmallVector<StoredDiagnostic, 4> Errors; member in class:__anon16665::CaptureDiagnosticConsumer
400 Errors.push_back(StoredDiagnostic(level, Info));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp72 case 5: name = "Errors";
73 if (exec) Errors();
3574 // Errors Check for error handling in patterns.
3577 void RegexTest::Errors() { function in class:RegexTest
/external/icu4c/test/intltest/
H A Dregextst.cpp83 case 5: name = "Errors";
84 if (exec) Errors();
3724 // Errors Check for error handling in patterns.
3727 void RegexTest::Errors() { function in class:RegexTest
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2985 unsigned Errors = 0; local
3006 Errors += InferFromPattern(InstInfo, PatInfo, InstInfo.TheDef);
3030 Errors += InferFromPattern(InstInfo, PatInfo, PTM.getSrcRecord());
3033 if (Errors)
3070 unsigned Errors = 0; local
3113 ++Errors;
3130 if (Errors)
3131 PrintFatalError("Errors in DAG patterns");

Completed in 1510 milliseconds