Searched defs:SELECTOR (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_selectors.py | 496 SELECTOR = selectors.DefaultSelector variable in DefaultSelectorTestCase 501 SELECTOR = selectors.SelectSelector variable in SelectSelectorTestCase 508 SELECTOR = getattr(selectors, 'PollSelector', None) variable in PollSelectorTestCase 515 SELECTOR = getattr(selectors, 'EpollSelector', None) variable in EpollSelectorTestCase 532 SELECTOR = getattr(selectors, 'KqueueSelector', None) variable in KqueueSelectorTestCase 551 SELECTOR = getattr(selectors, 'DevpollSelector', None) variable in DevpollSelectorTestCase
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/ |
D | ObservableProperty.java | 97 SELECTOR(Type.SINGLE_REFERENCE), enumConstant
|
/external/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
D | clk-core.h | 349 #define SELECTOR(_offset, _shift, _width) \ macro
|
/external/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
D | clk-core.h | 349 #define SELECTOR(_offset, _shift, _width) \ macro
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | ConcreteSyntaxModel.java | 690 CsmElement.child(ObservableProperty.SELECTOR), in concreteSyntaxModelByClass.put()
|