Searched refs:PR_ASSERT (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslmutex.c14 PR_ASSERT(pMutex != 0 && pMutex->u.sslLock == 0 );
25 PR_ASSERT(pMutex != 0);
26 PR_ASSERT(pMutex->u.sslLock!= 0);
37 PR_ASSERT(pMutex != 0 );
38 PR_ASSERT(pMutex->u.sslLock !=0);
49 PR_ASSERT(pMutex != 0);
50 PR_ASSERT(pMutex->u.sslLock != 0 );
99 PR_ASSERT(pMutex);
324 PR_ASSERT(sem);
350 PR_ASSERT(pMute
[all...]
H A Dwin32err.c123 PR_ASSERT(err != WSANOTINITIALISED);
H A Dsslsnce.c2151 PR_ASSERT(!"SSL servers are not supported on this platform. (SSL_ConfigServerSessionIDCache)");
2161 PR_ASSERT(!"SSL servers are not supported on this platform. (SSL_ConfigMPServerSIDCache)");
2168 PR_ASSERT(!"SSL servers are not supported on this platform. (SSL_InheritMPServerSIDCache)");
2178 PR_ASSERT(!"SSL servers are not supported on this platform. (ssl_GetWrappingKey)");
2195 PR_ASSERT(!"SSL servers are not supported on this platform. (ssl_SetWrappingKey)");
2202 PR_ASSERT(!"SSL servers are not supported on this platform. (SSL_GetMaxServerCacheLocks)");
2209 PR_ASSERT(!"SSL servers are not supported on this platform. (SSL_SetMaxServerCacheLocks)");
H A Dsslsock.c2671 PR_ASSERT(!blocking); \
H A Dssl3con.c2918 PR_ASSERT(type == content_alert);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprlog.h238 #define PR_ASSERT(_expr) \ macro
246 #define PR_ASSERT(expr) ((void) 0) macro
H A Dplarena.h143 #define PL_CLEAR_UNUSED(a) (PR_ASSERT((a)->avail <= (a)->limit), \
/external/chromium/base/third_party/nspr/
H A Dprtime.h58 #define PR_ASSERT DCHECK macro
H A Dprtime.cc538 PR_ASSERT(string && result);
1070 PR_ASSERT (0);
1118 PR_ASSERT(result->tm_month > -1 &&
/external/chromium_org/base/third_party/nspr/
H A Dprtime.h58 #define PR_ASSERT DCHECK macro
H A Dprtime.cc543 PR_ASSERT(string && result);
1076 PR_ASSERT (0);
1124 PR_ASSERT(result->tm_month > -1 &&
/external/chromium_org/net/base/
H A Dnss_memio.c227 PR_ASSERT(mb->bufsize);
266 PR_ASSERT(mb->bufsize);
413 PR_ASSERT(mb->bufsize);
422 PR_ASSERT(mb->bufsize);
430 PR_ASSERT(mb->bufsize);
449 PR_ASSERT(mb->bufsize);
460 PR_ASSERT(mb->bufsize);
/external/chromium/net/base/
H A Dnss_memio.c223 PR_ASSERT(mb->bufsize);
251 PR_ASSERT(mb->bufsize);
388 PR_ASSERT(mb->bufsize);
397 PR_ASSERT(mb->bufsize);
416 PR_ASSERT(mb->bufsize);
427 PR_ASSERT(mb->bufsize);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_irix.h348 PR_ASSERT(_thread->no_sched); \
354 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
H A D_nspr_pthread.h84 PR_ASSERT(_thread->no_sched); \
H A D_macos.h309 PR_ASSERT(_thread->no_sched); \
316 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
H A D_solaris.h657 PR_ASSERT(_thread->no_sched); \
671 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
H A D_win16.h242 #define MD_ASSERTINT( x ) PR_ASSERT( (x) < 65535 )

Completed in 619 milliseconds