Home
last modified time | relevance | path

Searched defs:testElement (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/uninstallmodules/
H A DUninstallModulesProcessingStep.java59 XTypeElement testElement = XElements.asTypeElement(element); in processEach() local
71 XTypeElement testElement, ImmutableList<XTypeElement> uninstallModules) { in checkModulesHaveInstallIn()
83 testElement, in checkModulesHaveInstallIn() local
90 XTypeElement testElement, ImmutableList<XTypeElement> uninstallModules) { in checkModulesDontOriginateFromTest()
100 testElement, in checkModulesDontOriginateFromTest() local
H A DAggregatedUninstallModulesGenerator.java31 private final XTypeElement testElement; field in AggregatedUninstallModulesGenerator
35 XTypeElement testElement, in AggregatedUninstallModulesGenerator()
H A DAggregatedUninstallModulesMetadata.java46 public abstract XTypeElement testElement(); in testElement() method in AggregatedUninstallModulesMetadata
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/root/
H A DTestComponentDataGenerator.java114 XTypeElement testElement = rootMetadata.testRootMetadata().testElement(); in getMethod() local
165 private static String getAddModuleStatement(XTypeElement module, XTypeElement testElement) { in getAddModuleStatement()
186 private static boolean canBeConstructedByHilt(XTypeElement module, XTypeElement testElement) { in canBeConstructedByHilt()
213 XTypeElement testElement = rootMetadata.testRootMetadata().testElement(); in getTestInjectInternalMethod() local
226 private CodeBlock callInjectTest(XTypeElement testElement) { in callInjectTest()
H A DTestRootMetadata.java38 abstract XTypeElement testElement(); in testElement() method in TestRootMetadata
87 XTypeElement testElement = XElements.asTypeElement(element); in of() local
H A DComponentTreeDepsProcessingStep.java172 XTypeElement testElement = rootMetadata.testRootMetadata().testElement(); in generateTestComponentData() local
175 testElement, in generateTestComponentData() local
H A DTestInjectorGenerator.java75 private static ClassName installInComponent(XTypeElement testElement) { in installInComponent()
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/processor/internal/bindvalue/
H A DBindValueMetadata.java62 abstract XTypeElement testElement(); in testElement() method in BindValueMetadata
71 XTypeElement testElement, Collection<XElement> bindValueElements) { in create()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DFailingCoroutinesMachineryTest.kt114 fun testElement() = runTest { in <lambda>() method in kotlinx.coroutines.FailingCoroutinesMachineryTest
/aosp_15_r20/development/tools/winscope/src/common/
H A Ddownload_test.ts21 const testElement = document.createElement('a'); constant
/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/javac/
Dhilt_android_processors.jarMETA-INF/ META-INF/MANIFEST.MF dagger/ dagger/hilt/ dagger/ ...
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/langmodel/
H A DAccessibilityTest.java59 private TypeElement testElement; field in AccessibilityTest
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
H A DAggregatedDepsMetadata.java55 public abstract Optional<XTypeElement> testElement(); in testElement() method in AggregatedDepsMetadata
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DPriorityQueueTest.java295 public void testElement() { in testElement() method in PriorityQueueTest
H A DConcurrentLinkedQueueTest.java261 public void testElement() { in testElement() method in ConcurrentLinkedQueueTest
H A DLinkedListTest.java215 public void testElement() { in testElement() method in LinkedListTest
H A DPriorityBlockingQueueTest.java439 public void testElement() { in testElement() method
H A DLinkedBlockingQueueTest.java487 public void testElement() { in testElement() method
H A DArrayBlockingQueueTest.java498 public void testElement() { in testElement() method
H A DArrayDequeTest.java459 public void testElement() { in testElement() method in ArrayDequeTest
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DConcurrentLinkedQueueTest.java326 public void testElement() { in testElement() method in ConcurrentLinkedQueueTest
H A DLinkedListTest.java285 public void testElement() { in testElement() method in LinkedListTest
H A DPriorityBlockingQueueTest.java517 public void testElement() { in testElement() method
H A DLinkedTransferQueueTest.java408 public void testElement() throws InterruptedException { in testElement() method in LinkedTransferQueueTest
H A DArrayDequeTest.java575 public void testElement() { in testElement() method in ArrayDequeTest

12