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

1 2 3 45 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/
3-2.c 37 int error, prioceiling; local
39 error = pthread_mutexattr_init(&mutex_attr);
40 if (error) {
41 printf("pthread_mutexattr_init failed: %s\n", strerror(error));
49 error = pthread_mutexattr_setprotocol(&mutex_attr, PTHREAD_PRIO_NONE);
50 if (error) {
52 strerror(error));
57 error = pthread_mutex_init(&mutex, &mutex_attr);
58 if (error) {
59 printf("pthread_mutex_init failed: %s\n", strerror(error));
    [all...]
3-3.c 38 int error, prioceiling; local
40 error = pthread_mutexattr_init(&mutex_attr);
41 if (error) {
42 printf("pthread_mutexattr_init failed: %s\n", strerror(error));
50 error = pthread_mutexattr_setprotocol(&mutex_attr,
52 if (error) {
54 strerror(error));
59 error = pthread_mutex_init(&mutex, &mutex_attr);
60 if (error) {
61 printf("pthread_mutex_init failed: %s\n", strerror(error));
    [all...]
1-1.c 33 int error, prioceiling; local
35 error = pthread_mutexattr_init(&mutex_attr);
36 if (error) {
37 printf("pthread_mutexattr_init failed: %s\n", strerror(error));
45 error = pthread_mutexattr_setprotocol(&mutex_attr,
47 if (error) {
49 strerror(error));
54 error = pthread_mutex_init(&mutex, &mutex_attr);
55 if (error) {
56 printf("pthread_mutex_init failed: %s\n", strerror(error));
    [all...]
3-1.c 37 int error, prioceiling; local
45 error = pthread_mutex_init(&mutex, NULL);
46 if (error) {
47 printf("pthread_mutex_init failed: %s\n", strerror(error));
52 error = pthread_mutex_getprioceiling(&mutex, &prioceiling);
53 if (error) {
54 if (error == EINVAL) {
59 "expected: %s\n", strerror(error));
66 return (error == EINVAL ? PTS_PASS : PTS_FAIL);
  /external/clang/test/Lexer/
cxx-features.cpp 23 #error "wrong value for __cpp_binary_literals"
27 #error "wrong value for __cpp_digit_separators"
31 #error "wrong value for __cpp_init_captures"
35 #error "wrong value for __cpp_generic_lambdas"
39 #error "wrong value for __cpp_sized_deallocation"
43 #error "wrong value for __cpp_constexpr"
47 #error "wrong value for __cpp_decltype_auto"
51 #error "wrong value for __cpp_return_type_deduction"
55 #error "wrong value for __cpp_runtime_arrays"
59 #error "wrong value for __cpp_aggregate_nsdmi
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 17 #error FLT_ROUNDS not defined
21 #error FLT_EVAL_METHOD not defined
25 #error FLT_RADIX not defined
30 #error FLT_HAS_SUBNORM not defined
34 #error DBL_HAS_SUBNORM not defined
38 #error LDBL_HAS_SUBNORM not defined
43 #error FLT_MANT_DIG not defined
47 #error DBL_MANT_DIG not defined
51 #error LDBL_MANT_DIG not defined
55 #error DECIMAL_DIG not define
    [all...]
inttypes_h.pass.cpp 16 #error INT8_MIN not defined
20 #error INT16_MIN not defined
24 #error INT32_MIN not defined
28 #error INT64_MIN not defined
32 #error INT8_MAX not defined
36 #error INT16_MAX not defined
40 #error INT32_MAX not defined
44 #error INT64_MAX not defined
48 #error UINT8_MAX not defined
52 #error UINT16_MAX not define
    [all...]
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 17 #error FLT_ROUNDS not defined
21 #error FLT_EVAL_METHOD not defined
25 #error FLT_RADIX not defined
30 #error FLT_HAS_SUBNORM not defined
34 #error DBL_HAS_SUBNORM not defined
38 #error LDBL_HAS_SUBNORM not defined
43 #error FLT_MANT_DIG not defined
47 #error DBL_MANT_DIG not defined
51 #error LDBL_MANT_DIG not defined
55 #error DECIMAL_DIG not define
    [all...]
  /external/llvm/test/MC/AsmParser/
hash-directive.s 2 error label
3 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
5 error label
6 # CHECK: FILE1:3:1: error
8 error label
9 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
11 error label
12 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
14 error label
15 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
18 error label
22 error label
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
12-1-buildonly.c 23 #error IPC_CREAT not defined
27 #error IPC_EXCL not defined
31 #error IPC_NOWAIT not defined
35 #error IPC_PRIVATE not defined
39 #error IPC_RMID not defined
43 #error IPC_SET not defined
47 #error IPC_STAT not defined
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
hash-directive.s 2 error label
3 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
5 error label
6 # CHECK: FILE1:3:1: error
8 error label
9 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
11 error label
12 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
14 error label
15 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
18 error label
22 error label
    [all...]
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 16 #error INT8_MIN not defined
20 #error INT16_MIN not defined
24 #error INT32_MIN not defined
28 #error INT64_MIN not defined
32 #error INT8_MAX not defined
36 #error INT16_MAX not defined
40 #error INT32_MAX not defined
44 #error INT64_MAX not defined
48 #error UINT8_MAX not defined
52 #error UINT16_MAX not define
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_setprioceiling/
1-1.c 33 int error, prioceiling; local
35 error = pthread_mutexattr_init(&mutex_attr);
36 if (error) {
37 printf("pthread_mutexattr_init failed: %s\n", strerror(error));
45 error = pthread_mutexattr_setprotocol(&mutex_attr,
47 if (error) {
49 strerror(error));
54 error = pthread_mutex_init(&mutex, &mutex_attr);
55 if (error) {
56 printf("pthread_mutex_init failed: %s\n", strerror(error));
    [all...]
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 16 #error E2BIG not defined
20 #error EACCES not defined
24 #error EACCES not defined
28 #error EADDRINUSE not defined
32 #error EADDRNOTAVAIL not defined
36 #error EAFNOSUPPORT not defined
40 #error EAGAIN not defined
44 #error EALREADY not defined
48 #error EBADF not defined
52 #error EBADMSG not define
    [all...]
  /external/clang/test/PCH/
fuzzy-pch.c 16 # error FOO was not defined
20 # error FOO has the wrong definition
24 # error BAR was not defined
  /external/freetype/include/freetype/
ftbbox.h 38 #error "freetype.h of FreeType 1 has been loaded!"
39 #error "Please fix the directory search order for header files"
40 #error "so that freetype.h of FreeType 2 is found first."
76 * FreeType error code. 0~means success.
ftbzip2.h 26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
69 * FreeType error code. 0~means success.
ftfntfmt.h 26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
72 * Font format string. NULL in case of error.
ftlzw.h 26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
68 * FreeType error code. 0~means success.
ftsynth.h 52 #error "freetype.h of FreeType 1 has been loaded!"
53 #error "Please fix the directory search order for header files"
54 #error "so that freetype.h of FreeType 2 is found first."
  /external/libcxx/test/std/language.support/support.limits/support.limits.general/
atomic.version.pass.cpp 35 # error "__cpp_lib_char8_t has an invalid value"
42 # error "__cpp_lib_atomic_is_always_lock_free is not defined"
44 # error "__cpp_lib_atomic_is_always_lock_free has an invalid value"
50 # error "__cpp_lib_fooby is not defined"
52 # error "__cpp_lib_fooby has an invalid value"
filesystem.version.pass.cpp 32 # error "__cpp_lib_char8_t has an invalid value"
39 # error "__cpp_lib_filesystem is not defined"
41 # error "__cpp_lib_filesystem has an invalid value"
47 # error "__cpp_lib_fooby is not defined"
49 # error "__cpp_lib_fooby has an invalid value"
  /external/skia/src/sksl/
SkSLErrorReporter.h 22 void error(int offset, const char* msg) { function in class:SkSL::ErrorReporter
23 this->error(offset, String(msg));
26 virtual void error(int offset, String msg) = 0;
  /external/skqp/src/sksl/
SkSLErrorReporter.h 22 void error(int offset, const char* msg) { function in class:SkSL::ErrorReporter
23 this->error(offset, String(msg));
26 virtual void error(int offset, String msg) = 0;
  /external/tensorflow/tensorflow/lite/experimental/objc/sources/
TFLInterpreter+Internal.h 30 * @param error An optional error parameter populated when there is an error in setting the data.
33 * Returns NO if an error occurred.
35 - (BOOL)copyData:(NSData *)data toInputTensorAtIndex:(NSUInteger)index error:(NSError **)error;
42 * @param error An optional error parameter populated when there is an error in getting the data.
44 * @return The data of the given tensor. `nil` if there is an error or data is not available
    [all...]

Completed in 960 milliseconds

1 2 3 45 6 7 8 91011>>