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

1 2 3 4 5 6 7 8 91011>>

  /system/media/wilhelm/src/android/
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...]
CallbackProtector.h 31 static bool enterCbIfOk(const sp<CallbackProtector> &protector);
  /external/clang/test/CodeGen/
stack-protector.c 1 // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 0 | FileCheck -check-prefix=NOSSP %s
3 // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 1 | FileCheck -check-prefix=WITHSSP %s
5 // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 2 | FileCheck -check-prefix=SSPREQ %s
  /system/extras/tests/pftest/
Android.mk 15 ## LOCAL_CFLAGS += -fstack-protector-all
  /system/extras/tests/memtest/
Android.mk 17 ## LOCAL_CFLAGS += -fstack-protector-all
  /external/mesa3d/src/glsl/
configure.ac 50 CFLAGS="$CFLAGS -O0 -ggdb3 -fstack-protector -D_FORTIFY_SOURCE=2"
55 CXXFLAGS="$CXXFLAGS -O0 -ggdb3 -fstack-protector -D_FORTIFY_SOURCE=2"
60 WARN="-Wall -Wextra -Wunsafe-loop-optimizations -Wstack-protector"
  /external/llvm/lib/CodeGen/
StackProtector.cpp 1 //===-- StackProtector.cpp - Stack Protector Insertion --------------------===//
17 #define DEBUG_TYPE "stack-protector"
36 SSPBufferSize("stack-protector-buffer-size", cl::init(8),
59 /// CreateFailBB - Create a basic block to jump to when the stack protector
64 /// stack protector based upon the stack protector level.
85 INITIALIZE_PASS(StackProtector, "stack-protector",
103 /// protector based upon the stack protector level. The heuristic we use is to
232 // Generate the stack protector instructions in the old basic block
    [all...]
  /external/clang/test/Driver/
rewrite-objc.m 6 // TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-fblocks" "-fobjc-fragile-abi" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option"
  /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/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/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/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/webkit/Source/JavaScriptCore/
JavaScriptCore.pro 37 QMAKE_CXXFLAGS += -fno-stack-protector
38 QMAKE_CFLAGS += -fno-stack-protector
  /external/webkit/Source/WebKit2/PluginProcess/
WebProcessConnection.cpp 111 PluginController::PluginDestructionProtector protector(pluginControllerProxy->asPluginController());
130 PluginController::PluginDestructionProtector protector(pluginControllerProxy->asPluginController());
  /external/valgrind/main/docs/internals/
why-no-libc.txt 47 -fstack-protector canary values, and who knows what else. It relies on
  /external/valgrind/tsan/
Android.mk 25 -Wall -Wno-deprecated -fno-exceptions -fno-stack-protector \
  /external/webkit/Source/WebCore/bindings/
ScriptControllerBase.cpp 84 RefPtr<Frame> protector(m_frame);
  /external/webkit/Source/WebCore/dom/
EventQueue.cpp 127 RefPtr<EventQueue> protector(this);
  /external/webkit/Source/WebCore/loader/mac/
ResourceLoaderMac.mm 57 RefPtr<ResourceLoader> protector(this);
  /external/webkit/Source/WebKit/android/plugins/
PluginTimer.cpp 69 RefPtr<PluginTimer> protector(this);
  /ndk/build/tools/toolchain-patches/build/
0001-Options-brought-in-from-core-combo-for-IA.patch 25 + -fPIC -Wa,--noexecstack -m32 -fstack-protector \
  /ndk/toolchains/x86-4.4.3/
setup.mk 40 # TARGET_CFLAGS += -fstack-protector

Completed in 2239 milliseconds

1 2 3 4 5 6 7 8 91011>>