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

1 2

  /system/media/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);
DocumentWriter.cpp 224 RefPtr<Frame> protector(m_frame);
  /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/valgrind/tsan/
Makefile 20 CFLAGS=-g $(COPT) $(CWARN) -fno-strict-aliasing -fno-stack-protector -fpic
27 VG_CXXFLAGS=-fno-rtti -fno-stack-protector
39 DR_CXXFLAGS=-fPIC -fno-rtti -fno-stack-protector
Android.mk 25 -Wall -Wno-deprecated -fno-exceptions -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());
  /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());
  /external/webkit/Source/WebCore/dom/
EventQueue.cpp 127 RefPtr<EventQueue> protector(this);
  /external/webkit/Source/WebKit/mac/WebView/
WebViewEventHandling.mm 91 RetainPtr<WebView> protector = self;
  /ndk/toolchains/x86-4.4.3/
setup.mk 40 # TARGET_CFLAGS += -fstack-protector
  /build/core/combo/
TARGET_linux-sh.mk 55 -fstack-protector \
  /external/webkit/Source/WebCore/css/
CSSStyleSheet.cpp 229 RefPtr<CSSStyleSheet> protector(this);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.cpp 285 RefPtr<CACFLayerTreeHost> protector(this);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.cpp 283 RefPtr<LayerTreeHostCA> protector(this);

Completed in 980 milliseconds

1 2