Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/perfcntrs/
Dfreedreno_perfcntr.h112 #define COUNTABLE(_selector, _query_type, _result_type) { \ argument
/third_party/jsframework/runtime/main/model/
Dindex.ts623 public get _selector() { method in Vm
/third_party/python/Lib/test/test_asyncio/
Dtest_base_events.py674 _selector = mock.Mock() variable in BaseEventLoopTests.test_default_exc_handler_broken.Loop