/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
dot.rb | 59 def initialize( template, vars = {} ) 60 @__template__ = template
|
/external/chromium/chrome/browser/resources/ |
crashes.js | 50 'template=Crash%20Report&comment=' +
|
/external/chromium/chrome/browser/resources/shared/js/ |
local_strings.js | 51 * The template data object.
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.css | 214 /* Ensure template items are never drawn when the page initially loads */ 215 #app-template {
|
/external/chromium_org/chrome/browser/resources/ |
crashes.js | 68 template: 'Crash Report',
|
plugins.js | 13 // This is the javascript code that processes the template: 43 * template expects each plugin's format to match the following structure to
|
/external/chromium_org/chrome/browser/resources/media/ |
webrtc_logs.js | 61 template: 'Defect report from user',
|
/external/chromium_org/ui/webui/resources/js/ |
local_strings.js | 51 * The template data object.
|
/external/doclava/src/com/google/doclava/ |
DoclavaDiff.java | 331 private void generateHtml(String template, Data data, File file) { 337 String rendered = jSilver.render(template, data);
|
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 141 def render(self, template): 143 Replace each $-substitutions in the given template string with 147 return re.sub(r'\$\$|\${\w+}', self._render_sub, template)
|
/frameworks/base/services/java/com/android/server/net/ |
NetworkStatsRecorder.java | 116 public NetworkStats.Entry getTotalSinceBootLocked(NetworkTemplate template) { 117 return mSinceBoot.getSummary(template, Long.MIN_VALUE, Long.MAX_VALUE).getTotal(null);
|
/packages/apps/Settings/src/com/android/settings/ |
DataUsageSummary.java | 1738 final NetworkTemplate template = getArguments().getParcelable(EXTRA_TEMPLATE); local 1797 final NetworkTemplate template = getArguments().getParcelable(EXTRA_TEMPLATE); local 1860 final NetworkTemplate template = getArguments().getParcelable(EXTRA_TEMPLATE); local 2125 final NetworkTemplate template = intent.getParcelableExtra(EXTRA_NETWORK_TEMPLATE); local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmMmiCode.java | 1222 CharSequence template; local [all...] |
/external/chromium_org/third_party/jinja2/ |
compiler.py | 58 if not isinstance(node, nodes.Template): 59 raise TypeError('Can\'t compile non template nodes') 388 # can safely assume that we're a child template and do some 659 # declared locally *and* part of an outside scope raise a template 857 """Call a block and register it for the template.""" 860 # if we know that we are a child template, there is no need to 883 # the template before this one. 886 # if we have a known extends we just add a template runtim [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
android.py | [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-lexer.rb | 64 module Template 80 :TEMPLATE => 6, :T__11 => 11, :T__14 => 14, :T__13 => 13, 99 "TEMPLATE", "STRING", "COMMENT", "WS" ].freeze 102 :template!, :string!, :comment!, :ws! ].freeze 460 # lexer rule template! (TEMPLATE) 462 def template! 466 type = TEMPLATE 838 # at line 1:8: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | CONSTANT | ID | TEMPLATE | STRING | COMMENT | WS ) 891 # at line 1:82: TEMPLATE [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
ClockBackService.java | 379 // Get the announce template. 382 String template = mContext.getString(resourceId); local 384 // Format the template with the ringer percentage. 397 return String.format(template, volumePercent);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | 202 var template = new Template(replacement); 203 return function(match) { return template.evaluate(match) }; 206 DrNicTest.Template = function(template, pattern) { 207 this.template = template; //template.toString(); 208 this.pattern = pattern || DrNicTest.Template.Pattern; 211 DrNicTest.Template.prototype.evaluate = function(object) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/ |
options.js | 7 this.node = document.getElementById('rule-template').cloneNode(true);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | 202 var template = new Template(replacement); 203 return function(match) { return template.evaluate(match) }; 206 DrNicTest.Template = function(template, pattern) { 207 this.template = template; //template.toString(); 208 this.pattern = pattern || DrNicTest.Template.Pattern; 211 DrNicTest.Template.prototype.evaluate = function(object) [all...] |
/external/chromium_org/third_party/sqlite/src/ |
publish.sh | 120 # create the spec file from the template 121 sed s/SQLITE_VERSION/$VERS/g $srcdir/spec.template > $HOME/rpm/SPECS/sqlite.spec
|
/external/chromium_org/tools/json_schema_compiler/ |
ppapi_generator.py | 26 the template file without its extension. The template will be rendered with 69 template = self.jinja_environment.get_template( 70 '%s.template' % template_name) 71 generated_code.Append(template.render(values))
|
/ndk/sources/host-tools/sed-4.2.1/ |
autoboot | 621 echo "$0: Creating po/Makevars from po/Makevars.template ..." 631 ' po/Makevars.template >po/Makevars 645 ' <po/Makevars.template >runtime-po/Makevars
|
/developers/build/lib/ |
buildSrc.jar | |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVT.java | 37 * Class to hold an Attribute Value Template. 217 // just keep on going, since we're not in an attribute template 227 // Attribute Value Template start 304 // Proper close of attribute template. 320 // part of the template stuff, just add it. 330 // part of the template stuff, just add it. 369 handler.warn(XSLTErrorResources.WG_FOUND_CURLYBRACE, null); //"Found \"}\" but no attribute template open!"); 403 new Object[]{ error }); //"Attr Template, "+error);
|