Searched refs:tpl (Results 1 - 14 of 14) sorted by relevance

/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Dsetup.py204 tpl = ['recursive-include %s *' % docs['examples.dir']]
206 tpl.extend(["global-exclude %s" % item
210 result.append(_data.Documentation.from_templates(*tpl, **{
216 tpl = ['recursive-include %s *' % docs['userdoc.dir']]
218 tpl.extend(["global-exclude %s" % item
222 result.append(_data.Documentation.from_templates(*tpl, **{
228 tpl = ['recursive-include %s *' % docs['apidoc.dir']]
230 tpl.extend(["global-exclude %s" % item
234 result.append(_data.Documentation.from_templates(*tpl, **{
H A Ddata.py92 for tpl in templates:
93 for line in tpl.split(';'):
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
H A Dsetup.py205 tpl = ['recursive-include %s *' % docs['examples.dir']]
207 tpl.extend(["global-exclude %s" % item
211 result.append(_data.Documentation.from_templates(*tpl, **{
217 tpl = ['recursive-include %s *' % docs['userdoc.dir']]
219 tpl.extend(["global-exclude %s" % item
223 result.append(_data.Documentation.from_templates(*tpl, **{
229 tpl = ['recursive-include %s *' % docs['apidoc.dir']]
231 tpl.extend(["global-exclude %s" % item
235 result.append(_data.Documentation.from_templates(*tpl, **{
H A Ddata.py92 for tpl in templates:
93 for line in tpl.split(';'):
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Dsetup.py204 tpl = ['recursive-include %s *' % docs['examples.dir']]
206 tpl.extend(["global-exclude %s" % item
210 result.append(_data.Documentation.from_templates(*tpl, **{
216 tpl = ['recursive-include %s *' % docs['userdoc.dir']]
218 tpl.extend(["global-exclude %s" % item
222 result.append(_data.Documentation.from_templates(*tpl, **{
228 tpl = ['recursive-include %s *' % docs['apidoc.dir']]
230 tpl.extend(["global-exclude %s" % item
234 result.append(_data.Documentation.from_templates(*tpl, **{
H A Ddata.py92 for tpl in templates:
93 for line in tpl.split(';'):
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
H A Dsetup.py205 tpl = ['recursive-include %s *' % docs['examples.dir']]
207 tpl.extend(["global-exclude %s" % item
211 result.append(_data.Documentation.from_templates(*tpl, **{
217 tpl = ['recursive-include %s *' % docs['userdoc.dir']]
219 tpl.extend(["global-exclude %s" % item
223 result.append(_data.Documentation.from_templates(*tpl, **{
229 tpl = ['recursive-include %s *' % docs['apidoc.dir']]
231 tpl.extend(["global-exclude %s" % item
235 result.append(_data.Documentation.from_templates(*tpl, **{
H A Ddata.py92 for tpl in templates:
93 for line in tpl.split(';'):
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css1007 .g-tpl-240 .g-unit,
1008 .g-unit .g-tpl-240 .g-unit,
1009 .g-unit .g-unit .g-tpl-240 .g-unit {
1015 .g-unit .g-unit .g-tpl-240 .g-first,
1016 .g-unit .g-tpl-240 .g-first,
1017 .g-tpl-240 .g-first {
1024 .g-tpl-240-alt .g-unit,
1025 .g-unit .g-tpl-240-alt .g-unit,
1026 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1032 .g-unit .g-unit .g-tpl
[all...]
/external/selinux/libsemanage/src/
H A Dgenhomedircon.c552 semanage_list_t * tpl, const char *user,
568 for (; tpl; tpl = tpl->next) {
569 line = replace_all(tpl->data, repl);
586 semanage_list_t * tpl, char *homedir)
594 for (; tpl; tpl = tpl->next) {
595 line = replace_all(tpl
551 write_home_dir_context(genhomedircon_settings_t * s, FILE * out, semanage_list_t * tpl, const char *user, const char *seuser, const char *home, const char *role_prefix, const char *level) argument
585 write_home_root_context(genhomedircon_settings_t * s, FILE * out, semanage_list_t * tpl, char *homedir) argument
611 write_user_context(genhomedircon_settings_t * s, FILE * out, semanage_list_t * tpl, const char *user, const char *seuser, const char *role_prefix) argument
[all...]
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
H A DObjectGraph.py52 for tpl in (self.graph.describe_edge(e) for e in lst):
53 ident = tpl[n]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
H A Dquestion.py428 for tpl in self.selections:
429 value_xml = SelectionAnswer.SELECTION_VALUE_XML_TEMPLATE % (TYPE_TAG, tpl[0], TYPE_TAG)
430 selection_xml = SelectionAnswer.SELECTION_XML_TEMPLATE % (tpl[1], value_xml)
/external/opencv3/modules/imgproc/src/
H A Dtemplmatch.cpp567 static bool ipp_crossCorr(const Mat& src, const Mat& tpl, Mat& dst) argument
572 IppiSize tplRoiSize = {tpl.cols,tpl.rows};
594 status = ippFunc(src.ptr(), (int)src.step, srcRoiSize, tpl.ptr(), (int)tpl.step, tplRoiSize, dst.ptr<Ipp32f>(), (int)dst.step, funCfg, pBuffer);
600 static bool ipp_sqrDistance(const Mat& src, const Mat& tpl, Mat& dst) argument
605 IppiSize tplRoiSize = {tpl.cols,tpl.rows};
627 status = ippFunc(src.ptr(), (int)src.step, srcRoiSize, tpl.ptr(), (int)tpl
[all...]
/external/e2fsprogs/misc/
H A Dfsck.c401 const char *tpl; local
407 tpl = (strncmp(type, "fsck.", 5) ? "%s/fsck.%s" : "%s/%s");
410 sprintf(prog, tpl, s, type);

Completed in 1537 milliseconds