Home
last modified time | relevance | path

Searched refs:statics (Results 1 – 24 of 24) 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/junit-params/
DREADME.md40 * you can have a test method that provides parameters (no external classes or statics anymore)
/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/sfntly/
DAndroid.bp121 "-fno-threadsafe-statics",
/external/llvm/test/ThinLTO/X86/
Dfuncimport.ll6 ; Ensure statics are promoted/renamed correctly from this file (all but
/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.rst104 * 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/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/gn/
DBUILD.gn154 "-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/clang/test/SemaCXX/
Duninitialized.cpp700 namespace statics { namespace
/external/v8/gypfiles/
Dstandalone.gypi1072 '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.td996 def fno_threadsafe_statics : Flag<["-"], "fno-threadsafe-statics">, Group<f_Group>,
997 …Flags<[CC1Option]>, HelpText<"Do not emit code to make initialization of local statics thread safe…
1170 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/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/libpng/
DCHANGES5460 statics) and a fix for the case in rgb_to_gray when the digitize option
/external/strace/
DChangeLog27650 Rename some register statics by prefixing their names with arch.
27840 Rename some register statics by prefixing their names with arch.