Searched refs:templates (Results 1 - 25 of 461) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXSLTVisitable.java21 package org.apache.xalan.templates;
H A DElemEmpty.java21 package org.apache.xalan.templates;
H A DElemOtherwise.java21 package org.apache.xalan.templates;
39 * @see org.apache.xalan.templates.Constants
/external/chromium_org/third_party/skia/experimental/webtry/
H A Dbuild16 find core effects pathops -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed "s/\(.*\)/#include \"\1\"/" | sort > ${WEBTRY_ROOT}/templates/template.cpp
17 echo "SkBitmap source;" >> ${WEBTRY_ROOT}/templates/template.cpp
18 echo "{{.Code}}" >> ${WEBTRY_ROOT}/templates/template.cpp
/external/chromium_org/third_party/boringssl/src/tool/
H A Dargs.cc26 const struct argument *templates) {
32 for (size_t j = 0; templates[j].name[0] != 0; j++) {
33 if (strcmp(arg.c_str(), templates[j].name) == 0) {
34 templ = &templates[j];
57 for (size_t j = 0; templates[j].name[0] != 0; j++) {
58 const struct argument *templ = &templates[j];
68 void PrintUsage(const struct argument *templates) { argument
69 for (size_t i = 0; templates[i].name[0] != 0; i++) {
70 const struct argument *templ = &templates[i];
24 ParseKeyValueArguments(std::map<std::string, std::string> *out_args, const std::vector<std::string> &args, const struct argument *templates) argument
H A Dinternal.h30 std::vector<std::string> &args, const struct argument *templates);
32 void PrintUsage(const struct argument *templates);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A 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
[all...]
H A DProcessorTemplate.java23 import org.apache.xalan.templates.ElemTemplate;
24 import org.apache.xalan.templates.ElemTemplateElement;
39 * @param elem Must be a non-null reference to a {@link org.apache.xalan.templates.ElemTemplate} object.
H A DWhitespaceInfoPaths.java25 import org.apache.xalan.templates.Stylesheet;
26 import org.apache.xalan.templates.WhiteSpaceInfo;
H A 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/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dios_plist_writer_unittest.py54 templates,
58 # Generate the grit output for |templates|.
60 self.PrepareTest(templates),
83 def _VerifyGeneratedOutput(self, templates, expected):
88 templates, expected, parse, decode_and_parse)
95 templates, expected, parse, decode_and_parse)
117 templates = '''
125 self._VerifyGeneratedOutput(templates, expected)
128 templates = self._MakeTemplate('BooleanPolicy', 'main', 'True')
132 self._VerifyGeneratedOutput(templates, expecte
[all...]
/external/libcxx/test/localization/locales/locale.global.templates/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locales/locale.global.templates/Android.mk
19 test_name := localization/locales/locale.global.templates/use_facet
23 test_name := localization/locales/locale.global.templates/has_facet
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DACyclicDFACodeGenerator.java44 public ST genFixedLookaheadDecision(STGroup templates, argument
47 return walkFixedDFAGeneratingStateMachine(templates, dfa, dfa.startState, 1);
51 STGroup templates,
58 ST dfaST = templates.getInstanceOf("dfaAcceptState");
63 // the default templates for generating a state and its edges
76 ST dfaST = templates.getInstanceOf(dfaStateName);
78 dfaST = templates.getInstanceOf(dfaLoopbackStateName);
81 dfaST = templates.getInstanceOf(dfaOptionalBlockStateName);
113 ST edgeST = templates.getInstanceOf(dfaEdgeName);
127 parentGenerator.genLabelExpr(templates,edg
50 walkFixedDFAGeneratingStateMachine( STGroup templates, DFA dfa, DFAState s, int k) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dcached_jinja_templates.target.darwin-arm.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.darwin-arm64.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.darwin-mips.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.darwin-mips64.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.darwin-x86.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.darwin-x86_64.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.linux-arm.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.linux-arm64.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.linux-mips.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.linux-mips64.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.linux-x86.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]
H A Dcached_jinja_templates.target.linux-x86_64.mk22 $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp: $(LOCAL_PATH)/third_party/jinja2/__init__.py $(LOCAL_PATH)/third_party/markupsafe/__init__.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/attributes.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/callback_interface.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/constants.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_impl.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/dictionary_v8.h $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interface_base.cpp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/templates/interfac
[all...]

Completed in 349 milliseconds

1234567891011>>