Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 11 of 11) 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()
616 line = replace_all(tpl->data, repl); in write_contexts()
688 semanage_list_t * tpl, const genhomedircon_user_entry_t *user) in write_home_dir_context() argument
704 return write_contexts(s, out, tpl, repl, user); in write_home_dir_context()
708 semanage_list_t * tpl, char *homedir) in write_home_root_context() argument
715 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/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/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DTapLatencyFragment.java203 String tpl = "N ↓%d (%d) ↑%d (%d)"; in updateCountsDisplay() local
205 tpl, in updateCountsDisplay()
/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()
/external/python/cpython2/Modules/
D_json.c412 PyObject *tpl; in _build_rval_index_tuple() local
425 tpl = PyTuple_New(2); in _build_rval_index_tuple()
426 if (tpl == NULL) { in _build_rval_index_tuple()
431 PyTuple_SET_ITEM(tpl, 0, rval); in _build_rval_index_tuple()
432 PyTuple_SET_ITEM(tpl, 1, pyidx); in _build_rval_index_tuple()
433 return tpl; in _build_rval_index_tuple()