Home
last modified time | relevance | path

Searched refs:replace_str (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_interceptors.cc467 if (flags()->replace_str) { in INTERCEPTOR()
495 if (flags()->replace_str) { in DEFINE_REAL()
516 if (flags()->replace_str) { in INTERCEPTOR()
543 if (flags()->replace_str) { in INTERCEPTOR()
559 if (flags()->replace_str) { in INTERCEPTOR()
580 if (flags()->replace_str) { in INTERCEPTOR()
601 if (flags()->replace_str) { in INTERCEPTOR()
616 if (flags()->replace_str) { in INTERCEPTOR()
628 if (!flags()->replace_str) { in INTERCEPTOR()
644 if (!flags()->replace_str) { in INTERCEPTOR()
[all …]
Dasan_flags.inc42 bool, replace_str, true,
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dradeon_compiler_util_tests.c16 const char * replace_str) in test_rc_inst_can_use_presub() argument
23 init_rc_normal_instruction(&replace_inst, replace_str); in test_rc_inst_can_use_presub()
/external/autotest/database/
Ddatabase_connection.py358 def make_regexp_translator(cls, search_re, replace_str): argument
364 return re.sub(search_re, replace_str, query)