OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loadPathCache
(Results
1 - 6
of
6
) sorted by null
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JSilverFactory.java
41
private final LoadPathToFileCache
loadPathCache
;
71
this.
loadPathCache
= null;
73
this.
loadPathCache
= new LoadPathToFileCache(this.options.getLoadPathCacheSize());
84
return new JCs(JHdf.cast(hdf), jSilver,
loadPathCache
);
93
JCs cs = new JCs(JHdf.cast(hdf), jSilver,
loadPathCache
);
100
return new JHdf(new DefaultData(), dataFactory,
loadPathCache
, options);
ResourceLoaderAdaptor.java
40
private final LoadPathToFileCache
loadPathCache
;
44
ResourceLoaderAdaptor(JHdf hdf, LoadPathToFileCache
loadPathCache
, CSFileLoader csFileLoader) {
46
this.
loadPathCache
=
loadPathCache
;
107
//
loadPathCache
is null when load path caching is disabled at the
110
if (
loadPathCache
!= null) {
111
String filePath =
loadPathCache
.lookup(getLoadPaths(), name);
119
if (file != null &&
loadPathCache
!= null) {
120
loadPathCache
.add(getLoadPaths(), name, file.getAbsolutePath());
JHdf.java
44
private final LoadPathToFileCache
loadPathCache
;
48
JHdf(Data data, DataFactory dataFactory, LoadPathToFileCache
loadPathCache
, JSilverOptions options) {
50
this.
loadPathCache
=
loadPathCache
;
53
this.resourceLoader = new ResourceLoaderAdaptor(this,
loadPathCache
, null);
94
this.resourceLoader = new ResourceLoaderAdaptor(this,
loadPathCache
, fileLoader);
162
return d == null ? null : new JHdf(d, dataFactory,
loadPathCache
, options);
173
return new JHdf(child, dataFactory,
loadPathCache
, options);
189
return new JHdf(root, dataFactory,
loadPathCache
, options);
201
return new JHdf(data.createChild(hdfpath), dataFactory,
loadPathCache
, options)
[
all
...]
JCs.java
41
private final LoadPathToFileCache
loadPathCache
;
46
JCs(JHdf hdf, JSilver jSilver, LoadPathToFileCache
loadPathCache
) {
49
this.
loadPathCache
=
loadPathCache
;
168
resourceLoaderAdaptor = new ResourceLoaderAdaptor(localHdf,
loadPathCache
, csFileLoader);
/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
Completed in 47 milliseconds