/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/ |
Makefile | 13 include ../../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wrapper/ |
Makefile | 12 include ../../../Makefile.template
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
Macro.java | 17 package com.google.clearsilver.jsilver.template; 22 * An executable macro. This exhibits all the same characteristics of a Template. 24 public interface Macro extends Template {
|
/external/mesa3d/src/gallium/drivers/nv30/ |
Makefile | 11 include ../../Makefile.template
|
/external/mesa3d/src/gallium/drivers/nv50/ |
Makefile | 12 include ../../Makefile.template
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
Makefile | 12 include ../../Makefile.template
|
/external/mesa3d/src/gallium/drivers/rbug/ |
Makefile | 12 include ../../Makefile.template
|
/external/mesa3d/src/gallium/winsys/i915/sw/ |
Makefile | 12 include ../../../Makefile.template
|
/external/mesa3d/src/gallium/winsys/sw/dri/ |
Makefile | 13 include ../../../Makefile.template
|
/external/mesa3d/src/gallium/winsys/sw/fbdev/ |
Makefile | 13 include ../../../Makefile.template
|
/external/mesa3d/src/gallium/winsys/sw/wayland/ |
Makefile | 13 include ../../../Makefile.template
|
/external/mesa3d/src/gallium/winsys/sw/wrapper/ |
Makefile | 12 include ../../../Makefile.template
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
FmExtractLettersMethod.java | 18 import freemarker.template.SimpleScalar; 19 import freemarker.template.TemplateMethodModel; 20 import freemarker.template.TemplateModel; 21 import freemarker.template.TemplateModelException;
|
/dalvik/vm/compiler/template/ |
rebuild.sh | 22 for arch in ia32 armv5te armv5te-vfp armv7-a armv7-a-neon mips; do TARGET_ARCH_EXT=$arch make -f Makefile-template; done
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
Platform.java | 41 * Format the template with args, only supports the placeholder 44 static String format(String template, Object... args) { 45 return String.format(template, args);
|
/cts/tools/signature-tools/src/signature/io/html/ |
ApiOverviewPage.java | 64 StringTemplate template = TemplateStore local 66 template.setArgumentContext(commonInfos); 67 template.setAttribute("removed_packages", removedPackages); 68 template.setAttribute("added_packages", addedPackages); 69 template.setAttribute("changed_packages", changedPackages); 70 b.append(template.toString());
|
ClassOverviewPage.java | 167 StringTemplate template = TemplateStore.getStringTemplate(PAGE); local 169 template.setAttribute("class_delta", classDelta); 178 template.setAttribute("has_class_signature_delta", hasSignatureDelta); 180 template.setAttribute("removed_fields", removedFields); 181 template.setAttribute("added_fields", addedFields); 182 template.setAttribute("changed_fields", changedFields); 184 template.setAttribute("removed_annotation_fields", 186 template.setAttribute("added_annotation_fields", addedAnnotationFields); 187 template.setAttribute("changed_annotation_fields", 190 template.setAttribute("removed_enum_constants", removedEnumConstants) [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 643 * HTML templates. The template is edited in place. I.e. in order to 644 * instantiate a template, clone it from the DOM first, and then 645 * process the cloned template. This allows for updating of templates: 659 * fragment that is used as template. 729 * @param {Element} template DOM node of the template. 733 JsExprContext.prototype.jseval = function(expr, template) { 739 }).call(template); 753 * object in a list for which a template is instantiated multiply. 793 * function will be inserted into the template instance bein [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 643 * HTML templates. The template is edited in place. I.e. in order to 644 * instantiate a template, clone it from the DOM first, and then 645 * process the cloned template. This allows for updating of templates: 659 * fragment that is used as template. 729 * @param {Element} template DOM node of the template. 733 JsExprContext.prototype.jseval = function(expr, template) { 739 }).call(template); 753 * object in a list for which a template is instantiated multiply. 793 * function will be inserted into the template instance bein [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
reset_profile_settings_overlay.css | 24 #feedback-template { 29 #feedback-template table { 34 #feedback-template table td { 38 #feedback-template .key { 44 #feedback-template .value {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/ |
X500NameBuilder.java | 11 private X500NameStyle template; field in class:X500NameBuilder 19 public X500NameBuilder(X500NameStyle template) 21 this.template = template; 26 this.addRDN(oid, template.stringToValue(oid, value)); 51 vals[i] = template.stringToValue(oids[i], values[i]); 85 return new X500Name(template, vals);
|
/external/chromium_org/third_party/jinja2/ |
meta.py | 59 iterator over all the hardcoded template extensions, inclusions and 70 to rebuild parts of the website after a layout template has changed. 74 if not isinstance(node.template, nodes.Const): 76 if isinstance(node.template, (nodes.Tuple, nodes.List)): 77 for template_name in node.template.items: 90 # constant is a basestring, direct template name 91 if isinstance(node.template.value, string_types): 92 yield node.template.value 97 isinstance(node.template.value, (tuple, list)): 98 for template_name in node.template.value [all...] |
loaders.py | 22 def split_template_path(template): 27 for piece in template.split('/'): 31 raise TemplateNotFound(template) 41 :class:`Template` object. 54 def get_source(self, environment, template): 55 path = join(self.path, template) 57 raise TemplateNotFound(template) 70 def get_source(self, environment, template): 71 """Get the template source, filename and reload helper for a template [all...] |
/frameworks/base/core/java/android/net/ |
NetworkPolicy.java | 38 public final NetworkTemplate template; field in class:NetworkPolicy 51 public NetworkPolicy(NetworkTemplate template, int cycleDay, String cycleTimezone, 53 this(template, cycleDay, cycleTimezone, warningBytes, limitBytes, SNOOZE_NEVER, 57 public NetworkPolicy(NetworkTemplate template, int cycleDay, String cycleTimezone, 60 this.template = checkNotNull(template, "missing NetworkTemplate"); 72 template = in.readParcelable(null); 85 dest.writeParcelable(template, flags); 149 return Objects.hashCode(template, cycleDay, cycleTimezone, warningBytes, limitBytes, 163 && Objects.equal(template, other.template) [all...] |
/packages/apps/Settings/src/com/android/settings/net/ |
ChartDataLoader.java | 40 private static final String KEY_TEMPLATE = "template"; 47 public static Bundle buildArgs(NetworkTemplate template, AppItem app) { 48 return buildArgs(template, app, FIELD_RX_BYTES | FIELD_TX_BYTES); 51 public static Bundle buildArgs(NetworkTemplate template, AppItem app, int fields) { 53 args.putParcelable(KEY_TEMPLATE, template); 73 final NetworkTemplate template = mArgs.getParcelable(KEY_TEMPLATE); local 78 return loadInBackground(template, app, fields); 86 private ChartData loadInBackground(NetworkTemplate template, AppItem app, int fields) 89 data.network = mSession.getHistoryForNetwork(template, fields); 92 // load stats for current uid and template [all...] |