Home
last modified time | relevance | path

Searched refs:Mapping (Results 1 – 17 of 17) sorted by relevance

/packages/modules/HealthFitness/service/proto/phr/
Dfhir_spec_extractor.py3 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 …]
Dfhir_spec_utils.py1 from typing import Mapping
35 definitions_json: Mapping, type_names: set[str]) -> Mapping: argument
Dgenerate_fhir_spec.py7 from typing import List, Mapping
/packages/modules/NeuralNetworks/common/types/src/
DSharedMemoryAndroid.cpp81 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/
DSharedMemory.h104 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/
DMemory.h285 MemoryAshmem(SharedMemory memory, Mapping mapped);
288 const Mapping kMapping;
339 MemoryRuntimeAHWB(SharedMemory memory, Mapping mapping);
342 const Mapping kMapping;
DMemory.cpp539 MemoryAshmem::MemoryAshmem(SharedMemory memory, Mapping mapping) in MemoryAshmem()
623 MemoryRuntimeAHWB::MemoryRuntimeAHWB(SharedMemory memory, Mapping mapping) in MemoryRuntimeAHWB()
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder_client_ndk.h114 struct Mapping { struct
124 std::vector<Mapping>* mappings); argument
155 static void SetupDNSServers(unsigned numServers, const std::vector<Mapping>& mappings,
Ddns_responder_client_ndk.cpp65 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/
DSubGraphContext.cpp108 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()
DSubGraphContext.h72 const Mapping& getMapping(uint32_t poolIndex);
89 std::vector<Mapping> mMappings;
/packages/modules/DnsResolver/tests/
Dresolv_stress_test.cpp41 std::vector<DnsResponderClient::DnsResponderClient::Mapping> mappings; in RunGetAddrInfoStressTest()
Dresolv_integration_test.cpp674 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/
Dpn532.py19 from typing import Any, Dict, Mapping, Optional, Sequence
310 def get_info(devices: Sequence["PN532"]) -> Sequence[Mapping[str, Any]]:
/packages/apps/Settings/protos/
Dnetwork_mode_choices.proto77 // Mapping to popup menu categories.
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp289 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/
Dmetrics.proto94 // 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