HomeSort by relevance Sort by last modified time
    Searched full:replace_str (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/compiler-rt/test/asan/TestCases/
printf-2.c 2 // We need replace_str=0, intercept_strlen=0 and replace_intrin=0 to avoid
4 // RUN: %env_asan_opts=replace_str=0:intercept_strlen=0:replace_intrin=0:check_printf=1 not %run %t 2>&1 | FileCheck --check-prefix=CHECK-ON %s
5 // RUN: %env_asan_opts=replace_str=0:intercept_strlen=0:replace_intrin=0:check_printf=0 %run %t 2>&1 | FileCheck --check-prefix=CHECK-OFF %s
6 // RUN: %env_asan_opts=replace_str=0:intercept_strlen=0:replace_intrin=0 not %run %t 2>&1 | FileCheck --check-prefix=CHECK-ON %s
strcasestr-1.c 6 // RUN: %env_asan_opts=intercept_strstr=false:replace_str=false %run %t 2>&1
strcasestr-2.c 6 // RUN: %env_asan_opts=intercept_strstr=false:replace_str=false:intercept_strlen=false %run %t 2>&1
strstr-1.c 6 // RUN: %env_asan_opts=intercept_strstr=false:replace_str=false %run %t 2>&1
strstr-2.c 6 // RUN: %env_asan_opts=intercept_strstr=false:replace_str=false:intercept_strlen=false %run %t 2>&1
  /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...]
asan_flags.inc 42 bool, replace_str, true,
  /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);
  /development/vndk/tools/header-checker/header-abi-util/include/
header_abi_util.h 94 const std::string &replace_str) {
96 // all the matches replaced with replace_str
98 return std::regex_replace(candidate_str, match_expr, replace_str);
  /external/avb/libavb/
avb_cmdline.c 42 const char* replace_str[NUM_GUIDS] = {"$(ANDROID_SYSTEM_PARTUUID)", local
81 ret = avb_replace(cmdline, replace_str[n], guid_buf);
83 char* new_ret = avb_replace(ret, replace_str[n], guid_buf);
  /development/vndk/tools/header-checker/utils/
utils.py 79 def read_output_content(output_path, replace_str):
81 return f.read().replace(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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/lib/linux/
libclang_rt.asan-i686-android.so 
libclang_rt.asan-mips-android.so 
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/lib/linux/
libclang_rt.asan-mips-android.so 
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/lib/linux/
libclang_rt.asan-mips-android.so 
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/
libclang_rt.asan-arm-android.so 
libclang_rt.asan-i686-android.so 
libclang_rt.asan-i686.so 
libclang_rt.asan-mips-android.so 
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/lib/linux/
libclang_rt.asan-i686-android.so 

Completed in 880 milliseconds

1 2 3 4 5