Searched refs:requirements (Results 1 – 15 of 15) sorted by relevance
59 Requirements requirements = cls.getDeclaredAnnotation(Requirements.class); in addClass() local60 if (requirements != null) { in addClass()61 for (Requires r : requirements.value()) { in addClass()
101 The requirements have evolved over time and will continue to change with102 future Android releases. The minimum requirements for a given Android
40 It does not add any requirements to drivers or hardware.
7 requirements) with JUnit 3.8.
7 and/or FMQ [after confirming that requirements are met].
854 VkMemoryRequirements* requirements) { in GetBufferMemoryRequirements() argument856 requirements->size = buffer->size; in GetBufferMemoryRequirements()857 requirements->alignment = 16; // allow fast Neon/SSE memcpy in GetBufferMemoryRequirements()858 requirements->memoryTypeBits = 0x1; in GetBufferMemoryRequirements()914 VkMemoryRequirements* requirements) { in GetImageMemoryRequirements() argument916 requirements->size = image->size; in GetImageMemoryRequirements()917 requirements->alignment = 16; // allow fast Neon/SSE memcpy in GetImageMemoryRequirements()918 requirements->memoryTypeBits = 0x1; in GetImageMemoryRequirements()
92 * [go/sysui-media-resumption-requirements](https://goto.google.com/sysui-media-resumption-requireme…
292 …enting a Quick Settings tile. Some of them are optional and depend on the requirements of the tile.
23 // The Asset is the data describing licensing requirements and polciy for a
64 // Remove some pedantic stylistic requirements.
23 // A description of the requirements a device must have in order for a
57 // Remove some pedantic stylistic requirements.
190 These requirements apply to the modified work as a whole. If
9444 * Logs when a package is denied access to a device identifier based on the new access requirements.