Home
last modified time | relevance | path

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

12

/external/toolchain-utils/android_bench_suite/
DSkia_flags_aosp.diff16 "-fno-threadsafe-statics",
28 "-fno-threadsafe-statics",
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
DVerifier.java26 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/
DInjectionPoint.java652 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/
DLONG_Upper.java18 package org.apache.bcel.verifier.statics;
DDOUBLE_Upper.java18 package org.apache.bcel.verifier.statics;
DIntList.java18 package org.apache.bcel.verifier.statics;
DLocalVariablesInfo.java18 package org.apache.bcel.verifier.statics;
DPass1Verifier.java18 package org.apache.bcel.verifier.statics;
DLocalVariableInfo.java18 package org.apache.bcel.verifier.statics;
DStringRepresentation.java18 package org.apache.bcel.verifier.statics;
/external/chromium-trace/catapult/common/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/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dexport.ll6 ; Ensure statics are promoted/renamed correctly from this file.
Dfuncimport.ll9 ; Ensure statics are promoted/renamed correctly from this file (all but
/external/junit-params/
DREADME.md40 * you can have a test method that provides parameters (no external classes or statics anymore)
/external/sfntly/
DAndroid.bp118 "-fno-threadsafe-statics",
/external/llvm/test/ThinLTO/X86/
Dfuncimport.ll6 ; Ensure statics are promoted/renamed correctly from this file (all but
/external/harfbuzz_ng/
Dconfigure.ac98 # No threadsafe statics in C++ as we do it ourselves.
103 CXXFLAGS="-fno-rtti $CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
DCMakeLists.txt570 # No threadsafe statics as we do it ourselves
571 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-threadsafe-statics")
/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/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dfuncimport.ll13 ; Ensure statics are promoted/renamed correctly from this file (all but
/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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dgnu-public-names.ll204 ; GCC Doesn't put local statics in pubnames, but it seems not unreasonable and

12