Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 10 of 10) sorted by relevance

/external/doclava/res/assets/templates/assets/
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-240-alt .g-first,
[all …]
/external/selinux/libsemanage/src/
Dgenhomedircon.c583 const semanage_list_t * tpl, in write_replacements() argument
588 for (; tpl; tpl = tpl->next) { in write_replacements()
589 line = replace_all(tpl->data, repl); in write_replacements()
606 semanage_list_t *tpl, const replacement_pair_t *repl, in write_contexts() argument
613 for (; tpl; tpl = tpl->next) { in write_contexts()
614 line = replace_all(tpl->data, repl); in write_contexts()
686 semanage_list_t * tpl, const genhomedircon_user_entry_t *user) in write_home_dir_context() argument
702 return write_contexts(s, out, tpl, repl, user); in write_home_dir_context()
706 semanage_list_t * tpl, char *homedir) in write_home_root_context() argument
713 return write_replacements(s, out, tpl, repl); in write_home_root_context()
[all …]
/external/doclava/res/assets/templates-sdk/assets/
Dandroid-developer-docs.css2549 .g-tpl-240 .g-unit,
2550 .g-unit .g-tpl-240 .g-unit,
2551 .g-unit .g-unit .g-tpl-240 .g-unit {
2557 .g-unit .g-unit .g-tpl-240 .g-first,
2558 .g-unit .g-tpl-240 .g-first,
2559 .g-tpl-240 .g-first {
2566 .g-tpl-240-alt .g-unit,
2567 .g-unit .g-tpl-240-alt .g-unit,
2568 .g-unit .g-unit .g-tpl-240-alt .g-unit {
2574 .g-unit .g-unit .g-tpl-240-alt .g-first,
[all …]
/external/syslinux/com32/cmenu/
DMakefile43 %.c: %.menu adv_menu.tpl
44 $(PYTHON) $(SRC)/menugen.py --input=$< --output=$@ --template=$(SRC)/adv_menu.tpl
DMENU_FORMAT262 is upto the code (in this case adv_menu.tpl) to do what it pleases.
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
DObjectGraph.py52 for tpl in (self.graph.describe_edge(e) for e in lst):
53 ident = tpl[n]
/external/ltp/testcases/realtime/doc/
DHOWTO_ADD_TESTS17 - your run_auto.sh script (use template: doc/run_auto.sh.tpl)
DAUTOMATED_RUN12 (see template run_auto.sh.tpl in this dir)
/external/ltp/testcases/realtime/testcases/realtime/doc/
DAUTOMATED_RUN12 (see template run_auto.sh.tpl in this dir)
/external/e2fsprogs/misc/
Dfsck.c402 const char *tpl; in find_fsck() local
408 tpl = (strncmp(type, "fsck.", 5) ? "%s/fsck.%s" : "%s/%s"); in find_fsck()
411 sprintf(prog, tpl, s, type); in find_fsck()