HomeSort by relevance Sort by last modified time
    Searched refs:EINVAL (Results 26 - 50 of 1380) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/security/testeffect/
CTSTestEffect.cpp 49 return -EINVAL;
53 return -EINVAL;
70 return -EINVAL;
81 return -EINVAL;
89 return -EINVAL;
108 return -EINVAL;
114 return -EINVAL;
121 return -EINVAL;
129 return -EINVAL;
138 return -EINVAL;
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_attr_getschedparam.c 47 return EINVAL;
pthread_attr_getstackaddr.c 76 * EINVAL 'attr' is invalid
86 return EINVAL;
pthread_attr_getstacksize.c 77 * EINVAL 'attr' is invalid
87 return EINVAL;
pthread_attr_setscope.c 57 return EINVAL;
pthread_barrierattr_destroy.c 63 * EINVAL 'attr' is invalid.
72 result = EINVAL;
pthread_barrierattr_getpshared.c 77 * EINVAL 'attr' is invalid,
91 result = EINVAL;
pthread_condattr_destroy.c 65 * EINVAL 'attr' is invalid.
74 result = EINVAL;
pthread_condattr_getpshared.c 78 * EINVAL 'attr' or 'pshared' is invalid,
92 result = EINVAL;
pthread_mutexattr_destroy.c 63 * EINVAL 'attr' is invalid.
72 result = EINVAL;
pthread_mutexattr_getpshared.c 76 * EINVAL 'attr' is invalid,
90 result = EINVAL;
pthread_mutexattr_getrobust.c 99 * EINVAL 'attr' or 'robust' is invalid,
104 int result = EINVAL;
pthread_mutexattr_gettype.c 52 result = EINVAL;
pthread_mutexattr_setrobust.c 99 * EINVAL 'attr' or 'robust' is invalid,
104 int result = EINVAL;
pthread_rwlockattr_destroy.c 64 * EINVAL 'attr' is invalid.
73 result = EINVAL;
pthread_rwlockattr_getpshared.c 78 * EINVAL 'attr' is invalid,
92 result = EINVAL;
sched_get_priority_max.c 123 errno = EINVAL;
sched_get_priority_min.c 124 errno = EINVAL;
pthread_spin_lock.c 48 return (EINVAL);
79 return EINVAL;
pthread_spin_trylock.c 48 return (EINVAL);
76 return EINVAL;
sem_getvalue.c 65 * EINVAL 'sem' is not a valid semaphore,
82 errno = EINVAL;
98 errno = EINVAL;
sem_trywait.c 71 * EINVAL 'sem' is not a valid semaphore,
84 result = EINVAL;
93 errno = EINVAL;
pthread_mutex_unlock.c 80 result = EINVAL;
100 result = EINVAL;
138 result = EINVAL;
157 result = EINVAL;
171 result = EINVAL;
  /system/core/libpixelflinger/codeflinger/tinyutils/
Errors.h 37 BAD_VALUE = -EINVAL,
  /ndk/sources/host-tools/make-3.81/w32/compat/
dirent.c 37 errno = EINVAL;
89 errno = EINVAL;
95 errno = EINVAL;
114 errno = EINVAL;
120 errno = EINVAL;
145 errno = EINVAL;
151 errno = EINVAL;
171 errno = EINVAL;
177 errno = EINVAL;
203 errno = EINVAL;
    [all...]

Completed in 479 milliseconds

12 3 4 5 6 7 8 91011>>