Home
last modified time | relevance | path

Searched defs:template_name (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/
Dbase_runner.py78 def _template_file_from_name(cls, template_name): argument
83 def _create_from_template(self, template_name, **kwargs): argument
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5ImagesArrayIndexing.cpp344 std::string template_name = "<-MAX-LOCAL-SIZE-X->"; in getComputeShaderCode() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayStencilAttachments.cpp671 std::string template_name = "<-MAX-VERTICES->"; in getGeometryShaderCode() local
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderPrimitiveCounter.cpp707 std::string template_name = "<-MAX-VERTICES->"; in GetGeometryShaderCode() local
/external/python/jinja/src/jinja2/
Dutils.py526 def autoescape(template_name): argument
Druntime.py78 template_name, argument
Dnodes.py64 def __init__(self, environment, template_name=None): argument
/external/libchrome/third_party/jinja2/
Dutils.py533 def autoescape(template_name): argument
Druntime.py59 def new_context(environment, template_name, blocks, vars=None, argument
Dnodes.py81 def __init__(self, environment, template_name=None): argument
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py2612 def get_instance_template(gcp, template_name): argument
3028 template_name = _BASE_TEMPLATE_NAME + gcp_suffix variable