/packages/modules/HealthFitness/service/proto/phr/ |
D | fhir_spec_extractor.py | 3 from typing import Collection, Mapping, Iterable 17 def __init__(self, profile_resources_json: Mapping, resource_names: set[str]): argument 41 self, profile_types_json: Mapping) -> fhirspec_pb2.FhirResourceSpec: argument 92 profile_types_json: Mapping, argument 110 all_type_to_structure_definition: Mapping, argument 112 already_extracted_types=set()) -> Mapping: 171 self, profile_resources_json: Mapping, resource_names: set[str]) -> Mapping: argument 186 element_definitions: Collection[Mapping], argument 249 element_definitions: Collection[Mapping], argument 296 Mapping[str, fhirspec_pb2.FhirFieldConfig], list[fhirspec_pb2.MultiTypeFieldConfig]): [all …]
|
D | fhir_spec_utils.py | 1 from typing import Mapping 35 definitions_json: Mapping, type_names: set[str]) -> Mapping: argument
|
D | generate_fhir_spec.py | 7 from typing import List, Mapping
|
/packages/modules/NeuralNetworks/common/types/src/ |
D | SharedMemoryAndroid.cpp | 81 GeneralResult<Mapping> map(const Memory::Ashmem& memory) { in map() 92 return Mapping{ in map() 118 GeneralResult<Mapping> map(const Memory::Ashmem& /*memory*/) { in map() 154 GeneralResult<Mapping> map(const Memory::Fd& memory) { in map() 171 return Mapping{.pointer = pointer, .size = memory.size, .context = std::move(context)}; in map() 174 GeneralResult<Mapping> map(const Memory::HardwareBuffer& memory) { in map() 198 return Mapping{.pointer = data, .size = size, .context = std::move(sharedScoped)}; in map() 203 return (NN_ERROR() << "map failed").operator nn::GeneralResult<Mapping>(); in map() 207 GeneralResult<Mapping> map(const Memory::Unknown& /*memory*/) { in map() 279 GeneralResult<Mapping> map(const SharedMemory& memory) { in map() [all …]
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | SharedMemory.h | 104 struct Mapping { struct 110 GeneralResult<Mapping> map(const SharedMemory& memory); argument 112 bool flush(const Mapping& mapping); 154 Mapping mapping) in RelocationTracker() 167 const Mapping kMapping;
|
/packages/modules/NeuralNetworks/runtime/ |
D | Memory.h | 285 MemoryAshmem(SharedMemory memory, Mapping mapped); 288 const Mapping kMapping; 339 MemoryRuntimeAHWB(SharedMemory memory, Mapping mapping); 342 const Mapping kMapping;
|
D | Memory.cpp | 539 MemoryAshmem::MemoryAshmem(SharedMemory memory, Mapping mapping) in MemoryAshmem() 623 MemoryRuntimeAHWB::MemoryRuntimeAHWB(SharedMemory memory, Mapping mapping) in MemoryRuntimeAHWB()
|
/packages/modules/DnsResolver/tests/dns_responder/ |
D | dns_responder_client_ndk.h | 114 struct Mapping { struct 124 std::vector<Mapping>* mappings); argument 155 static void SetupDNSServers(unsigned numServers, const std::vector<Mapping>& mappings,
|
D | dns_responder_client_ndk.cpp | 65 std::vector<Mapping>* mappings) { in SetupMappings() 147 void DnsResponderClient::SetupDNSServers(unsigned numServers, const std::vector<Mapping>& mappings, in SetupDNSServers()
|
/packages/modules/NeuralNetworks/runtime/operation_converters/ |
D | SubGraphContext.cpp | 108 const Mapping& SubGraphContext::getMapping(uint32_t poolIndex) { in getMapping() 114 GeneralResult<Mapping> mapping = map(memory); in getMapping() 131 const Mapping& mapping = getMapping(operand.location.poolIndex); in getConstantPointerAndLength()
|
D | SubGraphContext.h | 72 const Mapping& getMapping(uint32_t poolIndex); 89 std::vector<Mapping> mMappings;
|
/packages/modules/DnsResolver/tests/ |
D | resolv_stress_test.cpp | 41 std::vector<DnsResponderClient::DnsResponderClient::Mapping> mappings; in RunGetAddrInfoStressTest()
|
D | resolv_integration_test.cpp | 674 std::vector<DnsResponderClient::Mapping> mappings; in TEST_F() 678 const DnsResponderClient::Mapping& mapping = mappings[0]; in TEST_F() 1888 std::vector<DnsResponderClient::Mapping> mappings; in TEST_F()
|
/packages/modules/Nfc/NfcNci/testutils/pn532/ |
D | pn532.py | 19 from typing import Any, Dict, Mapping, Optional, Sequence 310 def get_info(devices: Sequence["PN532"]) -> Sequence[Mapping[str, Any]]:
|
/packages/apps/Settings/protos/ |
D | network_mode_choices.proto | 77 // Mapping to popup menu categories.
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 289 RunTimePoolInfoImpl(SharedMemory memory, Mapping mapping); 300 const Mapping mMapping; 303 RunTimePoolInfo::RunTimePoolInfoImpl::RunTimePoolInfoImpl(SharedMemory memory, Mapping mapping) in RunTimePoolInfoImpl() 340 auto mapping = Mapping{.pointer = buffer, .size = size}; in createFromExistingBuffer()
|
/packages/modules/Wifi/service/proto/src/ |
D | metrics.proto | 94 // Mapping of error codes to the number of times that scans resulted 123 // Mapping of system state to the number of times that scans were requested in 139 // Mapping of Error/Success codes to the number of background scans that resulted in it 142 // Mapping of system state to the number of times that Background scans were requested in that
|