OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loadPaths
(Results
1 - 7
of
7
) sorted by null
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
LoadPathToFileCache.java
26
* This class implements a cache of a list of
loadpaths
and a file name to the absolute file name
42
* Lookup in the cache to see if we have a mapping from the given
loadpaths
and filename to an
45
* @param
loadPaths
the ordered list of directories to search for the file.
49
public String lookup(List<String>
loadPaths
, String filename) {
50
String filePathMapKey = makeCacheKey(
loadPaths
, filename);
62
* @param
loadPaths
the ordered list of directories to search for the file.
66
public void add(List<String>
loadPaths
, String filename, String filePath) {
67
String filePathMapKey = makeCacheKey(
loadPaths
, filename);
76
public static String makeCacheKey(List<String>
loadPaths
, String filename) {
77
if (
loadPaths
== null)
[
all
...]
ResourceLoaderAdaptor.java
42
private List<String>
loadPaths
;
74
if (
loadPaths
== null ||
loadPaths
.isEmpty()) {
76
} else if (
loadPaths
.size() == 1) {
78
text.append(
loadPaths
.get(0));
132
* @param
loadPaths
the ordered list of paths to search.
136
File locateFile(List<String>
loadPaths
, String filename) {
140
if (
loadPaths
== null) {
141
throw new NullPointerException("No
loadpaths
provided.");
143
for (String path :
loadPaths
) {
[
all
...]
/frameworks/opt/setupwizard/tools/docs/
jsilver.jar
/prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar
/external/testng/ant/3rdparty/
doclava-1.0.3.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar
Completed in 791 milliseconds