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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Modules/Inputs/malformed/
c.h 1 template<typename T> void f() { T::error; } member in class:T
  /external/clang/test/Preprocessor/
macro_paste_c_block_comment.c 3 // expected-error@9 {{EOF}}
5 COMM // expected-error {{pasting formed '/*', an invalid preprocessing token}}
9 #error EOF
pr2086.c 9 #error
  /external/libbrillo/brillo/errors/
error_codes_unittest.cc 12 brillo::ErrorPtr error; local
14 AddSystemError(&error, FROM_HERE, ENOENT);
15 EXPECT_EQ(brillo::errors::system::kDomain, error->GetDomain());
16 EXPECT_EQ("ENOENT", error->GetCode());
17 EXPECT_EQ("No such file or directory", error->GetMessage());
18 error.reset();
20 AddSystemError(&error, FROM_HERE, EPROTO);
21 EXPECT_EQ(brillo::errors::system::kDomain, error->GetDomain());
22 EXPECT_EQ("EPROTO", error->GetCode());
23 EXPECT_EQ("Protocol error", error->GetMessage())
28 brillo::ErrorPtr error; local
    [all...]
  /external/libcxx/test/libcxx/experimental/algorithms/header.algorithm.synop/
includes.pass.cpp 15 # error "<experimental/algorithm> must include <algorithm>"
  /external/libcxx/test/libcxx/language.support/support.dynamic/
version.pass.cpp 15 #error _LIBCPP_VERSION not defined
  /external/libcxx/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
  /external/libcxx/test/std/experimental/utilities/utility/utility.synop/
includes.pass.cpp 15 # error "<experimental/utility> must include <utility>"
  /external/libcxx/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
  /external/libcxx/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
  /frameworks/base/core/java/android/database/
SQLException.java 20 * An exception that indicates there was an error with SQL parsing or execution.
26 public SQLException(String error) {
27 super(error);
30 public SQLException(String error, Throwable cause) {
31 super(error, cause);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteException.java 22 * A SQLite exception that indicates there was an error with SQL parsing or execution.
28 public SQLiteException(String error) {
29 super(error);
32 public SQLiteException(String error, Throwable cause) {
33 super(error, cause);
  /hardware/qcom/msm8998/json-c/
bits.h 25 #define error_ptr(error) ((void*)error)
29 #define error_description(error) (json_tokener_get_error(error))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-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/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/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/algorithms/header.algorithm.synop/
includes.pass.cpp 15 # error "<experimental/algorithm> must include <algorithm>"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/utilities/ratio/header.ratio.synop/
includes.pass.cpp 18 # error " <experimental/ratio> must include <ratio>"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/utilities/syserror/header.system_error.synop/
includes.pass.cpp 16 # error "<experimental/system_error> must include <system_error>"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/utilities/time/header.chrono.synop/
includes.pass.cpp 16 # error "<experimental/chrono> must include <chrono>"

Completed in 501 milliseconds

1 2 3 4 56 7 8 91011>>