Searched refs:start_index (Results 1 – 7 of 7) sorted by relevance
71 size_t start_index = 0; in Trim() local75 while (start_index < s.size()) { in Trim()76 if (!isspace(s[start_index])) { in Trim()79 start_index++; in Trim()83 while (end_index >= start_index) { in Trim()91 if (end_index < start_index) { in Trim()95 return s.substr(start_index, end_index - start_index + 1); in Trim()
106 int start_index = in GetLatestNSensorEvents() local109 std::advance(event, start_index); in GetLatestNSensorEvents()
125 int start_index = in GetLatestNSensorEvents() local128 std::advance(event, start_index); in GetLatestNSensorEvents()
114 int start_index = in GetLatestNSamples() local117 std::advance(event, start_index); in GetLatestNSamples()
268 int start_index = loop_count * num_linked_sensors; in run_single_inference() local269 std::vector<float>::const_iterator first = thermistors.begin() + start_index; in run_single_inference()
394 int start_index = HWCCallbacks::kNumRealDisplays; in InitSupportedDisplaySlots() local400 INT32(start_index)); in InitSupportedDisplaySlots()401 map_hwc_display_.insert(std::make_pair(map.client_id, start_index++)); in InitSupportedDisplaySlots()
358 int start_index = HWCCallbacks::kNumRealDisplays; in InitSupportedDisplaySlots() local363 DLOGI("Display Pairs: map.client_id: %d, start_index: %d", map.client_id, start_index); in InitSupportedDisplaySlots()364 map_hwc_display_.insert(std::make_pair(map.client_id, start_index++)); in InitSupportedDisplaySlots()