/external/jetty/src/java/org/eclipse/jetty/webapp/ |
H A D | DiscoveredAnnotation.java | 40 protected Resource _resource; //resource it was discovered on, can be null (eg from WEB-INF/classes) field in class:DiscoveredAnnotation 54 _resource = resource; 59 return _resource;
|
/external/mesa3d/src/gallium/drivers/galahad/ |
H A D | glhd_objects.h | 75 galahad_resource(struct pipe_resource *_resource) argument 77 if(!_resource) 79 (void)galahad_screen(_resource->screen); 80 return (struct galahad_resource *)_resource; 111 galahad_resource_unwrap(struct pipe_resource *_resource) argument 113 if(!_resource) 115 return galahad_resource(_resource)->resource;
|
H A D | glhd_screen.c | 251 struct pipe_resource *_resource, 255 struct galahad_resource *glhd_resource = galahad_resource(_resource); 268 struct pipe_resource *_resource) 270 galahad_resource_destroy(galahad_resource(_resource)); 276 struct pipe_resource *_resource, 281 struct galahad_resource *glhd_resource = galahad_resource(_resource); 250 galahad_screen_resource_get_handle(struct pipe_screen *_screen, struct pipe_resource *_resource, struct winsys_handle *handle) argument 267 galahad_screen_resource_destroy(struct pipe_screen *screen, struct pipe_resource *_resource) argument 275 galahad_screen_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_resource *_resource, unsigned level, unsigned layer, void *context_private) argument
|
H A D | glhd_context.c | 800 struct pipe_resource *_resource, 804 struct galahad_resource *glhd_resource = galahad_resource(_resource); 828 struct pipe_resource *_resource, 832 struct galahad_resource *glhd_resource = galahad_resource(_resource); 858 struct pipe_resource *_resource, 864 struct galahad_resource *glhd_resource = galahad_resource(_resource); 947 struct pipe_resource *_resource, 956 struct galahad_resource *glhd_resource = galahad_resource(_resource); 799 galahad_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument 827 galahad_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *templ) argument 857 galahad_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument 946 galahad_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned slice_stride) argument
|
/external/mesa3d/src/gallium/drivers/identity/ |
H A D | id_objects.h | 73 identity_resource(struct pipe_resource *_resource) argument 75 if(!_resource) 77 (void)identity_screen(_resource->screen); 78 return (struct identity_resource *)_resource; 109 identity_resource_unwrap(struct pipe_resource *_resource) argument 111 if(!_resource) 113 return identity_resource(_resource)->resource;
|
H A D | id_screen.c | 168 struct pipe_resource *_resource, 172 struct identity_resource *id_resource = identity_resource(_resource); 185 struct pipe_resource *_resource) 187 identity_resource_destroy(identity_resource(_resource)); 193 struct pipe_resource *_resource, 198 struct identity_resource *id_resource = identity_resource(_resource); 167 identity_screen_resource_get_handle(struct pipe_screen *_screen, struct pipe_resource *_resource, struct winsys_handle *handle) argument 184 identity_screen_resource_destroy(struct pipe_screen *screen, struct pipe_resource *_resource) argument 192 identity_screen_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_resource *_resource, unsigned level, unsigned layer, void *context_private) argument
|
H A D | id_context.c | 711 struct pipe_resource *_resource, 715 struct identity_resource *id_resource = identity_resource(_resource); 739 struct pipe_resource *_resource, 743 struct identity_resource *id_resource = identity_resource(_resource); 767 struct pipe_resource *_resource, 773 struct identity_resource *id_resource = identity_resource(_resource); 844 struct pipe_resource *_resource, 853 struct identity_resource *id_resource = identity_resource(_resource); 710 identity_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument 738 identity_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *templ) argument 766 identity_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument 843 identity_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
H A D | HttpContent.java | 54 final Resource _resource; field in class:HttpContent.ResourceAsHttpContent 80 _resource=resource; 116 if (_resource.length() <= 0 || _maxBuffer < _resource.length()) 118 ByteArrayBuffer buffer = new ByteArrayBuffer((int)_resource.length()); 119 inputStream = _resource.getInputStream(); 120 buffer.readFrom(inputStream,(int)_resource.length()); 146 return _resource.length(); 152 return _resource.getInputStream(); 158 return _resource; [all...] |
/external/mesa3d/src/gallium/drivers/rbug/ |
H A D | rbug_objects.h | 97 rbug_resource(struct pipe_resource *_resource) argument 99 if (!_resource) 101 (void)rbug_screen(_resource->screen); 102 return (struct rbug_resource *)_resource; 141 rbug_resource_unwrap(struct pipe_resource *_resource) argument 143 if (!_resource) 145 return rbug_resource(_resource)->resource;
|
H A D | rbug_screen.c | 169 struct pipe_resource *_resource, 173 struct rbug_resource *rb_resource = rbug_resource(_resource); 184 struct pipe_resource *_resource) 186 rbug_resource_destroy(rbug_resource(_resource)); 191 struct pipe_resource *_resource, 196 struct rbug_resource *rb_resource = rbug_resource(_resource); 168 rbug_screen_resource_get_handle(struct pipe_screen *_screen, struct pipe_resource *_resource, struct winsys_handle *handle) argument 183 rbug_screen_resource_destroy(struct pipe_screen *screen, struct pipe_resource *_resource) argument 190 rbug_screen_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_resource *_resource, unsigned level, unsigned layer, void *context_private) argument
|
H A D | rbug_context.c | 957 struct pipe_resource *_resource, 961 struct rbug_resource *rb_resource = rbug_resource(_resource); 987 struct pipe_resource *_resource, 991 struct rbug_resource *rb_resource = rbug_resource(_resource); 1024 struct pipe_resource *_resource, 1030 struct rbug_resource *rb_resource = rbug_resource(_resource); 1117 struct pipe_resource *_resource, 1126 struct rbug_resource *rb_resource = rbug_resource(_resource); 956 rbug_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument 986 rbug_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *surf_tmpl) argument 1023 rbug_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument 1116 rbug_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundleImpl.java | 25 int _resource, 28 switch(ICUResourceBundleReader.RES_GET_TYPE(_resource)) { 31 return new ICUResourceBundleImpl.ResourceString(this, _key, _resource); 33 return new ICUResourceBundleImpl.ResourceBinary(this, _key, _resource); 35 return getAliasedResource(this, null, 0, _key, _resource, aliasesVisited, requested); 37 return new ICUResourceBundleImpl.ResourceInt(this, _key, _resource); 39 return new ICUResourceBundleImpl.ResourceIntVector(this, _key, _resource); 42 return new ICUResourceBundleImpl.ResourceArray(this, _key, _resource); 46 return new ICUResourceBundleImpl.ResourceTable(this, _key, _resource); 24 createBundleObject(String _key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) argument
|
H A D | ICUResourceBundle.java | 1355 * Returns the resource object referred to from the alias _resource int's path string. 1366 * @param _resource The alias resource int. 1376 String key, int _resource, 1383 String rpath = wholeBundle.reader.getAlias(_resource); 1374 getAliasedResource( ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) argument
|
/external/mesa3d/src/gallium/drivers/trace/ |
H A D | tr_screen.c | 211 struct pipe_resource *_resource, 216 struct trace_resource *tr_res = trace_resource(_resource); 285 struct pipe_resource *_resource, 289 struct trace_resource *tr_resource = trace_resource(_resource); 302 struct pipe_resource *_resource) 305 struct trace_resource *tr_res = trace_resource(_resource); 210 trace_screen_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_resource *_resource, unsigned level, unsigned layer, void *context_private) argument 284 trace_screen_resource_get_handle(struct pipe_screen *_screen, struct pipe_resource *_resource, struct winsys_handle *handle) argument 301 trace_screen_resource_destroy(struct pipe_screen *_screen, struct pipe_resource *_resource) argument
|
H A D | tr_dump.c | 583 void trace_dump_resource_ptr(struct pipe_resource *_resource) argument 588 if (_resource) { 589 struct trace_resource *tr_resource = trace_resource(_resource);
|
H A D | tr_context.c | 869 struct pipe_resource *_resource, 873 struct trace_resource *tr_res = trace_resource(_resource); 901 pipe_resource_reference(&tr_view->base.texture, _resource); 939 struct pipe_resource *_resource, 943 struct trace_resource *tr_res = trace_resource(_resource); 1360 struct pipe_resource *_resource, 1366 struct trace_resource *tr_res = trace_resource(_resource); 1486 struct pipe_resource *_resource, 1495 struct trace_resource *tr_res = trace_resource(_resource); 868 trace_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument 938 trace_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *surf_tmpl) argument 1359 trace_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument 1485 trace_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
H A D | ResourceCache.java | 354 final Resource _resource; field in class:ResourceCache.Content 370 _resource=resource; 372 _contentType=_mimeTypes.getMimeByExtension(_resource.toString()); 407 return _resource; 419 if (_lastModified==_resource.lastModified() && _length==_resource.length()) 436 _resource.release(); 463 Buffer buffer2=ResourceCache.this.getIndirectBuffer(_resource); 484 Buffer buffer2=ResourceCache.this.getDirectBuffer(_resource); 512 return _resource [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |