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

  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
radeon_compiler_util_tests.c 43 const char * replace_str)
50 init_rc_normal_instruction(&replace_inst, replace_str);
  /external/compiler-rt/lib/asan/
asan_flags.cc 162 if (!f->replace_str && common_flags()->intercept_strlen) {
163 Report("WARNING: strlen interceptor is enabled even though replace_str=0. "
166 if (!f->replace_str && common_flags()->intercept_strchr) {
168 "replace_str=0. Use intercept_strchr=0 to disable them.");
asan_interceptors.cc 496 if (flags()->replace_str) {
517 if (flags()->replace_str) {
544 if (flags()->replace_str) {
559 if (flags()->replace_str) {
575 if (flags()->replace_str) {
600 if (flags()->replace_str) {
614 if (!flags()->replace_str) {
630 if (!flags()->replace_str) {
651 if (!flags()->replace_str) {
667 if (!flags()->replace_str) {
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
header_abi_util.h 91 const std::string &replace_str) {
93 // all the matches replaced with replace_str
95 return std::regex_replace(candidate_str, match_expr, replace_str);
  /external/autotest/database/
database_connection.py 358 def make_regexp_translator(cls, search_re, replace_str):
364 return re.sub(search_re, replace_str, query)
  /external/avb/libavb/
avb_slot_verify.c 900 const char* replace_str[NUM_GUIDS] = {"$(ANDROID_SYSTEM_PARTUUID)", local
    [all...]

Completed in 457 milliseconds