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

  /external/chromium-trace/catapult/third_party/webapp2/tests/
extras_mako_test.py 5 from webapp2_extras import mako namespace
16 'webapp2_extras.mako': {
22 m = mako.Mako(app)
31 mako.set_mako(mako.Mako(app), app=app)
33 j = mako.get_mako(app=app)
34 self.assertTrue(isinstance(j, mako.Mako))
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
mako.py 3 webapp2_extras.mako
6 Mako template support for webapp2.
8 Learn more about Mako: http://www.makotemplates.org/
15 from mako import lookup
28 class Mako(object):
29 """Wrapper for configurable and cached Mako environment.
35 from webapp2_extras import mako
40 def mako(self):
41 # Returns a Mako renderer cached in the app registry.
42 return mako.get_mako(app=self.app
    [all...]
  /system/media/camera/docs/
metadata-generate 199 gen_file html.mako docs.html || exit 1
202 gen_file camera_metadata_tag_info.mako ../src/camera_metadata_tag_info.c || exit 1
203 gen_file camera_metadata_tags.mako ../include/system/camera_metadata_tags.h || exit 1
206 gen_file_abs ndk_camera_metadata_tags.mako "$ndk_header_dir/NdkCameraMetadataTags.h" yes yes || exit 1
210 gen_file_abs CameraMetadataEnums.mako "$outdir/CameraMetadataEnums.java.part" no || exit 1
211 gen_file_abs CameraCharacteristicsKeys.mako "$outdir/CameraCharacteristicsKeys.java.part" no || exit 1
212 gen_file_abs CaptureRequestKeys.mako "$outdir/CaptureRequestKeys.java.part" no || exit 1
213 gen_file_abs CaptureResultKeys.mako "$outdir/CaptureResultKeys.java.part" no || exit 1
221 gen_file_abs CaptureResultTest.mako "$outdir/CaptureResultTest.java.part" no || exit 1
225 gen_file_abs ACameraMetadata.mako "$outdir/ACameraMetadata.cpp.part" no || exit
    [all...]
metadata-check-dependencies 111 python_check mako py27-mako python-mako
metadata-parser-sanity-check 50 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $thisdir/metadata_template.mako $tmp_out || exit 1
metadata_parser_xml.py 21 over a Mako template.
24 metadata_parser_xml.py <filename.xml> <template.mako> [<output_file>]
34 Mako - a template engine for Python, available to download from
45 from mako.template import Template
46 from mako.lookup import TemplateLookup
47 from mako.runtime import Context
58 Mako template.
292 Render the metadata model using a Mako template as the view.
300 template: path to a Mako template file
331 "Usage: %s <filename.xml> <template.mako> [<output_file>]"
    [all...]
camera_metadata_tag_info.mako 31 * Generated automatically from camera_metadata_tag_info.mako
camera_metadata_tags.mako 27 * Generated automatically from camera_metadata_tags.mako
html.mako 19 <!-- automatically generated from html.mako. do NOT edit directly -->
  /hardware/qcom/display/msm8960/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions
  /device/common/
generate-packages.sh 20 echo Example: $0 1075408 KOT49Y mako mako lge occam

Completed in 305 milliseconds