HomeSort by relevance Sort by last modified time
    Searched refs:protector (Results 1 - 25 of 1165) 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/extras/tests/memtest/
Android.mk 19 ## LOCAL_CFLAGS += -fstack-protector-all
  /external/grub/
Android.mk 33 LOCAL_CFLAGS += -m32 -O2 -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
90 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
127 LOCAL_CFLAGS += -m32 -Os -fno-builtin -nostdinc -fno-reorder-functions -fno-stack-protector
  /external/chromium_org/sandbox/
sandbox_services_headers.target.darwin-arm.mk 30 -fstack-protector \
47 -fstack-protector \
112 -fstack-protector \
129 -fstack-protector \
sandbox_services_headers.target.linux-arm.mk 30 -fstack-protector \
47 -fstack-protector \
112 -fstack-protector \
129 -fstack-protector \
  /external/chromium_org/testing/
gtest_prod.target.darwin-arm.mk 30 -fstack-protector \
46 -fstack-protector \
113 -fstack-protector \
129 -fstack-protector \
gtest_prod.target.darwin-mips.mk 30 -fstack-protector \
46 -fstack-protector \
113 -fstack-protector \
129 -fstack-protector \
gtest_prod.target.linux-arm.mk 30 -fstack-protector \
46 -fstack-protector \
113 -fstack-protector \
129 -fstack-protector \
gtest_prod.target.linux-mips.mk 30 -fstack-protector \
46 -fstack-protector \
113 -fstack-protector \
129 -fstack-protector \
  /external/chromium_org/third_party/JSON/JSON-2.59/
Makefile 39 LDDLFLAGS = -shared -O2 -g -L/usr/local/lib -fstack-protector
40 LDFLAGS = -fstack-protector -L/usr/local/lib
  /external/chromium_org/third_party/npapi/
npapi.target.darwin-arm.mk 30 -fstack-protector \
46 -fstack-protector \
113 -fstack-protector \
129 -fstack-protector \
npapi.target.darwin-mips.mk 30 -fstack-protector \
46 -fstack-protector \
113 -fstack-protector \
129 -fstack-protector \
npapi.target.linux-arm.mk 30 -fstack-protector \
46 -fstack-protector \
113 -fstack-protector \
129 -fstack-protector \
npapi.target.linux-mips.mk 30 -fstack-protector \
46 -fstack-protector \
113 -fstack-protector \
129 -fstack-protector \
  /external/chromium_org/android_webview/native/
cancellation_signal_android_jar_jni_headers.target.darwin-arm.mk 43 -fstack-protector \
60 -fstack-protector \
124 -fstack-protector \
141 -fstack-protector \
cancellation_signal_android_jar_jni_headers.target.darwin-mips.mk 43 -fstack-protector \
59 -fstack-protector \
123 -fstack-protector \
139 -fstack-protector \
cancellation_signal_android_jar_jni_headers.target.linux-arm.mk 43 -fstack-protector \
60 -fstack-protector \
124 -fstack-protector \
141 -fstack-protector \
cancellation_signal_android_jar_jni_headers.target.linux-mips.mk 43 -fstack-protector \
59 -fstack-protector \
123 -fstack-protector \
139 -fstack-protector \
input_stream_android_jar_jni_headers.target.darwin-arm.mk 43 -fstack-protector \
60 -fstack-protector \
124 -fstack-protector \
141 -fstack-protector \
input_stream_android_jar_jni_headers.target.darwin-mips.mk 43 -fstack-protector \
59 -fstack-protector \
123 -fstack-protector \
139 -fstack-protector \
input_stream_android_jar_jni_headers.target.linux-arm.mk 43 -fstack-protector \
60 -fstack-protector \
124 -fstack-protector \
141 -fstack-protector \
input_stream_android_jar_jni_headers.target.linux-mips.mk 43 -fstack-protector \
59 -fstack-protector \
123 -fstack-protector \
139 -fstack-protector \

Completed in 968 milliseconds

1 2 3 4 5 6 7 8 91011>>