Searched defs:errorcode (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Support/ |
D | RWMutex.cpp | 59 int errorcode = pthread_rwlock_init(rwlock, nullptr); in RWMutexImpl() local 82 int errorcode = pthread_rwlock_rdlock(rwlock); in reader_acquire() local 92 int errorcode = pthread_rwlock_unlock(rwlock); in reader_release() local 102 int errorcode = pthread_rwlock_wrlock(rwlock); in writer_acquire() local 112 int errorcode = pthread_rwlock_unlock(rwlock); in writer_release() local
|
D | Mutex.cpp | 53 int errorcode = pthread_mutexattr_init(&attr); in MutexImpl() local 89 int errorcode = pthread_mutex_lock(mutex); in acquire() local 99 int errorcode = pthread_mutex_unlock(mutex); in release() local 109 int errorcode = pthread_mutex_trylock(mutex); in tryacquire() local
|
/external/pcre/dist/ |
D | pcreposix.c | 272 int errorcode; in regcomp() local
|
D | pcre_dfa_exec.c | 3343 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset); in pcre_dfa_exec() local
|
D | pcre_exec.c | 6444 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec() local
|
D | pcre_compile.c | 9003 int errorcode = 0; in pcre_compile2() local
|
/external/mesa3d/src/glx/ |
D | applegl_glx.c | 129 int errorcode; in applegl_create_context() local
|
D | glx_pbuffer.c | 650 int errorcode; in glXCreatePbuffer() local
|
D | glxcmds.c | 517 int errorcode; in glXCopyContext() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
D | webrtc_cng.c | 33 int16_t errorcode; member 46 int16_t errorcode; member
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_pbuffer.c | 121 int width, int height, int *errorcode, in apple_glx_pbuffer_create()
|
/external/toybox/toys/pending/ |
D | tftp.c | 121 static int mkpkt_err(uint8_t *buffer, uint16_t errorcode, char *errormsg) in mkpkt_err()
|
/external/webrtc/webrtc/p2p/base/ |
D | stun_unittest.cc | 1007 const StunErrorCodeAttribute* errorcode = msg.GetErrorCode(); in TEST_F() local 1058 StunErrorCodeAttribute* errorcode = StunAttribute::CreateErrorCode(); in TEST_F() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | structs.h | 361 int16_t errorcode; member
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
D | html5parser.py | 256 def parseError(self, errorcode="XXX-undefined-error", datavars={}): argument
|