| /device/generic/vulkan-cereal/base/ |
| D | MessageChannel.h | 122 const size_t pos = beforeWrite(); in send() local 132 const size_t pos = beforeWrite(); in send() local 142 const auto pos = beforeTryWrite(); in trySend() local 151 const auto pos = beforeTryWrite(); in trySend() local 160 const size_t pos = beforeRead(); in receive() local 170 const size_t pos = beforeRead(); in receive() local 182 const auto pos = beforeTryRead(); in tryReceive() local 191 const auto pos = beforeTimedRead(wallTimeUs); in timedReceive() local
|
| D | BufferQueue.h | 105 int pos = mPos + mCount; in tryPushLocked() local 139 int pos = mPos + 1; in tryPopLocked() local
|
| /device/generic/goldfish-opengl/android-emu/android/base/synchronization/ |
| D | AndroidMessageChannel.h | 123 const size_t pos = beforeWrite(); in send() local 133 const size_t pos = beforeWrite(); in send() local 143 const auto pos = beforeTryWrite(); in trySend() local 152 const auto pos = beforeTryWrite(); in trySend() local 161 const size_t pos = beforeRead(); in receive() local 171 const size_t pos = beforeRead(); in receive() local 183 const auto pos = beforeTryRead(); in tryReceive() local 192 const auto pos = beforeTimedRead(wallTimeUs); in timedReceive() local
|
| /device/google/cuttlefish/host/commands/modem_simulator/ |
| D | command_parser.h | 62 auto pos = command_.find('='); in SkipPrefix() local 81 auto pos = command_.find(','); in SkipComma() local 92 auto pos = command_.find(' '); in SkipWhiteSpace() local
|
| /device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
| D | rootcanal.js | 33 function rootCanalAddU8(array, pos, val) { argument 39 function rootCanalAddPayload(array, pos, payload) { argument 45 function rootCanalAddString(array, pos, val) { argument
|
| /device/google/contexthub/firmware/os/core/ |
| D | eventQ.c | 29 #define for_each_item_safe(head, pos, tmp) \ argument 87 struct EvtList *pos, *tmp; in evtQueueFree() local 112 struct EvtList *pos; in evtQueueEnqueue() local 163 struct EvtList *pos, *tmp; in evtQueueRemoveAllMatching() local 184 struct EvtList *pos; in evtQueueDequeue() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/common/ |
| D | bitset_utils.h | 287 bool BitSetT<N, BitsT, ParamT>::test(ParamT pos) const in test() 402 BitSetT<N, BitsT, ParamT> &BitSetT<N, BitsT, ParamT>::set(ParamT pos, bool value) in set() 425 BitSetT<N, BitsT, ParamT> &BitSetT<N, BitsT, ParamT>::reset(ParamT pos) in reset() 441 BitSetT<N, BitsT, ParamT> &BitSetT<N, BitsT, ParamT>::flip(ParamT pos) in flip()
|
| D | FixedVector.h | 161 typename FixedVector<T, N, Storage>::reference FixedVector<T, N, Storage>::at(size_type pos) in at() 169 size_type pos) const in at()
|
| D | matrix_utils.h | 356 const auto pos = i * columns() + (i % columns()); in setToIdentity() local 375 const auto pos = i * cols + (i % cols); in setToIdentity() local
|
| D | FastVector.h | 192 typename FastVector<T, N, Storage>::reference FastVector<T, N, Storage>::at(size_type pos) in at() 200 size_type pos) const in at()
|
| /device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/ |
| D | message.h | 98 uint8_t* pos = buffer; in AppendVarInt() local 120 uint8_t* pos = buffer; in AppendTinyVarInt() local 134 uint8_t* pos = buffer; in AppendFixed() local
|
| /device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/ |
| D | string_view.h | 69 char at(size_t pos) const { in at() 86 size_t pos = static_cast<size_t>(it - begin()); variable
|
| D | circular_queue.h | 59 Iterator(CircularQueue* queue, uint64_t pos, uint32_t generation) in Iterator() 284 inline T* Get(uint64_t pos) { in Get()
|
| /device/generic/vulkan-cereal/third-party/perfetto/src/protozero/ |
| D | message.cc | 79 uint8_t* pos = buffer; in AppendBytes() local 100 uint8_t* pos = buffer; in AppendScatteredBytes() local
|
| /device/google/cuttlefish/host/commands/kernel_log_monitor/ |
| D | kernel_log_server.cc | 115 auto pos = line_.find(match); in HandleIncomingMessage() local 123 auto pos = line_.find(stage); in HandleIncomingMessage() local
|
| /device/generic/goldfish/network/wifi_forwarder/ |
| D | cache.h | 143 iterator erase(const_iterator pos) { in erase() 147 iterator erase(iterator pos) { in erase()
|
| /device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/anglebase/containers/ |
| D | mru_cache.h | 159 iterator Erase(iterator pos) in Erase() 167 reverse_iterator Erase(reverse_iterator pos) in Erase()
|
| /device/generic/opengl-transport/host/commands/emugen/ |
| D | EntryPoint.cpp | 48 size_t pos, last; in parse() local 205 size_t pos = 0; in setAttribute() local
|
| D | strUtils.cpp | 21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de… in getNextToken()
|
| /device/generic/vulkan-cereal/protocols/generic-apigen/ |
| D | EntryPoint.cpp | 48 size_t pos, last; in parse() local 205 size_t pos = 0; in setAttribute() local
|
| D | strUtils.cpp | 21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de… in getNextToken()
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | CompositorVk.h | 22 glm::mat4 pos; member 141 alignas(8) glm::vec2 pos; member
|
| /device/google/contexthub/util/common/ |
| D | file.cpp | 85 off64_t File::seekTo(off64_t pos, int whence) { in seekTo()
|
| /device/google/contexthub/firmware/os/cpu/x86/ |
| D | atomicBitset.c | 63 uint32_t pos, i, numWords = (set->numBits + 31) / 32; in atomicBitsetFindClearAndSet() local
|
| /device/google/coral/pwrstats_util/ |
| D | CstateResidencyDataProvider.cpp | 46 size_t pos = line.find(searchStr); in getImpl() local
|