Home
last modified time | relevance | path

Searched refs:DE_TRUE (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/framework/qphelper/
DqpXmlWriter.c58 case 0: isEOS = DE_TRUE; break; in writeEscaped()
119 return DE_TRUE; in writeEscaped()
150 return DE_TRUE; in closePending()
161 writer->xmlIsWriting = DE_TRUE; in qpXmlWriter_startDocument()
165 return DE_TRUE; in qpXmlWriter_startDocument()
182 return DE_TRUE; in qpXmlWriter_endDocument()
233 writer->xmlPrevIsStartElement = DE_TRUE; in qpXmlWriter_startElement()
234 return DE_TRUE; in qpXmlWriter_startElement()
250 return DE_TRUE; in qpXmlWriter_endElement()
266 deBool writeIndent = DE_TRUE; in qpXmlWriter_writeBase64()
[all …]
DqpTestLog.c102 return DE_TRUE; in ContainerStack_push()
305 log->isSessionOpen = DE_TRUE; in beginSession()
307 return DE_TRUE; in beginSession()
323 return DE_TRUE; in endSession()
424 log->isCaseOpen = DE_TRUE; in qpTestLog_startCase()
440 return DE_TRUE; in qpTestLog_startCase()
481 return DE_TRUE; in qpTestLog_endCase()
517 return DE_TRUE; in qpTestLog_terminateCase()
545 return DE_TRUE; in qpTestLog_writeKeyValuePair()
665 return DE_TRUE; in Buffer_resize()
[all …]
/external/deqp/framework/delibs/deutil/
DdeProcess.c365 return DE_TRUE; in deProcess_start()
375 return DE_TRUE; /* No status available. */ in deProcess_isRunning()
384 return DE_TRUE; in deProcess_isRunning()
419 return DE_TRUE; in deProcess_waitForFinish()
431 return DE_TRUE; in deProcess_sendSignal()
470 return DE_TRUE; in deProcess_closeStdIn()
482 return DE_TRUE; in deProcess_closeStdOut()
494 return DE_TRUE; in deProcess_closeStdErr()
727 return DE_TRUE; in deProcess_start()
744 return DE_TRUE; in deProcess_isRunning()
[all …]
DdeSocket.c91 return DE_TRUE; in deSocketAddress_setFamily()
108 return DE_TRUE; in deSocketAddress_setPort()
137 return DE_TRUE; in deSocketAddress_setType()
148 return DE_TRUE; in deSocketAddress_setProtocol()
170 return DE_TRUE; in initWinsock()
300 return DE_TRUE; in deSocketAddressToBsdAddress()
420 return DE_TRUE; in deSocket_setFlags()
466 return DE_TRUE; in deSocket_listen()
530 return DE_TRUE; in deSocket_connect()
615 return DE_TRUE; in deSocket_shutdown()
[all …]
DdeTimer.c96 return DE_TRUE; in deTimer_scheduleSingle()
116 return DE_TRUE; in deTimer_scheduleInterval()
230 timer->isActive = DE_TRUE; in deTimer_scheduleSingle()
231 return DE_TRUE; in deTimer_scheduleSingle()
251 timer->isActive = DE_TRUE; in deTimer_scheduleInterval()
252 return DE_TRUE; in deTimer_scheduleInterval()
313 deBool destroy = DE_TRUE; in timerThread()
/external/deqp/framework/delibs/depool/
DdeMemPool.c248 pool->allowFailing = DE_TRUE; in deMemPool_createRoot()
253 pool->enableDebugAllocs = DE_TRUE; in deMemPool_createRoot()
310 …MemoryAllocated = deMax32(root->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(root, DE_TRUE)); in deMemPool_destroy()
311 root->maxMemoryCapacity = deMax32(root->maxMemoryCapacity, deMemPool_getCapacity(root, DE_TRUE)); in deMemPool_destroy()
402 numAllocatedBytes += deMemPool_getNumAllocatedBytes(child, DE_TRUE); in deMemPool_getNumAllocatedBytes()
420 numCapacityBytes += deMemPool_getCapacity(child, DE_TRUE); in deMemPool_getCapacity()
583 return deMax32(pool->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(pool, DE_TRUE)); in deMemPool_getMaxNumAllocatedBytes()
589 return deMax32(pool->maxMemoryCapacity, deMemPool_getCapacity(pool, DE_TRUE)); in deMemPool_getMaxCapacity()
DdePoolSet.h182 return DE_TRUE; \
302 return DE_TRUE; \
319 return DE_TRUE; \
370 return DE_TRUE; \
457 return DE_TRUE; \
500 return DE_TRUE; \
517 return DE_TRUE; \
535 return DE_TRUE; \
559 return DE_TRUE; \
DdePoolArray.h132 return DE_TRUE; \
141 return DE_TRUE; \
175 return DE_TRUE; \
200 return DE_TRUE; \
DdePoolMultiSet.h162 return DE_TRUE; \
223 return DE_TRUE; \
241 return DE_TRUE; \
286 return DE_TRUE; \
DdePoolHashArray.h147 return DE_TRUE; \
166 return DE_TRUE; \
DdePoolArray.c131 return DE_TRUE; in dePoolArray_reserve()
147 return DE_TRUE; in dePoolArray_setSize()
DdePoolHash.h294 return DE_TRUE; \
362 return DE_TRUE; \
456 return DE_TRUE; \
/external/deqp/executor/
DxeDefs.hpp50 #define XE_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(NULL, …
51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(…
/external/deqp/framework/delibs/debase/
DdeDefs.h171 #define DE_TRUE 1 /*!< True value for deBool. */ macro
241 DE_INLINE deBool deGetTrue (void) { return DE_TRUE; } in deGetTrue()
245 # define DE_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE…
256 # define DE_VERIFY(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE…
262 #define DE_TEST_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __…
/external/deqp/execserver/
DxsDefs.hpp86 #define XS_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(NULL, …
87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(…
/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp48 …ool recurse) const { return deMemPool_getNumAllocatedBytes(m_pool, recurse ? DE_TRUE : DE_FALSE); } in getNumAllocatedBytes()
49 …y (bool recurse) const { return deMemPool_getCapacity(m_pool, recurse ? DE_TRUE : DE_FALSE); } in getCapacity()
DdeDefs.hpp90 #define DE_CHECK_RUNTIME_ERR(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::thro…
100 #define DE_CHECK_RUNTIME_ERR_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de…
DdeSemaphore.hpp101 return deSemaphore_tryDecrement(m_semaphore) == DE_TRUE; in tryDecrement()
DdeProcess.hpp53 bool isRunning (void) { return deProcess_isRunning(m_process) == DE_TRUE; } in isRunning()
DdeMutex.hpp116 return deMutex_tryLock(m_mutex) == DE_TRUE; in tryLock()
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp226 m_inTestCase = DE_TRUE; in parse()
237 m_loggedResult = DE_TRUE; in parse()
275 m_loggedResult = DE_TRUE; in parse()
296 m_loggedResult = DE_TRUE; in parse()
/external/deqp/modules/egl/
DteglConfigList.cpp101 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
104 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
143 info.nativeRenderable = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
/external/deqp/framework/delibs/destream/
DdeRingbuffer.c99 ringbuffer->stopNotified = DE_TRUE; in deRingbuffer_stop()
231 ringbuffer->consumerStopping = DE_TRUE; in consumerStream_read()
/external/deqp/framework/delibs/dethread/win32/
DdeThreadWin32.c99 return DE_TRUE; in deThread_join()
/external/deqp/framework/common/
DtcuTestLog.cpp302 if (qpTestLog_startShaderProgram(m_log, linkOk?DE_TRUE:DE_FALSE, linkInfoLog) == DE_FALSE) in startShaderProgram()
314 if (qpTestLog_writeShader(m_log, type, source, compileOk?DE_TRUE:DE_FALSE, infoLog) == DE_FALSE) in writeShader()
326 …if (qpTestLog_writeCompileInfo(m_log, name, description, compileOk ? DE_TRUE : DE_FALSE, infoLog) … in writeCompileInfo()

12