HomeSort by relevance Sort by last modified time
    Searched refs:error (Results 51 - 75 of 13513) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 15 #error CHAR_BIT not defined
19 #error SCHAR_MIN not defined
23 #error SCHAR_MAX not defined
27 #error UCHAR_MAX not defined
31 #error CHAR_MIN not defined
35 #error CHAR_MAX not defined
39 #error MB_LEN_MAX not defined
43 #error SHRT_MIN not defined
47 #error SHRT_MAX not defined
51 #error USHRT_MAX not define
    [all...]
  /bionic/tests/
limits_test.cpp 26 #error MB_LEN_MAX
29 #error CHAR_MIN
32 #error CHAR_MAX
35 #error SCHAR_MIN
38 #error SCHAR_MAX
41 #error SHRT_MIN
44 #error SHRT_MAX
47 #error INT_MIN
50 #error INT_MAX
53 #error LONG_MI
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
2-1-buildonly.c 14 #error PTHREAD_CANCEL_ASYNCHRONOUS not defined
18 #error PTHREAD_CANCEL_ENABLE not defined
22 #error PTHREAD_CANCEL_DEFERRED not defined
26 #error PTHREAD_CANCEL_DISABLE not defined
30 #error PTHREAD_CANCELED not defined
34 #error PTHREAD_COND_INTIALIZER not defined
38 #error PTHREAD_CREATE_DETACHED not defined
42 #error PTHREAD_CREATE_JOINABLE not defined
46 #error PTHREAD_EXPLICIT_SCHED not defined
50 #error PTHREAD_INHERIT_SCHED not define
    [all...]
  /external/strace/tests/
qual_fault-syntax.test 40 "strace -e fault=$* failed to handle an argument error properly"
47 chdir:error= \
48 chdir:error=:when=10 \
49 chdir:error=invalid_error_name \
50 chdir:error=invalid_error_name:when=11 \
51 chdir:error=-1 \
52 chdir:error=-1:when=12 \
53 chdir:error=-2 \
54 chdir:error=-2:when=13 \
55 chdir:error=3+
    [all...]
  /external/strace/tests-m32/
qual_fault-syntax.test 40 "strace -e fault=$* failed to handle an argument error properly"
47 chdir:error= \
48 chdir:error=:when=10 \
49 chdir:error=invalid_error_name \
50 chdir:error=invalid_error_name:when=11 \
51 chdir:error=-1 \
52 chdir:error=-1:when=12 \
53 chdir:error=-2 \
54 chdir:error=-2:when=13 \
55 chdir:error=3+
    [all...]
  /external/strace/tests-mx32/
qual_fault-syntax.test 40 "strace -e fault=$* failed to handle an argument error properly"
47 chdir:error= \
48 chdir:error=:when=10 \
49 chdir:error=invalid_error_name \
50 chdir:error=invalid_error_name:when=11 \
51 chdir:error=-1 \
52 chdir:error=-1:when=12 \
53 chdir:error=-2 \
54 chdir:error=-2:when=13 \
55 chdir:error=3+
    [all...]
  /external/libcxx/test/std/language.support/support.limits/support.limits.general/
version.version.pass.cpp 102 # error "__cpp_lib_atomic_is_always_lock_free is not defined"
104 # error "__cpp_lib_atomic_is_always_lock_free has an invalid value"
110 # error "__cpp_lib_filesystem is not defined"
112 # error "__cpp_lib_filesystem has an invalid value"
118 # error "__cpp_lib_invoke is not defined"
120 # error "__cpp_lib_invoke has an invalid value"
126 # error "__cpp_lib_void_t is not defined"
128 # error "__cpp_lib_void_t has an invalid value"
137 # error "__cpp_lib_char8_t has an invalid value"
144 # error "__cpp_lib_fooby is not defined
    [all...]
  /external/clang/test/Headers/
float.c 19 #error "Mandatory macro FLT_RADIX is missing."
21 #error "Mandatory macro FLT_RADIX is invalid."
26 #error "Mandatory macro FLT_MANT_DIG is missing."
28 #error "Mandatory macro FLT_MANT_DIG is invalid."
31 #error "Mandatory macro DBL_MANT_DIG is missing."
33 #error "Mandatory macro DBL_MANT_DIG is invalid."
36 #error "Mandatory macro LDBL_MANT_DIG is missing."
38 #error "Mandatory macro LDBL_MANT_DIG is invalid."
41 #error "Mandatory macros {FLT,DBL,LDBL}_MANT_DIG are invalid."
47 #error "Mandatory macro FLT_DECIMAL_DIG is missing.
    [all...]
  /external/libnl/tests/
util.h 3 #define nl_fail_if(condition, error, message) \
5 (error), nl_geterror(error), (message))
  /bionic/tests/headers/posix/
stdarg_h.c 37 #error va_start
40 #error va_copy
43 #error va_arg
46 #error va_end
  /device/google/bonito/json-c/
bits.h 25 #define error_ptr(error) ((void*)error)
29 #define error_description(error) (json_tokener_get_error(error))
  /device/google/crosshatch/json-c/
bits.h 25 #define error_ptr(error) ((void*)error)
29 #define error_description(error) (json_tokener_get_error(error))
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
floatio.h 54 #error "floating point buffers too small"
  /device/linaro/hikey/hifi/xaf/hifi-dpf/include/
xf-plugin.h 31 #error "xf-plugin.h cannot be used together with xf.h"
  /external/clang/test/Index/
preamble-reparse-import.m-1.h 2 #error parsed twice
preamble-reparse-import.m-2.h 2 #error parsed twice
  /external/clang/test/Lexer/
cxx1z-trigraphs.cpp 4 ??= define foo ; // expected-error {{}} expected-warning {{trigraph ignored}}
6 static_assert("??="[0] == '#', ""); // expected-error {{failed}} expected-warning {{trigraph ignored}}
9 error here; // expected-error {{}}
pragma-message2.c 15 #pragma GCC error "" "[ ]" "" // expected-error {{[ ]}}
16 // CHECK: #pragma GCC error "[\011]"
18 #pragma GCC error("" "[ ]" "") // expected-error {{[ ]}}
19 // CHECK: #pragma GCC error "[\011]"
  /external/clang/test/Modules/Inputs/explicit-build/
a.h 2 #error "should only get here when building module a"
b.h 4 #error "should only get here when building module b"
c.h 4 #error "should only get here when building module c"
  /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...]

Completed in 683 milliseconds

1 23 4 5 6 7 8 91011>>