Home
last modified time | relevance | path

Searched defs:testModule (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
H A DCheckedProviderMethodsModuleTest.java131 TestModule testModule = new TestModule(); in testWithScope() local
143 TestModule testModule = new TestModule(); in testWithAnnotation() local
151 TestModule testModule = new TestModule(); in testWithInjectedParameters() local
159 TestModule testModule = new TestModule(); in testWithThrownException() local
173 TestModule testModule = new TestModule(); in testExposedMethod() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
H A DAudioDataPathsBaseActivity.java332 TestStateData(TestModule testModule) { in TestStateData()
336 abstract String buildErrorString(TestModule testModule); in buildErrorString()
346 BadSharingTestState(TestModule testModule, in BadSharingTestState()
354 String buildErrorString(TestModule testModule) { in buildErrorString()
383 BadMMAPTestState(TestModule testModule, in BadMMAPTestState()
391 String buildErrorString(TestModule testModule) { in buildErrorString()
1411 public int startTest(TestModule testModule) { in startTest()
1557 TestModule testModule = getActiveTestModule(); in completeTestStep() local
1597 TestModule testModule = mTestModules.get(mTestStep); in advanceTestModule() local
1846 TestModule testModule = mTestManager.getActiveTestModule(); in onDataReady() local
H A DAudioDataPathsSpeakerMicActivity.java68 TestModule testModule; in gatherTestModules() local
H A DAudioDataPathsAnalogActivity.java66 TestModule testModule; in gatherTestModules() local
H A DAudioDataPathsUSBActivity.java68 TestModule testModule; in gatherTestModules() local
/aosp_15_r20/build/soong/android/
H A Dnamespace_test.go702 type testModule struct { struct
703 ModuleBase
704 properties struct {
711 func (m *testModule) DepsMutator(ctx BottomUpMutatorContext) {
717 func (m *testModule) GenerateAndroidBuildActions(ModuleContext) {
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DComponentProcessorTest.java391 Source testModule = CompilerTests.javaSource("test.TestModule", in transitiveModuleDeps() local
1706 Source testModule = in privateMethodUsedOnlyInChildDoesNotUseQualifiedThis() local
1771 Source testModule = in componentMethodInChildCallsComponentMethodInParent() local
H A DBindsInstanceValidationTest.java42 Source testModule = in bindsInstanceInModule() local
H A DMembersInjectionValidationTest.java504 private final Source testModule = field in MembersInjectionValidationTest
H A DComponentValidationTest.java329 Source testModule = in moduleInDependencies() local
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
H A DPolymorphicOnClassesTest.kt67 private val testModule = SerializersModule { in <lambda>() constant
/aosp_15_r20/external/kotlinx.serialization/integration-test/src/commonTest/kotlin/sample/
H A DJsonTest.kt52 private val testModule = SerializersModule { in <lambda>() constant in sample.JsonTest
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/
H A DNativeMidiManager.java33 public native void startTest(MidiNativeTestActivity.NativeMidiTestModule testModule, in startTest()
/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
H A DCddCoverage.java96 TestMethod(String testModule, String testClass, String testMethod) { in TestMethod()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DPythonUnitTestRunner.java197 String[] testModule = {pyModule}; in doRunTest() local
DGTest.java163 String testModule = getTestModule(); in getTestPath() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
H A DTestTreeWithType.java123 …SimpleModule testModule = new SimpleModule("MyModule", new Version(1, 0, 0, null, "TEST", "TEST")); in testIssue353() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DTestsPoolPoller.java226 ITestSuite testModule = (ITestSuite) test; in handleDeviceNotAvailable() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryTest.java94 String testModule = getTestModule(); in getTestPath() local
/aosp_15_r20/external/guice/core/test/com/googlecode/guice/
H A DBytecodeGenTest.java163 private Module testModule; field in BytecodeGenTest
/aosp_15_r20/external/libxml2/
H A DMakefile.am21 testModule \ program
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Ddescriptor_test.py418 def testModule(self): member in DescribeTest
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DImplicitBindingTest.java271 final Module testModule = in testInstancesRequestingProvidersForThemselvesWithChildInjectors() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DMakefile.am21 testModule \ program
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_marshal.py514 def testModule(self): member in InstancingTestCase

12