HomeSort by relevance Sort by last modified time
    Searched refs:tpl (Results 1 - 10 of 10) 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/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-sac/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 432 public List<AppOpEntry> buildState(OpsTemplate tpl) {
433 return buildState(tpl, 0, null);
457 public List<AppOpEntry> buildState(OpsTemplate tpl, int uid, String packageName) {
466 for (int i=0; i<tpl.ops.length; i++) {
467 if (tpl.showPerms[i]) {
468 String perm = AppOpsManager.opToPermission(tpl.ops[i]);
471 permOps.add(tpl.ops[i]);
472 opToOrder[tpl.ops[i]] = i;
479 pkgs = mAppOps.getOpsForPackage(uid, packageName, tpl.ops);
481 pkgs = mAppOps.getPackagesForOps(tpl.ops)
    [all...]
AppOpsDetails.java 116 for (AppOpsState.OpsTemplate tpl : AppOpsState.ALL_TEMPLATES) {
117 List<AppOpsState.AppOpEntry> entries = mState.buildState(tpl,
  /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 238 tpl = Template(filename=template, lookup=lookup)
241 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);

Completed in 448 milliseconds