Home
last modified time | relevance | path

Searched refs:templates (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/external/selinux/policycoreutils/po/
DPOTFILES38 ../gui/templates/executable.py
39 ../gui/templates/__init__.py
40 ../gui/templates/network.py
41 ../gui/templates/rw.py
42 ../gui/templates/script.py
43 ../gui/templates/semodule.py
44 ../gui/templates/tmp.py
45 ../gui/templates/user.py
46 ../gui/templates/var_lib.py
47 ../gui/templates/var_log.py
[all …]
DPOTFILES.in49 sepolicy/sepolicy/templates/executable.py
50 sepolicy/sepolicy/templates/__init__.py
51 sepolicy/sepolicy/templates/network.py
52 sepolicy/sepolicy/templates/rw.py
53 sepolicy/sepolicy/templates/script.py
54 sepolicy/sepolicy/templates/semodule.py
55 sepolicy/sepolicy/templates/tmp.py
56 sepolicy/sepolicy/templates/user.py
57 sepolicy/sepolicy/templates/var_lib.py
58 sepolicy/sepolicy/templates/var_log.py
[all …]
DMakefile75 ../sepolicy/sepolicy/templates/executable.py \
76 ../sepolicy/sepolicy/templates/__init__.py \
77 ../sepolicy/sepolicy/templates/network.py \
78 ../sepolicy/sepolicy/templates/rw.py \
79 ../sepolicy/sepolicy/templates/script.py \
80 ../sepolicy/sepolicy/templates/semodule.py \
81 ../sepolicy/sepolicy/templates/tmp.py \
82 ../sepolicy/sepolicy/templates/user.py \
83 ../sepolicy/sepolicy/templates/var_lib.py \
84 ../sepolicy/sepolicy/templates/var_log.py \
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorExsltFunction.java23 import org.apache.xalan.templates.ElemApplyImport;
24 import org.apache.xalan.templates.ElemApplyTemplates;
25 import org.apache.xalan.templates.ElemAttribute;
26 import org.apache.xalan.templates.ElemCallTemplate;
27 import org.apache.xalan.templates.ElemComment;
28 import org.apache.xalan.templates.ElemCopy;
29 import org.apache.xalan.templates.ElemCopyOf;
30 import org.apache.xalan.templates.ElemElement;
31 import org.apache.xalan.templates.ElemExsltFuncResult;
32 import org.apache.xalan.templates.ElemExsltFunction;
[all …]
DXSLTSchema.java25 import org.apache.xalan.templates.Constants;
26 import org.apache.xalan.templates.ElemApplyImport;
27 import org.apache.xalan.templates.ElemApplyTemplates;
28 import org.apache.xalan.templates.ElemAttribute;
29 import org.apache.xalan.templates.ElemCallTemplate;
30 import org.apache.xalan.templates.ElemChoose;
31 import org.apache.xalan.templates.ElemComment;
32 import org.apache.xalan.templates.ElemCopy;
33 import org.apache.xalan.templates.ElemCopyOf;
34 import org.apache.xalan.templates.ElemElement;
[all …]
DProcessorExsltFuncResult.java23 import org.apache.xalan.templates.ElemExsltFuncResult;
24 import org.apache.xalan.templates.ElemExsltFunction;
25 import org.apache.xalan.templates.ElemParam;
26 import org.apache.xalan.templates.ElemTemplateElement;
27 import org.apache.xalan.templates.ElemVariable;
DProcessorLRE.java30 import org.apache.xalan.templates.Constants;
31 import org.apache.xalan.templates.ElemExtensionCall;
32 import org.apache.xalan.templates.ElemLiteralResult;
33 import org.apache.xalan.templates.ElemTemplate;
34 import org.apache.xalan.templates.ElemTemplateElement;
35 import org.apache.xalan.templates.Stylesheet;
36 import org.apache.xalan.templates.StylesheetRoot;
37 import org.apache.xalan.templates.XMLNSDecl;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DQuantityFormatter.java47 private SimplePatternFormatter[] templates; field in QuantityFormatter.Builder
70 templates[idx.intValue()] = newT; in add()
81 if (templates == null || templates[0] == null) { in build()
84 QuantityFormatter result = new QuantityFormatter(templates); in build()
85 templates = null; in build()
93 templates = null; in reset()
98 if (templates == null) { in ensureCapacity()
99 templates = new SimplePatternFormatter[MAX_INDEX]; in ensureCapacity()
105 private final SimplePatternFormatter[] templates; field in QuantityFormatter
107 private QuantityFormatter(SimplePatternFormatter[] templates) { in QuantityFormatter() argument
[all …]
/external/boringssl/src/tool/
Dargs.cc26 const struct argument *templates) { in ParseKeyValueArguments() argument
32 for (size_t j = 0; templates[j].name[0] != 0; j++) { in ParseKeyValueArguments()
33 if (strcmp(arg.c_str(), templates[j].name) == 0) { in ParseKeyValueArguments()
34 templ = &templates[j]; in ParseKeyValueArguments()
60 for (size_t j = 0; templates[j].name[0] != 0; j++) { in ParseKeyValueArguments()
61 const struct argument *templ = &templates[j]; in ParseKeyValueArguments()
72 void PrintUsage(const struct argument *templates) { in PrintUsage() argument
73 for (size_t i = 0; templates[i].name[0] != 0; i++) { in PrintUsage()
74 const struct argument *templ = &templates[i]; in PrintUsage()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DACyclicDFACodeGenerator.java44 public ST genFixedLookaheadDecision(STGroup templates, in genFixedLookaheadDecision() argument
47 return walkFixedDFAGeneratingStateMachine(templates, dfa, dfa.startState, 1); in genFixedLookaheadDecision()
51 STGroup templates, in walkFixedDFAGeneratingStateMachine() argument
58 ST dfaST = templates.getInstanceOf("dfaAcceptState"); in walkFixedDFAGeneratingStateMachine()
76 ST dfaST = templates.getInstanceOf(dfaStateName); in walkFixedDFAGeneratingStateMachine()
78 dfaST = templates.getInstanceOf(dfaLoopbackStateName); in walkFixedDFAGeneratingStateMachine()
81 dfaST = templates.getInstanceOf(dfaOptionalBlockStateName); in walkFixedDFAGeneratingStateMachine()
113 ST edgeST = templates.getInstanceOf(dfaEdgeName); in walkFixedDFAGeneratingStateMachine()
127 parentGenerator.genLabelExpr(templates,edge,k)); in walkFixedDFAGeneratingStateMachine()
145 walkFixedDFAGeneratingStateMachine(templates, in walkFixedDFAGeneratingStateMachine()
[all …]
DCodeGenerator.java105 protected STGroup templates; field in CodeGenerator
216 templates = astDbgTemplates; in loadTemplates()
233 templates = astParserTemplates; in loadTemplates()
245 templates = stTemplates; in loadTemplates()
251 templates = stTemplates; in loadTemplates()
253 templates.iterateAcrossValues = true; // ST v3 compatibility with Maps in loadTemplates()
258 templates = dbgTemplates; in loadTemplates()
259 baseTemplates = templates; in loadTemplates()
263 templates = coreTemplates; in loadTemplates()
284 if ( templates==null ) { in genRecognizer()
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java77 STGroup templates, in genExpr() argument
172 STGroup templates, in genExpr() argument
176 if ( templates!=null ) { in genExpr()
178 eST = templates.getInstanceOf("evalSynPredicate"); in genExpr()
181 eST = templates.getInstanceOf("evalPredicate"); in genExpr()
256 STGroup templates, in genExpr() argument
259 if ( templates!=null ) { in genExpr()
260 return templates.getInstanceOf("true_value"); in genExpr()
283 STGroup templates, in genExpr() argument
286 if ( templates!=null ) { in genExpr()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
DECLIPSEF.SF9 Name: templates/headless-build/allElements.xml
36 Name: templates/headless-build/customTargets.xml
42 Name: templates/plugins/customBuildCallbacks.xml
45 Name: templates/headless-build/customAssembly.xml
51 Name: templates/packager/packager.properties
60 Name: templates/packager/packaging.properties
69 Name: templates/packager/customTargets.xml
84 Name: templates/headless-build/build.properties
87 Name: templates/features/customBuildCallbacks.xml
DMANIFEST.MF51 Name: templates/headless-build/allElements.xml
78 Name: templates/headless-build/customTargets.xml
84 Name: templates/plugins/customBuildCallbacks.xml
87 Name: templates/headless-build/customAssembly.xml
93 Name: templates/packager/packager.properties
102 Name: templates/packager/packaging.properties
111 Name: templates/packager/customTargets.xml
126 Name: templates/headless-build/build.properties
129 Name: templates/features/customBuildCallbacks.xml
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariable.java260 public org.apache.xalan.templates.ElemVariable getElemVariable() in getElemVariable()
269 org.apache.xalan.templates.ElemVariable vvar = null; in getElemVariable()
272 if (null != owner && owner instanceof org.apache.xalan.templates.ElemTemplateElement) in getElemVariable()
275 org.apache.xalan.templates.ElemTemplateElement prev = in getElemVariable()
276 (org.apache.xalan.templates.ElemTemplateElement) owner; in getElemVariable()
278 if (!(prev instanceof org.apache.xalan.templates.Stylesheet)) in getElemVariable()
280 … while ( prev != null && !(prev.getParentNode() instanceof org.apache.xalan.templates.Stylesheet) ) in getElemVariable()
282 org.apache.xalan.templates.ElemTemplateElement savedprev = prev; in getElemVariable()
286 if(prev instanceof org.apache.xalan.templates.ElemVariable) in getElemVariable()
288 vvar = (org.apache.xalan.templates.ElemVariable) prev; in getElemVariable()
[all …]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTemplates.java75 STGroup templates = in testTemplateConstructor() local
77 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructor()
112 STGroup templates = in testTemplateConstructorNoArgs() local
114 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructorNoArgs()
150 STGroup templates = in testIndirectTemplateConstructor() local
152 ST actionST = new ST(templates, rawTranslation); in testIndirectTemplateConstructor()
185 STGroup templates = in testStringConstructor() local
187 ST actionST = new ST(templates, rawTranslation); in testStringConstructor()
221 STGroup templates = in testSetAttr() local
223 ST actionST = new ST(templates, rawTranslation); in testSetAttr()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/
DVariableStack.java511 if (prefixResolver instanceof org.apache.xalan.templates.ElemTemplateElement) in getVariableOrParam()
514 org.apache.xalan.templates.ElemVariable vvar; in getVariableOrParam()
516 org.apache.xalan.templates.ElemTemplateElement prev = in getVariableOrParam()
517 (org.apache.xalan.templates.ElemTemplateElement) prefixResolver; in getVariableOrParam()
519 if (!(prev instanceof org.apache.xalan.templates.Stylesheet)) in getVariableOrParam()
521 while ( !(prev.getParentNode() instanceof org.apache.xalan.templates.Stylesheet) ) in getVariableOrParam()
523 org.apache.xalan.templates.ElemTemplateElement savedprev = prev; in getVariableOrParam()
527 if (prev instanceof org.apache.xalan.templates.ElemVariable) in getVariableOrParam()
529 vvar = (org.apache.xalan.templates.ElemVariable) prev; in getVariableOrParam()
/external/v8/tools/testrunner/local/
Dprogress.py156 def __init__(self, templates): argument
158 self.templates = templates
175 print self.templates['stdout'] % stdout
178 print self.templates['stderr'] % stderr
195 status = self.templates['status_line'] % {
213 templates = {
221 super(ColorProgressIndicator, self).__init__(templates)
230 templates = {
236 super(MonochromeProgressIndicator, self).__init__(templates)
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-template.rb77 templates = @group.templates
78 templates.should_not be_empty
79 templates.should equal @group::TEMPLATES
81 names = templates.keys
86 template_class = templates[ template_name ]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g116 protected STGroup templates;
156 ST elementST = templates.getInstanceOf( name );
194 if ( tryUnchecked && templates.isDefined( name + "Unchecked" + suffix ) )
195 elementST = templates.getInstanceOf( name + "Unchecked" + suffix );
197 elementST = templates.getInstanceOf( name + suffix );
292 this.templates = generator.getTemplates();
410 // Save old templates ptr and restore later. Base templates include Dbg.
411 STGroup saveGroup = templates;
414 templates = generator.getBaseTemplates();
461 $code = templates.getInstanceOf(stName);
[all …]
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt042ast.g251 /** templates tested:
259 /** templates tested:
269 /** templates tested:
277 /** templates tested:
295 /** templates tested:
302 /** templates tested:
309 /** templates tested:
316 /** templates tested:
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
Dtemplate-output.rb55 templates = ANTLR3::Template::Group.new do
61 text = parse( <<-'END', 'a + b', :templates => templates )
179 templates = ANTLR3::Template::Group.new do
185 text = parse( <<-'END', 'abc', :templates => templates )
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt042ast.g257 /** templates tested:
265 /** templates tested:
275 /** templates tested:
283 /** templates tested:
301 /** templates tested:
308 /** templates tested:
315 /** templates tested:
322 /** templates tested:
/external/clang/test/Modules/Inputs/
Dmodule.map125 header "templates-top.h"
129 header "templates-left.h"
133 header "templates-right.h"
217 header "cxx-templates-common.h"
221 header "cxx-templates-a.h"
225 header "cxx-templates-b-impl.h"
229 header "cxx-templates-b.h"
233 header "cxx-templates-c.h"
237 header "cxx-templates-d.h"
/external/clang/test/ARCMT/Inputs/
Dmodule.map120 header "templates-top.h"
124 header "templates-left.h"
128 header "templates-right.h"
212 header "cxx-templates-common.h"
216 header "cxx-templates-a.h"
220 header "cxx-templates-b-impl.h"
224 header "cxx-templates-b.h"
228 header "cxx-templates-c.h"

12345678910>>...14