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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
endian.h 4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
syslog-path.h 21 # error "Never include this file directly. Use <sys/syslog.h> instead"
utsname.h 20 # error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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
23 #error bool should not be defined
27 #error true should not be defined
31 #error false should not be defined
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/
version.pass.cpp 15 #error _LIBCPP_VERSION not defined
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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/r13/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/algorithms/header.algorithm.synop/
includes.pass.cpp 15 # error "<experimental/algorithm> must include <algorithm>"
  /prebuilts/ndk/r13/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/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/utility/utility.synop/
includes.pass.cpp 15 # error "<experimental/utility> must include <utility>"
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/
version.pass.cpp 15 #error _LIBCPP_VERSION not defined
  /prebuilts/ndk/r13/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
  /toolchain/binutils/binutils-2.25/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.25/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);

Completed in 651 milliseconds

1 2 3 4 5 67 8 91011>>