/device/generic/opengl-transport/host/commands/emugen/ |
D | EntryPoint.cpp | 48 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 …]
|
D | TypeFactory.cpp | 70 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()
|
D | strUtils.cpp | 21 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()
|
D | ApiGen.cpp | 1535 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 …]
|
D | strUtils.h | 25 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de…
|
/device/linaro/dragonboard/qcom/pd-mapper/ |
D | json.c | 187 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/ |
D | st_acc44.c | 224 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/ |
D | st_mag40.c | 202 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/ |
D | tqftpserv.c | 376 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/ |
D | recovery.wipe | 7 # Wipe the boot partitions last so that all partitions will be wiped
|
D | WCNSS_qcom_cfg.ini | 518 #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/ |
D | recovery.wipe | 7 # Wipe the boot partitions last so that all partitions will be wiped
|
/device/google/crosshatch/ |
D | recovery.wipe | 9 # Wipe the boot partitions last so that all partitions will be wiped
|
D | WCNSS_qcom_cfg.ini | 518 #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/ |
D | recovery.wipe | 9 # Wipe the boot partitions last so that all partitions will be wiped
|
D | WCNSS_qcom_cfg.ini | 181 # within last gTDLSTxStatsPeriod period is considered as idle condition.
|
/device/google/bonito/usb/ |
D | Usb.cpp | 104 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/ |
D | Usb.cpp | 130 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/ |
D | Usb.cpp | 106 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/ |
D | Usb.cpp | 195 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/ |
D | i2c.c | 180 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/ |
D | README | 121 there was rendering done to the buffer since the last CacheFlush request
|
/device/google/contexthub/firmware/os/core/ |
D | seos.c | 243 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/ |
D | WCNSS_qcom_cfg.ini | 538 #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/ |
D | WCNSS_qcom_cfg.ini | 538 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…
|