OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_flags
(Results
51 - 75
of
111
) sorted by null
1
2
3
4
5
/external/compiler-rt/lib/sanitizer_common/
sanitizer_tls_get_addr.cc
74
if (!
common_flags
()->intercept_tls_get_addr) return;
92
if (!
common_flags
()->intercept_tls_get_addr) return 0;
131
if (!
common_flags
()->intercept_tls_get_addr) return;
sanitizer_posix_libcdep.cc
90
if (
common_flags
()->disable_coredump) {
179
if (
common_flags
()->use_sigaltstack) sigact.sa_flags |= SA_ONSTACK;
188
if (
common_flags
()->use_sigaltstack) SetAlternateSignalStack();
238
if (!
common_flags
()->decorate_proc_maps)
sanitizer_coverage_libcdep.cc
206
if (
common_flags
()->coverage_direct) {
272
if (
common_flags
()->coverage_direct) {
302
if (!
common_flags
()->coverage_direct) return;
379
if (SANITIZER_WORDSIZE != 64 || !
common_flags
()->coverage_order_pcs)
389
if (SANITIZER_WORDSIZE != 64 || !
common_flags
()->coverage_order_pcs)
395
if (SANITIZER_WORDSIZE != 64 || !
common_flags
()->coverage_order_pcs)
694
if (!
common_flags
()->coverage_counters) return;
718
if (!
common_flags
()->coverage_bitset) return;
747
if (!
common_flags
()->coverage_pcs) return;
802
if (!coverage_enabled ||
common_flags
()->coverage_direct) return
[
all
...]
/external/compiler-rt/lib/asan/
asan_activation.cc
99
asan_deactivated_flags.coverage =
common_flags
()->coverage;
100
asan_deactivated_flags.coverage_dir =
common_flags
()->coverage_dir;
/external/compiler-rt/lib/tsan/rtl/
tsan_platform_posix.cc
80
if (
common_flags
()->use_madv_dontdump)
96
if (
common_flags
()->use_madv_dontdump)
/hardware/qcom/display/msm8226/libhwcomposer/
Android.mk
20
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdhwcomposer\"
/hardware/qcom/display/msm8994/libhwcomposer/
Android.mk
23
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdhwcomposer\" \
/hardware/qcom/display/msm8996/sdm/libs/core/
Android.mk
10
-DLOG_TAG=\"SDM\" $(
common_flags
)
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Android.mk
14
-DLOG_TAG=\"SDM\" $(
common_flags
) \
/hardware/qcom/display/msm8084/libgralloc/
Android.mk
26
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdgralloc\"
41
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdmemalloc\"
/hardware/qcom/display/msm8226/libgralloc/
Android.mk
26
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdgralloc\"
41
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdmemalloc\"
/hardware/qcom/display/msm8909/libgralloc/
Android.mk
26
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdgralloc\"
42
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdmemalloc\"
/hardware/qcom/display/msm8960/libgralloc/
Android.mk
26
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdgralloc\"
41
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdmemalloc\"
/hardware/qcom/display/msm8994/libgralloc/
Android.mk
29
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdgralloc\"
47
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdmemalloc\"
/hardware/qcom/display/msm8996/libgralloc/
Android.mk
26
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdgralloc\" -Wno-sign-conversion
42
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdmemalloc\" -Wno-sign-conversion
/external/compiler-rt/lib/ubsan/
ubsan_diag.cc
69
if (!
common_flags
()->print_summary)
148
SLoc.getColumn(),
common_flags
()->symbolize_vs_style,
149
common_flags
()->strip_path_prefix);
159
common_flags
()->symbolize_vs_style,
160
common_flags
()->strip_path_prefix);
163
common_flags
()->strip_path_prefix);
/device/google/marlin/liblight/
Android.mk
23
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdlights\" -DDEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS=$(DEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS)
/external/compiler-rt/lib/tsan/dd/
dd_rtl.cc
78
cf.CopyFrom(*
common_flags
());
88
SetVerbosity(
common_flags
()->verbosity);
/hardware/qcom/display/msm8084/liblight/
Android.mk
23
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdlights\"
/hardware/qcom/display/msm8226/liblight/
Android.mk
23
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdlights\"
/hardware/qcom/display/msm8909/libhwcomposer/
Android.mk
23
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdhwcomposer\" -Wno-absolute-value \
/hardware/qcom/display/msm8909/liblight/
Android.mk
23
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdlights\"
/hardware/qcom/display/msm8960/liblight/
Android.mk
23
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdlights\"
/hardware/qcom/display/msm8994/liblight/
Android.mk
23
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdlights\"
/hardware/qcom/display/msm8996/liblight/
Android.mk
23
LOCAL_CFLAGS := $(
common_flags
) -DLOG_TAG=\"qdlights\"
Completed in 777 milliseconds
1
2
3
4
5