Home
last modified time | relevance | path

Searched refs:statics (Results 1 – 25 of 25) sorted by relevance

/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java657 boolean statics, Errors errors) { in getInjectionPoints() argument
676 if (Modifier.isStatic(field.getModifiers()) == statics) { in getInjectionPoints()
689 if (isEligibleForInjection(method, statics)) { in getInjectionPoints()
708 if (statics) { in getInjectionPoints()
777 private static boolean isEligibleForInjection(Method method, boolean statics) { in isEligibleForInjection() argument
778 return Modifier.isStatic(method.getModifiers()) == statics in isEligibleForInjection()
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175statics:{}};}var bb;var Y=null;qx.Bootstrap.setDisplayNames(V.statics,name);if(V.members||V.extend… property
/external/sfntly/
DAndroid.mk142 -fno-threadsafe-statics \
222 -fno-threadsafe-statics \
/external/skia/gyp/
Dcommon_conditions.gypi236 '-fno-threadsafe-statics',
539 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
596 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
/external/skia/site/dev/contrib/
Dc++11.md16 - Local statics are not thread safe.
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jar ... exc/ org/apache/bcel/verifier/statics/ org/apache/bcel/verifier/structurals ...
/external/jsoncpp/src/lib_json/
Djson_internalarray.inl131 arrayAllocator(); // ensure arrayAllocator() statics are initialized before
Djson_internalmap.inl113 mapAllocator(); // ensure mapAllocator() statics are initialized before
/external/clang/docs/
DMSVCCompatibility.rst99 * Thread-safe initialization of local statics: :good:`Complete`. MSVC 2015
/external/llvm/test/Linker/
Dfuncimport.ll13 ; Ensure statics are promoted/renamed correctly from this file (all but
/external/skia/bench/
DAndroid.mk21 -fno-threadsafe-statics
/external/google-breakpad/src/build/
Dcommon.gypi574 '-fno-threadsafe-statics',
851 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
/external/llvm/test/DebugInfo/X86/
Dgnu-public-names.ll204 ; GCC Doesn't put local statics in pubnames, but it seems not unreasonable and
/external/skia/dm/
DAndroid.mk21 -fno-threadsafe-statics
/external/clang/test/
Dcxx-sections.data815 22.3.1.5 [locale.statics]
832 22.4.1.3.3 [facet.ctype.char.statics]
/external/skia/
DAndroid.mk67 -fno-threadsafe-statics
/external/clang/test/SemaCXX/
Duninitialized.cpp700 namespace statics { namespace
/external/v8/build/
Dstandalone.gypi948 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
/external/guice/extensions/persist/lib/
Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/ ...
/external/clang/include/clang/Driver/
DOptions.td893 def fno_threadsafe_statics : Flag<["-"], "fno-threadsafe-statics">, Group<f_Group>,
894 …Flags<[CC1Option]>, HelpText<"Do not emit code to make initialization of local statics thread safe…
1064 def fthreadsafe_statics : Flag<["-"], "fthreadsafe-statics">, Group<f_Group>;
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...
/external/elfutils/src/
DChangeLog332 (handle_elf): Use debug_fd and tmp_debug_fname statics and call
/external/jetty/
DVERSION.txt3389 + Refactored ErrorHandler to avoid statics
3435 + Refactored ErrorHandler to avoid statics
/external/libpng/
DCHANGES5459 statics) and a fix for the case in rgb_to_gray when the digitize option