/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | macRes.py | 112 def _readReferenceList(self, resType, refListOffset, numRes): argument 122 def __getitem__(self, resType): argument 125 def __delitem__(self, resType): argument 128 def __setitem__(self, resType, resources): argument 145 def countResources(self, resType): argument 152 def getIndices(self, resType): argument 160 def getNames(self, resType): argument 164 def getIndResource(self, resType, index): argument 176 def getNamedResource(self, resType, name): argument 201 self, resType=None, resData=None, resID=None, resName=None, resAttr=None argument
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | AaptAssets.cpp | 400 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) in initFromDirName() 658 const AaptGroupEntry& kind, const String8& resType, in slurpFullTree() 906 const String8& resType) in addFile() 957 const sp<AaptFile>& file, const String8& resType) in addResource() 1120 const String8& resType, in slurpFullTree() 1162 String8 resType; in slurpResourceTree() local 1247 String8 resType; in slurpResourceZip() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/bufferMgr/ |
H A D | encode_tracked_buffer.cpp | 246 ResourceType resType = GetResourceType(type); in GetSurface() local 258 ResourceType resType = GetResourceType(type); in GetBuffer() local 278 ResourceType resType = GetResourceType(type); in GetBufferQueue() local
|
H A D | encode_tracked_buffer_queue.cpp | 157 void BufferQueue::SetResourceType(ResourceType resType) in SetResourceType()
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/ |
H A D | StaxLoader.java | 10 protected final ResType resType; field in StaxLoader 12 public StaxLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxLoader()
|
H A D | FileTypedResource.java | 9 FileTypedResource(Path path, ResType resType, XmlContext xmlContext) { in FileTypedResource() 10 super(Fs.externalize(path), resType, xmlContext); in FileTypedResource() local
|
H A D | TypedResource.java | 7 private final ResType resType; field in TypedResource 10 public TypedResource(T data, ResType resType, XmlContext xmlContext) { in TypedResource()
|
H A D | PluralRules.java | 6 public PluralRules(List<Plural> data, ResType resType, XmlContext xmlContext) { in PluralRules()
|
H A D | StaxAttrLoader.java | 13 public StaxAttrLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxAttrLoader()
|
H A D | StaxStyleLoader.java | 13 public StaxStyleLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxStyleLoader()
|
H A D | StaxValueLoader.java | 10 public StaxValueLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxValueLoader()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSyncTests.cpp | 142 VkDescriptorType resourceTypeToDescriptor(ResourceType resType) in resourceTypeToDescriptor() 275 bool canReadResourceAsAccess(ResourceType resType, ReadAccess access) in canReadResourceAsAccess() 283 bool canWriteResourceAsAccess(ResourceType resType, WriteAccess access) in canWriteResourceAsAccess() 291 bool canWriteTo(Stage stage, ResourceType resType) in canWriteTo() 311 bool canReadFrom(Stage stage, ResourceType resType) in canReadFrom()
|
H A D | vktMeshShaderSyncTestsEXT.cpp | 143 VkDescriptorType resourceTypeToDescriptor(ResourceType resType) in resourceTypeToDescriptor() 277 bool canReadResourceAsAccess(ResourceType resType, ReadAccess access) in canReadResourceAsAccess() 285 bool canWriteResourceAsAccess(ResourceType resType, WriteAccess access) in canWriteResourceAsAccess() 293 bool canWriteTo(Stage stage, ResourceType resType) in canWriteTo() 314 bool canReadFrom(Stage stage, ResourceType resType) in canReadFrom()
|
/aosp_15_r20/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/ |
D | ExternalResources.java | 117 public void putValue(String name, int value, String defaultType, ResType resType) { in putValue() 123 public void putValue(String name, TypedValue value, String defaultType, ResType resType) { in putValue()
|
/aosp_15_r20/external/cldr/tools/cldr-rdf/src/main/java/org/unicode/cldr/rdf/ |
H A D | ScriptMapper.java | 58 final String resType = O_RESOURCE; in queryScriptResources() local
|
H A D | LanguageMapper.java | 81 final String resType = "?language"; in queryLanguageResources() local
|
H A D | CurrencyMapper.java | 61 final String resType = O_RESOURCE; in queryCurrencyResources() local
|
/aosp_15_r20/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/ide/common/resources/deprecated/ |
H A D | MultiResourceFile.java | 157 ResourceType resType = value.getResourceType(); in addResourceValue() local
|
/aosp_15_r20/frameworks/layoutlib/bridge/bridge_client/src/com/android/ide/common/resources/deprecated/ |
H A D | MultiResourceFile.java | 156 ResourceType resType = value.getResourceType(); in addResourceValue() local
|
/aosp_15_r20/libcore/luni/src/test/java/tests/security/cert/ |
H A D | CertPathValidator1Test.java | 106 String resType = defCPV; in testCertPathValidator01() local
|
/aosp_15_r20/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/setup/ |
H A D | LayoutlibBridgeClientCallback.java | 71 final ResourceType resType = ResourceType.fromClassName(resClass.getSimpleName()); in initResources() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/ |
H A D | lhlo_legalize_to_gpu.cc | 124 auto resType = MemRefType::get( in matchAndRewrite() local
|
/aosp_15_r20/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
H A D | LayoutLibTestCallback.java | 70 final ResourceType resType = ResourceType.fromClassName(resClass.getSimpleName()); in initResources() local
|
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/finalrjar/ |
H A D | finalrjar.go | 148 resType string member
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
H A D | KeyStoreTest.java | 190 String resType = defKSType; in testKeyStore01() local
|