HomeSort by relevance Sort by last modified time
    Searched defs:uptodate (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/jinja2/
loaders.py 73 tuple in the form ``(source, filename, uptodate)`` or raise a
82 The last item in the tuple is the `uptodate` function. If auto
112 # with the filename and the uptodate function.
113 source, filename, uptodate = self.get_source(environment, name)
135 globals, uptodate)
172 def uptodate(): function in function:FileSystemLoader.get_source
177 return contents, filename, uptodate
227 filename = uptodate = None
231 def uptodate(): function in function:PackageLoader.get_source
238 return source.decode(self.encoding), filename, uptodate
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_table.c 70 int uptodate; member in struct:st_engine_pile
151 fnd->uptodate = 1;
168 fnd->uptodate = 0;
180 fnd->uptodate = 1;
196 pile->uptodate = 0;
274 if(fnd->uptodate)
319 if(fnd) fnd->uptodate = 1;
  /external/openssl/crypto/engine/
eng_table.c 70 int uptodate; member in struct:st_engine_pile
151 fnd->uptodate = 1;
168 fnd->uptodate = 0;
180 fnd->uptodate = 1;
196 pile->uptodate = 0;
274 if(fnd->uptodate)
319 if(fnd) fnd->uptodate = 1;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 341 milliseconds