OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testFolder
(Results
1 - 5
of
5
) sorted by null
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
BaseCompilationTest.java
70
protected final File
testFolder
= new File("./build/build-test");
73
copyResourceTo(name, new File(
testFolder
, path));
78
copyResourceTo(name, new File(
testFolder
, path), replacements);
88
File target = new File(
testFolder
, targetPath);
102
if (
testFolder
.exists()) {
103
FileUtils.forceDelete(
testFolder
);
116
File file = new File(
testFolder
, pathInApp);
209
FileUtils.forceMkdir(
testFolder
);
211
new File(
testFolder
, "app/src/main/AndroidManifest.xml"), replacements);
212
copyResourceTo("/project_build.gradle", new File(
testFolder
, "build.gradle"), replacements)
[
all
...]
SimpleCompilationTest.java
76
File debugOut = new File(
testFolder
,
113
assertEquals(new File(
testFolder
, targetFile).getCanonicalFile(),
133
File broken = new File(
testFolder
, "/app/src/main/res/layout/broken.xml");
134
File invalidSetter = new File(
testFolder
, "/app/src/main/res/layout/invalid_setter.xml");
242
File moduleFolder = new File(
testFolder
, "module1");
278
new File(
testFolder
, "/app/src/main/res/layout/merge_include.xml")
MultiLayoutVerificationTest.java
63
assertEquals(new File(
testFolder
,
75
assertEquals(new File(
testFolder
,
130
assertEquals(new File(
testFolder
,
183
assertEquals(new File(
testFolder
,
238
assertEquals(new File(
testFolder
,
/packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java
[
all
...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapObexLevelTest.java
59
public void
testFolder
() {
Completed in 94 milliseconds