Home
last modified time | relevance | path

Searched defs:apiVersion (Results 1 – 25 of 888) sorted by relevance

12345678910>>...36

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/
DAggregateDebugReportApiTest.java1377 Trigger trigger, AggregateHistogramContribution contributions, String apiVersion) in createAggregateReportBuilder()
1406 String apiVersion) in createAggregateReportBuilder()
1435 String apiVersion) in createAggregateReportBuilder()
1460 List<AggregateHistogramContribution> contributions, String apiVersion) { in getPaddedContributions()
1469 private AggregateHistogramContribution createPaddingContribution(String apiVersion) { in createPaddingContribution()
1496 Source source, Trigger trigger, String apiVersion) throws JSONException { in generateNullAggregateReport()
1509 private AggregateReport generateNullAggregateReport(Source source, String apiVersion) in generateNullAggregateReport()
1525 private AggregateReport generateNullAggregateReport(Trigger trigger, String apiVersion) in generateNullAggregateReport()
1538 private AggregateReport.Builder generateBaseNullReportBuilder(String apiVersion) in generateBaseNullReportBuilder()
/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/protocol-core/src/main/java/software/amazon/awssdk/protocols/core/
H A DOperationInfo.java31 private final String apiVersion; field in OperationInfo
80 public String apiVersion() { in apiVersion() method in OperationInfo
155 private String apiVersion; field in OperationInfo.Builder
182 public Builder apiVersion(String apiVersion) { in apiVersion() method in OperationInfo.Builder
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/model/
H A DRegionTag.java32 public abstract String apiVersion(); in apiVersion() method in RegionTag
58 public final RegionTag withApiVersion(String apiVersion) { in withApiVersion()
84 public abstract Builder setApiVersion(String apiVersion); in setApiVersion()
96 abstract String apiVersion(); in apiVersion() method in RegionTag.Builder
H A DGapicClass.java46 public abstract String apiVersion(); in apiVersion() method in GapicClass
92 public final GapicClass withApiVersion(String apiVersion) { in withApiVersion()
106 abstract Builder setApiVersion(String apiVersion); in setApiVersion()
H A DService.java62 public String apiVersion() { in apiVersion() method in Service
177 String apiVersion; in parseApiVersion() local
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
H A DAndroidJarsToSignaturesCommandTest.kt111 for (apiVersion in 1..3) { in Test convert jars() constant
117 for (apiVersion in 4..5) { in Test convert jars() constant
151 val apiVersion = apiVersionInfo.version in Test convert jars() constant
/aosp_15_r20/test/vts/tests/gpu_test/src/com/android/gpu/vts/
H A DVulkanTest.java117 final int apiVersion = device.getJSONObject("properties").getInt("apiVersion"); in checkVulkan1_1Requirements() local
150 final int apiVersion = device.getJSONObject("properties").getInt("apiVersion"); in checkVulkan1_3Requirements() local
180 final int apiVersion = device.getJSONObject("properties").getInt("apiVersion"); in checkCpuVulkanRequirements() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiVersionCheck.cpp345 vector<string> getSupportedInstanceExtensions(const uint32_t apiVersion) in getSupportedInstanceExtensions()
360 vector<string> getSupportedDeviceExtensions(const uint32_t apiVersion) in getSupportedDeviceExtensions()
485 bool isSupportedInstanceExt(const string extName, const uint32_t apiVersion) in isSupportedInstanceExt()
492 bool isSupportedDeviceExt(const string extName, const uint32_t apiVersion) in isSupportedDeviceExt()
548 const auto apiVersion = m_context.getUsedApiVersion(); in regularCheck() local
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DCarVersionParserTest.java37 CarVersion apiVersion = CarVersionParser.getTargetCarVersion(info); in testGetTargetCarApiVersion_noMetadata() local
52 CarVersion apiVersion = CarVersionParser.getTargetCarVersion(info); in testGetTargetCarApiVersion_simpleCase() local
/aosp_15_r20/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarPackageManagerTest.java53 CarVersion apiVersion = mCarPackageManager.getTargetCarVersion(); in testGetTargetCarVersion_self() local
78 CarVersion apiVersion = mCarPackageManager.getTargetCarVersion(pkg); in testGetTargetCarMajorAndMinorVersion_set() local
/aosp_15_r20/system/chre/pal/include/chre/pal/
H A Dversion.h89 #define CHRE_PAL_CREATE_MODULE_VERSION(apiVersion, patchVersion) \ argument
97 #define CHRE_PAL_VERSIONS_ARE_COMPATIBLE(apiVersion, requestedApiVersion) \ argument
/aosp_15_r20/system/chre/host/common/test/
H A Dchre_test_client.cc224 uint32_t apiVersion, uint32_t appFlags, in sendNanoappLoad()
296 uint32_t apiVersion, bool tcmApp) { in sendLoadNanoappRequest()
392 uint32_t apiVersion = kDefaultApiVersion; in main() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkExtensionFunctions.inl27 void getInstanceExtensionFunctions (uint32_t apiVersion, const std::vector<std::string> vIEP, const…
364 void getDeviceExtensionFunctions (uint32_t apiVersion, const std::vector<std::string> vIEP, const s…
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkExtensionFunctions.inl27 void getInstanceExtensionFunctions (uint32_t apiVersion, const std::vector<std::string> vIEP, const…
1616 void getDeviceExtensionFunctions (uint32_t apiVersion, const std::vector<std::string> vIEP, const s…
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/model/
H A DRegionTagTest.java25 private final String apiVersion = "v1"; field in RegionTagTest
71 String apiVersion = "1.4.0-<version!>"; in regionTagSanitizeAttributes() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp48 void getCoreInstanceExtensions(uint32_t apiVersion, vector<const char *> &dst) in getCoreInstanceExtensions()
53 void getCoreDeviceExtensions(uint32_t apiVersion, vector<const char *> &dst) in getCoreDeviceExtensions()
58 bool isCoreInstanceExtension(const uint32_t apiVersion, const std::string &extension) in isCoreInstanceExtension()
68 bool isCoreDeviceExtension(const uint32_t apiVersion, const std::string &extension) in isCoreDeviceExtension()
H A DvkDeviceUtil.cpp45 Move<VkInstance> createDefaultInstance(const PlatformInterface &vkPlatform, uint32_t apiVersion, in createDefaultInstance()
137 Move<VkInstance> createDefaultInstance(const PlatformInterface &vkPlatform, uint32_t apiVersion, in createDefaultInstance()
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/android/car/content/pm/
DCarPackageManagerUnitTest.java79 CarVersion apiVersion = CarVersion.forMajorAndMinorVersions(66, 6); in testGetTargetCarVersion_self_ok() local
98 CarVersion apiVersion = CarVersion.forMajorAndMinorVersions(66, 6); in testGetTargetCarVersion_ok() local
/aosp_15_r20/external/kotlinx.atomicfu/buildSrc/src/main/kotlin/
H A DKotlinConfiguration.kt105 val apiVersion = when { in getOverridingKotlinApiVersion() constant
/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
H A DCommunityProjectsBuild.kt35 val apiVersion = project.rootProject.properties["kotlin_api_version"] as? String in <lambda>() constant
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/service/
H A DServiceMetadata.java23 private String apiVersion; field in ServiceMetadata
59 public void setApiVersion(String apiVersion) { in setApiVersion()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp305 const uint32_t apiVersion = context.getUsedApiVersion(); in createCustomInstanceWithExtensions() local
730 …e::addVideoDeviceExtensions(std::vector<const char *> &deviceExtensions, const uint32_t apiVersion, in addVideoDeviceExtensions()
810 const uint32_t apiVersion = m_context.getUsedApiVersion(); in createDeviceSupportingQueue() local
H A DvktTestCase.cpp189 …pair<uint32_t, uint32_t> determineDeviceVersions(const PlatformInterface &vkp, uint32_t apiVersion, in determineDeviceVersions()
227 Move<VkInstance> createInstance(const PlatformInterface &vkp, uint32_t apiVersion, in createInstance()
666 vector<const char *> removeCoreExtensions(const uint32_t apiVersion, const vector<string> &extensio… in removeCoreExtensions()
907 uint32_t apiVersion = getUsedApiVersion(); in isDeviceFunctionalitySupported() local
/aosp_15_r20/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
H A DPsiSourceParser.kt47 val apiVersion = ApiVersion.createByLanguageVersion(languageLevel) in <lambda>() constant
/aosp_15_r20/external/google-cloud-java/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/
H A DRegistryClientTest.java723 ApiVersion apiVersion = ApiVersion.newBuilder().build(); in createApiVersionTest() local
749 ApiVersion apiVersion = ApiVersion.newBuilder().build(); in createApiVersionExceptionTest() local
774 ApiVersion apiVersion = ApiVersion.newBuilder().build(); in createApiVersionTest2() local
800 ApiVersion apiVersion = ApiVersion.newBuilder().build(); in createApiVersionExceptionTest2() local
824 ApiVersion apiVersion = ApiVersion.newBuilder().build(); in updateApiVersionTest() local
848 ApiVersion apiVersion = ApiVersion.newBuilder().build(); in updateApiVersionExceptionTest() local

12345678910>>...36