Home
last modified time | relevance | path

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

12345678910>>...22

/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;
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtemplates_test.py27 from tensorflow.python.autograph.pyct import templates
39 node = templates.replace(template, b=('a', 'c'))[0]
52 node = templates.replace(template, a='b')[0]
64 node = templates.replace(template, fname='test_fn')[0]
75 node = templates.replace(
91 node = templates.replace(template, foo='b')[0]
98 templates.replace(template, foo=1)
106 node = templates.replace(
119 node = templates.replace(template, foo=parser.parse_expression('[a, b]'))[0]
130 node = templates.replace(template, foo=parser.parse_expression('(a, b)'))[0]
[all …]
/external/antlr/tool/src/main/java/org/antlr/codegen/
DACyclicDFACodeGenerator.java45 public ST genFixedLookaheadDecision(STGroup templates, in genFixedLookaheadDecision() argument
48 return walkFixedDFAGeneratingStateMachine(templates, dfa, dfa.startState, 1); in genFixedLookaheadDecision()
52 STGroup templates, in walkFixedDFAGeneratingStateMachine() argument
59 ST dfaST = templates.getInstanceOf("dfaAcceptState"); in walkFixedDFAGeneratingStateMachine()
77 ST dfaST = templates.getInstanceOf(dfaStateName); in walkFixedDFAGeneratingStateMachine()
79 dfaST = templates.getInstanceOf(dfaLoopbackStateName); in walkFixedDFAGeneratingStateMachine()
82 dfaST = templates.getInstanceOf(dfaOptionalBlockStateName); in walkFixedDFAGeneratingStateMachine()
113 ST edgeST = templates.getInstanceOf(dfaEdgeName); in walkFixedDFAGeneratingStateMachine()
128 parentGenerator.genLabelExpr(templates,edge,k)); in walkFixedDFAGeneratingStateMachine()
146 walkFixedDFAGeneratingStateMachine(templates, in walkFixedDFAGeneratingStateMachine()
[all …]
DCodeGenerator.java105 protected STGroup templates; field in CodeGenerator
210 templates = astDbgTemplates; in loadTemplates()
227 templates = astParserTemplates; in loadTemplates()
239 templates = stTemplates; in loadTemplates()
245 templates = stTemplates; in loadTemplates()
247 templates.iterateAcrossValues = true; // ST v3 compatibility with Maps in loadTemplates()
252 templates = dbgTemplates; in loadTemplates()
253 baseTemplates = templates; in loadTemplates()
257 templates = coreTemplates; in loadTemplates()
278 if ( templates==null ) { in genRecognizer()
[all …]
/external/mesa3d/src/gallium/drivers/swr/
DMakefile.am101 gen_swr_context_llvm.h: rasterizer/codegen/gen_llvm_types.py rasterizer/codegen/templates/gen_llvm.…
107 …codegen/gen_knobs.py rasterizer/codegen/knob_defs.py rasterizer/codegen/templates/gen_knobs.cpp ra…
114 …codegen/gen_knobs.py rasterizer/codegen/knob_defs.py rasterizer/codegen/templates/gen_knobs.h rast…
121 …n_state_llvm.h: rasterizer/codegen/gen_llvm_types.py rasterizer/codegen/templates/gen_llvm.hpp ras…
128 …uilder.hpp: rasterizer/codegen/gen_llvm_ir_macros.py rasterizer/codegen/templates/gen_builder.hpp …
136 …er_x86.hpp: rasterizer/codegen/gen_llvm_ir_macros.py rasterizer/codegen/templates/gen_builder.hpp …
143 …gen_ar_event.hpp: rasterizer/codegen/gen_archrast.py rasterizer/codegen/templates/gen_ar_event.hpp…
151 …gen_ar_event.cpp: rasterizer/codegen/gen_archrast.py rasterizer/codegen/templates/gen_ar_event.cpp…
159 …eventhandler.hpp: rasterizer/codegen/gen_archrast.py rasterizer/codegen/templates/gen_ar_eventhand…
167 …thandlerfile.hpp: rasterizer/codegen/gen_archrast.py rasterizer/codegen/templates/gen_ar_eventhand…
[all …]
DSConscript48 swrroot + 'rasterizer/codegen/templates/gen_knobs.cpp')
57 swrroot + 'rasterizer/codegen/templates/gen_knobs.h')
66 swrroot + 'rasterizer/codegen/templates/gen_llvm.hpp')
75 swrroot + 'rasterizer/codegen/templates/gen_builder.hpp')
84 swrroot + 'rasterizer/codegen/templates/gen_builder.hpp')
93 swrroot + 'rasterizer/codegen/templates/gen_llvm.hpp')
102 swrroot + 'rasterizer/codegen/templates/gen_ar_event.hpp')
111 swrroot + 'rasterizer/codegen/templates/gen_ar_event.cpp')
120 swrroot + 'rasterizer/codegen/templates/gen_ar_eventhandler.hpp')
129 swrroot + 'rasterizer/codegen/templates/gen_ar_eventhandlerfile.hpp')
[all …]
/external/boringssl/src/tool/
Dargs.cc28 const struct argument *templates) { in ParseKeyValueArguments() argument
34 for (size_t j = 0; templates[j].name[0] != 0; j++) { in ParseKeyValueArguments()
35 if (strcmp(arg.c_str(), templates[j].name) == 0) { in ParseKeyValueArguments()
36 templ = &templates[j]; in ParseKeyValueArguments()
62 for (size_t j = 0; templates[j].name[0] != 0; j++) { in ParseKeyValueArguments()
63 const struct argument *templ = &templates[j]; in ParseKeyValueArguments()
74 void PrintUsage(const struct argument *templates) { in PrintUsage() argument
75 for (size_t i = 0; templates[i].name[0] != 0; i++) { in PrintUsage()
76 const struct argument *templ = &templates[i]; in PrintUsage()
/external/selinux/policycoreutils/po/
DMakefile82 ../sepolicy/sepolicy/templates/executable.py \
83 ../sepolicy/sepolicy/templates/__init__.py \
84 ../sepolicy/sepolicy/templates/network.py \
85 ../sepolicy/sepolicy/templates/rw.py \
86 ../sepolicy/sepolicy/templates/script.py \
87 ../sepolicy/sepolicy/templates/semodule.py \
88 ../sepolicy/sepolicy/templates/tmp.py \
89 ../sepolicy/sepolicy/templates/user.py \
90 ../sepolicy/sepolicy/templates/var_lib.py \
91 ../sepolicy/sepolicy/templates/var_log.py \
[all …]
/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/icu/android_icu4j/src/main/java/android/icu/text/
DQuantityFormatter.java27 private final SimpleFormatter[] templates = field in QuantityFormatter
44 if (templates[idx] != null) { in addIfAbsent()
47 templates[idx] = SimpleFormatter.compileMinMaxArguments(template, 0, 1); in addIfAbsent()
54 return templates[StandardPlural.OTHER_INDEX] != null; in isValid()
68 SimpleFormatter formatter = templates[p.ordinal()]; in format()
70 formatter = templates[StandardPlural.OTHER_INDEX]; in format()
84 SimpleFormatter template = templates[idx]; in getByVariant()
86 templates[StandardPlural.OTHER_INDEX] : template; in getByVariant()
/external/antlr/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java77 STGroup templates, in genExpr() argument
175 STGroup templates, in genExpr() argument
179 if ( templates!=null ) { in genExpr()
181 eST = templates.getInstanceOf("evalSynPredicate"); in genExpr()
184 eST = templates.getInstanceOf("evalPredicate"); in genExpr()
259 STGroup templates, in genExpr() argument
262 if ( templates!=null ) { in genExpr()
263 return templates.getInstanceOf("true_value"); in genExpr()
286 STGroup templates, in genExpr() argument
289 if ( templates!=null ) { in genExpr()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DQuantityFormatter.java26 private final SimpleFormatter[] templates = field in QuantityFormatter
43 if (templates[idx] != null) { in addIfAbsent()
46 templates[idx] = SimpleFormatter.compileMinMaxArguments(template, 0, 1); in addIfAbsent()
53 return templates[StandardPlural.OTHER_INDEX] != null; in isValid()
67 SimpleFormatter formatter = templates[p.ordinal()]; in format()
69 formatter = templates[StandardPlural.OTHER_INDEX]; in format()
83 SimpleFormatter template = templates[idx]; in getByVariant()
85 templates[StandardPlural.OTHER_INDEX] : template; in getByVariant()
/external/tensorflow/tensorflow/python/autograph/converters/
Dcontrol_flow.py26 from tensorflow.python.autograph.pyct import templates
56 return_stmt = templates.replace(template)
61 return_stmt = templates.replace(template, retval=returns[0])
66 return_stmt = templates.replace(template, retvals=returns)
75 return templates.replace(
88 return templates.replace(
99 return templates.replace(
111 return templates.replace(
161 node = templates.replace(
173 node = templates.replace(
[all …]
Dlist_comprehensions.py36 from tensorflow.python.autograph.pyct import templates
57 initialization = templates.replace(template, target=target)
62 body = templates.replace(template, target=target, elt=list_comp_node.elt)
70 body = templates.replace(template, test=gen_if, body=body)
75 body = templates.replace(
Dlists.py39 from tensorflow.python.autograph.pyct import templates
55 return templates.replace_as_expression(template, elements=node)
63 return templates.replace(
104 return templates.replace_as_expression('var_name', var_name=pop_var_name)
112 default=templates.replace_as_expression('None'))
120 return templates.replace_as_expression(
165 default=templates.replace_as_expression('None'))
170 default=templates.replace_as_expression('None'))
177 return templates.replace(
Dbreak_statements.py23 from tensorflow.python.autograph.pyct import templates
48 return templates.replace(template, var_name=var_name)
59 node = templates.replace(
94 node = templates.replace(
117 extra_test = templates.replace_as_expression(
132 node = templates.replace(
/external/antlr/tool/src/test/java/org/antlr/test/
DTestTemplates.java77 STGroup templates = in testTemplateConstructor() local
79 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructor()
114 STGroup templates = in testTemplateConstructorNoArgs() local
116 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructorNoArgs()
152 STGroup templates = in testIndirectTemplateConstructor() local
154 ST actionST = new ST(templates, rawTranslation); in testIndirectTemplateConstructor()
187 STGroup templates = in testStringConstructor() local
189 ST actionST = new ST(templates, rawTranslation); in testStringConstructor()
223 STGroup templates = in testSetAttr() local
225 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/grpc-grpc/tools/distrib/
Dsanitize.sh26 templates=$(eval $DIFF_COMMAND | grep '\.template$' || true)
27 if [ -n "$templates" ]; then
28 ./tools/buildgen/generate_projects.sh --templates $templates
/external/antlr/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/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g117 protected STGroup templates;
157 ST elementST = templates.getInstanceOf( name );
195 if ( tryUnchecked && templates.isDefined( name + "Unchecked" + suffix ) )
196 elementST = templates.getInstanceOf( name + "Unchecked" + suffix );
198 elementST = templates.getInstanceOf( name + suffix );
293 this.templates = generator.getTemplates();
411 // Save old templates ptr and restore later. Base templates include Dbg.
412 STGroup saveGroup = templates;
415 templates = generator.getBaseTemplates();
462 $code = templates.getInstanceOf(stName);
[all …]
/external/antlr/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/runtime/Cpp/tests/
Dt042ast.g264 /** templates tested:
272 /** templates tested:
282 /** templates tested:
290 /** templates tested:
308 /** templates tested:
315 /** templates tested:
322 /** templates tested:
329 /** templates tested:

12345678910>>...22