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

1 2 3

  /ndk/tests/device/issue38121/jni/
Android.mk 6 LOCAL_CFLAGS += -fstack-protector-all -static
  /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/memtest/
Android.mk 17 ## LOCAL_CFLAGS += -fstack-protector-all
  /system/extras/tests/pftest/
Android.mk 15 ## LOCAL_CFLAGS += -fstack-protector-all
  /external/webkit/Source/WebCore/loader/
ResourceLoader.cpp 88 RefPtr<ResourceLoader> protector(this);
237 RefPtr<ResourceLoader> protector(this);
265 RefPtr<ResourceLoader> protector(this);
286 RefPtr<ResourceLoader> protector(this);
338 RefPtr<ResourceLoader> protector(this);
469 RefPtr<ResourceLoader> protector(this);
477 RefPtr<ResourceLoader> protector(this);
485 RefPtr<ResourceLoader> protector(this);
492 RefPtr<ResourceLoader> protector(this);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomApplicationInstalledCallback.cpp 62 RefPtr<Frame> protector(m_frame);
V8CustomPositionCallback.cpp 74 RefPtr<ScriptExecutionContext> protector(scriptContext);
V8CustomPositionErrorCallback.cpp 74 RefPtr<ScriptExecutionContext> protector(scriptContext);
  /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/webkit/Source/WebCore/loader/mac/
ResourceLoaderMac.mm 57 RefPtr<ResourceLoader> protector(this);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.cpp 97 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
136 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
175 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
304 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
334 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
380 NPRuntimeObjectMap::PluginProtector protector(thisObj->m_objectMap);
NetscapeBrowserFuncs.cpp 423 PluginDestructionProtector protector(plugin.get());
434 PluginDestructionProtector protector(plugin.get());
665 PluginDestructionProtector protector(plugin.get());
675 PluginDestructionProtector protector(plugin.get());
686 PluginDestructionProtector protector(plugin.get());
697 PluginDestructionProtector protector(plugin.get());
708 PluginDestructionProtector protector(plugin.get());
719 PluginDestructionProtector protector(plugin.get());
752 PluginDestructionProtector protector(plugin.get());
768 PluginDestructionProtector protector(plugin.get())
    [all...]
  /external/webkit/Source/WebKit2/PluginProcess/
WebProcessConnection.cpp 111 PluginController::PluginDestructionProtector protector(pluginControllerProxy->asPluginController());
130 PluginController::PluginDestructionProtector protector(pluginControllerProxy->asPluginController());
  /system/core/debuggerd/
Android.mk 41 LOCAL_CFLAGS += -fstack-protector-all
  /external/webkit/Source/WebCore/bindings/
ScriptControllerBase.cpp 84 RefPtr<Frame> protector(m_frame);
  /external/webkit/Source/WebKit/android/plugins/
PluginTimer.cpp 69 RefPtr<PluginTimer> protector(this);
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceRequest.cpp 156 RefPtr<Document> protector(m_cachedResourceLoader->document());
188 RefPtr<Document> protector(m_cachedResourceLoader->document());
215 RefPtr<Document> protector(m_cachedResourceLoader->document());
  /bionic/tests/
Android.mk 53 -fstack-protector-all \
  /external/webkit/Source/WebCore/dom/
EventQueue.cpp 127 RefPtr<EventQueue> protector(this);
  /bionic/linker/
Android.mk 21 LOCAL_CFLAGS += -fno-stack-protector \
  /hardware/invensense/libsensors_iio/software/core/mllite/build/android/
shared.mk 30 CFLAGS += -fstack-protector
  /hardware/invensense/libsensors_iio/software/core/mpl/build/android/
shared.mk 31 CFLAGS += -fstack-protector
  /hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/build/android/
shared.mk 30 CFLAGS += -fstack-protector
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/build/android/
shared.mk 33 CFLAGS += -fstack-protector

Completed in 329 milliseconds

1 2 3