/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/tests/ |
H A D | build_and_run_all_unit_tests.sh | 34 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/MediaSampleReaderNDKTests/Med… 37 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/MediaSampleQueueTests/MediaSa… 40 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/MediaTrackTranscoderTests/Med… 43 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/VideoTrackTranscoderTests/Vid… 46 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/PassthroughTrackTranscoderTes… 49 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/MediaSampleWriterTests/MediaS… 52 adb shell ASAN_OPTIONS=detect_container_overflow=0 /data/nativetest64/MediaTranscoderTests/MediaTra…
|
/aosp_15_r20/external/compiler-rt/test/lsan/TestCases/ |
H A D | use_after_return.cc | 5 // RUN: ASAN_OPTIONS=$ASAN_OPTIONS:detect_stack_use_after_return=1 LSAN_OPTIONS=$LSAN_BASE:"use_sta… 6 // RUN: ASAN_OPTIONS=$ASAN_OPTIONS:detect_stack_use_after_return=1 LSAN_OPTIONS=$LSAN_BASE:"use_sta… 7 // RUN: ASAN_OPTIONS=$ASAN_OPTIONS:detect_stack_use_after_return=1 LSAN_OPTIONS="" %run %t 2>&1
|
/aosp_15_r20/external/clang/docs/ |
H A D | SanitizerCoverage.rst | 31 At run time, pass ``coverage=1`` in ``ASAN_OPTIONS``, 54 % ASAN_OPTIONS=coverage=1 ./a.out; ls -l *sancov 57 % ASAN_OPTIONS=coverage=1 ./a.out foo ; ls -l *sancov 204 % ASAN_OPTIONS="coverage=1:coverage_bitset=1" ./a.out 206 % ASAN_OPTIONS="coverage=1:coverage_bitset=1" ./a.out 1 260 % ASAN_OPTIONS="coverage=1:coverage_counters=1" ./a.out 300 % ASAN_OPTIONS=coverage=1 ./a.out 356 This can be changed with ``ASAN_OPTIONS=coverage_dir=/path``: 360 % ASAN_OPTIONS="coverage=1:coverage_dir=/tmp/cov" ./a.out foo 376 With ``ASAN_OPTIONS=coverage=1:coverage_direct=1`` coverage data is written to a [all …]
|
H A D | AddressSanitizer.rst | 109 force disabled by setting ``ASAN_OPTIONS=symbolize=0``): 113 % ASAN_OPTIONS=symbolize=0 ./a.out 2> log 134 ``ASAN_OPTIONS=check_initialization_order=1``. 160 in external libraries, set the ``ASAN_OPTIONS`` environment variable to point 166 ASAN_OPTIONS=suppressions=MyASan.supp
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/bin/ |
D | asan_device_setup | 27 echo " --extra-options: Extra ASAN_OPTIONS." 303 ASAN_OPTIONS=start_deactivated=1,malloc_context_size=0 318 ASAN_OPTIONS=$ASAN_OPTIONS \\ 328 ASAN_OPTIONS="$ASAN_OPTIONS,allow_user_segv_handler=1" 332 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/ |
H A D | abort_on_error.cc | 1 // Check that with empty ASAN_OPTIONS, ASan reports on Linux don't crash 6 // Intentionally don't inherit the default ASAN_OPTIONS. 7 // RUN: env ASAN_OPTIONS="" not %run %t 2>&1 | FileCheck %s 8 // When we use lit's default ASAN_OPTIONS, we shouldn't crash either. On Linux 9 // lit doesn't set ASAN_OPTIONS anyway.
|
/aosp_15_r20/external/compiler-rt/lib/asan/scripts/ |
H A D | asan_device_setup | 27 echo " --extra-options: Extra ASAN_OPTIONS." 312 ASAN_OPTIONS=start_deactivated=1,malloc_context_size=0 327 ASAN_OPTIONS=$ASAN_OPTIONS \\ 337 ASAN_OPTIONS="$ASAN_OPTIONS,allow_user_segv_handler=1" 341 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/bin/ |
D | asan_device_setup | 26 echo " --extra-options: Extra ASAN_OPTIONS." 311 ASAN_OPTIONS=start_deactivated=1 330 ASAN_OPTIONS=$ASAN_OPTIONS \\ 342 ASAN_OPTIONS="$ASAN_OPTIONS,allow_user_segv_handler=1" 346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/bin/ |
D | asan_device_setup | 26 echo " --extra-options: Extra ASAN_OPTIONS." 311 ASAN_OPTIONS=start_deactivated=1 330 ASAN_OPTIONS=$ASAN_OPTIONS \\ 342 ASAN_OPTIONS="$ASAN_OPTIONS,allow_user_segv_handler=1" 346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/bin/ |
D | asan_device_setup | 26 echo " --extra-options: Extra ASAN_OPTIONS." 311 ASAN_OPTIONS=start_deactivated=1 330 ASAN_OPTIONS=$ASAN_OPTIONS \\ 342 ASAN_OPTIONS="$ASAN_OPTIONS,allow_user_segv_handler=1" 346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/bin/ |
D | asan_device_setup | 26 echo " --extra-options: Extra ASAN_OPTIONS." 311 ASAN_OPTIONS=start_deactivated=1 330 ASAN_OPTIONS=$ASAN_OPTIONS \\ 342 ASAN_OPTIONS="$ASAN_OPTIONS,allow_user_segv_handler=1" 346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/external/openscreen/testing/libfuzzer/ |
H A D | fuzzer_test.gni | 20 # - asan_options - AddressSanitizer options (e.g. allow_user_segv_handler=1). 79 defined(invoker.asan_options) || defined(invoker.msan_options) || 113 if (defined(invoker.asan_options)) { 114 args += [ "--asan_options" ] 115 args += invoker.asan_options
|
H A D | gen_fuzzer_config.py | 40 parser.add_argument('--asan_options', nargs='+', default=[]) 52 args.asan_options or args.msan_options or args.ubsan_options): 65 [option.split('=') for option in args.asan_options])
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Darwin/ |
H A D | abort_on_error.cc | 1 // Check that with empty ASAN_OPTIONS, ASan reports on OS X actually crash 6 // Intentionally don't inherit the default ASAN_OPTIONS. 7 // RUN: env ASAN_OPTIONS="" not --crash %run %t 2>&1 | FileCheck %s 8 // When we use lit's default ASAN_OPTIONS, we shouldn't crash.
|
/aosp_15_r20/art/test/testrunner/ |
H A D | target_config.py | 242 'ASAN_OPTIONS' : 'detect_leaks=0' 249 'ASAN_OPTIONS' : 'detect_leaks=0' 256 'ASAN_OPTIONS' : 'detect_leaks=0' 267 'ASAN_OPTIONS' : 'detect_leaks=0' 276 'ASAN_OPTIONS' : 'detect_leaks=0'
|
/aosp_15_r20/external/cronet/testing/libfuzzer/ |
H A D | fuzzer_test.gni | 28 # - asan_options - AddressSanitizer options (e.g. allow_user_segv_handler=1). 123 defined(invoker.centipede_options) || defined(invoker.asan_options) || 167 if (defined(invoker.asan_options)) { 168 args += [ "--asan_options" ] 169 args += invoker.asan_options
|
H A D | gen_fuzzer_config.py | 45 parser.add_argument('--asan_options', nargs='+', default=[]) 58 args.asan_options or args.msan_options or args.ubsan_options or 79 [option.split('=') for option in args.asan_options])
|
/aosp_15_r20/external/cronet/testing/ |
H A D | test_env.py | 77 asan_options = symbolization_options[:] 79 asan_options.append('detect_leaks=1') 83 asan_options.append('intercept_tls_get_addr=0') 85 if asan_options: 86 extra_env['ASAN_OPTIONS'] = ' '.join(asan_options)
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/generated/ |
H A D | configs.json | 5 "ASAN_OPTIONS": "detect_leaks=1:color=always", string 12 "ASAN_OPTIONS": "detect_leaks=0:color=always" string 18 "ASAN_OPTIONS": "detect_leaks=1:color=always", string
|
/aosp_15_r20/external/google-fruit/extras/scripts/ |
H A D | postsubmit.sh | 28 export ASAN_OPTIONS=$ASAN_OPTIONS; 41 export ASAN_OPTIONS
|
/aosp_15_r20/external/google-fruit/.github/workflows/ |
H A D | test-on-linux.yml | 22 ASAN_OPTIONS: "" 55 ASAN_OPTIONS: "" 87 ASAN_OPTIONS: ""
|
/aosp_15_r20/external/compiler-rt/test/asan/ |
H A D | lit.cfg | 32 # Platform-specific default ASAN_OPTIONS for lit tests. 41 config.environment['ASAN_OPTIONS'] = default_asan_opts 44 'env ASAN_OPTIONS=' + default_asan_opts))
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | build_handwritten.yaml | 31 ASAN_OPTIONS: detect_leaks=1:color=always 43 ASAN_OPTIONS: detect_leaks=0:color=always 55 ASAN_OPTIONS: detect_leaks=1:color=always
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/ |
D | bazel.rc | 46 build:asan --action_env=ASAN_OPTIONS=detect_leaks=1:color=always 60 build:fuzzer_asan --action_env=ASAN_OPTIONS=detect_leaks=1:color=always 89 build:asan_macos --action_env=ASAN_OPTIONS=detect_leaks=0
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | build_handwritten.yaml | 31 ASAN_OPTIONS: detect_leaks=1:color=always 43 ASAN_OPTIONS: detect_leaks=0:color=always 55 ASAN_OPTIONS: detect_leaks=1:color=always
|