HomeSort by relevance Sort by last modified time
    Searched full:resourcefiles (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 290 Set<ResourceFile> resourceFiles = findAttrsFiles(library, className);
291 if (resourceFiles != null && resourceFiles.size() > 0) {
294 Maps.newHashMapWithExpectedSize(resourceFiles.size());
295 for (ResourceFile file : resourceFiles) {
325 Set<ResourceFile> resourceFiles = null;
336 if (resourceFiles == null) {
337 resourceFiles = new HashSet<ResourceFile>();
339 resourceFiles.addAll(item.getSourceFileList());
343 return resourceFiles;
    [all...]
  /external/libgdx/
build-template.xml 22 <fileset id="resourcefiles" dir="." excludes="**"/>
146 <fileset refid="resourcefiles"/>
build.xml 41 <fileset id="resourcefiles" dir="gdx/src">
54 <reference refid="resourcefiles"/>
152 <fileset id="resourcefiles" dir="extensions/gdx-tools/assets"/>
157 <reference refid="resourcefiles"/>
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
examples.html 50 <li><a href="#resourcefiles">Processing resource files</a></li>
122 href="#annotations">annotations</a>, and <a href="#resourcefiles">resource
145 href="#annotations">annotations</a>, and <a href="#resourcefiles">resource
186 methods</a> and <a href="#resourcefiles">resource files</a>.
265 <a href="#resourcefiles">resource files</a>.
357 and <a href="#resourcefiles">resource files</a>. You may also want to add
488 href="#annotations">annotations</a>, and <a href="#resourcefiles">resource
513 href="#annotations">annotations</a>, and <a href="#resourcefiles">resource
551 methods</a> and <a href="#resourcefiles">resource files</a>.
632 href="#annotations">annotations</a>, and <a href="#resourcefiles">resourc
    [all...]
usage.html     [all...]
  /external/proguard/docs/manual/
examples.html 53 <li><a href="#resourcefiles">Processing resource files</a></li>
126 href="#annotations">annotations</a>, and <a href="#resourcefiles">resource
149 href="#annotations">annotations</a>, and <a href="#resourcefiles">resource
190 methods</a> and <a href="#resourcefiles">resource files</a>.
269 <a href="#resourcefiles">resource files</a>.
411 and <a href="#resourcefiles">resource files</a>. You may also want to add
531 href="#annotations">annotations</a>, and <a href="#resourcefiles">resource
556 href="#annotations">annotations</a>, and <a href="#resourcefiles">resource
594 methods</a> and <a href="#resourcefiles">resource files</a>.
675 href="#annotations">annotations</a>, and <a href="#resourcefiles">resourc
    [all...]
usage.html     [all...]

Completed in 334 milliseconds