Home
last modified time | relevance | path

Searched refs:TestFile (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/lint/checks/src/test/java/com/google/android/lint/
DEnforcePermissionDetectorTest.kt20 import com.android.tools.lint.checks.infrastructure.TestFile
152 private val interfaceIFooStub: TestFile = java(
166 private val interfaceIFooMethodStub: TestFile = java(
180 private val manifestPermissionStub: TestFile = java(
190 private val enforcePermissionAnnotationStub: TestFile = java(
DCallingIdentityTokenDetectorTest.kt20 import com.android.tools.lint.checks.infrastructure.TestFile
744 private val binderStub: TestFile = java(
769 private val userHandleStub: TestFile = java(
794 private val userIdIntStub: TestFile = java(
802 private val appIdIntStub: TestFile = java(
DCallingSettingsNonUserGetterMethodsIssueDetectorTest.kt20 import com.android.tools.lint.checks.infrastructure.TestFile
183 private val SettingsStub: TestFile = java(
/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/
DDemotingTestWithoutBugDetectorTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFile
276 private val filtersFlakyTestStub: TestFile =
286 private val annotationsFlakyTestStub: TestFile =
296 private val annotationsPlatinumStub: TestFile =
309 private val annotationsIgnoreStub: TestFile =
/frameworks/base/tools/aapt2/test/
DCommon.h85 class TestFile : public io::IFile {
87 explicit TestFile(const android::StringPiece& path) : source_(path) {} in TestFile() function
102 DISALLOW_COPY_AND_ASSIGN(TestFile);
/frameworks/base/tools/aapt2/link/
DTableMerger_test.cpp98 test::TestFile test_file("path/to/res/layout-hdpi/main.xml.flat"); in TEST_F()
116 test::TestFile file_a("path/to/fileA.xml.flat"); in TEST_F()
117 test::TestFile file_b("path/to/fileB.xml.flat"); in TEST_F()
124 test::TestFile file_a("res/xml/file.xml"); in TEST_F()
125 test::TestFile file_b("res/xml/file.xml"); in TEST_F()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize_test.cpp178 test::TestFile file_a("res/layout/main.xml"); in TEST()
405 test::TestFile file_a("res/layout/main.xml"); in TEST()
768 test::TestFile file_a("res/layout/bar.xml"); in TEST()