OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyResourceTo
(Results
1 - 3
of
3
) sorted by null
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
SimpleCompilationTest.java
70
copyResourceTo
("/layout/basic_layout.xml",
72
copyResourceTo
("/layout/basic_layout.xml",
98
copyResourceTo
(resource, targetFile);
125
copyResourceTo
("/layout/undefined_variable_binding.xml",
127
copyResourceTo
("/layout/invalid_setter_binding.xml",
202
copyResourceTo
("/layout/root_tag.xml", "/app/src/main/res/layout/root_tag.xml");
224
copyResourceTo
("/layout/basic_layout.xml", "/module1/src/main/res/layout/module_layout.xml");
225
copyResourceTo
("/layout/basic_layout.xml", "/app/src/main/res/layout/app_layout.xml");
238
copyResourceTo
("/layout/basic_layout.xml", "/module1/src/main/res/layout/module_layout.xml");
239
copyResourceTo
("/layout/basic_layout.xml", "/app/src/main/res/layout/app_layout.xml")
[
all
...]
BaseCompilationTest.java
72
protected void
copyResourceTo
(String name, String path) throws IOException {
73
copyResourceTo
(name, new File(testFolder, path));
76
protected void
copyResourceTo
(String name, String path, Map<String, String> replacements)
78
copyResourceTo
(name, new File(testFolder, path), replacements);
96
copyResourceTo
(name + "/" + resourcePath, new File(target, resourcePath));
138
protected void
copyResourceTo
(String name, File targetFile) throws IOException {
157
protected void
copyResourceTo
(String name, File targetFile, Map<String, String> replacements)
160
copyResourceTo
(name, targetFile);
210
copyResourceTo
("/AndroidManifest.xml",
212
copyResourceTo
("/project_build.gradle", new File(testFolder, "build.gradle"), replacements)
[
all
...]
MultiLayoutVerificationTest.java
42
copyResourceTo
("/layout/layout_with_class_name.xml",
45
copyResourceTo
("/layout/layout_with_class_name.xml",
98
copyResourceTo
("/layout/layout_with_variable_type.xml",
101
copyResourceTo
("/layout/layout_with_variable_type.xml",
151
copyResourceTo
("/layout/layout_with_import_type.xml",
154
copyResourceTo
("/layout/layout_with_import_type.xml",
202
copyResourceTo
("/layout/basic_layout.xml",
204
copyResourceTo
("/layout/layout_with_include.xml",
206
copyResourceTo
("/layout/layout_with_view_id.xml",
Completed in 5231 milliseconds