Home
last modified time | relevance | path

Searched defs:TestSelector (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
DHeaderTextSelectorTest.java115 private static class TestSelector implements Selector { class in HeaderTextSelectorTest
121 public TestSelector() { in TestSelector() method in HeaderTextSelectorTest.TestSelector
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/
HDjunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/aosp_15_r20/prebuilts/devtools/adt/lib/
HDjunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/aosp_15_r20/external/jsr330/lib/
HDjunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/aosp_15_r20/external/guice/lib/build/
HDjunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/aosp_15_r20/cts/tools/vm-tests-tf/lib/
HDjunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/aosp_15_r20/external/slf4j/integration/lib/
HDjunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dtest_selector.proto30 message TestSelector { message
/aosp_15_r20/external/autotest/frontend/client/src/autotest/afe/
H A DTestSelector.java29 public class TestSelector extends Composite implements DataTableListener, ChangeHandler, class
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c380 static void TestSelector(void) in TestSelector() function
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Ducnvseltst.c380 static void TestSelector() in TestSelector() function
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py319 class TestSelector(selectors.BaseSelector): class