| /packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
| D | ContactsIndexerImplTest.java | 111 int batchSize = 5; in testBatcher_noFlushBeforeReachingLimit() local 125 int batchSize = 5; in testBatcher_autoFlush() local 144 int batchSize = 2; in testBatcher_contactFingerprintSame_notIndexed() local 168 int batchSize = 2; in testBatcher_contactFingerprintDifferent_notIndexedButBatched() local 198 int batchSize = 2; in testBatcher_contactFingerprintDifferent_Indexed() local 247 int batchSize = 2; in testBatcher_contactFingerprintDifferent_IndexedWithOriginalCreationTimestamp() local 311 int batchSize = 2; in testBatcher_contactNew_notIndexedButBatched() local 336 int batchSize = 2; in testBatcher_contactNew_indexed() local 372 int batchSize = 5; in testBatcher_batchedContactClearedAfterFlush() local
|
| /packages/modules/NeuralNetworks/common/cpu_operations/ |
| D | UnidirectionalSequenceRNN.cpp | 85 const uint32_t batchSize = getSizeOfDimension(inputShape, 1); in executeTyped() local 127 const uint32_t batchSize = in prepare() local
|
| D | BidirectionalSequenceRNN.cpp | 189 const uint32_t batchSize = getSizeOfDimension(inputShape, 1); in executeTyped() local 326 const uint32_t batchSize = in prepare() local
|
| D | QLSTM.cpp | 67 const uint32_t batchSize = getSizeOfDimension(inputShape, 0); in prepare() local 276 const uint32_t batchSize = inputShape.dimensions[0]; in execute() local
|
| D | UnidirectionalSequenceLSTM.cpp | 96 const uint32_t batchSize = getSizeOfDimension(inputShape, isTimeMajor(context) ? 1 : 0); in prepare() local
|
| D | ResizeImageOps.cpp | 63 const int batchSize = getSizeOfDimension(inputShape, 0); in resizeNearestNeighbor() local
|
| D | LSTM.cpp | 434 const uint32_t batchSize = (inputRank == 3) ? getSizeOfDimension(input_shape, timeMajor ? 1 : 0) in LSTMEvalFloat32() local 554 const uint32_t batchSize = (inputRank == 3) ? getSizeOfDimension(input_shape, timeMajor ? 1 : 0) in LSTMEvalFloat16() local
|
| D | GenerateProposals.cpp | 861 uint32_t batchSize = height * width * numAnchors; in generateProposalsNhwcFloat32Compute() local
|
| /packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/ |
| D | ProvisionerTest.java | 89 final int batchSize = 13; in testProvisionerUsesCorrectBatchSize() local
|
| /packages/services/Car/cpp/telemetry/cartelemetryd/sampleclient/ |
| D | main.cpp | 67 int batchSize = 0; in main() local
|
| /packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/ |
| D | SystemInterface.java | 183 int batchSize = mBinder.getHardwareInfo().supportedNumKeysInCsr; in getBatchSize() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
| D | BluetoothOppReceiver.java | 85 int batchSize = mOppManager.getBatchSize(); in onReceive() local
|
| /packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/provisioner/ |
| D | Provisioner.java | 135 int batchSize = Math.min(keysGenerated.size() - provisionedSoFar, maxBatchSize); in fetchCertificates() local
|
| /packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
| D | ContactsIndexerImpl.java | 355 ContactsBatcher(@NonNull AppSearchHelper appSearchHelper, int batchSize) { in ContactsBatcher()
|
| /packages/services/DeviceAsWebcam/jni/ |
| D | Encoder.cpp | 246 const uint32_t batchSize = DCTSIZE * maxVSampFactor; in i420ToJpeg() local
|
| /packages/apps/Contacts/src/com/android/contacts/ |
| D | ContactSaveService.java | 1286 final int batchSize = MAX_CONTACTS_PROVIDER_BATCH_SIZE; in splitContact() local 1331 final int batchSize = MAX_CONTACTS_PROVIDER_BATCH_SIZE; in buildSplitTwoContacts() local 1434 final int batchSize = MAX_CONTACTS_PROVIDER_BATCH_SIZE; in joinSeveralContacts() local
|
| /packages/apps/TV/src/com/android/tv/data/epg/ |
| D | EpgFetcherImpl.java | 458 int batchSize = (int) Math.max(1, mBackendKnobsFlags.epgFetcherChannelsPerProgramFetch()); in batchFetchEpg() local
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
| D | CopyJob.java | 275 final boolean verifySpaceAvailable(long batchSize) { in verifySpaceAvailable()
|
| /packages/modules/NeuralNetworks/runtime/test/ |
| D | TestValidateOperations.cpp | 3963 const uint32_t batchSize = 2; in bidirectionlSequenceRNNTest() local 4039 const uint32_t batchSize = 2; in unidirectionlSequenceRNNTest() local 4105 const uint32_t batchSize = 3; in unidirectionalSequenceLSTMTest() local
|