Home
last modified time | relevance | path

Searched refs:big_string (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace_benchmark.cc25 std::string* big_string; member
48 // replacing "the" with "box" in big_string.
53 if (big_string == nullptr) { in SetUpStrings()
55 big_string = new std::string(1000 * 1000, ' '); in SetUpStrings()
60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings()
64 // big_string->resize(50); in SetUpStrings()
67 after_replacing_the = new std::string(*big_string); in SetUpStrings()
73 after_replacing_many = new std::string(*big_string); in SetUpStrings()
97 std::string src = *big_string; in BM_StrReplaceAllOneReplacement()
[all...]
/third_party/libuv/test/
H A Dtest-watcher-cross-stop.c75 char big_string[1024]; in TEST_IMPL() local
80 memset(big_string, 'A', sizeof(big_string)); in TEST_IMPL()
81 buf = uv_buf_init(big_string, sizeof(big_string)); in TEST_IMPL()
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Djevents.py114 big_string: Sequence[str]
166 # being appended to - comments, etc. don't count. big_string is
171 self.big_string = []
181 self.big_string.append(f'/* offset={big_string_offset} */ "')
182 self.big_string.append(s)
183 self.big_string.append('"')
185 self.big_string.append(' /* also: ' + ', '.join(fold_into_strings[s]) + ' */')
186 self.big_string.append('\n')
1231 for s in _bcs.big_string:

Completed in 3 milliseconds