Home
last modified time | relevance | path

Searched refs:value_type (Results 1 – 25 of 32) sorted by relevance

12

/packages/modules/NeuralNetworks/runtime/
DModelArchHasher.cpp39 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/
Ddynamic_pt_gc_event_listeners.cpp85 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/
Dlist_map.h47 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_;
Dlru_cache.h57 using value_type = typename ListMap<Key, T>::value_type;
Dstrings.cc33 bool operator()(std::string::value_type v) { in operator ()()
39 bool operator()(std::string::value_type v) { in operator ()()
Dstrings.h83 …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/
Dle_audio_types.h838 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/
Dconfig_cache_helper.h119 std::is_base_of_v<Serializable<typename T::value_type>, typename T::value_type>,
130 auto v = T::value_type::FromLegacyConfigString(str); in Get()
Dmutation_entry.h77 std::is_base_of_v<Serializable<typename T::value_type>, typename T::value_type>,
/packages/modules/StatsD/lib/libkll/tests/
Dkll_test.cpp46 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/
Dvhal_emulator.py228 propValue.value_type = valType
269 self._propToType[cfg.prop] = cfg.value_type
Dvhal_emulator_test.py67 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
Dprop_event_simulator.py76 value = parseVal(args.value, reply.config[0].value_type)
/packages/modules/Bluetooth/system/log/src/
Dtruncating_buffer.h30 using value_type = char; member
/packages/modules/adb/
Dtypes.h141 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/
Dterminal_position_lookup_table.cpp88 terminalIdMap->insert(TerminalIdMap::value_type(i, nextNewTerminalId)); in runGCTerminalIds()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dterminal_position_lookup_table.cpp99 terminalIdMap->insert(TerminalIdMap::value_type(i, nextNewTerminalId)); in runGCTerminalIds()
/packages/modules/Bluetooth/system/packet/base/
Diterator.h32 using value_type = uint8_t; member
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGenerator.h82 constexpr size_t valueSize = sizeof(OperandBuffer::value_type); in resizeBuffer()
/packages/modules/Bluetooth/system/gd/packet/
Diterator.h35 using value_type = uint8_t; member
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DSlice.h80 using ValueT = std::string::value_type; in makeSlice()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc436 .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/
Daggregator.proto69 optional int32 value_type = 4; field
Dkll-quantiles.proto69 // items type is stored in AggregatorStateProto.value_type.
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dalarm_timerfd_unittest.cc31 bool operator()(std::string::value_type v) { in operator ()()

12