/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/ |
D | memoryflags.test | 4 ; CHECK: Resource type (int): 1 5 ; CHECK-NEXT: Resource name (int): 1 8 ; CHECK: Resource type (int): 12 9 ; CHECK-NEXT: Resource name (int): 1 12 ; CHECK: Resource type (int): 1 13 ; CHECK-NEXT: Resource name (int): 2 16 ; CHECK: Resource type (int): 12 17 ; CHECK-NEXT: Resource name (int): 2 20 ; CHECK: Resource type (int): 1 21 ; CHECK-NEXT: Resource name (int): 3 [all …]
|
D | tag-icon-cursor.test | 7 ; CHECK: Resource type (int): 1 8 ; CHECK-NEXT: Resource name (int): 1 26 ; CHECK-DAG: Resource type (int): 12 27 ; CHECK-NEXT: Resource name (int): 4464 40 ; CHECK-DAG: Resource type (int): 1 41 ; CHECK-NEXT: Resource name (int): 2 59 ; CHECK-DAG: Resource type (int): 12 60 ; CHECK-NEXT: Resource name (int): 4465 73 ; CHECK-DAG: Resource type (int): 3 74 ; CHECK-NEXT: Resource name (int): 3 [all …]
|
D | tag-dialog.test | 4 ; DIALOG: Resource type (int): 5 5 ; DIALOG-NEXT: Resource name (string): EMPTY 18 ; DIALOG-DAG: Resource type (int): 5 19 ; DIALOG-NEXT: Resource name (string): ARGS 65 ; DIALOG-DAG: Resource type (int): 5 66 ; DIALOG-NEXT: Resource name (string): TYPES 126 ; DIALOG-DAG: Resource type (int): 5 127 ; DIALOG-NEXT: Resource name (string): EMPTYOLD 140 ; DIALOG-DAG: Resource type (int): 5 141 ; DIALOG-NEXT: Resource name (string): ARGSOLD [all …]
|
D | tag-stringtable.test | 4 ; CHECK: Resource type (int): 6 5 ; CHECK-NEXT: Resource name (int): 1 19 ; CHECK-DAG: Resource type (int): 6 20 ; CHECK-NEXT: Resource name (int): 2 34 ; CHECK-DAG: Resource type (int): 6 35 ; CHECK-NEXT: Resource name (int): 2 51 ; CHECK-DAG: Resource type (int): 6 52 ; CHECK-NEXT: Resource name (int): 3 66 ; CHECK-DAG: Resource type (int): 6 67 ; CHECK-NEXT: Resource name (int): 4096 [all …]
|
D | memoryflags-stringtable.test | 4 ; CHECK: Resource type (int): 6 5 ; CHECK-NEXT: Resource name (int): 1 8 ; CHECK: Resource type (int): 6 9 ; CHECK-NEXT: Resource name (int): 1 12 ; CHECK: Resource type (int): 6 13 ; CHECK-NEXT: Resource name (int): 1
|
/external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/targets/ |
D | TryWithResources.java | 25 private static class Resource implements Closeable { class in TryWithResources 39 Resource r1 = new Resource(); // $line-test.open1$ in test() 40 Closeable r2 = new Resource(); // $line-test.open2$ in test() 41 AutoCloseable r3 = new Resource() // $line-test.open3$ in test() 56 Resource r1 = new Resource(); // $line-test2.open1$ in test2() 57 Closeable r2 = new Resource(); // $line-test2.open2$ in test2() 58 AutoCloseable r3 = new Resource() // $line-test2.open3$ in test2() 72 Closeable r = new Resource() // $line-returnInBody.open$ in returnInBody() 80 Resource r1 = new Resource() // $line-nested.open1$ in nested() 84 Resource r2 = new Resource() // $line-nested.open2$ in nested() [all …]
|
/external/icu/icu4c/source/common/ |
D | uresdata.h | 63 typedef uint32_t Resource; typedef 85 #define URES_MAKE_RESOURCE(type, offset) (((Resource)(type)<<28)|(Resource)(offset)) 86 #define URES_MAKE_EMPTY_RESOURCE(type) ((Resource)(type)<<28) 389 Resource rootRes; 424 res_getPublicType(Resource res); 432 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength); 435 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength); 438 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength); 441 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength); 443 U_INTERNAL Resource U_EXPORT2 [all …]
|
D | uresdata.cpp | 164 pResData->rootRes=(Resource)*pResData->pRoot; in res_init() 305 res_getPublicType(Resource res) { in res_getPublicType() 310 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getString() 356 UBool isNoInheritanceMarker(const ResourceData *pResData, Resource res) { in isNoInheritanceMarker() 418 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getAlias() 437 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getBinary() 457 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength) { in res_getIntVector() 475 res_countArrayItems(const ResourceData *pResData, Resource res) { in res_countArrayItems() 575 const Resource *items32 = NULL; in getArray() 581 items32 = (const Resource *)pResData->pRoot+offset; in getArray() [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
D | DecodeJob.java | 78 public Resource<Z> decodeResultFromCache() throws Exception { in decodeResultFromCache() 84 Resource<T> transformed = loadFromCache(resultKey); in decodeResultFromCache() 89 Resource<Z> result = transcode(transformed); in decodeResultFromCache() 102 public Resource<Z> decodeSourceFromCache() throws Exception { in decodeSourceFromCache() 108 Resource<T> decoded = loadFromCache(resultKey.getOriginalKey()); in decodeSourceFromCache() 126 public Resource<Z> decodeFromSource() throws Exception { in decodeFromSource() 127 Resource<T> decoded = decodeSource(); in decodeFromSource() 136 private Resource<Z> transformEncodeAndTranscode(Resource<T> decoded) { in transformEncodeAndTranscode() 138 Resource<T> transformed = transform(decoded); in transformEncodeAndTranscode() 146 Resource<Z> result = transcode(transformed); in transformEncodeAndTranscode() [all …]
|
/external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/ |
D | GrpcCleanupRuleTest.java | 36 import io.grpc.testing.GrpcCleanupRule.Resource; 148 Resource resource1 = mock(Resource.class); in multiResource_cleanupGracefully() 149 Resource resource2 = mock(Resource.class); in multiResource_cleanupGracefully() 150 Resource resource3 = mock(Resource.class); in multiResource_cleanupGracefully() 186 Resource resource = mock(Resource.class); in baseTestFails() 216 Resource resource1 = mock(Resource.class); in multiResource_awaitReleasedFails() 217 Resource resource2 = mock(Resource.class); in multiResource_awaitReleasedFails() 218 Resource resource3 = mock(Resource.class); in multiResource_awaitReleasedFails() 262 Resource resource1 = mock(Resource.class); in multiResource_awaitReleasedInterrupted() 263 Resource resource2 = mock(Resource.class); in multiResource_awaitReleasedInterrupted() [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr_test.cc | 30 class Resource : public ResourceBase { class 32 explicit Resource(const string& label) : label_(label) {} in Resource() function in tensorflow::Resource 33 ~Resource() override {} in ~Resource() 91 TF_CHECK_OK(rm.Create("foo", "bar", new Resource("cat"))); in TEST() 92 TF_CHECK_OK(rm.Create("foo", "baz", new Resource("dog"))); in TEST() 96 HasError(rm.Create("foo", "bar", new Resource("kitty")), in TEST() 100 EXPECT_EQ("R/cat", Find<Resource>(rm, "foo", "bar")); in TEST() 101 EXPECT_EQ("R/dog", Find<Resource>(rm, "foo", "baz")); in TEST() 105 HasError(FindErr<Resource>(rm, "bar", "foo"), "Not found: Container bar"); in TEST() 106 HasError(FindErr<Resource>(rm, "foo", "xxx"), "Not found: Resource foo/xxx"); in TEST() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmVariablePointersTests.cpp | 334 …spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(inputAFloats)), VK_DESCRIPTOR_TYPE_STORA… in addVariablePointersComputeGroup() 335 …spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(inputBFloats)), VK_DESCRIPTOR_TYPE_STORA… in addVariablePointersComputeGroup() 336 …spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(inputSFloats)), VK_DESCRIPTOR_TYPE_STORA… in addVariablePointersComputeGroup() 337 spec.outputs.push_back(Resource(BufferSp(new Float32Buffer(expectedOutput)))); in addVariablePointersComputeGroup() 355 …spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(inputAFloats)), VK_DESCRIPTOR_TYPE_STORA… in addVariablePointersComputeGroup() 356 …spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(inputBFloats)), VK_DESCRIPTOR_TYPE_STORA… in addVariablePointersComputeGroup() 357 …spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(inputSFloats)), VK_DESCRIPTOR_TYPE_STORA… in addVariablePointersComputeGroup() 358 spec.outputs.push_back(Resource(BufferSp(new Float32Buffer(expectedOutput)))); in addVariablePointersComputeGroup() 384 …spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(inputAFloats)), VK_DESCRIPTOR_TYPE_STORA… in addVariablePointersComputeGroup() 385 …spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(inputBFloats)), VK_DESCRIPTOR_TYPE_STORA… in addVariablePointersComputeGroup() [all …]
|
D | vktSpvAsmWorkgroupMemoryTests.cpp | 55 bool checkResultsFloat16 (const vector<Resource>& inputs, in checkResultsFloat16() 57 const vector<Resource>& expectedOutputs, in checkResultsFloat16() 84 bool checkResultsFloat32 (const vector<Resource>& inputs, in checkResultsFloat32() 86 const vector<Resource>& expectedOutputs, in checkResultsFloat32() 120 bool checkResultsFloat64 (const vector<Resource>& inputs, in checkResultsFloat64() 122 const vector<Resource>& expectedOutputs, in checkResultsFloat64() 295 …spec.inputs.push_back(Resource(BufferSp(new Float64Buffer(inputData)), VK_DESCRIPTOR_TYPE_STORAGE_… in addComputeWorkgroupMemoryTests() 296 …spec.outputs.push_back(Resource(BufferSp(new Float64Buffer(outputData)), VK_DESCRIPTOR_TYPE_STORAG… in addComputeWorkgroupMemoryTests() 321 …spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(inputData)), VK_DESCRIPTOR_TYPE_STORAGE_… in addComputeWorkgroupMemoryTests() 322 …spec.outputs.push_back(Resource(BufferSp(new Float32Buffer(outputData)), VK_DESCRIPTOR_TYPE_STORAG… in addComputeWorkgroupMemoryTests() [all …]
|
/external/swiftshader/src/System/ |
D | Resource.cpp | 22 Resource::Resource(size_t bytes) : size(bytes) in Resource() function in sw::Resource 33 Resource::~Resource() in ~Resource() 38 void *Resource::lock(Accessor claimer) in lock() 61 void *Resource::lock(Accessor relinquisher, Accessor claimer) in lock() 107 void Resource::unlock() in unlock() 133 void Resource::unlock(Accessor relinquisher) in unlock() 162 void Resource::destruct() in destruct() 180 const void *Resource::data() const in data()
|
/external/swiftshader/src/Common/ |
D | Resource.cpp | 22 Resource::Resource(size_t bytes) : size(bytes) in Resource() function in sw::Resource 33 Resource::~Resource() in ~Resource() 38 void *Resource::lock(Accessor claimer) in lock() 61 void *Resource::lock(Accessor relinquisher, Accessor claimer) in lock() 107 void Resource::unlock() in unlock() 133 void Resource::unlock(Accessor relinquisher) in unlock() 162 void Resource::destruct() in destruct() 180 const void *Resource::data() const in data()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | ICUResourceWriter.java | 60 public static class Resource { class in ICUResourceWriter 63 public Resource offendingResource; 65 public MalformedResourceError(String str, Resource res) { in MalformedResourceError() 85 public Resource next; 90 public Resource first = null; 125 public Resource() { in Resource() method in ICUResourceWriter.Resource 133 public Resource end() { in end() 134 ICUResourceWriter.Resource current = this; in end() 155 static final Resource addAfter(Resource list, Resource res) { in addAfter() 160 Resource last = list.end(); in addAfter() [all …]
|
D | ResourceSplitter.java | 12 import org.unicode.cldr.icu.ICUResourceWriter.Resource; 203 for (Resource res = source.root.first; res != null; res = res.next) { in handleAlias() 235 private void process(Resource parent, Resource res) { in process() 237 Resource next = res.next; in process() 265 private void handleSplit(Resource parent, Resource res, SplitInfo si) { in handleSplit() 298 for (Resource child = src.first; child != null; child = child.next) { in createRoot() 320 private void placeResourceAtPath(Resource root, String targetNodePath, Resource res) { in placeResourceAtPath() 337 private Resource findOrCreateNode(Resource parent, String nodeName) { in findOrCreateNode() 353 Resource child = parent.first; in findOrCreateNode() 374 private Resource removeChildFromParent(Resource child, Resource parent) { in removeChildFromParent() [all …]
|
/external/libxml2/result/ |
D | rdf1.rde | 113 4 1 RPM:Resource 0 0 115 4 15 RPM:Resource 0 0 130 4 1 RPM:Resource 0 0 132 4 15 RPM:Resource 0 0 135 4 1 RPM:Resource 0 0 137 4 15 RPM:Resource 0 0 140 4 1 RPM:Resource 0 0 142 4 15 RPM:Resource 0 0 145 4 1 RPM:Resource 0 0 147 4 15 RPM:Resource 0 0 [all …]
|
D | rdf1.rdr | 113 4 1 RPM:Resource 0 0 115 4 15 RPM:Resource 0 0 130 4 1 RPM:Resource 0 0 132 4 15 RPM:Resource 0 0 135 4 1 RPM:Resource 0 0 137 4 15 RPM:Resource 0 0 140 4 1 RPM:Resource 0 0 142 4 15 RPM:Resource 0 0 145 4 1 RPM:Resource 0 0 147 4 15 RPM:Resource 0 0 [all …]
|
D | rdf1.sax | 118 SAX.startElement(RPM:Resource) 120 SAX.endElement(RPM:Resource) 135 SAX.startElement(RPM:Resource) 137 SAX.endElement(RPM:Resource) 140 SAX.startElement(RPM:Resource) 142 SAX.endElement(RPM:Resource) 145 SAX.startElement(RPM:Resource) 147 SAX.endElement(RPM:Resource) 150 SAX.startElement(RPM:Resource) 152 SAX.endElement(RPM:Resource) [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/ |
D | GifBitmapWrapper.java | 5 import com.bumptech.glide.load.engine.Resource; 13 private final Resource<GifDrawable> gifResource; 14 private final Resource<Bitmap> bitmapResource; 16 public GifBitmapWrapper(Resource<Bitmap> bitmapResource, Resource<GifDrawable> gifResource) { in GifBitmapWrapper() 41 public Resource<Bitmap> getBitmapResource() { in getBitmapResource() 48 public Resource<GifDrawable> getGifResource() { in getGifResource()
|
/external/u-boot/arch/x86/include/asm/acpi/ |
D | irqlinks.asl | 34 /* Possible Resource Settings for this Link */ 40 /* Current Resource Settings for this link */ 58 /* Set Resource Setting for this IRQ link */ 92 /* Possible Resource Settings for this Link */ 98 /* Current Resource Settings for this link */ 116 /* Set Resource Setting for this IRQ link */ 150 /* Possible Resource Settings for this Link */ 156 /* Current Resource Settings for this link */ 174 /* Set Resource Setting for this IRQ link */ 208 /* Possible Resource Settings for this Link */ [all …]
|
/external/deqp/framework/common/ |
D | tcuResource.hpp | 45 class Resource class 48 virtual ~Resource (void) {} in ~Resource() 58 Resource (const std::string& name) : m_name(name) {} in Resource() function in tcu::Resource 82 virtual Resource* getResource (const char* name) const = 0; 97 Resource* getResource (const char* name) const; 108 class FileResource : public Resource 132 virtual Resource* getResource (const char* name) const;
|
/external/skqp/src/gpu/vk/ |
D | GrVkImage.h | 24 class Resource; 39 fResource = new Resource(info.fImage, info.fAlloc, info.fImageTiling); in fInfo() 67 const Resource* resource() const { in resource() 150 class Resource : public GrVkResource { 152 Resource() in Resource() function 158 Resource(VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling) in Resource() function 163 ~Resource() override { in ~Resource() 214 class BorrowedResource : public Resource { 217 : Resource(image, alloc, tiling) { in BorrowedResource() 232 Resource* fResource;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | Scheduler.h | 309 ResourceState &Resource = *Resources[ResourceID]; in reserveBuffer() local 310 Resource.reserveBuffer(); in reserveBuffer() 318 const ResourceState &Resource = *Resources.find(ResourceID)->second; in isBufferAvailable() local 319 return Resource.isBufferAvailable(); in isBufferAvailable() 323 const ResourceState &Resource = *Resources.find(ResourceID)->second; in isReady() local 324 return Resource.isReady(NumUnits); in isReady() 350 ResourceState &Resource = *Resources[ResourceID]; in reserveResource() local 351 assert(!Resource.isReserved()); in reserveResource() 352 Resource.setReserved(); in reserveResource() 356 ResourceState &Resource = *Resources[ResourceID]; in releaseResource() local [all …]
|