Searched refs:error (Results 151 - 175 of 3763) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Derrorrules.py17 """Linter error rules class for Closure Linter."""
30 def ShouldReportError(error):
31 """Whether the given error should be reported.
37 return FLAGS.jsdoc or error not in (
/external/clang/lib/Headers/
H A Dlzcntintrin.h25 #error "Never use <lzcntintrin.h> directly; include <x86intrin.h> instead."
29 # error "LZCNT instruction is not enabled"
/external/clang/lib/include/
H A Dlzcntintrin.h25 #error "Never use <lzcntintrin.h> directly; include <x86intrin.h> instead."
29 # error "LZCNT instruction is not enabled"
/external/clang/test/Frontend/
H A Dverify.c8 // expected-error@7 1 {{missing or invalid line number}}
11 // expected-error@10 {{missing or invalid line number}}
14 // expected-error@13 {{missing or invalid line number}}
17 // expected-error@16 {{cannot find start}}
19 // expected-error 0+ {{should also be ignored}}
23 // expected-error {{should be ignored}}
25 // eexpected-error {{should also be ignored: unrecognised directive}}
26 #error should not be ignored
27 // expected-error@-1 1+ {{should not be ignored}}
30 unexpected a; // expected-error
[all...]
/external/clang/test/Modules/
H A Dsubmodules-preprocess.cpp8 # error HAVE_VECTOR macro is not available (but should be)
12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be)
16 # error HAVE_HASH_MAP macro is available (but shouldn't be)
19 @import std.typetraits; // expected-error{{no submodule named 'typetraits' in module 'std'; did you mean 'type_traits'?}}
22 # error HAVE_VECTOR macro is not available (but should be)
26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
30 # error HAVE_HASH_MAP macro is available (but shouldn't be)
33 @import std.vector.compare; // expected-error{{no submodule named 'compare' in module 'std.vector'}}
38 # error HAVE_VECTOR macro is not available (but should be)
42 # error HAVE_TYPE_TRAITS_MA
[all...]
/external/clang/test/Preprocessor/
H A Ddisabled-cond-diags2.c11 #if 1 junk // expected-error{{token is not a valid binary operator in a preprocessor subexpression}}
14 #X // expected-error{{invalid preprocessing directive}}
25 #error
H A Dfeature_tests.c4 #error Should have __has_feature
9 #error Bad
18 #error Clang should have these
22 #error Clang should not have this
26 #error Feature name in double underscores does not work
33 #error Broken handling of target-specific builtins
44 #error Alias expansion not allowed
53 #error Expansion should have occurred
/external/clang/test/SemaCXX/
H A Dlocal-classes.cpp7 goto error;
15 error:
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c85 goto error;
93 goto error;
99 goto error;
113 goto error;
117 goto error;
126 goto error;
131 goto error;
136 goto error;
147 goto error;
151 goto error;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A Dmessages.properties14 standardError = Standard error on this test is {0} (should be less than {1} to become reliable!)
/external/harfbuzz/src/
H A Dharfbuzz-stream.c73 HB_Error error = (HB_Error)0; local
77 error = ERR(HB_Err_Read_Error);
79 LOG(( "_hb_stream_seek(%ld) -> 0x%04X\n", pos, error ));
80 return error;
88 HB_Error error = HB_Err_Ok; local
94 error = ERR(HB_Err_Read_Error);
103 LOG(( "_hb_stream_frame_enter(%ld) -> 0x%04X\n", count, error ));
104 return error;
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-stream.c73 HB_Error error = (HB_Error)0; local
77 error = ERR(HB_Err_Read_Error);
79 LOG(( "_hb_stream_seek(%ld) -> 0x%04X\n", pos, error ));
80 return error;
88 HB_Error error = HB_Err_Ok; local
94 error = ERR(HB_Err_Read_Error);
103 LOG(( "_hb_stream_frame_enter(%ld) -> 0x%04X\n", count, error ));
104 return error;
/external/llvm/include/llvm/Config/
H A DAsmParsers.def.in24 # error Please define the macro LLVM_ASM_PARSER(TargetName)
H A DAsmPrinters.def.in24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
H A DDisassemblers.def.in24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
H A DTargets.def.in23 # error Please define the macro LLVM_TARGET(TargetName)
/external/llvm/test/MC/AsmParser/
H A Dalign_invalid.s5 # ELF: error: alignment must be a power of 2
6 # DARWIN-NOT: error
9 # ELF-NOT: error
10 # DARWIN: error: invalid alignment value
H A Dpurgem.s8 # CHECK: error: macro 'bar' is not defined
12 # CHECK: error: invalid instruction mnemonic 'foo'
/external/quake/quake/src/QW/server/
H A Dsys.h26 void Sys_Error (char *error, ...);
27 // an error will cause the entire program to exit
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dtimeout-clear-watch.js1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
6 var error;
11 error = e;
12 shouldBe('error.code', 'error.TIMEOUT');
13 shouldBe('error.message', '"Timeout expired"');
/external/webkit/LayoutTests/fast/js/resources/
H A Dscript-line-number.js21 function assertErrorOnLine(error, expectedLine)
23 shouldBe(stringify(getLineFromError(error)), stringify(expectedLine));
/external/webkit/LayoutTests/storage/script-tests/
H A Dstorageinfo-query-usage.js3 function errorCallback(error)
5 testFailed("Error occurred: " + error);
/external/webkit/Source/WebCore/
H A DDerivedSources.cpp479 // accidentally, so we'll throw an error whenever any file includes it.
481 #error Do not include any file in DerivedSources.cpp that includes StaticConstructors.h
/external/webkit/Source/WebCore/manual-tests/inspector/resources/
H A Dscript-console-calls.js4 console.error("Test console.error");
/external/webkit/Source/WebCore/page/
H A DNavigatorUserMediaErrorCallback.idl30 boolean handleEvent(in NavigatorUserMediaError error);

Completed in 7768 milliseconds

1234567891011>>