Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 25 of 72) sorted by relevance

123

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h37 charvectorbuf(CharT *begin, CharT *end) { in charvectorbuf()
42 charvectorbuf(CharT *begin, size_t size) { in charvectorbuf()
51 charvectorbuf(const CharT *begin, const CharT *end) { in charvectorbuf()
56 charvectorbuf(const CharT *begin, size_t size) { in charvectorbuf()
DHidItem.cpp49 std::vector<HidItem> HidItem::tokenize(const uint8_t *begin, size_t size) { in tokenize()
/hardware/google/aemu/base/include/aemu/base/
DIOVector.h48 IOVector(iterator begin, iterator end) : mIOVecs(begin, end) {} in IOVector()
62 iterator begin() { return mIOVecs.data(); } in begin() function
64 const_iterator begin() const { return mIOVecs.data(); } in begin() function
/hardware/google/gfxstream/guest/vulkan_enc/
DResources.cpp197 void appendObject(struct goldfish_vk_object_list** begin, void* val) { in appendObject()
221 void eraseObject(struct goldfish_vk_object_list** begin, void* val) { in eraseObject()
252 void eraseObjects(struct goldfish_vk_object_list** begin) { in eraseObjects()
265 void forAllObjects(struct goldfish_vk_object_list* begin, std::function<void(void*)> func) { in forAllObjects()
Dgoldfish_vk_private_defs.h27 bool arrayany(const T* arr, uint32_t begin, uint32_t end, const F& func) { in arrayany()
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Drange.hpp61 inline typename genType::value_type const * begin(genType const & v) in begin() function
73 inline typename genType::value_type * begin(genType& v) in begin() function
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dconfirmationui_utils.h91 T* begin() { return data_; } in begin() function
93 const T* begin() const { return data_; } in begin() function
159 const uint8_t* begin() const { return data_; } in begin() function
Dcbor.h31 Out copy(In begin, In end, Out out) { in copy()
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DBuffer.h135 iterator begin() const { return {*this}; } in begin() function
150 raw_iterator begin() const { return {mBuffer}; } in begin() function
/hardware/interfaces/security/keymint/support/include/keymint_support/
Dauthorization_set.h139 auto begin() { return data_.begin(); } in begin() function
140 auto begin() const { return data_.begin(); } in begin() function
209 void append(Iterator begin, Iterator end) { in append()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DGeneratedTestHarness.cpp87 const uint8_t* begin = op.data.get<uint8_t>(); in createModel() local
109 const uint8_t* begin = op.data.get<uint8_t>(); in createModel() local
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DGeneratedTestHarness.cpp94 const uint8_t* begin = op.data.get<uint8_t>(); in createModel() local
116 const uint8_t* begin = op.data.get<uint8_t>(); in createModel() local
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DSmallVector.h96 iterator begin() { return mBegin; } in begin() function
97 const_iterator begin() const { return mBegin; } in begin() function
173 void init(iterator begin, iterator end, size_type capacity) { in init()
/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h96 iterator begin() { return mBegin; } in begin() function
97 const_iterator begin() const { return mBegin; } in begin() function
173 void init(iterator begin, iterator end, size_type capacity) { in init()
/hardware/google/graphics/common/gralloc-headers/pixel-gralloc/
Dutils.h14 auto begin = reinterpret_cast<const uint8_t*>(&val); in encode_helper() local
/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.h134 std::vector<EmulatedEglConfig>::const_iterator begin() const { return mConfigs.begin(); } in begin() function
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dauthorization_set.h138 std::vector<KeyParameter>::const_iterator begin() const { return data_.begin(); } in begin() function
212 void append(Iterator begin, Iterator end) { in append()
/hardware/interfaces/confirmationui/support/src/
Dcbor.cpp81 bool checkUTF8Copy(const char* begin, const char* const end, uint8_t* out) { in checkUTF8Copy()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dauthorization_set.h138 std::vector<KeyParameter>::const_iterator begin() const { return data_.begin(); } in begin() function
216 template <typename Iterator> void push_back(Iterator begin, Iterator end) { in push_back()
223 template <typename Iterator> void move(Iterator begin, Iterator end) { in move()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_private_defs.h51 bool arrayany(const T* arr, uint32_t begin, uint32_t end, const F& func) { in arrayany()
/hardware/google/aemu/base/include/aemu/base/misc/
DStringUtils.h89 size_t begin = 0; in split() local
/hardware/interfaces/confirmationui/support/test/
Dmsg_formatting_test.cpp73 auto begin = out.pos(); in TEST() local
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DMessageMutator.cpp66 MessageMutator::iterator MessageMutator::begin() const { in begin() function in android::nl::MessageMutator
/hardware/google/aemu/base/include/aemu/base/async/
DSubscriberList.h112 const_iterator begin() const { return mSubscriberInfos.begin(); } in begin() function
/hardware/google/gfxstream/guest/mesa/include/android_stub/backtrace/
DBacktrace.h173 iterator begin() { return frames_.begin(); } in begin() function
177 const_iterator begin() const { return frames_.begin(); } in begin() function

123