HomeSort by relevance Sort by last modified time
    Searched refs:TEMPLATE (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/llvm/utils/git-svn/
git-svnrevert 41 # Create a template in our .git directory.
42 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template"
43 cat > $TEMPLATE <<EOF
50 git commit --file="$TEMPLATE" --edit
54 rm -rf $TEMPLATE
58 rm -rf $TEMPLATE
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.cpp 30 const uint32_t ARMToARMStub::TEMPLATE[] = {
42 m_pData = TEMPLATE;
43 m_Size = sizeof(TEMPLATE);
ARMToTHMStub.cpp 31 const uint32_t ARMToTHMStub::TEMPLATE[] = {
44 m_pData = TEMPLATE;
45 m_Size = sizeof(TEMPLATE);
THMToARMStub.cpp 31 const uint32_t THMToARMStub::TEMPLATE[] = {
47 m_pData = TEMPLATE;
48 m_Size = sizeof(TEMPLATE);
THMToTHMStub.cpp 32 const uint32_t THMToTHMStub::TEMPLATE[] = {
49 m_pData = TEMPLATE;
50 m_Size = sizeof(TEMPLATE);
ARMToARMStub.h 62 static const uint32_t TEMPLATE[];
ARMToTHMStub.h 62 static const uint32_t TEMPLATE[];
THMToARMStub.h 65 static const uint32_t TEMPLATE[];
THMToTHMStub.h 65 static const uint32_t TEMPLATE[];
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.cpp 26 const uint32_t HexagonAbsoluteStub::TEMPLATE[] = {
41 m_pData = TEMPLATE;
42 m_Size = sizeof(TEMPLATE);
HexagonAbsoluteStub.h 62 static const uint32_t TEMPLATE[];
  /external/clang/test/CodeGenCXX/
for-range-temporaries.cpp 72 #ifdef TEMPLATE
74 template<typename D>
76 template<typename>
97 #ifdef TEMPLATE
98 template void for_temps<D>();
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
form.py 28 TEMPLATE = """\
73 ``template``
91 def __init__(self, application, authfunc, template=None):
94 self.template = template or TEMPLATE
115 content = self.template % construct_url(environ)
140 template = kw.get('template')
141 if template is not None
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 234 : ^( TEMPLATE ID rewrite_template_args
244 : ^(TEMPLATE ID rewrite_template_args)
249 : ^(TEMPLATE ACTION rewrite_template_args)
ANTLRv3.g 62 TEMPLATE;
413 /** Build a tree for a template rewrite:
414 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) )
416 ID can be "template" keyword. If first child is ACTION then it's
417 an indirect template ref
420 -> ({string-e})(a={...}, b={...}) // e evaluates to template name
421 -> {%{$ID.text}} // create literal template from string (done in ActionTranslator)
425 : // -> template(a={...},...) "..." inline template
428 -> ^(TEMPLATE[$lp,"TEMPLATE"] id rewrite_template_args $str
    [all...]
LeftRecursiveRuleWalker.g 239 : ^(REWRITES ( ^( REWRITE SEMPRED? (^(ALT .*)|^(TEMPLATE .*)|ACTION|ETC) ) )* )
  /external/fio/tools/
genfio 25 TEMPLATE=/tmp/template.fio
95 echo "iodepth=$IODEPTH" >> $TEMPLATE
98 echo "runtime=$RUNTIME" >> $TEMPLATE
99 echo "time_based" >> $TEMPLATE
103 echo "direct=1" >> $TEMPLATE
123 cat >$TEMPLATE << EOF
258 echo "exec_prerun=$OPTARG" >> $TEMPLATE
261 echo "exec_postrun=$OPTARG" >> $TEMPLATE
337 cp -f $TEMPLATE $OUTFIL
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
open_element_stack.js 70 return tn === $.TEMPLATE && ns === NS.HTML;
108 if (this.currentTagName !== $.TEMPLATE)
175 if (tn === $.TEMPLATE && ns === NS.HTML)
210 while (this.currentTagName !== $.TABLE && this.currentTagName !== $.TEMPLATE && this.currentTagName !== $.HTML)
216 this.currentTagName !== $.THEAD && this.currentTagName !== $.TEMPLATE &&
223 while (this.currentTagName !== $.TR && this.currentTagName !== $.TEMPLATE && this.currentTagName !== $.HTML)
331 if ((tn === $.TABLE || tn === $.TEMPLATE || tn === $.HTML) && ns === NS.HTML)
parser.js 71 //Template insertion mode switch map
368 //NOTE: use <template> element as a fragment context if context element was not provided,
371 fragmentContext = this.treeAdapter.createElement($.TEMPLATE, NS.HTML, []);
380 if (this.treeAdapter.getTagName(fragmentContext) === $.TEMPLATE)
758 else if (tn === $.TEMPLATE) {
781 if (tn === $.TEMPLATE)
828 if (tn === $.TEMPLATE && ns === NS.HTML) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 64 module Template
80 :TEMPLATE => 6, :T__11 => 11, :T__14 => 14, :T__13 => 13,
89 register_names( "CONSTANT", "ID", "TEMPLATE", "STRING", "COMMENT", "WS",
120 unless group.is_a?( ANTLR3::Template::Group )
124 group = ANTLR3::Template::Group.new
153 when TEMPLATE
204 group = ANTLR3::Template::Group.new
322 # 96:1: member[ group ] : name= ID ( parameter_declaration )? '::=' (aliased= ID | TEMPLATE | STRING ) ;
336 # at line 98:5: name= ID ( parameter_declaration )? '::=' (aliased= ID | TEMPLATE | STRING )
357 # at line 99:5: (aliased= ID | TEMPLATE | STRING
    [all...]
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...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 64 TEMPLATE;
409 /** Build a tree for a template rewrite:
410 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) )
412 ID can be "template" keyword. If first child is ACTION then it's
413 an indirect template ref
416 -> ({string-e})(a={...}, b={...}) // e evaluates to template name
417 -> {%{$ID.text}} // create literal template from string (done in ActionTranslator)
421 : // -> template(a={...},...) "..." inline template
424 -> ^(TEMPLATE[$lp,"TEMPLATE"] id rewrite_template_args $str
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ST.stg 28 /** Template subgroup to add template rewrite output
72 /** x+=rule when output=template */
79 # TEMPLATE REWRITE
138 /** Invoke a template with a set of attribute name/value pairs.
139 * Set the value of the rule's template *after* having set
140 * the attributes because the rule's template might be used as
141 * an attribute to build a bigger template; you get a self-embedded
142 * template.
148 /** expr is a string expression that says what template to load *
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
httpexceptions.py 84 TEMPLATE = """\
110 2. The template may want to have string-substitutions taken from
131 it is accessible in the template via %(explanation)s
136 the template via %(detail)s
138 ``template``
140 header substitution; the default template includes both
160 To override the template (which is HTML content) or the plain-text
163 into explanation, detail and template allows both the creation of
173 template = "%(explanation)s\r\n<br/>%(detail)s\r\n<!-- %(comment)s -->" variable in class:HTTPException
198 def make_body(self, environ, template, escfunc, comment_escfunc=None)
317 template = ( variable in class:_HTTPMove
459 template = ('The method %(REQUEST_METHOD)s is not allowed for ' variable in class:HTTPMethodNotAllowed
466 template = ('The resource could not be generated that was ' variable in class:HTTPNotAcceptable
517 template = ('The request media type %(CONTENT_TYPE)s is not ' variable in class:HTTPUnsupportedMediaType
569 template = ('The request method %(REQUEST_METHOD)s is not implemented ' variable in class:HTTPNotImplemented
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/
html.js 147 TEMPLATE: 'template',
245 SPECIAL_ELEMENTS[NS.HTML][$.TEMPLATE] = true;

Completed in 1030 milliseconds

1 2 3 4