OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:templateFile
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java
107
File
templateFile
= new File(templateRoot,
110
if (
templateFile
.exists()) {
111
return
templateFile
;
128
File
templateFile
= new File(templateRoot,
130
if (
templateFile
.exists()) {
131
return
templateFile
;
236
File
templateFile
= new File(templateDir, TEMPLATE_XML);
237
if (
templateFile
.isFile()) {
238
String xml = Files.toString(
templateFile
, Charsets.UTF_8);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java
232
for (File
templateFile
: other) {
233
if (sTemplateTestedSeparately.contains(
templateFile
)) {
236
checkTemplate(
templateFile
);
240
for (File
templateFile
: activities) {
241
if (sTemplateTestedSeparately.contains(
templateFile
)) {
244
checkTemplate(
templateFile
);
272
File
templateFile
= findTemplate("activities", activityName);
273
sProjectTestedSeparately.add(
templateFile
);
274
checkProjectWithActivity(
templateFile
.getName());
276
System.out.println("Checked " +
templateFile
.getName() + " successfully in
[
all
...]
/prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 63 milliseconds