HomeSort by relevance Sort by last modified time
    Searched refs:templ (Results 226 - 250 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 354 * @param templ non-null reference to template element that will have
358 void composeTemplates(ElemTemplateElement templ) throws TransformerException
361 templ.compose(this);
363 for (ElemTemplateElement child = templ.getFirstChildElem();
369 templ.endCompose(this);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 201 const struct pipe_resource *templ);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_fs_exec.c 194 const struct pipe_shader_state *templ)
sp_state_sampler.c 148 const struct pipe_sampler_view *templ)
153 *view = *templ;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_need_swtnl.c 147 unsigned sprite_coord_gen = svga->curr.rast->templ.sprite_coord_enable;
svga_state_vs.c 162 key->allow_psiz = svga->curr.rast->templ.point_size_per_vertex;
svga_swtnl_backend.c 216 svga->curr.rast->templ.flatshade,
217 svga->curr.rast->templ.flatshade_first );
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 151 const struct pipe_resource *templ,
  /external/chromium_org/v8/samples/
process.cc 320 Handle<ObjectTemplate> templ = local
324 Handle<Object> result = templ->NewInstance();
428 Handle<ObjectTemplate> templ = local
432 Handle<Object> result = templ->NewInstance();
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 201 const struct pipe_resource *templ);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 194 const struct pipe_shader_state *templ)
sp_state_sampler.c 148 const struct pipe_sampler_view *templ)
153 *view = *templ;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_need_swtnl.c 147 unsigned sprite_coord_gen = svga->curr.rast->templ.sprite_coord_enable;
svga_state_vs.c 162 key->allow_psiz = svga->curr.rast->templ.point_size_per_vertex;
svga_swtnl_backend.c 216 svga->curr.rast->templ.flatshade,
217 svga->curr.rast->templ.flatshade_first );
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 151 const struct pipe_resource *templ,
  /external/v8/samples/
process.cc 301 Handle<ObjectTemplate> templ = map_template_; local
304 Handle<Object> result = templ->NewInstance();
406 Handle<ObjectTemplate> templ = request_template_; local
409 Handle<Object> result = templ->NewInstance();
  /external/chromium_org/ui/base/x/
x11_util.cc     [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 750 String templ = relative + f.getName(); local
751 int len = templ.length();
752 if (len > 3 && ".cs".equals(templ.substring(len - 3))) {
754 String filename = templ.substring(0, len - 3) + htmlExtension;
755 ClearPage.write(data, templ, filename, js);
756 } else if (len > 3 && ".jd".equals(templ.substring(len - 3))) {
757 String filename = templ.substring(0, len - 3) + htmlExtension;
763 ClearPage.copyFile(allowExcepted, f, templ);
890 String templ = f.getName(); local
891 int len = templ.length()
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h 774 xsltTemplatePtr templ; /* call-template */ member in struct:_xsltStyleItemCallTemplate
1263 xsltTemplatePtr templ; \/* The owning template *\/ member in struct:_xsltCompilerNodeInfo
1401 xsltTemplatePtr templ; \/* call-template *\/ member in struct:_xsltStylePreComp
1669 xsltTemplatePtr templ; \/* the current template *\/ member in struct:_xsltTransformContext
    [all...]
  /external/libxslt/libxslt/
xsltInternals.h 774 xsltTemplatePtr templ; /* call-template */ member in struct:_xsltStyleItemCallTemplate
1263 xsltTemplatePtr templ; \/* The owning template *\/ member in struct:_xsltCompilerNodeInfo
1401 xsltTemplatePtr templ; \/* call-template *\/ member in struct:_xsltStylePreComp
1669 xsltTemplatePtr templ; \/* the current template *\/ member in struct:_xsltTransformContext
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestEventTarget.cpp 310 v8::Handle<v8::FunctionTemplate> templ = local
312 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
313 return handleScope.Close(templ);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_renderer.c 442 struct pipe_sampler_view templ; local
445 u_sampler_view_default_template(&templ,
447 src_view = pipe->create_sampler_view(pipe, src_texture, &templ);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 442 struct pipe_sampler_view templ; local
445 u_sampler_view_default_template(&templ,
447 src_view = pipe->create_sampler_view(pipe, src_texture, &templ);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_screen.c 233 const struct pipe_resource *templ,
242 result = screen->resource_from_handle(screen, templ, handle);

Completed in 678 milliseconds

1 2 3 4 5 6 7 8 91011>>