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

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.cc 84 return EINVAL;
110 return EINVAL;
118 return EINVAL;
126 return EINVAL;
168 return EINVAL;
172 return EINVAL;
176 return EINVAL;
184 return EINVAL;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_destroy.c 50 return EINVAL;
59 return EINVAL;
126 * waiting to initialise this rwlock will get an EINVAL.
pthread_rwlock_timedwrlock.c 51 return EINVAL;
74 return EINVAL;
pthread_rwlock_wrlock.c 50 return EINVAL;
73 return EINVAL;
w32_CancelableWait.c 132 result = EINVAL;
142 result = EINVAL;
  /external/chromium_org/third_party/boringssl/src/crypto/
directory_posix.c 63 errno = EINVAL;
102 errno = EINVAL;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
unwind.c 66 return -EINVAL;
106 return -EINVAL;
  /external/openssl/crypto/
LPdir_unix.c 71 errno = EINVAL;
125 errno = EINVAL;
  /external/qemu/android/base/
EintrWrapper_unittest.cpp 62 // This function returns the first time it is called, or -1/EINVAL
68 errno = EINVAL;
82 EXPECT_EQ(EINVAL, errno);
  /external/qemu/android/utils/
eintr_wrapper_unittest.cpp 27 // This function returns the first time it is called, or -1/EINVAL
33 errno = EINVAL;
47 EXPECT_EQ(EINVAL, errno);
  /frameworks/native/services/sensorservice/
SensorInterface.h 48 return -EINVAL;
52 return -EINVAL;
  /external/tinyalsa/
mixer.c 287 return -EINVAL;
295 return -EINVAL;
306 return -EINVAL;
328 return -EINVAL;
342 return -EINVAL;
364 return -EINVAL;
378 return -EINVAL;
400 return -EINVAL;
413 return -EINVAL;
431 return -EINVAL;
    [all...]
  /bionic/libc/bionic/
pthread_attr.cpp 62 return EINVAL;
94 return EINVAL;
107 return EINVAL;
110 return EINVAL;
185 return EINVAL;
  /external/bison/lib/
sigprocmask.c 78 errno = EINVAL;
151 errno = EINVAL;
171 errno = EINVAL;
245 errno = EINVAL;
327 errno = EINVAL;
  /external/qemu/util/
envlist.c 101 return (EINVAL);
137 return (EINVAL);
141 return (EINVAL);
185 return (EINVAL);
189 return (EINVAL);
  /hardware/qcom/audio/voice_processing/
voice_processing.c 339 return -EINVAL;
486 return -EINVAL;
492 return -EINVAL;
516 return -EINVAL;
523 return -EINVAL;
534 return -EINVAL;
549 return -EINVAL;
564 return -EINVAL;
580 return -EINVAL;
586 return -EINVAL;
    [all...]
  /system/core/adf/libadfhwc/
adfhwc.cpp 44 return -EINVAL;
47 return -EINVAL;
54 return -EINVAL;
67 return -EINVAL;
88 return -EINVAL;
140 return -EINVAL;
148 return -EINVAL;
151 return -EINVAL;
240 return -EINVAL;
259 if (ret < 0 && ret != -EINVAL) {
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 307 return -EINVAL;
313 return -EINVAL;
319 return -EINVAL;
325 status = -EINVAL;
350 status = -EINVAL;
389 status = -EINVAL;
464 return -EINVAL;
474 status = -EINVAL;
494 status = -EINVAL;
890 return -EINVAL;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
unwind.c 86 return -EINVAL; \
116 return -EINVAL;
136 return -EINVAL;
147 return -EINVAL; \
237 return -EINVAL;
251 int ret = -EINVAL, fd;
256 return -EINVAL;
290 return -EINVAL;
296 return -EINVAL;
373 return -EINVAL;
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 313 return -EINVAL;
531 if (config->inputCfg.samplingRate != config->outputCfg.samplingRate) return -EINVAL;
532 if (config->inputCfg.channels != config->outputCfg.channels) return -EINVAL;
533 if (config->inputCfg.format != config->outputCfg.format) return -EINVAL;
534 if (config->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO) return -EINVAL;
536 config->outputCfg.accessMode != EFFECT_BUFFER_ACCESS_ACCUMULATE) return -EINVAL;
537 if (config->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT) return -EINVAL;
648 p->status = -EINVAL;
671 p->status = -EINVAL;
681 return -EINVAL;
    [all...]
  /external/jemalloc/test/unit/
util.c 58 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX},
59 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX},
60 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX},
62 {"", "", 0, ERR(EINVAL), UINTMAX_MAX},
63 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX},
64 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX},
65 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX},
  /external/libsepol/src/
genbools.c 144 errno = EINVAL;
169 errno = EINVAL;
180 errno = EINVAL;
203 errno = EINVAL;
241 errno = EINVAL;
252 errno = EINVAL;
256 errno = EINVAL;
  /external/wpa_supplicant_8/src/utils/
radiotap.c 70 * -ENOENT if there are no more args to parse, or -EINVAL if there is a problem.
97 return -EINVAL;
101 return -EINVAL;
105 return -EINVAL;
129 return -EINVAL;
144 return -EINVAL;
213 * -ENOENT if there are no more args or -EINVAL
307 return -EINVAL;
343 return -EINVAL;
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 184 return -EINVAL;
233 return -EINVAL;
246 return -EINVAL;
259 return -EINVAL;
280 return -EINVAL;
293 return -EINVAL;
308 return -EINVAL;
  /system/core/run-as/
package.c 167 * errno is set to EINVAL in case of failed check.
198 errno = EINVAL;
216 errno = EINVAL;
239 errno = EINVAL;
248 errno = EINVAL;
362 errno = EINVAL;
378 * and errno set to EINVAL.
388 errno = EINVAL;
419 * If the package database is corrupted, return -1 and set errno to EINVAL
534 errno = EINVAL;
    [all...]

Completed in 1933 milliseconds

<<11121314151617181920>>