Searched defs:template (Results 1 - 25 of 103) sorted by last modified time

12345

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextUtils.java14 public static CharSequence expandTemplate(CharSequence template, argument
16 String s = template.toString();
/external/qemu/android/
H A Dhelp.c1542 const char* template; member in struct:__anon29122
1624 if (oo->template != NULL)
1625 width += strlen(oo->template);
1640 oo->template ? oo->template : "",
/external/qemu/android/utils/
H A Dtempfile.c81 char template[512]; local
82 char *p = template, *end = p + sizeof(template);
90 D( "template: %s", template );
91 tempfd = mkstemp( template );
97 tempname = template;
/external/qemu/disas/
H A Di386.c4397 /* Capital letters in template are macros. */
4399 putop (const char *template, int sizeflag) argument
4404 for (p = template; *p; p++)
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes.c366 XVisualInfo *vi, template; local
370 SDL_memset(&template, 0, (sizeof template));
371 template.visualid = SDL_strtol(visual_id, NULL, 0);
372 vi = XGetVisualInfo(SDL_Display, VisualIDMask, &template, &nvis);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jar ... extends java.lang.Object { private static final String TEMPLATE private static final String INPUT_HTML private static final String INPUT_XML ...
H A Dhtmlparser-1.3.jar ... extends java.lang.Object { private static final String TEMPLATE private static final String INPUT_HTML private static final String INPUT_XML ...
/external/openssl/apps/
H A Dreq.c175 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; local
260 template= *(++argv);
434 BIO_printf(bio_err," -config file request template file.\n");
471 if (template != NULL)
476 BIO_printf(bio_err,"Using configuration from %s\n",template);
478 i=NCONF_load(req_conf,template,&errline);
481 BIO_printf(bio_err,"error on line %ld of %s\n",errline,template);
1371 BIO_printf(bio_err,"No template, please set one up.\n");
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java411 * Template match against a template. null field in template indicates wild
414 public boolean match(SIPHeaderList<?> template) { argument
415 if (template == null)
417 if (!this.getClass().equals(template.getClass()))
419 SIPHeaderList<SIPHeader> that = (SIPHeaderList<SIPHeader>) template;
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java264 * Template match for SIP messages. The matchObj is a SIPMessage template to match against.
268 * @param other is the match template to match against.
325 * Merge a request with a template
327 * @param template -- template to merge with.
330 public void merge(Object template) { argument
331 if (!template.getClass().equals(this.getClass()))
332 throw new IllegalArgumentException("Bad class " + template.getClass());
333 SIPMessage templateMessage = (SIPMessage) template;
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c491 struct GLX_egl_config *GLX_conf, template; local
494 memset(&template, 0, sizeof(template));
495 _eglInitConfig(&template.Base, dpy, id);
498 GLX_dpy->fbconfigs[i], &template);
502 &GLX_dpy->visuals[i], &template);
507 fix_config(GLX_dpy, &template);
508 if (!_eglValidateConfig(&template.Base, EGL_FALSE)) {
515 memcpy(GLX_conf, &template, sizeof(template));
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_staging.c33 util_staging_resource_template(struct pipe_resource *pt, unsigned width, unsigned height, unsigned depth, struct pipe_resource *template) argument
35 memset(template, 0, sizeof(struct pipe_resource));
37 template->target = PIPE_TEXTURE_RECT;
39 template->target = pt->target;
40 template->format = pt->format;
41 template->width0 = width;
42 template->height0 = height;
43 template->depth0 = depth;
44 template->array_size = 1;
45 template
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c177 struct pipe_resource template, *tex; local
230 memset(&template, 0, sizeof(template));
231 template.target = PIPE_TEXTURE_2D;
232 template.format = PIPE_FORMAT_B8G8R8X8_UNORM;
233 template.last_level = 0;
234 template.width0 = reply->width;
235 template.height0 = reply->height;
236 template.depth0 = 1;
237 template
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.c10 const struct pipe_resource *template)
12 if (template->target == PIPE_BUFFER)
13 return i915_buffer_create(screen, template);
15 return i915_texture_create(screen, template, FALSE);
21 const struct pipe_resource *template,
24 if (template->target == PIPE_BUFFER)
27 return i915_texture_from_handle(screen, template, whandle);
9 i915_resource_create(struct pipe_screen *screen, const struct pipe_resource *template) argument
20 i915_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *template, struct winsys_handle *whandle) argument
H A Di915_resource_buffer.c138 const struct pipe_resource *template)
145 buf->b.b = *template;
149 buf->data = align_malloc(template->width0, 16);
137 i915_buffer_create(struct pipe_screen *screen, const struct pipe_resource *template) argument
H A Di915_resource_texture.c942 const struct pipe_resource *template,
953 tex->b.b = *template;
958 if ( (force_untiled) || (template->usage == PIPE_USAGE_STREAM) )
976 if ((template->bind & PIPE_BIND_SCANOUT) && template->width0 != 64)
1000 const struct pipe_resource *template,
1015 if ((template->target != PIPE_TEXTURE_2D &&
1016 template->target != PIPE_TEXTURE_RECT) ||
1017 template->last_level != 0 ||
1018 template
941 i915_texture_create(struct pipe_screen *screen, const struct pipe_resource *template, boolean force_untiled) argument
999 i915_texture_from_handle(struct pipe_screen * screen, const struct pipe_resource *template, struct winsys_handle *whandle) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c470 const struct pipe_resource *template,
484 lpr->base = *template;
508 template,
469 llvmpipe_resource_from_handle(struct pipe_screen *screen, const struct pipe_resource *template, struct winsys_handle *whandle) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource.c37 const struct pipe_resource *template)
39 if (template->target == PIPE_BUFFER)
40 return svga_buffer_create(screen, template);
42 return svga_texture_create(screen, template);
48 const struct pipe_resource *template,
51 if (template->target == PIPE_BUFFER)
54 return svga_texture_from_handle(screen, template, whandle);
36 svga_resource_create(struct pipe_screen *screen, const struct pipe_resource *template) argument
47 svga_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *template, struct winsys_handle *whandle) argument
H A Dsvga_resource_buffer.c340 const struct pipe_resource *template)
349 sbuf->b.b = *template;
354 if(svga_buffer_needs_hw_storage(template->bind)) {
359 sbuf->swbuf = align_malloc(template->width0, 64);
339 svga_buffer_create(struct pipe_screen *screen, const struct pipe_resource *template) argument
H A Dsvga_resource_texture.c406 const struct pipe_resource *template)
414 tex->b.b = *template;
419 assert(template->last_level < SVGA_MAX_TEXTURE_LEVELS);
420 if(template->last_level >= SVGA_MAX_TEXTURE_LEVELS)
424 tex->key.size.width = template->width0;
425 tex->key.size.height = template->height0;
426 tex->key.size.depth = template->depth0;
428 if(template->target == PIPE_TEXTURE_CUBE) {
438 if (template->bind & PIPE_BIND_SAMPLER_VIEW)
441 if (template
405 svga_texture_create(struct pipe_screen *screen, const struct pipe_resource *template) argument
497 svga_texture_from_handle(struct pipe_screen *screen, const struct pipe_resource *template, struct winsys_handle *whandle) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c290 struct pipe_resource *template; local
306 template = &srf->template;
307 template->format = fdesc.format;
308 template->target = PIPE_TEXTURE_2D;
309 template->width0 = width;
310 template->height0 = height;
311 template->depth0 = 1;
312 template->array_size = 1;
313 template
347 struct pipe_resource *template = &srf->template; local
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c108 struct pipe_resource template; local
110 memset(&template, 0, sizeof(template));
111 template.target = PIPE_TEXTURE_2D;
115 template.format = PIPE_FORMAT_Z16_UNORM;
118 template.format = PIPE_FORMAT_Z32_UNORM;
121 template.format = ms->ds_depth_bits_last ?
126 template.format = ms->ds_depth_bits_last ?
129 template.width0 = pDraw->width;
130 template
[all...]

Completed in 241 milliseconds

12345