OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error
(Results
1 - 25
of
13513
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Driver/
cl-fallback.c
88
#
error
"This fails to compile."
nostdlibinc.c
5
#
error
"expected to be able to find compiler builtin headers!"
9
#
error
"expected to *not* be able to find standard C headers"
cl-pch-errorhandling.cpp
15
#
error
nope2
/external/libchrome/base/third_party/symbolize/
symbolize.h
15
#
error
"symbolize support was removed from libchrome"
/external/swiftshader/src/Reactor/SubmoduleCheck/gtest/
gtest.h
2
#
error
"Missing googletest submodule. Run git submodule update --init
/external/webrtc/webrtc/p2p/base/
session.h
13
#
error
"DONT INCLUDE THIS"
/external/harfbuzz_ng/src/
hb-warning.cc
30
#
error
"Could not find any system to define atomic_int macros, library WILL NOT be thread-safe"
31
#
error
"Check hb-atomic.hh for possible resolutions."
35
#
error
"Could not find any system to define mutex macros, library WILL NOT be thread-safe"
36
#
error
"Check hb-mutex.hh for possible resolutions."
/external/clang/test/Misc/
serialized-diags-no-category.c
0
#
error
foo
2
#
error
bar
10
// CHECK: {{.*[/\\]}}serialized-diags-no-category.c:1:2:
error
: foo []
/external/llvm/test/MC/AsmParser/
directive-err-diagnostics.s
3
.
error
0
4
// CHECK:
error
: .
error
argument must be a string
5
// CHECK: .
error
0
10
.
error
"message"
13
// CHECK-NOT:
error
: message
14
// CHECK-NOT:
error
: invalid instruction mnemonic 'message'
15
// CHECK-NOT: .
error
"message"
/external/mesa3d/src/compiler/glsl/glcpp/tests/
090-hash-error.c
0
#
error
human
error
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
directive-err-diagnostics.s
3
.
error
0
4
// CHECK:
error
: .
error
argument must be a string
5
// CHECK: .
error
0
10
.
error
"message"
13
// CHECK-NOT:
error
: message
14
// CHECK-NOT:
error
: invalid instruction mnemonic 'message'
15
// CHECK-NOT: .
error
"message"
/external/clang/test/Lexer/
bcpl-escaped-newline.c
5
#
error
bar
8
#
error
qux
9
// expected-
error
@-1 {{qux}}
13
#
error
quux
/art/test/1337-gc-coverage/
check
17
# Check that the string "
error
" isn't present
18
if grep
error
"$2"; then
/art/test/148-multithread-gc-annotations/
check
17
# Check that the string "
error
" isn't present
18
if grep
error
"$2"; then
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/tzc400/
tzc400.c
8
#
error
"Using deprecated TZC-400 source file"
/device/linaro/hikey/hifi/xaf/host-apf/include/sys/fio/
xf-hal.h
24
#
error
"xf-hal.h mustn't be included directly"
xf-runtime.h
24
#
error
"xf-runtime.h mustn't be included directly"
/external/clang/test/Frontend/
undef.c
3
#
error
"Must be preprocessed as assembler."
verify2.h
2
// expected-
error
{{should be ignored}}
5
#
error
header
/external/clang/test/Lexer/Inputs/
success.h
0
#
error
success
/external/clang/test/Modules/Inputs/exclude-header/x/
bad.h
0
#
error
bad
/external/clang/test/Preprocessor/
pr19649-signed-wchar_t.c
5
#
error
"Unexpected expression evaluation result"
pr19649-unsigned-wchar_t.c
5
#
error
"Unexpected expression evaluation result"
optimize.c
5
#
error
"__OPTIMIZE__ not defined"
8
#
error
"__OPTIMIZE_SIZE__ defined"
16
#
error
"__OPTIMIZE__ defined"
19
#
error
"__OPTIMIZE_SIZE__ defined"
27
#
error
"__OPTIMIZE__ not defined"
30
#
error
"__OPTIMIZE_SIZE__ not defined"
/external/freetype/src/psaux/
pserror.c
5
* Adobe's code for
error
handling (body).
44
cf2_setError( FT_Error*
error
,
47
if (
error
&& !*
error
)
48
*
error
= value;
Completed in 1038 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>