Home
last modified time | relevance | path

Searched defs:_selector (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/support/
DRandom.h95 std::uniform_int_distribution<uint32_t> _selector; variable
/external/mesa3d/src/freedreno/perfcntrs/
Dfreedreno_perfcntr.h112 #define COUNTABLE(_selector, _query_type, _result_type) { \ argument
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py674 _selector = mock.Mock() variable in BaseEventLoopTests.test_default_exc_handler_broken.Loop