Home
last modified time | relevance | path

Searched full:asan_options (Results 1 – 25 of 236) sorted by relevance

12345678910

/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
H A Dbuild_and_run_all_unit_tests.sh34 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 Duse_after_return.cc5 // 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 DSanitizerCoverage.rst31 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 DAddressSanitizer.rst109 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/
Dasan_device_setup27 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 Dabort_on_error.cc1 // 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 Dasan_device_setup27 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/
Dasan_device_setup26 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/
Dasan_device_setup26 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/
Dasan_device_setup26 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/
Dasan_device_setup26 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 Dfuzzer_test.gni20 # - 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 Dgen_fuzzer_config.py40 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 Dabort_on_error.cc1 // 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 Dtarget_config.py242 '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 Dfuzzer_test.gni28 # - 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 Dgen_fuzzer_config.py45 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 Dtest_env.py77 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 Dconfigs.json5 "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 Dpostsubmit.sh28 export ASAN_OPTIONS=$ASAN_OPTIONS;
41 export ASAN_OPTIONS
/aosp_15_r20/external/google-fruit/.github/workflows/
H A Dtest-on-linux.yml22 ASAN_OPTIONS: ""
55 ASAN_OPTIONS: ""
87 ASAN_OPTIONS: ""
/aosp_15_r20/external/compiler-rt/test/asan/
H A Dlit.cfg32 # 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/
Dbuild_handwritten.yaml31 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/
Dbazel.rc46 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 Dbuild_handwritten.yaml31 ASAN_OPTIONS: detect_leaks=1:color=always
43 ASAN_OPTIONS: detect_leaks=0:color=always
55 ASAN_OPTIONS: detect_leaks=1:color=always

12345678910