HomeSort by relevance Sort by last modified time
    Searched refs:error (Results 151 - 175 of 22890) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/utilities/tuple/header.tuple.synop/
includes.pass.cpp 18 # error "<experimental/tuple> must include <tuple>"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/language.support/support.dynamic/
version.pass.cpp 15 #error _LIBCPP_VERSION not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
errno_h.pass.cpp 16 #error EDOM not defined
20 #error EILSEQ not defined
24 #error ERANGE not defined
28 #error errno not defined
stdbool_h.pass.cpp 15 #error __bool_true_false_are_defined not defined
19 #error bool should not be defined
23 #error true should not be defined
27 #error false should not be defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/meta/meta.type.synop/
includes.pass.cpp 16 # error "<experimental/type_traits> must include <type_traits>"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/utility/utility.synop/
includes.pass.cpp 15 # error "<experimental/utility> must include <utility>"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
cstdbool.pass.cpp 15 #error __bool_true_false_are_defined not defined
19 #error bool should not be defined
23 #error true should not be defined
27 #error false should not be defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/test.support/
test_macros_header_exceptions.fail.cpp 18 try { ((void)0); } catch (...) {} // expected-error {{exceptions disabled}}
21 #error exceptions enabled
22 // expected-error@-1 {{exceptions enabled}}
test_macros_header_exceptions.pass.cpp 19 #error macro defined unexpectedly
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
error-002.d 1 #source: error-002.s
2 #error: bad opcode or operands
4 # Test expect's dump_run_test error option
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
err-sh4a-fp.s 6 fpchg fpul ! { dg-error "excess operands" }
8 fsrra fr1, fr2 ! { dg-error "excess operands" }
9 fsrra ! { dg-error "invalid operands|missing operand" }
10 fsrra fpul ! { dg-error "invalid operands" }
11 fsrra dr0, dr2 ! { dg-error "invalid operands" }
13 fsca dr0, fpul ! { dg-error "invalid operands" }
14 fsca fpul, fr0 ! { dg-error "invalid operands" }
15 fsca fpul ! { dg-error "invalid operands|missing operand" }
  /external/clang/test/Misc/
diag-presumed.c 6 X(int n = error);
8 // PRESUMED: diag-presumed.c:101:11: error: use of undeclared identifier 'error'
9 // SPELLING: diag-presumed.c:6:11: error: use of undeclared identifier 'error'
12 // PRESUMED: diag-presumed.c:106:1: error: extra ';' outside of a functio
13 // SPELLING: diag-presumed.c:11:1: error: extra ';' outside of a functio
24 another error; variable
28 // PRESUMED: systemheader.h:7:1: error: unknown type name 'another'
31 // SPELLING: diag-presumed.c:24:1: error: unknown type name 'another
    [all...]
  /external/clang/test/Preprocessor/
expr_multichar.c 5 #error Bad multichar constant calculation!
  /external/libcxx/test/libcxx/selftest/
test_macros.pass.cpp 15 #error TEST_STD_VER must be defined
19 #error TEST_NOEXCEPT must be defined
23 #error LIBCPP_ASSERT must be defined
27 #error LIBCPP_STATIC_ASSERT must be defined
40 # error "TEST_EXTENDED_CONSTEXPR mismatch (1)"
44 # error "TEST_EXTENDED_CONSTEXPR mismatch (2)"
51 # error "TEST_VARIABLE_TEMPLATES mismatch (1)"
55 # error "TEST_VARIABLE_TEMPLATES mismatch (2)"
  /frameworks/base/core/java/android/database/sqlite/
SQLiteAbortException.java 27 public SQLiteAbortException(String error) {
28 super(error);
SQLiteAccessPermException.java 26 public SQLiteAccessPermException(String error) {
27 super(error);
SQLiteBindOrColumnIndexOutOfRangeException.java 25 public SQLiteBindOrColumnIndexOutOfRangeException(String error) {
26 super(error);
SQLiteBlobTooBigException.java 22 public SQLiteBlobTooBigException(String error) {
23 super(error);
SQLiteCantOpenDatabaseException.java 22 public SQLiteCantOpenDatabaseException(String error) {
23 super(error);
SQLiteConstraintException.java 25 public SQLiteConstraintException(String error) {
26 super(error);
SQLiteDatabaseCorruptException.java 25 public SQLiteDatabaseCorruptException(String error) {
26 super(error);
SQLiteDatabaseLockedException.java 30 public SQLiteDatabaseLockedException(String error) {
31 super(error);
SQLiteDatatypeMismatchException.java 22 public SQLiteDatatypeMismatchException(String error) {
23 super(error);
SQLiteDiskIOException.java 20 * An exception that indicates that an IO error occured while accessing the
26 public SQLiteDiskIOException(String error) {
27 super(error);
SQLiteDoneException.java 28 public SQLiteDoneException(String error) {
29 super(error);

Completed in 1534 milliseconds

1 2 3 4 5 67 8 91011>>