OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowfailing
(Results
1 - 1
of
1
) sorted by null
/external/deqp/framework/delibs/depool/
deMemPool.c
99
deBool
allowFailing
; /*!< Is allocation failure simulation enabled? */
175
if (parent && parent->
allowFailing
)
209
pool->
allowFailing
= parent ? parent->
allowFailing
: DE_FALSE;
248
pool->
allowFailing
= DE_TRUE;
431
if (pool->
allowFailing
)
Completed in 706 milliseconds