/external/llvm/utils/git-svn/ |
git-svnrevert | 34 # Create a template in our .git directory. 35 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template" 36 cat > $TEMPLATE <<EOF 43 git commit --file="$TEMPLATE" --edit 47 rm -rf $TEMPLATE 51 rm -rf $TEMPLATE
|
/external/libvpx/libvpx/examples/ |
gen_example_text.sh | 51 read -r template < "$txt" 52 case "$template" in 53 @TEMPLATE*) template=${txt%/*}/${template##@TEMPLATE } ;; 54 *) die "Failed to parse template name from '$template'" ;; 63 @TEMPLATE*) 64 template=${template##@TEMPLATE [all...] |
gen_example_code.sh | 45 include_block $show_bar < "${template%.c}.txt" 71 read -r template < "$txt" 72 case "$template" in 73 @TEMPLATE*) template=${txt%/*}/${template##@TEMPLATE } ;; 74 *) die "Failed to parse template name from '$template'" ;; 80 || include_block < "${template%.c}.txt" [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
make-hosted | 28 open TEMPLATE, "<resources/TEMPLATE.html"; 29 my $template = do { local $/; <TEMPLATE> }; 30 close TEMPLATE; 32 open DRIVER_TEMPLATE, "<resources/driver-TEMPLATE.html"; 36 open RESULTS_TEMPLATE, "<resources/results-TEMPLATE.html"; 72 my $output = $template;
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMToARMStub.cpp | 29 const uint32_t ARMToARMStub::TEMPLATE[] = { 43 m_pData = TEMPLATE; 44 m_Size = sizeof(TEMPLATE);
|
ARMToTHMStub.cpp | 30 const uint32_t ARMToTHMStub::TEMPLATE[] = { 45 m_pData = TEMPLATE; 46 m_Size = sizeof(TEMPLATE);
|
THMToARMStub.cpp | 30 const uint32_t THMToARMStub::TEMPLATE[] = { 45 m_pData = TEMPLATE; 46 m_Size = sizeof(TEMPLATE);
|
THMToTHMStub.cpp | 31 const uint32_t THMToTHMStub::TEMPLATE[] = { 47 m_pData = TEMPLATE; 48 m_Size = sizeof(TEMPLATE);
|
ARMToARMStub.h | 69 static const uint32_t TEMPLATE[];
|
ARMToTHMStub.h | 69 static const uint32_t TEMPLATE[];
|
THMToARMStub.h | 72 static const uint32_t TEMPLATE[];
|
THMToTHMStub.h | 72 static const uint32_t TEMPLATE[];
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonAbsoluteStub.cpp | 24 const uint32_t HexagonAbsoluteStub::TEMPLATE[] = { 40 m_pData = TEMPLATE; 41 m_Size = sizeof(TEMPLATE);
|
HexagonAbsoluteStub.h | 68 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/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/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/qemu/android/utils/ |
tempfile.c | 79 #define TEMPLATE "/tmp/.android-emulator-XXXXXX" 81 char template[512]; local 82 char *p = template, *end = p + sizeof(template); 90 D( "template: %s", template ); 91 tempfd = mkstemp( template ); 97 tempname = template;
|
/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_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glsl_parser.h | 174 TEMPLATE = 392, 375 #define TEMPLATE 392
|
/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...] |