HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 1 - 25 of 569) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DelegatingTemplateLoader.java 17 package 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/chromium_org/native_client_sdk/src/build_tools/tests/
easy_template_test.py 19 def _RunTest(self, template, expected, template_dict):
20 src = cStringIO.StringIO(template)
38 template = """I love paris in the
42 self._RunTest(template, template, {})
51 template = "Line 1 \\\nLine 2\n"""
52 self._RunTest(template, template, {})
55 template = r"""
61 self._RunTest(template, "\n foo\n", {'foo': True}
    [all...]
  /external/chromium_org/third_party/skia/experimental/webtry/
build 3 # This script builds the webtry server; before compilation we need to create the code template
15 echo "Creating compile template..."
16 find core effects pathops -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed "s/\(.*\)/#include \"\1\"/" | sort > ${WEBTRY_ROOT}/templates/template.cpp
17 echo "SkBitmap source;" >> ${WEBTRY_ROOT}/templates/template.cpp
18 echo "{{.Code}}" >> ${WEBTRY_ROOT}/templates/template.cpp
  /external/chromium_org/chrome/common/extensions/docs/server2/
template_renderer.py 18 template,
22 '''Renders |template| using |request|.
25 when rendering the template.
27 Specify |additional_context| to inject additional template context when
28 rendering the template.
30 assert isinstance(template, Motemplate), type(template)
42 render_data = template.Render(render_context)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Makefile 9 include ../../Makefile.template
  /external/mesa3d/src/gallium/drivers/i915/
Makefile 9 include ../../Makefile.template
  /cts/tools/signature-tools/src/signature/io/html/
PackageOverviewPage.java 64 StringTemplate template = TemplateStore.getStringTemplate(PACGE); local
65 template.setArgumentContext(commonInfos);
66 template.setAttribute("package_delta", delta);
67 template.setAttribute("removed_classes", removedClasses);
68 template.setAttribute("added_classes", addedClasses);
69 template.setAttribute("changed_classes", changedClasses);
70 b.append(template.toString());
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
Android.mk 17 test_makefile := external/libcxx/test/numerics/numarray/template.valarray/valarray.assign/Android.mk
19 test_name := numerics/numarray/template.valarray/valarray.assign/indirect_array_assign
23 test_name := numerics/numarray/template.valarray/valarray.assign/mask_array_assign
27 test_name := numerics/numarray/template.valarray/valarray.assign/initializer_list_assign
31 test_name := numerics/numarray/template.valarray/valarray.assign/move_assign
35 test_name := numerics/numarray/template.valarray/valarray.assign/gslice_array_assign
39 test_name := numerics/numarray/template.valarray/valarray.assign/copy_assign
43 test_name := numerics/numarray/template.valarray/valarray.assign/value_assign
47 test_name := numerics/numarray/template.valarray/valarray.assign/slice_array_assign
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
Android.mk 17 test_makefile := external/libcxx/test/numerics/numarray/template.valarray/valarray.sub/Android.mk
19 test_name := numerics/numarray/template.valarray/valarray.sub/slice_const
23 test_name := numerics/numarray/template.valarray/valarray.sub/valarray_bool_non_const
27 test_name := numerics/numarray/template.valarray/valarray.sub/gslice_const
31 test_name := numerics/numarray/template.valarray/valarray.sub/indirect_array_const
35 test_name := numerics/numarray/template.valarray/valarray.sub/slice_non_const
39 test_name := numerics/numarray/template.valarray/valarray.sub/valarray_bool_const
43 test_name := numerics/numarray/template.valarray/valarray.sub/gslice_non_const
47 test_name := numerics/numarray/template.valarray/valarray.sub/indirect_array_non_const
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.access/
Android.mk 17 test_makefile := external/libcxx/test/numerics/numarray/template.valarray/valarray.access/Android.mk
19 test_name := numerics/numarray/template.valarray/valarray.access/access
23 test_name := numerics/numarray/template.valarray/valarray.access/const_access
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
Android.mk 17 test_makefile := external/libcxx/test/numerics/numarray/template.valarray/valarray.cons/Android.mk
19 test_name := numerics/numarray/template.valarray/valarray.cons/default
23 test_name := numerics/numarray/template.valarray/valarray.cons/indirect_array
27 test_name := numerics/numarray/template.valarray/valarray.cons/pointer_size
31 test_name := numerics/numarray/template.valarray/valarray.cons/copy
35 test_name := numerics/numarray/template.valarray/valarray.cons/move
39 test_name := numerics/numarray/template.valarray/valarray.cons/size
43 test_name := numerics/numarray/template.valarray/valarray.cons/initializer_list
47 test_name := numerics/numarray/template.valarray/valarray.cons/gslice_array
51 test_name := numerics/numarray/template.valarray/valarray.cons/mask_arra
    [all...]
  /external/libcxx/test/utilities/template.bitset/
Android.mk 17 test_makefile := external/libcxx/test/utilities/template.bitset/Android.mk
19 test_name := utilities/template.bitset/includes
23 test_name := utilities/template.bitset/version
  /external/libcxx/test/utilities/template.bitset/bitset.members/
Android.mk 17 test_makefile := external/libcxx/test/utilities/template.bitset/bitset.members/Android.mk
19 test_name := utilities/template.bitset/bitset.members/right_shift
23 test_name := utilities/template.bitset/bitset.members/flip_all
27 test_name := utilities/template.bitset/bitset.members/op_and_eq
31 test_name := utilities/template.bitset/bitset.members/op_or_eq
35 test_name := utilities/template.bitset/bitset.members/to_ullong
39 test_name := utilities/template.bitset/bitset.members/index_const
43 test_name := utilities/template.bitset/bitset.members/set_one
47 test_name := utilities/template.bitset/bitset.members/right_shift_eq
51 test_name := utilities/template.bitset/bitset.members/to_ulon
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 186 // Template to store custom topics in a table.
187 var template = [];
192 template.push('<tr style = "height: 22px;">');
193 template.push('<td id = "keyword_value" class = "cusTopicsClass">');
194 template.push('<textarea class="noborder" readonly>');
195 template.push(keywords[i]);
196 template.push('</textarea>');
197 template.push('<td class = "suppr" onclick = "delCusTopic(this)" ');
198 template.push('title="');
199 template.push(title)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Makefile 11 include ../../Makefile.template
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Makefile 12 include ../../Makefile.template
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Makefile 12 include ../../Makefile.template
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
Makefile 12 include ../../Makefile.template
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
Makefile 12 include ../../../Makefile.template
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
Makefile 13 include ../../../Makefile.template
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
Makefile 13 include ../../../Makefile.template
  /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/mesa3d/src/gallium/drivers/nv30/
Makefile 11 include ../../Makefile.template

Completed in 2831 milliseconds

1 2 3 4 5 6 7 8 91011>>