Home
last modified time | relevance | path

Searched refs:statics (Results 1 – 18 of 18) 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/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/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/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/elfutils/src/
DChangeLog332 (handle_elf): Use debug_fd and tmp_debug_fname statics and call
/external/libpng/
DCHANGES5460 statics) and a fix for the case in rgb_to_gray when the digitize option
/external/strace/
DChangeLog753 Do not initialise statics and globals to 0, NULL, or false.
32196 Rename some register statics by prefixing their names with arch.
32386 Rename some register statics by prefixing their names with arch.