/packages/modules/NeuralNetworks/runtime/ |
D | ModelArchHasher.cpp | 39 sizeof(decltype(operand.dimensions)::value_type) * operand.dimensions.size()); in updateSubgraph() 53 sizeof(decltype(operation.inputs)::value_type) * operation.inputs.size()); in updateSubgraph() 56 sizeof(decltype(operation.outputs)::value_type) * operation.outputs.size()); in updateSubgraph() 61 sizeof(decltype(subgraph.inputIndexes)::value_type) * subgraph.inputIndexes.size()); in updateSubgraph() 64 sizeof(decltype(subgraph.outputIndexes)::value_type) * subgraph.outputIndexes.size()); in updateSubgraph()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
D | dynamic_pt_gc_event_listeners.cpp | 85 PtNodeWriter::PtNodeArrayPositionRelocationMap::value_type(ptNodeArrayPos, writingPos)); in onDescend() 116 PtNodeWriter::PtNodePositionRelocationMap::value_type( in onVisitingPtNode() 122 PtNodeWriter::PtNodePositionRelocationMap::value_type( in onVisitingPtNode()
|
/packages/modules/Bluetooth/system/gd/common/ |
D | list_map.h | 47 using value_type = std::pair<const Key, T>; 50 using iterator = typename std::list<value_type>::iterator; 51 using const_iterator = typename std::list<value_type>::const_iterator; 215 std::list<value_type> node_list_;
|
D | lru_cache.h | 57 using value_type = typename ListMap<Key, T>::value_type;
|
D | strings.cc | 33 bool operator()(std::string::value_type v) { in operator ()() 39 bool operator()(std::string::value_type v) { in operator ()()
|
D | strings.h | 83 …std::is_same_v<typename std::iterator_traits<InputIt>::value_type, uint8_t>, "Must use uint8_t ite… in ToHexString()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.h | 838 sizeof(decltype(metadata.preferred_audio_context)::value_type))) { in LtvMapToMetadata() 846 sizeof(decltype(metadata.streaming_audio_context)::value_type))) { in LtvMapToMetadata() 867 sizeof(decltype(metadata.parental_rating)::value_type))) { in LtvMapToMetadata() 881 sizeof(decltype(metadata.audio_active_state)::value_type))) { in LtvMapToMetadata() 908 sizeof(decltype(core.sampling_frequency)::value_type))) { in LtvMapToCoreCodecConfig() 915 sizeof(decltype(core.frame_duration)::value_type))) { in LtvMapToCoreCodecConfig() 923 sizeof(decltype(core.audio_channel_allocation)::value_type))) { in LtvMapToCoreCodecConfig() 931 sizeof(decltype(core.octets_per_codec_frame)::value_type))) { in LtvMapToCoreCodecConfig() 939 sizeof(decltype(core.codec_frames_blocks_per_sdu)::value_type))) { in LtvMapToCoreCodecConfig() 955 sizeof(decltype(core.supported_sampling_frequencies)::value_type))) { in LtvMapToCoreCodecCapabilities() [all …]
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_cache_helper.h | 119 std::is_base_of_v<Serializable<typename T::value_type>, typename T::value_type>, 130 auto v = T::value_type::FromLegacyConfigString(str); in Get()
|
D | mutation_entry.h | 77 std::is_base_of_v<Serializable<typename T::value_type>, typename T::value_type>,
|
/packages/modules/StatsD/lib/libkll/tests/ |
D | kll_test.cpp | 46 EXPECT_EQ(aggregator_state.value_type(), zetasketch::android::DefaultOpsType::INT64); in TEST() 47 EXPECT_EQ(aggregator_state.value_type(), 4); in TEST()
|
/packages/services/Car/tools/emulator/ |
D | vhal_emulator.py | 228 propValue.value_type = valType 269 self._propToType[cfg.prop] = cfg.value_type
|
D | vhal_emulator_test.py | 67 valType = cfg.value_type 111 valType = rxMsg.value[0].value_type 143 return (len(rxMsg.value) == 1 and rxMsg.value[0].value_type in self._types.TYPE_MIXED and
|
D | prop_event_simulator.py | 76 value = parseVal(args.value, reply.config[0].value_type)
|
/packages/modules/Bluetooth/system/log/src/ |
D | truncating_buffer.h | 30 using value_type = char; member
|
/packages/modules/adb/ |
D | types.h | 141 using value_type = char; member 155 const value_type* front_data() const { in front_data()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | terminal_position_lookup_table.cpp | 88 terminalIdMap->insert(TerminalIdMap::value_type(i, nextNewTerminalId)); in runGCTerminalIds()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
D | terminal_position_lookup_table.cpp | 99 terminalIdMap->insert(TerminalIdMap::value_type(i, nextNewTerminalId)); in runGCTerminalIds()
|
/packages/modules/Bluetooth/system/packet/base/ |
D | iterator.h | 32 using value_type = uint8_t; member
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | RandomGraphGenerator.h | 82 constexpr size_t valueSize = sizeof(OperandBuffer::value_type); in resizeBuffer()
|
/packages/modules/Bluetooth/system/gd/packet/ |
D | iterator.h | 35 using value_type = uint8_t; member
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 80 using ValueT = std::string::value_type; in makeSlice()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 436 .value_type = 0x00, /* GATTC_READ_VALUE_TYPE_VALUE */ in read_char_cb() 459 .value_type = 0x00, /* GATTC_READ_VALUE_TYPE_VALUE */ in read_using_char_uuid_cb() 483 params.value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */; in read_desc_cb()
|
/packages/modules/StatsD/lib/libkll/proto/ |
D | aggregator.proto | 69 optional int32 value_type = 4; field
|
D | kll-quantiles.proto | 69 // items type is stored in AggregatorStateProto.value_type.
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | alarm_timerfd_unittest.cc | 31 bool operator()(std::string::value_type v) { in operator ()()
|