HomeSort by relevance Sort by last modified time
    Searched refs:next_start (Results 1 - 9 of 9) sorted by null

  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 58 SizeT next_start = 0; local
59 while ((pos = source.find(KV.first, next_start)) != std::string::npos) {
60 next_start = pos + KV.second.size();
  /external/google-benchmark/test/
output_test_helper.cc 68 SizeT next_start = 0; local
69 while ((pos = source.find(KV.first, next_start)) != std::string::npos) {
70 next_start = pos + KV.second.size();
  /bootable/recovery/
screen_ui.cpp 286 size_t next_start = 0; local
287 while (next_start < line.size()) {
288 std::string sub = line.substr(next_start, text_cols_ + 1);
290 next_start += sub.size();
297 next_start += text_cols_;
300 next_start += last_space + 1;
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 719 static int next_start = 0; local
724 gas, dst, (next_start + dialog_token) % 256))
729 dialog_token = (next_start + dialog_token) % 256;
730 next_start = (dialog_token + 1) % 256;
  /system/core/init/
service.cpp 912 boot_clock::time_point next_start = time_started_ + 5s; local
913 if (now > next_start) {
920 time_t(std::chrono::duration_cast<std::chrono::seconds>(next_start - now).count());
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 1326 FT_UInt next_end, next_start; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 1296 FT_UInt next_end, next_start; local
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.cc 2238 int next_start = table->GetRangeStart(current_exception_handler_); local
    [all...]
register-allocator.cc 2523 LifetimePosition next_start = interval->next()->start(); local
    [all...]

Completed in 2094 milliseconds