HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 501 - 525 of 589) sorted by null

<<21222324

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 189 # Broader test of all interesting names in a template
190 with test_support.captured_stdout() as template:
192 words = set(re.findall('[A-Za-z]+', template.getvalue()))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 60 * e.g., to do CSharp.stg copy Java.stg. The template group file has a
183 /** load the main language.stg template group file */
238 else if ( outputOption!=null && outputOption.equals("template") ) {
442 // Now that we know what synpreds are used, we can set into template
806 * code template. This is not the token vocab interchange file, but
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 118 This manifest is used as a template for the auto updater; only pepper
638 manifest: The manifest used as a template for updating. Only pepper
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 114 template\<typename StreamType, typename TokenType, typename TokenBuilder>
329 /** A simpler version of a rule template that is specific to the imaginary
657 * so we can just use the normal block template
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 330 * A template method to create an item object. It can be a subclass
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.js 324 * A template method to create an item object. It can be a subclass
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
background.js 217 // Do deep copy for the template of options to assign customized params later.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 411 flow label, fill corresponding sender template and submit it to local rsvp
  /external/v8/tools/
tickprocessor.js 744 * Does not handle arguments and template arguments. The mangled names have
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 699 /** A convenience method for use most often with template rewrites.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 401 /** A simpler version of a rule template that is specific to the imaginary
841 * so we can just use the normal block template
896 #error The listLabel template should not be used with this target.<\n>
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 541 var template = new Template(replacement);
542 return function(match) { return template.evaluate(match) };
745 return new Template(this, pattern).evaluate(object);
782 var Template = Class.create({
783 initialize: function(template, pattern) {
784 this.template = template.toString();
785 this.pattern = pattern || Template.Pattern;
792 return this.template.gsub(this.pattern, function(match)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 1134 template {
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 854 '.wxs.template',
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/chromium_org/v8/tools/
tickprocessor.js 815 * Does not handle arguments and template arguments. The mangled names have
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 473 milliseconds

<<21222324