HomeSort by relevance Sort by last modified time
    Searched refs:protector (Results 1 - 25 of 2269) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue38121/jni/
Android.mk 6 LOCAL_CFLAGS += -fstack-protector-all
  /frameworks/wilhelm/src/android/
CallbackProtector.h 31 static bool enterCbIfOk(const sp<CallbackProtector> &protector);
CallbackProtector.cpp 42 SL_LOGE("Callback protector detected an active callback after destroy");
49 bool CallbackProtector::enterCbIfOk(const sp<CallbackProtector> &protector) {
50 if (protector != 0) {
51 return protector->enterCb();
53 SL_LOGE("Callback protector is missing");
65 SL_LOGV("Callback protector allowed multiple or nested callback entry: %u", mCbCount);
73 SL_LOGV("Callback protector denied callback entry by thread %p tid %d during destroy"
78 SL_LOGV("Callback protector denied callback entry during destroy");
94 SL_LOGV("Callback protector detected return from callback by thread %p tid %d during"
99 SL_LOGV("Callback protector detected return from callback during destroy")
    [all...]
  /system/extras/tests/pftest/
Android.mk 15 ## LOCAL_CFLAGS += -fstack-protector-all
  /system/core/logd/tests/
Android.mk 31 -fstack-protector-all \
  /system/extras/tests/memtest/
Android.mk 19 ## LOCAL_CFLAGS += -fstack-protector-all
  /system/core/logcat/tests/
Android.mk 23 -fstack-protector-all \
  /system/core/liblog/tests/
Android.mk 58 -fstack-protector-all \
  /external/chromium_org/android_webview/native/
cancellation_signal_android_jar_jni_headers.target.darwin-mips.mk 46 -fstack-protector \
63 -fstack-protector \
140 -fstack-protector \
157 -fstack-protector \
cancellation_signal_android_jar_jni_headers.target.darwin-x86_64.mk 46 -fstack-protector \
63 -fstack-protector \
139 -fstack-protector \
156 -fstack-protector \
cancellation_signal_android_jar_jni_headers.target.linux-mips.mk 46 -fstack-protector \
63 -fstack-protector \
140 -fstack-protector \
157 -fstack-protector \
cancellation_signal_android_jar_jni_headers.target.linux-x86_64.mk 46 -fstack-protector \
63 -fstack-protector \
139 -fstack-protector \
156 -fstack-protector \
  /external/chromium_org/base/allocator/
allocator_extension_thunks.target.darwin-arm.mk 32 -fstack-protector \
54 -fstack-protector \
135 -fstack-protector \
157 -fstack-protector \
allocator_extension_thunks.target.darwin-mips.mk 32 -fstack-protector \
49 -fstack-protector \
130 -fstack-protector \
147 -fstack-protector \
allocator_extension_thunks.target.darwin-x86_64.mk 32 -fstack-protector \
48 -fstack-protector \
128 -fstack-protector \
144 -fstack-protector \
allocator_extension_thunks.target.linux-arm.mk 32 -fstack-protector \
54 -fstack-protector \
135 -fstack-protector \
157 -fstack-protector \
allocator_extension_thunks.target.linux-mips.mk 32 -fstack-protector \
49 -fstack-protector \
130 -fstack-protector \
147 -fstack-protector \
allocator_extension_thunks.target.linux-x86_64.mk 32 -fstack-protector \
48 -fstack-protector \
128 -fstack-protector \
144 -fstack-protector \
  /external/chromium_org/base/
base_prefs.target.darwin-mips.mk 46 -fstack-protector \
63 -fstack-protector \
143 -fstack-protector \
160 -fstack-protector \
base_prefs.target.darwin-x86_64.mk 46 -fstack-protector \
63 -fstack-protector \
142 -fstack-protector \
159 -fstack-protector \
base_prefs.target.linux-mips.mk 46 -fstack-protector \
63 -fstack-protector \
143 -fstack-protector \
160 -fstack-protector \
base_prefs.target.linux-x86_64.mk 46 -fstack-protector \
63 -fstack-protector \
142 -fstack-protector \
159 -fstack-protector \
base_static.target.darwin-arm.mk 32 -fstack-protector \
55 -fstack-protector \
133 -fstack-protector \
156 -fstack-protector \
base_static.target.darwin-mips.mk 32 -fstack-protector \
49 -fstack-protector \
127 -fstack-protector \
144 -fstack-protector \
base_static.target.darwin-x86_64.mk 32 -fstack-protector \
49 -fstack-protector \
126 -fstack-protector \
143 -fstack-protector \

Completed in 207 milliseconds

1 2 3 4 5 6 7 8 91011>>