Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 15 of 15) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/
DAnnotationsMergerTest.kt177 fun `Merge qualifier annotations from Java stub files`() { in Merge qualifier annotations from Java stub files()
214 …fun `Merge qualifier annotations from Java stub files onto stubs that are not in the API signature… in Merge qualifier annotations from Java stub files onto stubs that are not in the API signature file()
281 fun `Merge type use qualifier annotations from Java stub files`() { in Merge type use qualifier annotations from Java stub files()
320 …fun `Merge qualifier annotations from Java stub files making sure they apply to public members of … in Merge qualifier annotations from Java stub files making sure they apply to public members of hidden superclasses()
365 fun `Merge inclusion annotations from Java stub files`() { in Merge inclusion annotations from Java stub files()
424 fun `Merge inclusion annotations from Java stub files using --show-single-annotation`() { in Merge inclusion annotations from Java stub files using --show-single-annotation()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java195 TestSuiteStub stub = new TestSuiteStub(); in split() local
196 OptionCopier.copyOptionsNoThrow(this, stub); in split()
197 stub.mShardedTestToRun = new ArrayList<>(); in split()
198 stub.mShardedTestToRun.add(id); in split()
199 listTest.add(stub); in split()
/tools/dexter/testdata/expected/
Dlarge.verbose_cfg1 This is a stub file
Dlarge.rewrite1 This is a stub file
Dlarge.scratch_regs1 This is a stub file
Dlarge.code_coverage1 This is a stub file
Dlarge.compact_cfg1 This is a stub file
Dlarge.asm1 This is a stub file
/tools/metalava/
D.gitignore12 stub-annotations/out
DREADME.md10 * Allow extracting the API (into signature text files, into stub API files
44 signature files, the SDK stub files, external annotations etc.
156 stub sources that include documentation.
171 was some inconsistency. In metalava the stub files contain **exactly** the
369 signature or stub data:
DFORMAT.md348 present in the stub files (and therefore part of the API). In the v2 signature
/tools/doc_generation/
Dswitcher4.py79 stub = doc.replace(java_source_abs_path, kotlin_source_abs_path)
86 stub = doc.replace(kotlin_source_abs_path, java_source_abs_path)
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerTest.java217 ITestDevice stub = Mockito.mock(ITestDevice.class); in testProcessClientOperations_processFree() local
218 doReturn(stub).when(mMockDeviceTracker).freeDevice(Mockito.eq("testserial")); in testProcessClientOperations_processFree()
229 .freeDevice(Mockito.eq(stub), Mockito.eq(FreeDeviceState.AVAILABLE)); in testProcessClientOperations_processFree()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java947 IDevice stub = new StubDevice("emulator-5554", true); in testStubDevice_NotReleased() local
948 mMockManager.setNumDevicesStub(1, TestDeviceState.NOT_AVAILABLE, stub); in testStubDevice_NotReleased()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...