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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_setschedparam.c 57 return EINVAL;
84 return EINVAL;
109 result = EINVAL;
ptw32_semwait.c 61 * EINVAL 'sem' is not a valid semaphore,
74 result = EINVAL;
87 errno = EINVAL;
105 errno = EINVAL;
sem_post_multiple.c 72 * EINVAL 'sem' is not a valid semaphore
85 result = EINVAL;
94 result = EINVAL;
123 result = EINVAL;
pthread_rwlock_unlock.c 50 return (EINVAL);
65 return EINVAL;
pthread_spin_destroy.c 49 return EINVAL;
63 result = EINVAL;
94 * waiting to initialise this mutex will get an EINVAL.
sem_destroy.c 67 * EINVAL 'sem' is not a valid semaphore,
80 result = EINVAL;
100 result = EINVAL;
109 * returns so that the routine can return EINVAL - e.g. if setting
pthread_barrierattr_setpshared.c 78 * EINVAL 'attr' or pshared is invalid,
114 result = EINVAL;
pthread_condattr_setpshared.c 79 * EINVAL 'attr' or pshared is invalid,
112 result = EINVAL;
pthread_getschedparam.c 60 return EINVAL;
pthread_mutexattr_setpshared.c 78 * EINVAL 'attr' or pshared is invalid,
114 result = EINVAL;
pthread_rwlockattr_setpshared.c 79 * EINVAL 'attr' or pshared is invalid,
115 result = EINVAL;
ptw32_cond_check_need_init.c 72 result = EINVAL;
ptw32_rwlock_check_need_init.c 71 result = EINVAL;
  /ndk/sources/android/support/src/musl-locale/
intl.c 41 errno = EINVAL;
54 errno = EINVAL;
64 errno = EINVAL;
  /system/core/libion/tests/
formerly_valid_handle_test.cpp 47 ASSERT_EQ(-EINVAL, ion_free(m_ionFd, m_handle));
55 ASSERT_EQ(-EINVAL, ion_map(m_ionFd, m_handle, 4096, PROT_READ, 0, 0, &ptr, &map_fd));
62 ASSERT_EQ(-EINVAL, ion_share(m_ionFd, m_handle, &share_fd));
  /system/core/toolbox/
swapon.c 41 return -EINVAL;
51 return -EINVAL;
57 return -EINVAL;
  /bionic/libc/bionic/
pthread_join.cpp 48 return EINVAL;
52 return EINVAL;
pthread_detach.cpp 40 return EINVAL; // Already detached.
sigaddset.cpp 35 errno = EINVAL;
sigdelset.cpp 35 errno = EINVAL;
sigismember.cpp 35 errno = EINVAL;
  /external/valgrind/main/memcheck/tests/
memalign2.c 84 res = PM(&p, -1,100); assert(EINVAL == res);
86 res = PM(&p, 1, 100); assert(EINVAL == res);
87 res = PM(&p, 2, 100); assert(EINVAL == res);
88 res = PM(&p, 3, 100); assert(EINVAL == res);
92 res = PM(&p, 31, 100); assert(EINVAL == res);
94 res = PM(&p, 33, 100); assert(EINVAL == res);
96 res = PM(&p, 4095, 100); assert(EINVAL == res);
98 res = PM(&p, 4097, 100); assert(EINVAL == res);
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_unittest.cc 26 // Errors can be asserted by specifying a value like "-EINVAL".
70 return If(pid == 0, Error(EPERM)).Else(Error(EINVAL));
85 ASSERT_SYSCALL_RESULT(-EINVAL, getpgid, 1);
103 Error(EPERM)).Else(Error(EINVAL));
119 // Combinations that are invalid for only one reason; should return EINVAL.
120 ASSERT_SYSCALL_RESULT(-EINVAL, socketpair, AF_INET, SOCK_STREAM, 0, sv);
121 ASSERT_SYSCALL_RESULT(-EINVAL, socketpair, AF_UNIX, SOCK_SEQPACKET, 0, sv);
123 -EINVAL, socketpair, AF_UNIX, SOCK_STREAM, IPPROTO_TCP, sv);
125 // Completely unacceptable combination; should also return EINVAL.
127 -EINVAL, socketpair, AF_INET, SOCK_SEQPACKET, IPPROTO_UDP, sv)
    [all...]
  /bionic/tests/
sys_time_test.cpp 31 ASSERT_EQ(EINVAL, errno);
34 ASSERT_EQ(EINVAL, errno);
39 ASSERT_EQ(EINVAL, errno);
42 ASSERT_EQ(EINVAL, errno);
  /external/bison/lib/
spawnattr_setflags.c 39 return EINVAL;

Completed in 726 milliseconds

1 23 4 5 6 7 8 91011>>