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

  /external/jetty/src/java/org/eclipse/jetty/util/resource/
ResourceCollection.java 47 private Resource[] _resources; field in class:ResourceCollection
57 _resources = new Resource[0];
81 _resources = list.toArray(new Resource[list.size()]);
82 for(Resource r : _resources)
98 _resources = new Resource[resources.length];
103 _resources[i] = Resource.newResource(resources[i]);
104 if(!_resources[i].exists() || !_resources[i].isDirectory())
105 throw new IllegalArgumentException(_resources[i] + " is not an existing directory.");
137 return _resources;
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/
readme.html 55 <li>Build ICU4J's _resources target to unjar the new files.<br>
  /external/vogar/src/vogar/android/
JackDexTask.java 110 File resourcesDir = run.localFile(localDex.getName() + "_resources");
  /external/doclava/src/com/google/doclava/
PageMetadata.java 736 buf.append("var " + list.get(i).mType.toUpperCase() + "_RESOURCES = [");
    [all...]
  /docs/source.android.com/src/compatibility/5.1/
android-5.1-cdd.html 311 <p class="toc_h1"><a href="#14_resources">14. Resources</a></p>
353 <p>Many of the resources listed in <a href="#14_resources">section 14</a> are derived directly or indirectly from the Android SDK, and will be
357 authoritative. Any technical details provided in the references included in <a href="#14_resources">section 14</a> are considered by inclusion to be part of this Compatibility Definition. </p>
    [all...]
  /docs/source.android.com/src/compatibility/6.0/
android-6.0-cdd.html 345 <p class="toc_h1"><a href="#14_resources">14. Resources</a></p>
387 <p>Many of the resources listed in <a href="#14_resources">section 14</a> are derived directly or indirectly from the Android SDK, and will be
391 authoritative. Any technical details provided in the references included in <a href="#14_resources">section 14</a> are considered by inclusion to be part of this Compatibility Definition. </p>
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /build/tools/droiddoc/templates-sdk-refonly/assets/js/
docs.js     [all...]
  /external/llvm/docs/
ProgrammersManual.rst 84 .. _resources:
    [all...]
  /docs/source.android.com/src/compatibility/5.0/
android-5.0-cdd.html     [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 427 milliseconds