HomeSort by relevance Sort by last modified time
    Searched refs:TEMPLATE (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
125 T = TEMPLATE = sre_compile.SRE_FLAG_TEMPLATE # disable backtracking
197 def template(pattern, flags=0): function
198 "Compile a template pattern, returning a pattern object"
263 def _expand(pattern, match, template):
265 template = sre_parse.parse_template(template, pattern)
266 return sre_parse.expand_template(template, match)
268 def _subx(pattern, template):
270 template = _compile_repl(template, pattern
    [all...]
rexec.py 52 TEMPLATE = """
64 exec TEMPLATE % (m, m)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
125 T = TEMPLATE = sre_compile.SRE_FLAG_TEMPLATE # disable backtracking
197 def template(pattern, flags=0): function
198 "Compile a template pattern, returning a pattern object"
263 def _expand(pattern, match, template):
265 template = sre_parse.parse_template(template, pattern)
266 return sre_parse.expand_template(template, match)
268 def _subx(pattern, template):
270 template = _compile_repl(template, pattern
    [all...]
rexec.py 52 TEMPLATE = """
64 exec TEMPLATE % (m, m)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 100 TEMPLATE;
981 /** Build a tree for a template rewrite:
982 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) )
984 ID can be "template" keyword. If first child is ACTION then it's
985 an indirect template ref
988 -> ({string-e})(a={...}, b={...}) // e evaluates to template name
989 -> {%{$ID.text}} // create literal template from string (done in ActionTranslator)
995 : // -> template(a={...},...) "..."
996 {LT(1).getText().equals("template")}? => // inline
1018 -> ^(TEMPLATE[$lp,"TEMPLATE"] id rewrite_template_args
    [all...]
ANTLRTreePrinter.g 357 : ^( TEMPLATE
DefineGrammarItemsWalker.g 675 | ^( TEMPLATE (id=ID|ind=ACTION)
CodeGenTreeWalker.g 118 /** The overall lexer/parser template; simulate dynamically scoped
226 /** Return a non-empty template name suffix if the token is to be
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 30 # Template file (searched on sys.path)
31 TEMPLATE = "PythonInterpreter"
51 def findtemplate(template=None):
52 """Locate the applet template along sys.path"""
55 if not template:
56 template=TEMPLATE
58 file = os.path.join(p, template)
65 raise BuildError, "Template %r not found on sys.path" % (template,)
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 283 TEMPLATE = 392,
484 #define TEMPLATE 392
    [all...]
glsl_lexer.cc     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 
  /external/chromium_org/third_party/polymer/
platform.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py 134 '<%@pagetemplate=TEMPLATE.y%>\r\n',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py 134 '<%@pagetemplate=TEMPLATE.y%>\r\n',
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/icu4c/
configure     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/e2fsprogs/
configure     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 420 milliseconds

12