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

1 2

  /external/mesa3d/src/compiler/nir/
nir_builder_opcodes_h.py 48 from mako.template import Template
nir_opcodes_h.py 45 from mako.template import Template
nir_opcodes_c.py 28 from mako.template import Template
nir_algebraic.py 32 import mako.template
78 __template = mako.template.Template("""
500 _algebraic_pass_template = mako.template.Template("""
  /system/media/camera/docs/
metadata-generate 198 gen_file html.mako docs.html || exit 1
201 gen_file camera_metadata_tag_info.mako ../src/camera_metadata_tag_info.c || exit 1
202 gen_file camera_metadata_tags.mako ../include/system/camera_metadata_tags.h || exit 1
206 gen_file_abs HidlMetadata.mako "$hidldir/3.2/types.hal" yes 3.2 || exit 1
208 gen_file_abs HidlMetadata.mako "$hidldir/3.3/types.hal" yes 3.3 || exit 1
211 gen_file_abs ndk_camera_metadata_tags.mako "$ndk_header_dir/NdkCameraMetadataTags.h" yes || exit 1
215 gen_file_abs CameraMetadataEnums.mako "$outdir/CameraMetadataEnums.java.part" no || exit 1
216 gen_file_abs CameraCharacteristicsKeys.mako "$outdir/CameraCharacteristicsKeys.java.part" no || exit 1
217 gen_file_abs CaptureRequestKeys.mako "$outdir/CaptureRequestKeys.java.part" no || exit 1
218 gen_file_abs CaptureResultKeys.mako "$outdir/CaptureResultKeys.java.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_definitions.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.
316 Render the metadata model using a Mako template as the view.
324 template: path to a Mako template file
359 "Usage: %s <filename.xml> <template.mako> [<output_file>] [<hal_version>]"
    [all...]
camera_metadata_tag_info.mako 31 * Generated automatically from camera_metadata_tag_info.mako
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
exceptions.py 0 # mako/exceptions.py
2 # Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file>
4 # This module is part of Mako and is released under
11 from mako import util, compat
58 Mako-specific template information.
136 import mako.template
147 info = mako.template._get_module_info(filename)
170 source_map = mako.template.ModuleInfo.\
218 import mako.template
219 return mako.template.Template(r""
    [all...]
cmd.py 0 # mako/cmd.py
2 # Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file>
4 # This module is part of Mako and is released under
9 from mako.template import Template
10 from mako.lookup import TemplateLookup
11 from mako import exceptions
filters.py 0 # mako/filters.py
2 # Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file>
4 # This module is part of Mako and is released under
11 from mako.compat import quote_plus, unquote_plus, codepoint2name, \
14 from mako import compat
pyparser.py 0 # mako/pyparser.py
2 # Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file>
4 # This module is part of Mako and is released under
13 from mako import exceptions, util, compat
14 from mako.compat import arg_stringname
34 from mako import _ast_util
lookup.py 0 # mako/lookup.py
2 # Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file>
4 # This module is part of Mako and is released under
8 from mako import exceptions, util
9 from mako.template import Template
ast.py 0 # mako/ast.py
2 # Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file>
4 # This module is part of Mako and is released under
10 from mako import exceptions, pyparser, compat
cache.py 0 # mako/cache.py
2 # Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file>
4 # This module is part of Mako and is released under
7 from mako import compat, util
9 _cache_plugins = util.PluginLoader("mako.cache")
12 register_plugin("beaker", "mako.ext.beaker_cache", "BeakerCacheImpl")
24 caching strategies. Mako includes a backend that works with
lexer.py 0 # mako/lexer.py
2 # Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file>
4 # This module is part of Mako and is released under
11 from mako import parsetree, exceptions, compat
12 from mako.pygen import adjust_whitespace
35 "Mako for Python 3 does not "
  /hardware/qcom/display/msm8960/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/
gen_knobs.py 28 from mako.template import Template
29 from mako.exceptions import RichTraceback
gen_archrast.py 28 from mako.template import Template
29 from mako.exceptions import RichTraceback
  /external/mesa3d/src/compiler/glsl/
ir_expression_operation.py 24 import mako.template
96 constant_template_common = mako.template.Template("""\
113 constant_template_vector_scalar = mako.template.Template("""\
144 constant_template_mul = mako.template.Template("""\
195 constant_template_horizontal_single_implementation = mako.template.Template("""\
202 constant_template_horizontal_nonassignment = mako.template.Template("""\
209 constant_template_horizontal = mako.template.Template("""\
223 constant_template_vector_extract = mako.template.Template("""\
241 constant_template_vector_insert = mako.template.Template("""\
260 constant_template_vector = mako.template.Template("""
    [all...]
  /external/mesa3d/src/intel/isl/
gen_format_layout.py 30 from mako import template
193 # In the even there's an error this imports some helpers from mako
199 from mako import exceptions
  /external/mesa3d/src/mesa/main/
format_pack.py 3 from mako.template import Template
format_unpack.py 3 from mako.template import Template
  /device/common/
generate-packages.sh 20 echo Example: $0 1075408 KOT49Y mako mako lge occam

Completed in 362 milliseconds

1 2