/aosp_15_r20/external/pytorch/caffe2/serialize/ |
H A D | inline_container.cc | 344 std::tuple<at::DataPtr, size_t> PyTorchStreamReader::getRecord(const std::string& name) { in getRecord() function in caffe2::serialize::PyTorchStreamReader 420 PyTorchStreamReader::getRecord(const std::string& name, in getRecord() function in caffe2::serialize::PyTorchStreamReader 449 PyTorchStreamReader::getRecord(const std::string& name, void* dst, size_t n) { in getRecord() function in caffe2::serialize::PyTorchStreamReader 473 PyTorchStreamReader::getRecord(const std::string& name, void* dst, size_t n, in getRecord() function in caffe2::serialize::PyTorchStreamReader 503 size_t PyTorchStreamReader::getRecord( in getRecord() function in caffe2::serialize::PyTorchStreamReader
|
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/ |
D | IntermenstrualBleedingFormatterTest.kt | 68 private fun getRecord(): IntermenstrualBleedingRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.IntermenstrualBleedingFormatterTest
|
D | HeartRateVariabilityRmssdFormatterTest.kt | 69 private fun getRecord(): HeartRateVariabilityRmssdRecord { in getRecord() method
|
D | RespiratoryRateFormatterTest.kt | 77 private fun getRecord(rpm: Double): RespiratoryRateRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.RespiratoryRateFormatterTest
|
D | FloorsFormatterTest.kt | 71 private fun getRecord(floors: Double): FloorsClimbedRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.FloorsFormatterTest
|
D | RestingHeartRateFormatterTest.kt | 80 private fun getRecord(count: Long): RestingHeartRateRecord { in getRecord() method
|
D | SexualActivityFormatterTest.kt | 81 private fun getRecord( in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.SexualActivityFormatterTest
|
D | OvulationTestFormatterTest.kt | 81 private fun getRecord( in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.OvulationTestFormatterTest
|
D | WheelchairPushesFormatterTest.kt | 91 private fun getRecord(count: Long): WheelchairPushesRecord { in getRecord() method
|
D | HydrationFormatterTest.kt | 87 private fun getRecord(liters: Double): HydrationRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.HydrationFormatterTest
|
D | ElevationFormatterTest.kt | 88 private fun getRecord(meters: Double): ElevationGainedRecord { in getRecord() method
|
D | MenstruationFlowFormatterTest.kt | 90 private fun getRecord(@MenstruationFlowTypes type: Int): MenstruationFlowRecord { in getRecord() method
|
D | ExerciseSessionFormatterTest.kt | 139 private fun getRecord( in getRecord() method
|
D | BodyTemperatureFormatterTest.kt | 201 private fun getRecord(location: Int, temp: Double): BodyTemperatureRecord { in getRecord() method
|
D | BasalBodyTemperatureFormatterTest.kt | 201 private fun getRecord(location: Int, temp: Double): BasalBodyTemperatureRecord { in getRecord() method
|
D | CervicalMucusFormatterTest.kt | 99 private fun getRecord( in getRecord() method
|
D | CyclingPedalingCadenceFormatterTest.kt | 122 private fun getRecord(samples: List<Double>): CyclingPedalingCadenceRecord { in <lambda>() method
|
D | BloodPressureFormatterTest.kt | 145 private fun getRecord( in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.BloodPressureFormatterTest
|
D | Vo2MaxFormatterTest.kt | 135 private fun getRecord( in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.Vo2MaxFormatterTest
|
D | BodyWaterMassFormatterTest.kt | 151 private fun getRecord(massInKg: Double): BodyWaterMassRecord { in getRecord() method
|
D | WeightFormatterTest.kt | 152 private fun getRecord(massInKg: Double): WeightRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.WeightFormatterTest
|
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/permissiontypes/api/ |
D | LoadPermissionTypesUseCaseTest.kt | 115 private fun getRecord( in <lambda>() method
|
D | FilterPermissionTypesUseCaseTest.kt | 147 private fun getRecord( in <lambda>() method
|
D | LoadContributingAppsUseCaseTest.kt | 124 private fun getRecord( in <lambda>() method in com.android.healthconnect.controller.tests.permissiontypes.api.LoadContributingAppsUseCaseTest
|
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/migration/ |
D | DataMigrationTest.java | 894 private <T extends Record> T getRecord(Class<T> clazz, String clientRecordId) in getRecord() method in DataMigrationTest 902 private <T extends Record> T getRecord(Class<T> clazz, UUID uuid) throws InterruptedException { in getRecord() method in DataMigrationTest 907 private <T extends Record> T getRecord(ReadRecordsRequest<T> request) in getRecord() method in DataMigrationTest
|