HomeSort by relevance Sort by last modified time
    Searched refs:tpl (Results 1 - 24 of 24) sorted by null

  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 1357 .g-tpl-240 .g-unit,
1358 .g-unit .g-tpl-240 .g-unit,
1359 .g-unit .g-unit .g-tpl-240 .g-unit {
1365 .g-unit .g-unit .g-tpl-240 .g-first,
1366 .g-unit .g-tpl-240 .g-first,
1367 .g-tpl-240 .g-first {
1374 .g-tpl-240-alt .g-unit,
1375 .g-unit .g-tpl-240-alt .g-unit,
1376 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1382 .g-unit .g-unit .g-tpl-240-alt .g-first
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 1357 .g-tpl-240 .g-unit,
1358 .g-unit .g-tpl-240 .g-unit,
1359 .g-unit .g-unit .g-tpl-240 .g-unit {
1365 .g-unit .g-unit .g-tpl-240 .g-first,
1366 .g-unit .g-tpl-240 .g-first,
1367 .g-tpl-240 .g-first {
1374 .g-tpl-240-alt .g-unit,
1375 .g-unit .g-tpl-240-alt .g-unit,
1376 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1382 .g-unit .g-unit .g-tpl-240-alt .g-first
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
setup.py 204 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, **{
data.py 92 for tpl in templates:
93 for line in tpl.split(';'):
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
setup.py 205 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, **{
data.py 92 for tpl in templates:
93 for line in tpl.split(';'):
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
setup.py 204 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, **{
data.py 92 for tpl in templates:
93 for line in tpl.split(';'):
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
setup.py 205 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, **{
data.py 92 for tpl in templates:
93 for line in tpl.split(';'):
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 1007 .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...]
  /build/tools/droiddoc/templates-ndk/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/
android-developer-docs.css     [all...]
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
ApplyTemplates.groovy 157 def Template tpl = this.cfg.getTemplate(inputFile)
163 tpl.process(parameters, out)
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 469 public List<AppOpEntry> buildState(OpsTemplate tpl) {
470 return buildState(tpl, 0, null);
494 public List<AppOpEntry> buildState(OpsTemplate tpl, int uid, String packageName) {
503 for (int i=0; i<tpl.ops.length; i++) {
504 if (tpl.showPerms[i]) {
505 String perm = AppOpsManager.opToPermission(tpl.ops[i]);
508 permOps.add(tpl.ops[i]);
509 opToOrder[tpl.ops[i]] = i;
516 pkgs = mAppOps.getOpsForPackage(uid, packageName, tpl.ops);
518 pkgs = mAppOps.getPackagesForOps(tpl.ops)
    [all...]
AppOpsDetails.java 105 for (AppOpsState.OpsTemplate tpl : AppOpsState.ALL_TEMPLATES) {
106 List<AppOpsState.AppOpEntry> entries = mState.buildState(tpl,
  /external/selinux/libsemanage/src/
genhomedircon.c 552 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->data, repl)
    [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 3 <div class="g-section g-tpl-240" id="body-content">
12 <div class="g-section g-tpl-240" id="body-content">
26 <div class="g-section g-tpl-240" id="body-content">
45 <div class="g-section g-tpl-240" id="body-content">
  /system/media/camera/docs/
metadata_parser_xml.py 306 tpl = Template(filename=template, lookup=lookup)
309 tpl.render_context(ctx)
  /external/e2fsprogs/misc/
fsck.c 401 const char *tpl; local
407 tpl = (strncmp(type, "fsck.", 5) ? "%s/fsck.%s" : "%s/%s");
410 sprintf(prog, tpl, s, type);
  /developers/build/lib/
buildSrc.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 5226 milliseconds