Home
last modified time | relevance | path

Searched defs:errorcode (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Support/
DRWMutex.cpp59 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
DMutex.cpp53 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/
Dpcreposix.c272 int errorcode; in regcomp() local
Dpcre_dfa_exec.c3343 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset); in pcre_dfa_exec() local
Dpcre_exec.c6444 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec() local
Dpcre_compile.c9003 int errorcode = 0; in pcre_compile2() local
/external/mesa3d/src/glx/
Dapplegl_glx.c129 int errorcode; in applegl_create_context() local
Dglx_pbuffer.c650 int errorcode; in glXCreatePbuffer() local
Dglxcmds.c517 int errorcode; in glXCopyContext() local
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c33 int16_t errorcode; member
46 int16_t errorcode; member
/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c121 int width, int height, int *errorcode, in apple_glx_pbuffer_create()
/external/toybox/toys/pending/
Dtftp.c121 static int mkpkt_err(uint8_t *buffer, uint16_t errorcode, char *errormsg) in mkpkt_err()
/external/webrtc/webrtc/p2p/base/
Dstun_unittest.cc1007 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/
Dstructs.h361 int16_t errorcode; member
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dhtml5parser.py256 def parseError(self, errorcode="XXX-undefined-error", datavars={}): argument