HomeSort by relevance Sort by last modified time
    Searched refs:common_flags (Results 51 - 75 of 85) sorted by null

1 23 4

  /hardware/qcom/display/msm8974/libgralloc/
Android.mk 26 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdgralloc\"
41 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdmemalloc\"
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 83 *common_flags() = *f;
92 common_flags()->symbolize = true;
  /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/msm8960/liblight/
Android.mk 23 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdlights\"
  /hardware/qcom/display/msm8974/liblight/
Android.mk 23 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdlights\"
  /external/compiler-rt/lib/asan/
asan_mac.cc 210 common_flags()->handle_segv;
316 if (common_flags()->verbosity >= 2) { \
334 if (common_flags()->verbosity >= 2) {
347 if (common_flags()->verbosity >= 2) {
asan_poisoning.h 48 shadow_end - shadow_beg < common_flags()->clear_shadow_mmap_threshold) {
asan_thread.cc 101 if (common_flags()->use_sigaltstack) UnsetAlternateSignalStack();
161 if (common_flags()->use_sigaltstack) SetAlternateSignalStack();
asan_interceptors.cc 198 common_flags()->allow_user_segv_handler) {
206 common_flags()->allow_user_segv_handler) {
216 common_flags()->allow_user_segv_handler) {
703 if (common_flags()->coverage) CovBeforeFork();
705 if (common_flags()->coverage) CovAfterFork(pid);
asan_linux.cc 224 return signum == SIGSEGV && common_flags()->handle_segv;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 17 common_pc common_flags common_lock_depth
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
trace-event.h 88 int common_flags(struct scripting_context *context);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 144 if (common_flags()->allocator_may_return_null)
sanitizer_mac.cc 278 return (signum == SIGSEGV || signum == SIGBUS) && common_flags()->handle_segv;
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc 115 *common_flags() = *f;
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 42 bool fast = common_flags()->fast_unwind_on_malloc; \
47 stack.Unwind(__sanitizer::common_flags()->malloc_context_size, \
lsan_common.cc 126 if (common_flags()->detect_leaks) {
632 if (!common_flags()->detect_leaks)
696 if (!__lsan::disable_counter && common_flags()->detect_leaks) {
707 if (common_flags()->detect_leaks)
  /hardware/qcom/display/msm8084/libcopybit/
Android.mk 29 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdcopybit\"
  /hardware/qcom/display/msm8226/libcopybit/
Android.mk 29 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdcopybit\"
  /hardware/qcom/display/msm8960/libcopybit/
Android.mk 29 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdcopybit\"
  /hardware/qcom/display/msm8974/libcopybit/
Android.mk 29 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdcopybit\"
  /external/compiler-rt/lib/msan/
msan.cc 111 CommonFlags *cf = common_flags();
160 CommonFlags *cf = common_flags();
372 if (common_flags()->help) PrintFlagDescriptions();
373 __sanitizer_set_report_path(common_flags()->log_path);
404 Symbolizer::Init(common_flags()->external_symbolizer_path);
msan_report.cc 273 if (__sanitizer::common_flags()->verbosity > 0)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 422 bool allocator_may_return_null = common_flags()->allocator_may_return_null;
423 common_flags()->allocator_may_return_null = true;
430 common_flags()->allocator_may_return_null = false;
434 common_flags()->allocator_may_return_null = allocator_may_return_null;

Completed in 453 milliseconds

1 23 4