OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAIT_NONE
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
SomeArgs.java
34
static final int
WAIT_NONE
= 0;
37
int mWaitState =
WAIT_NONE
;
88
if (mWaitState !=
WAIT_NONE
) {
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp
251
WAIT_NONE
620
// host accesses, so as to not insert any synchronization before capturing the results needed for
WAIT_NONE
651
// In the case of
WAIT_NONE
or WAIT_QUERY, vkCmdCopyQueryResults is stored in m_renderCommandBuffer.
680
const bool allowNotReady = (m_testVector.queryWait ==
WAIT_NONE
);
[
all
...]
Completed in 93 milliseconds