Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 106) sorted by relevance

12345

/device/generic/vulkan-cereal/base/
DMessageChannel.h122 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
DBufferQueue.h105 int pos = mPos + mCount; in tryPushLocked() local
139 int pos = mPos + 1; in tryPopLocked() local
/device/generic/goldfish-opengl/android-emu/android/base/synchronization/
DAndroidMessageChannel.h123 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/
Dcommand_parser.h62 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/
Drootcanal.js33 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/
DeventQ.c29 #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/
Dbitset_utils.h287 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()
DFixedVector.h161 typename FixedVector<T, N, Storage>::reference FixedVector<T, N, Storage>::at(size_type pos) in at()
169 size_type pos) const in at()
Dmatrix_utils.h356 const auto pos = i * columns() + (i % columns()); in setToIdentity() local
375 const auto pos = i * cols + (i % cols); in setToIdentity() local
DFastVector.h192 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/
Dmessage.h98 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/
Dstring_view.h69 char at(size_t pos) const { in at()
86 size_t pos = static_cast<size_t>(it - begin()); variable
Dcircular_queue.h59 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/
Dmessage.cc79 uint8_t* pos = buffer; in AppendBytes() local
100 uint8_t* pos = buffer; in AppendScatteredBytes() local
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc115 auto pos = line_.find(match); in HandleIncomingMessage() local
123 auto pos = line_.find(stage); in HandleIncomingMessage() local
/device/generic/goldfish/network/wifi_forwarder/
Dcache.h143 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/
Dmru_cache.h159 iterator Erase(iterator pos) in Erase()
167 reverse_iterator Erase(reverse_iterator pos) in Erase()
/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.cpp48 size_t pos, last; in parse() local
205 size_t pos = 0; in setAttribute() local
DstrUtils.cpp21 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/
DEntryPoint.cpp48 size_t pos, last; in parse() local
205 size_t pos = 0; in setAttribute() local
DstrUtils.cpp21 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/
DCompositorVk.h22 glm::mat4 pos; member
141 alignas(8) glm::vec2 pos; member
/device/google/contexthub/util/common/
Dfile.cpp85 off64_t File::seekTo(off64_t pos, int whence) { in seekTo()
/device/google/contexthub/firmware/os/cpu/x86/
DatomicBitset.c63 uint32_t pos, i, numWords = (set->numBits + 31) / 32; in atomicBitsetFindClearAndSet() local
/device/google/coral/pwrstats_util/
DCstateResidencyDataProvider.cpp46 size_t pos = line.find(searchStr); in getImpl() local

12345