Home
last modified time | relevance | path

Searched refs:to_replace (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Drelease_to_os_test.cpp30 size_t to_replace = rand() % kNumChunks; in MallocReleaseStress() local
34 if (i < to_replace) { in MallocReleaseStress()
/external/perfetto/src/base/
Dstring_utils.cc230 const std::string& to_replace, in ReplaceAll() argument
232 PERFETTO_CHECK(!to_replace.empty()); in ReplaceAll()
234 while ((pos = str.find(to_replace, pos)) != std::string::npos) { in ReplaceAll()
235 str.replace(pos, to_replace.length(), replacement); in ReplaceAll()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp252 bool to_replace = false; in PreprocessLoad() local
278 to_replace = in PreprocessLoad()
287 to_replace = getConstantFieldValue(GADN, 0, size, new_val.c); in PreprocessLoad()
290 if (!to_replace) in PreprocessLoad()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp252 bool to_replace = false; in PreprocessLoad() local
278 to_replace = in PreprocessLoad()
287 to_replace = getConstantFieldValue(GADN, 0, size, new_val.c); in PreprocessLoad()
290 if (!to_replace) in PreprocessLoad()
/external/perfetto/include/perfetto/ext/base/
Dstring_utils.h123 const std::string& to_replace,
/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp846 const std::string to_replace = "IMAGES_ARRAY_LENGTH"; in TEST_F() local
849 auto position = result.find(to_replace); in TEST_F()
851 result.replace(position, to_replace.length(), length_str); in TEST_F()