Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 28) sorted by relevance

12

/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.cpp48 size_t pos, last; in parse() local
58 field = getNextToken(linestr, 0, &last, "("); in parse()
59 pos = last + 1; in parse()
61 field = getNextToken(linestr, pos, &last, ",)"); in parse()
73 pos = last + 1; in parse()
88 m_name = getNextToken(linestr, pos, &last, ",)"); in parse()
89 pos = last + 1; in parse()
94 field = getNextToken(linestr, pos, &last, ",)"); in parse()
123 pos = last + 1; in parse()
206 size_t last; in setAttribute() local
[all …]
DTypeFactory.cpp70 size_t pos = 0, last; in initFromFile() local
72 name = getNextToken(str, pos, &last, WHITESPACE); in initFromFile()
78 pos = last + 1; in initFromFile()
80 size = getNextToken(str, pos, &last, WHITESPACE); in initFromFile()
85 pos = last + 1; in initFromFile()
87 printString = getNextToken(str, pos, &last, WHITESPACE); in initFromFile()
98 pos = last + 1; in initFromFile()
100 pointerDef = getNextToken(str, pos, &last, WHITESPACE); in initFromFile()
DstrUtils.cpp21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de… in getNextToken() argument
28 *last = str.find_first_of(delim, pos); in getNextToken()
29 if (*last == std::string::npos) *last = str.size(); in getNextToken()
30 std::string retval = str.substr(pos, *last - pos); in getNextToken()
DApiGen.cpp1535 size_t last; in setGlobalAttribute() local
1536 std::string token = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute()
1537 pos = last; in setGlobalAttribute()
1540 std::string str = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute()
1547 std::string str = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute()
1548 pos = last; in setGlobalAttribute()
1551 str = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute()
1552 pos = last; in setGlobalAttribute()
1555 std::string str = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute()
1556 pos = last; in setGlobalAttribute()
[all …]
DstrUtils.h25 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de…
/device/linaro/dragonboard/qcom/pd-mapper/
Djson.c187 struct json_value *last = NULL; in json_parse_array() local
211 if (last) in json_parse_array()
212 last->next = value; in json_parse_array()
213 last = value; in json_parse_array()
230 struct json_value *last = NULL; in json_parse_object() local
255 if (last) in json_parse_object()
256 last->next = value; in json_parse_object()
257 last = value; in json_parse_object()
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c224 bool last; member
256 bool (*comm_tx)(uint8_t addr, uint8_t data, uint32_t delay, bool last);
257 bool (*comm_rx)(uint8_t addr, uint16_t len, uint32_t delay, bool last);
580 if (xfer && !xfer->last) { in st_acc44_i2cCallback()
594 static bool st_acc44_i2c_read(uint8_t addr, uint16_t len, uint32_t delay, bool last) in st_acc44_i2c_read() argument
601 xfer->last = last; in st_acc44_i2c_read()
613 static bool st_acc44_i2c_write(uint8_t addr, uint8_t data, uint32_t delay, bool last) in st_acc44_i2c_write() argument
620 xfer->last = last; in st_acc44_i2c_write()
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c202 bool last; member
237 void (*comm_tx)(uint8_t addr, uint8_t data, uint32_t delay, bool last);
238 void (*comm_rx)(uint8_t addr, uint16_t len, uint32_t delay, bool last);
341 if (xfer && !xfer->last) { in i2cCallback()
371 static void i2c_read(uint8_t addr, uint16_t len, uint32_t delay, bool last) in i2c_read() argument
377 xfer->last = last; in i2c_read()
383 static void i2c_write(uint8_t addr, uint8_t data, uint32_t delay, bool last) in i2c_write() argument
389 xfer->last = last; in i2c_write()
/device/linaro/dragonboard/qcom/tqftpserv/
Dtqftpserv.c376 uint16_t last; in handle_reader() local
410 last = buf[2] << 8 | buf[3]; in handle_reader()
413 for (block = last; block < last + client->wsize; block++) { in handle_reader()
/device/google/bonito/
Drecovery.wipe7 # Wipe the boot partitions last so that all partitions will be wiped
DWCNSS_qcom_cfg.ini518 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…
/device/google/wahoo/
Drecovery.wipe7 # Wipe the boot partitions last so that all partitions will be wiped
/device/google/crosshatch/
Drecovery.wipe9 # Wipe the boot partitions last so that all partitions will be wiped
DWCNSS_qcom_cfg.ini518 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…
/device/google/coral/
Drecovery.wipe9 # Wipe the boot partitions last so that all partitions will be wiped
DWCNSS_qcom_cfg.ini181 # within last gTDLSTxStatsPeriod period is considered as idle condition.
/device/google/bonito/usb/
DUsb.cpp104 std::size_t first, last; in extractRole() local
107 last = roleName->find("]"); in extractRole()
109 if (first != std::string::npos && last != std::string::npos) { in extractRole()
110 *roleName = roleName->substr(first + 1, last - first - 1); in extractRole()
/device/google/wahoo/usb/
DUsb.cpp130 std::size_t first, last; in extractRole() local
133 last = roleName->find("]"); in extractRole()
135 if (first != std::string::npos && last != std::string::npos) { in extractRole()
136 *roleName = roleName->substr(first + 1, last - first - 1); in extractRole()
/device/google/crosshatch/usb/
DUsb.cpp106 std::size_t first, last; in extractRole() local
109 last = roleName->find("]"); in extractRole()
111 if (first != std::string::npos && last != std::string::npos) { in extractRole()
112 *roleName = roleName->substr(first + 1, last - first - 1); in extractRole()
/device/google/coral/usb/
DUsb.cpp195 std::size_t first, last; in extractRole() local
198 last = roleName->find("]"); in extractRole()
200 if (first != std::string::npos && last != std::string::npos) { in extractRole()
201 *roleName = roleName->substr(first + 1, last - first - 1); in extractRole()
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c180 uint32_t last; member
600 size_t size, DmaCallbackF callback, bool rx, bool last) in stmI2cMasterStartDma() argument
614 if (last) in stmI2cMasterStartDma()
852 pdev->last = 1; in i2cMasterRequest()
941 id = atomicAdd32bits(&pdev->last, 1); in i2cMasterTxRx()
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME121 there was rendering done to the buffer since the last CacheFlush request
/device/google/contexthub/firmware/os/core/
Dseos.c243 struct TaskList *last = last_idx == NO_NODE ? listHead : &mTaskPool.data[last_idx].list; in osTaskListAddTail() local
246 last->next = new_idx; in osTaskListAddTail()
/device/google/muskie/
DWCNSS_qcom_cfg.ini538 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…
/device/google/taimen/
DWCNSS_qcom_cfg.ini538 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…

12