Searched refs:statics (Results 1 – 25 of 41) sorted by relevance
12
/external/toolchain-utils/android_bench_suite/ |
D | Skia_flags_aosp.diff | 16 "-fno-threadsafe-statics", 28 "-fno-threadsafe-statics",
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/ |
D | Verifier.java | 26 import org.apache.bcel.verifier.statics.Pass1Verifier; 27 import org.apache.bcel.verifier.statics.Pass2Verifier; 28 import org.apache.bcel.verifier.statics.Pass3aVerifier;
|
/external/guice/core/src/com/google/inject/spi/ |
D | InjectionPoint.java | 652 final TypeLiteral<?> type, boolean statics, Errors errors) { in getInjectionPoints() argument 671 if (Modifier.isStatic(field.getModifiers()) == statics) { in getInjectionPoints() 684 if (isEligibleForInjection(method, statics)) { in getInjectionPoints() 706 if (statics) { in getInjectionPoints() 841 private static boolean isEligibleForInjection(Method method, boolean statics) { in isEligibleForInjection() argument 842 return Modifier.isStatic(method.getModifiers()) == statics in isEligibleForInjection()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/ |
D | LONG_Upper.java | 18 package org.apache.bcel.verifier.statics;
|
D | DOUBLE_Upper.java | 18 package org.apache.bcel.verifier.statics;
|
D | IntList.java | 18 package org.apache.bcel.verifier.statics;
|
D | LocalVariablesInfo.java | 18 package org.apache.bcel.verifier.statics;
|
D | Pass1Verifier.java | 18 package org.apache.bcel.verifier.statics;
|
D | LocalVariableInfo.java | 18 package org.apache.bcel.verifier.statics;
|
D | StringRepresentation.java | 18 package org.apache.bcel.verifier.statics;
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …statics:{}};}var bb;var Y=null;qx.Bootstrap.setDisplayNames(V.statics,name);if(V.members||V.extend… property
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/ |
D | export.ll | 6 ; Ensure statics are promoted/renamed correctly from this file.
|
D | funcimport.ll | 9 ; Ensure statics are promoted/renamed correctly from this file (all but
|
/external/junit-params/ |
D | README.md | 40 * you can have a test method that provides parameters (no external classes or statics anymore)
|
/external/sfntly/ |
D | Android.bp | 118 "-fno-threadsafe-statics",
|
/external/llvm/test/ThinLTO/X86/ |
D | funcimport.ll | 6 ; Ensure statics are promoted/renamed correctly from this file (all but
|
/external/harfbuzz_ng/ |
D | configure.ac | 98 # No threadsafe statics in C++ as we do it ourselves. 103 CXXFLAGS="-fno-rtti $CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
|
D | CMakeLists.txt | 570 # No threadsafe statics as we do it ourselves 571 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-threadsafe-statics")
|
/external/jsoncpp/src/lib_json/ |
D | json_internalarray.inl | 131 arrayAllocator(); // ensure arrayAllocator() statics are initialized before
|
D | json_internalmap.inl | 113 mapAllocator(); // ensure mapAllocator() statics are initialized before
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | funcimport.ll | 13 ; Ensure statics are promoted/renamed correctly from this file (all but
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 104 * Thread-safe initialization of local statics: :good:`Complete`. MSVC 2015
|
/external/llvm/test/Linker/ |
D | funcimport.ll | 13 ; Ensure statics are promoted/renamed correctly from this file (all but
|
/external/google-breakpad/src/build/ |
D | common.gypi | 574 '-fno-threadsafe-statics', 851 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | gnu-public-names.ll | 204 ; GCC Doesn't put local statics in pubnames, but it seems not unreasonable and
|
12