/external/llvm/utils/git-svn/ |
git-svnrevert | 46 # Create a template in our .git directory. 47 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template" 48 cat > $TEMPLATE <<EOF 55 git commit --file="$TEMPLATE" --edit 59 rm -rf $TEMPLATE 63 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/autotest/client/common_lib/ |
host_queue_entry_states.py | 13 'Cleaning', 'Template'] 20 Status.STOPPED, Status.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>();
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64CA53ErratumStub.cpp | 33 const uint32_t AArch64CA53ErratumStub::TEMPLATE[] = { 42 m_pData = TEMPLATE; 43 m_Size = sizeof(TEMPLATE);
|
AArch64LongBranchStub.cpp | 37 const uint32_t AArch64LongBranchStub::TEMPLATE[] = { 59 m_pData = TEMPLATE; 60 m_Size = sizeof(TEMPLATE);
|
AArch64CA53ErratumStub.h | 58 static const uint32_t TEMPLATE[];
|
AArch64LongBranchStub.h | 58 static const uint32_t TEMPLATE[];
|
/external/chromium-trace/catapult/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/ |
git-release-notes.py | 10 TEMPLATE = """ 71 print(TEMPLATE.format(
|
/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)
|
/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/catapult/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)
|
/external/chromium-trace/catapult/third_party/uritemplate/uritemplate/ |
__init__.py | 4 URI Template (RFC6570) Processor 36 TEMPLATE = re.compile("{([^\}]+)}") 39 def variables(template): 40 '''Returns the set of keywords in a uri template''' 42 for varlist in TEMPLATE.findall(template): 192 def expand(template, variables): 194 Expand template as a URI Template using variables. 265 return TEMPLATE.sub(_sub, template [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...] |
/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...] |