Home
last modified time | relevance | path

Searched defs:batchId (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/google-cloud-java/java-dataproc/google-cloud-dataproc/src/test/java/com/google/cloud/dataproc/v1/
H A DBatchControllerClientTest.java116 String batchId = "batchId-331744779"; in createBatchTest() local
142 String batchId = "batchId-331744779"; in createBatchExceptionTest() local
179 String batchId = "batchId-331744779"; in createBatchTest2() local
205 String batchId = "batchId-331744779"; in createBatchExceptionTest2() local
H A DBatchControllerClientHttpJsonTest.java112 String batchId = "batchId-331744779"; in createBatchTest() local
142 String batchId = "batchId-331744779"; in createBatchExceptionTest() local
176 String batchId = "batchId-331744779"; in createBatchTest2() local
206 String batchId = "batchId-331744779"; in createBatchExceptionTest2() local
/aosp_15_r20/external/google-cloud-java/java-dataproc/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/
H A DBatchControllerClient.java237 LocationName parent, Batch batch, String batchId) { in createBatchAsync()
275 String parent, Batch batch, String batchId) { in createBatchAsync()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dmisc_shared.h100 qword batchId; member
175 qword batchId; member
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DRoiAlign.cpp71 uint32_t batchId = static_cast<uint32_t>(batchSplitData[roiIndex]); in roiAlignNhwc() local
198 uint32_t batchId = static_cast<uint32_t>(batchSplitData[roiIndex]); in roiAlignQuantNhwc() local
DRoiPooling.cpp65 uint32_t batchId = batchSplitData[roiIndex]; in roiPoolingNhwc() local
/aosp_15_r20/external/google-cloud-java/java-dataproc/samples/snippets/generated/com/google/cloud/dataproc/v1/batchcontroller/createbatch/
H A DSyncCreateBatchLocationnameBatchString.java39 String batchId = "batchId-331744779"; in syncCreateBatchLocationnameBatchString() local
H A DSyncCreateBatchStringBatchString.java39 String batchId = "batchId-331744779"; in syncCreateBatchStringBatchString() local
/aosp_15_r20/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java261 String batchId = pair[0]; in parse() local
/aosp_15_r20/external/angle/src/tests/test_utils/runner/
H A DTestSuite.cpp1340 bool TestSuite::launchChildTestProcess(uint32_t batchId, in launchChildTestProcess()
1680 uint32_t batchId = 0; in run() local
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcontent.v2.json3857 "batchId": { object
3937 "batchId": { object
4027 "batchId": { object
4076 "batchId": { object
4134 "batchId": { object
4176 "batchId": { object
4670 "batchId": { object
4717 "batchId": { object
4780 "batchId": { object
4831 "batchId": { object
[all …]
Dcontent.v2.1.json6442 "batchId": { object
6533 "batchId": { object
6679 "batchId": { object
6728 "batchId": { object
6786 "batchId": { object
6828 "batchId": { object
7636 "batchId": { object
7683 "batchId": { object
7746 "batchId": { object
7797 "batchId": { object
[all …]
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
H A DSecurityLoggingTest.java446 final int batchId = param == null ? 0 : Integer.parseInt(param); in testVerifyLogIds() local
/aosp_15_r20/external/swiftshader/src/Device/
H A DRenderer.cpp564 for(unsigned int batchId = 0; batchId < numBatches; batchId++) in run() local