Home
last modified time | relevance | path

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

123

/device/generic/goldfish-opengl/android-emu/aemu/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
Dcommand_parser.cpp52 auto pos = command_.find(flag); in GetNextStr() local
Dsim_service.cpp686 size_t pos = 0; in IsFixedDialNumber() local
938 size_t pos = 0; in HandleSIM_IO() local
1014 size_t pos = 0; in GetPhoneNumberElement() local
1140 auto pos = cmd->find(','); in HandleChangeOrEnterPIN() local
1172 auto pos = cmd->find(','); in HandleChangeOrEnterPIN() local
/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/google/cuttlefish/host/frontend/webrtc/html_client/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/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc130 auto pos = line_.find(match); in HandleIncomingMessage() local
136 auto pos = line_.find(stage); in HandleIncomingMessage() local
/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()
DTypeFactory.cpp70 size_t pos = 0, last; in initFromFile() local
DParser.cpp33 size_t pos = 0U; in parseTypeTokens() local
/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()
DTypeFactory.cpp69 size_t pos = 0, last; in initFromFile() local
DParser.cpp33 size_t pos = 0U; in parseTypeTokens() local
/device/google/cuttlefish/host/commands/cvd/unittests/server/
Dutils.cpp22 int pos = str.find(substr, 0); in NumberOfOccurrences() local
/device/google/contexthub/util/common/
Dfile.cpp85 off64_t File::seekTo(off64_t pos, int whence) { in seekTo()
/device/google/coral/pwrstats_util/
DCstateResidencyDataProvider.cpp46 size_t pos = line.find(searchStr); in getImpl() local
/device/google/contexthub/firmware/os/cpu/x86/
DatomicBitset.c63 uint32_t pos, i, numWords = (set->numBits + 31) / 32; in atomicBitsetFindClearAndSet() local
/device/google/cuttlefish/common/libs/confui/
Dpacket.cpp110 int pos = 0; in ParseRawData() local
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DString16.cpp208 status_t String16::insert(size_t pos, const char16_t* chrs) in insert()
212 status_t String16::insert(size_t pos, const char16_t* chrs, size_t len) in insert()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dmodem.cpp120 auto pos = ports.find(','); in ResultSetup() local
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c50 uint32_t pos = *ppos; in getHexEncodedByte() local
196 uint32_t pos = 0; in handleConvertKey() local
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h109 struct nlattr *pos; variable
365 #define for_each_attr(pos, nla, rem) \ argument
/device/generic/vulkan-cereal/include/render-utils/
DRenderer.h47 Pos pos; member

123