/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_resource.h | 97 static INLINE struct i915_texture *i915_texture(struct pipe_resource *resource) 99 struct i915_texture *tex = (struct i915_texture *)resource; 104 static INLINE struct i915_buffer *i915_buffer(struct pipe_resource *resource) 106 struct i915_buffer *tex = (struct i915_buffer *)resource;
|
i915_resource_buffer.c | 46 struct pipe_resource *resource, 54 struct pipe_resource *resource) 56 struct i915_buffer *buffer = i915_buffer(resource); 65 struct pipe_resource *resource, 76 transfer->resource = resource; 99 struct i915_buffer *buffer = i915_buffer(transfer->resource); 106 struct pipe_resource *resource, 114 struct i915_buffer *buffer = i915_buffer(resource);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_flush.h | 48 struct pipe_resource *resource,
|
lp_texture.h | 164 llvmpipe_resource_stride(struct pipe_resource *resource, 167 struct llvmpipe_resource *lpr = llvmpipe_resource(resource); 174 llvmpipe_resource_map(struct pipe_resource *resource, 181 llvmpipe_resource_unmap(struct pipe_resource *resource, 187 llvmpipe_resource_data(struct pipe_resource *resource); 191 llvmpipe_resource_size(const struct pipe_resource *resource); 200 llvmpipe_get_texture_image(struct llvmpipe_resource *resource,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_buffer.h | 12 * resource->data has not been updated to reflect modified VRAM contents 14 * USER_MEMORY: resource->data is a pointer to client memory and may change 24 * The address of a resource will lie within the nouveau_bo referenced, 68 nv04_resource(struct pipe_resource *resource) 70 return (struct nv04_resource *)resource; 73 /* is resource mapped into the GPU's address space (i.e. VRAM or GART) ? */ 75 nouveau_resource_mapped_by_gpu(struct pipe_resource *resource) 77 return nv04_resource(resource)->domain != 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_objects.c | 42 struct pipe_resource *resource) 46 if(!resource) 49 assert(resource->screen == rb_screen->screen); 55 memcpy(&rb_resource->base, resource, sizeof(struct pipe_resource)); 59 rb_resource->resource = resource; 66 pipe_resource_reference(&resource, NULL); 76 pipe_resource_reference(&rb_resource->resource, NULL); 91 assert(surface->texture == rb_resource->resource); 132 assert(view->texture == rb_resource->resource); [all...] |
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
rlimit_mmap_test.cc | 6 #include <sys/resource.h>
|
/external/icu4c/test/testdata/ |
tstfiles.mk | 3 # TEST_RES_SOURCE defines data driven tests and other resource files to be included with 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_resource.h | 97 static INLINE struct i915_texture *i915_texture(struct pipe_resource *resource) 99 struct i915_texture *tex = (struct i915_texture *)resource; 104 static INLINE struct i915_buffer *i915_buffer(struct pipe_resource *resource) 106 struct i915_buffer *tex = (struct i915_buffer *)resource;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_flush.h | 48 struct pipe_resource *resource,
|
lp_texture.h | 164 llvmpipe_resource_stride(struct pipe_resource *resource, 167 struct llvmpipe_resource *lpr = llvmpipe_resource(resource); 174 llvmpipe_resource_map(struct pipe_resource *resource, 181 llvmpipe_resource_unmap(struct pipe_resource *resource, 187 llvmpipe_resource_data(struct pipe_resource *resource); 191 llvmpipe_resource_size(const struct pipe_resource *resource); 200 llvmpipe_get_texture_image(struct llvmpipe_resource *resource,
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_buffer.h | 12 * resource->data has not been updated to reflect modified VRAM contents 14 * USER_MEMORY: resource->data is a pointer to client memory and may change 24 * The address of a resource will lie within the nouveau_bo referenced, 68 nv04_resource(struct pipe_resource *resource) 70 return (struct nv04_resource *)resource; 73 /* is resource mapped into the GPU's address space (i.e. VRAM or GART) ? */ 75 nouveau_resource_mapped_by_gpu(struct pipe_resource *resource) 77 return nv04_resource(resource)->domain != 0;
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_objects.c | 42 struct pipe_resource *resource) 46 if(!resource) 49 assert(resource->screen == rb_screen->screen); 55 memcpy(&rb_resource->base, resource, sizeof(struct pipe_resource)); 59 rb_resource->resource = resource; 66 pipe_resource_reference(&resource, NULL); 76 pipe_resource_reference(&rb_resource->resource, NULL); 91 assert(surface->texture == rb_resource->resource); 132 assert(view->texture == rb_resource->resource); [all...] |
/external/valgrind/main/none/tests/ |
closeall.c | 3 #include <sys/resource.h>
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
DynamicIdMap.java | 44 * Returns a dynamic integer for the given resource type/name, creating it if it doesn't 47 * @param type the type of the resource 48 * @param name the name of the resource 56 * Returns a dynamic integer for the given resource type/name, creating it if it doesn't 59 * @param resource the type/name of the resource 62 public Integer getId(Pair<ResourceType, String> resource) { 63 Integer value = mDynamicIds.get(resource); 66 mDynamicIds.put(resource, value); 67 mRevDynamicIds.put(value, resource); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
DynamicIdMap.java | 43 * Returns a dynamic integer for the given resource type/name, creating it if it doesn't 46 * @param type the type of the resource 47 * @param name the name of the resource 55 * Returns a dynamic integer for the given resource type/name, creating it if it doesn't 58 * @param resource the type/name of the resource 61 public Integer getId(Pair<ResourceType, String> resource) { 62 Integer value = mDynamicIds.get(resource); 65 mDynamicIds.put(resource, value); 66 mRevDynamicIds.put(value, resource); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ImageView.js | 33 WebInspector.ImageView = function(resource) 35 WebInspector.ResourceView.call(this, resource); 61 imagePreviewElement.addStyleClass("resource-image-view"); 71 imageNameElement.textContent = this.resource.displayName; 77 this.resource.populateImageSource(imagePreviewElement); 81 var content = this.resource.content; 85 var resourceSize = this.resource.resourceSize; 90 { name: WebInspector.UIString("MIME type"), value: this.resource.mimeType } 107 dd.appendChild(WebInspector.linkifyURLAsNode(this.resource.url, undefined, undefined, externalResource)); 137 InspectorFrontendHost.copyText(this.resource.url) [all...] |
ResourceTreeModel.js | 181 // Do nothing unless cached resource tree is processed - it will overwrite everything. 229 // Do nothing unless cached resource tree is processed - it will overwrite everything. 258 var resource = frame._addRequest(request); 259 this._addPendingConsoleMessagesToResource(resource); 280 var resource = new WebInspector.Resource(null, url, frame.url, frameId, event.data.loaderId, WebInspector.resourceTypes[event.data.resourceType], event.data.mimeType); 281 frame.addResource(resource); 294 * @param {function(WebInspector.Resource)} callback 318 var resource = msg.url ? this.resourceForURL(msg.url) : null; 319 if (resource) [all...] |
/external/chromium_org/chrome/installer/util/ |
l10n_string_util.cc | 52 NOTREACHED() << "Unable to find resource id " << message_id; 66 // The resource names are more or less the upcased language names. 71 std::wstring resource(L"IDR_OEMPG_"); 72 resource.append(language).append(L".HTML"); 74 // Fall back on "en" if we don't have a resource for this language. 75 if (NULL == FindResource(NULL, resource.c_str(), RT_HTML)) 76 resource = L"IDR_OEMPG_EN.HTML"; 80 base::StringPrintf(L"res://%ls/#23/%ls", full_exe_path, resource.c_str()); 83 // (see the definition of full_exe_path and resource).
|
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/ |
TestContentProvider.java | 44 private static Uri createRequestUri(final String target, String resource) { 45 return Uri.parse(createContentUrl(target) + "?" + resource); 48 public static int getResourceRequestCount(Context context, String resource) { 49 Uri uri = createRequestUri(GET_RESOURCE_REQUEST_COUNT, resource); 59 public static void resetResourceRequestCount(Context context, String resource) { 60 Uri uri = createRequestUri(RESET_RESOURCE_REQUEST_COUNT, resource); 77 String resource = uri.getLastPathSegment(); local 78 if (mResourceRequestCount.containsKey(resource)) { 79 mResourceRequestCount.put(resource, mResourceRequestCount.get(resource) + 1) 186 String resource = uri.getQuery(); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600_texture.c | 43 struct pipe_resource *texture = transfer->resource; 55 struct pipe_resource *texture = transfer->resource; 179 * If so, don't use a staging resource. 224 struct si_resource *resource = &rtex->resource; local 228 rscreen->ws->buffer_set_tiling(resource->buf, 240 return rscreen->ws->buffer_get_handle(resource->buf, 248 struct si_resource *resource = &rtex->resource; local 253 pb_reference(&resource->buf, NULL) 271 struct pipe_resource resource; local 475 struct si_resource *resource; local 631 struct pipe_resource resource; local [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_texture.c | 43 struct pipe_resource *texture = transfer->resource; 55 struct pipe_resource *texture = transfer->resource; 179 * If so, don't use a staging resource. 224 struct si_resource *resource = &rtex->resource; local 228 rscreen->ws->buffer_set_tiling(resource->buf, 240 return rscreen->ws->buffer_get_handle(resource->buf, 248 struct si_resource *resource = &rtex->resource; local 253 pb_reference(&resource->buf, NULL) 271 struct pipe_resource resource; local 475 struct si_resource *resource; local 631 struct pipe_resource resource; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceParticipantTest.java | 288 "ERROR: File-based resource names must start with a lowercase letter.\n" + 340 @NonNull Object resource, 344 renameResource(testData, resource, updateReferences, newName, expected, null); 349 @NonNull Object resource, 355 renameResource(project, resource, updateReferences, newName, expected, expectedWarnings); 360 @NonNull Object resource, 366 if (resource instanceof String) { 367 String url = (String) resource; 368 assert url.startsWith("@") : resource; 377 } else if (resource instanceof IResource) [all...] |
/external/chromium_org/chrome/browser/ui/webui/predictors/ |
predictors_handler.cc | 116 base::DictionaryValue* resource = new base::DictionaryValue(); local 117 resource->SetString("resource_url", row->resource_url.spec()); 118 resource->SetString("resource_type", 120 resource->SetInteger("number_of_hits", row->number_of_hits); 121 resource->SetInteger("number_of_misses", row->number_of_misses); 122 resource->SetInteger("consecutive_misses", row->consecutive_misses); 123 resource->SetDouble("position", row->average_position); 124 resource->SetDouble("score", row->score); 125 resources->Append(resource);
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
jid_unittest.cc | 13 EXPECT_EQ("", jid.resource()); 25 EXPECT_EQ("", jid.resource()); 37 EXPECT_EQ("bowlingalley", jid.resource()); 49 EXPECT_EQ("bowlingalley", jid.resource()); 61 EXPECT_EQ("", jid.resource()); 73 EXPECT_EQ("", jid.resource()); 85 EXPECT_EQ("", jid.resource()); 97 EXPECT_EQ("walter@dude", jid.resource()); 109 EXPECT_EQ("walter@dude", jid.resource());
|