| /external/openthread/src/core/backbone_router/ |
| D | multicast_listeners_table.cpp | 164 void MulticastListenersTable::FixHeap(uint16_t aIndex) in FixHeap() 184 bool MulticastListenersTable::SiftHeapElemDown(uint16_t aIndex) in SiftHeapElemDown() 225 void MulticastListenersTable::SiftHeapElemUp(uint16_t aIndex) in SiftHeapElemUp()
|
| /external/openthread/src/core/api/ |
| D | dns_api.cpp | 114 uint16_t aIndex, in otDnsAddressResponseGetAddress() 142 uint16_t aIndex, in otDnsBrowseResponseGetServiceInstance() 158 uint16_t aIndex, in otDnsBrowseResponseGetHostAddress() 194 uint16_t aIndex, in otDnsServiceResponseGetHostAddress()
|
| /external/openthread/src/core/common/ |
| D | settings_driver.hpp | 132 Error Delete(uint16_t aKey, int aIndex = -1) in Delete() 161 Error Get(uint16_t aKey, int aIndex, void *aValue, uint16_t *aValueLength) const in Get()
|
| D | bit_vector.hpp | 87 void Set(uint16_t aIndex, bool aValue) in Set()
|
| D | heap_array.hpp | 191 Type &operator[](IndexType aIndex) { return mArray[aIndex]; } in operator []() 216 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mArray[aIndex] : nullptr; } in At()
|
| D | array.hpp | 199 Type &operator[](IndexType aIndex) { return mElements[aIndex]; } in operator []() 223 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mElements[aIndex] : nullptr; } in At()
|
| D | pool.hpp | 175 Type &GetEntryAt(uint16_t aIndex) { return mPool[aIndex]; } in GetEntryAt()
|
| /external/aac/libSBRdec/src/ |
| D | psbitdec.cpp | 167 SCHAR enable, SCHAR *aIndex, /*!< ICC/IID parameters */ in deltaDecodeArray() 209 static void map34IndexTo20(SCHAR *aIndex, /*!< decoded ICC/IID parameters */ in map34IndexTo20()
|
| /external/openthread/src/core/net/ |
| D | dns_client.cpp | 180 uint16_t aIndex, in FindHostAddress() 203 Error Client::Response::FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, AReco… in FindARecord() 313 Error Client::AddressResponse::GetAddress(uint16_t aIndex, Ip6::Address &aAddress, uint32_t &aTtl) … in GetAddress() 360 Error Client::BrowseResponse::GetServiceInstance(uint16_t aIndex, char *aLabelBuffer, uint8_t aLabe… in GetServiceInstance() 395 uint16_t aIndex, in GetHostAddress() 487 uint16_t aIndex, in GetHostAddress()
|
| D | dns_types.cpp | 741 uint16_t aIndex, in FindRecord()
|
| D | dns_types.hpp | 1410 uint16_t aIndex, in FindRecord() 2406 uint8_t &GetTtlByteAt(uint8_t aIndex) { return reinterpret_cast<uint8_t *>(&mTtl)[aIndex]; } in GetTtlByteAt()
|
| /external/openthread/src/posix/platform/ |
| D | settings.cpp | 240 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 301 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete() 332 otError PlatformSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint… in PlatformSettingsGet() 430 otError PlatformSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex, int *aSwapFd) in PlatformSettingsDelete()
|
| /external/openthread/examples/platforms/utils/ |
| D | settings_ram.c | 74 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 187 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
|
| /external/openthread/src/core/utils/ |
| D | flash.cpp | 117 Error Flash::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) const in Get() 258 Error Flash::Delete(uint16_t aKey, int aIndex) in Delete()
|
| /external/openthread/tests/unit/ |
| D | test_ndproxy_table.cpp | 49 Ip6::InterfaceIdentifier generateRandomIid(uint16_t aIndex) in generateRandomIid()
|
| /external/openthread/src/core/mac/ |
| D | mac_frame.cpp | 901 template <typename IeType> Error Frame::AppendHeaderIeAt(uint8_t &aIndex) in AppendHeaderIeAt() 913 Error Frame::InitIeHeaderAt(uint8_t &aIndex, uint8_t ieId, uint8_t ieContentSize) in InitIeHeaderAt() 933 template <> void Frame::InitIeContentAt<TimeIe>(uint8_t &aIndex) in InitIeContentAt() 941 template <> void Frame::InitIeContentAt<CslIe>(uint8_t &aIndex) in InitIeContentAt() 947 template <> void Frame::InitIeContentAt<Termination2Ie>(uint8_t &aIndex) in InitIeContentAt()
|
| /external/openthread/src/ncp/ |
| D | changed_props_set.hpp | 157 void RemoveEntry(uint8_t aIndex) { ClearBit(mChangedSet, aIndex); } in RemoveEntry()
|
| /external/skia/src/pathops/ |
| D | SkIntersections.cpp | 133 void SkIntersections::merge(const SkIntersections& a, int aIndex, const SkIntersections& b, in merge()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
| D | CharSequences.java | 53 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter()
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
| D | GradientColorParser.java | 235 int aIndex = 0; in mergeUniqueElements() local
|
| /external/icu/android_icu4j/src/main/java/android/icu/lang/ |
| D | CharSequences.java | 55 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter()
|
| /external/openthread/tests/fuzz/ |
| D | fuzzer_platform.cpp | 456 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() 484 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
|
| /external/openthread/src/core/thread/ |
| D | network_data.hpp | 556 void SetEntryIndex(uint8_t aIndex) { mIteratorBuffer[kEntryPosition] = aIndex; } in SetEntryIndex()
|
| D | topology.hpp | 905 …AddressIterator(const Child &aChild, Index aIndex, Ip6::Address::TypeFilter aFilter = Ip6::Address… in AddressIterator() 1202 void SetRequestTlv(uint8_t aIndex, uint8_t aType) { mRequestTlvs[aIndex] = aType; } in SetRequestTlv()
|
| D | network_data_tlvs.hpp | 565 HasRouteEntry *GetEntry(uint8_t aIndex) in GetEntry() 1139 BorderRouterEntry *GetEntry(uint8_t aIndex) in GetEntry()
|