Searched refs:requirements (Results 1 – 14 of 14) 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()
23 // The Asset is the data describing licensing requirements and polciy for a
24 // A description of the requirements a device must have in order for a
531 the notice requirements in Section 3.4).588 provided that You also comply with the requirements of this License for
190 These requirements apply to the modified work as a whole. If
1114 * has certain feature requirements.
2837 /// Sparse image memory requirements flags
6944 * Logs when a package is denied access to a device identifier based on the new access requirements.