Home
last modified time | relevance | path

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

123

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DFieldWalker.kt65 var statics = rootStatics in <lambda>() variable
69 visit(element, visited, stack, statics) in <lambda>()
70 statics = false // only scan root static when asked in <lambda>()
99 …visit(element: Any, visited: IdentityHashMap<Any, Ref>, stack: ArrayDeque<Any>, statics: Boolean) { in <lambda>()
132 else -> fields(type, statics).forEach { field -> in <lambda>()
153 var statics = rootStatics in <lambda>() variable
157 && (statics || !Modifier.isStatic(it.modifiers)) in <lambda>()
163 statics = false in <lambda>()
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_cpython/
Dtest_supported.py18 statics = [
22 for static in statics:
30 statics = [
34 for static in statics:
/external/toolchain-utils/android_bench_suite/
DSkia_flags_aosp.diff16 "-fno-threadsafe-statics",
28 "-fno-threadsafe-statics",
/external/llvm-project/lldb/source/API/
DSBBlock.cpp241 bool locals, bool statics, in GetVariables() argument
246 arguments, locals, statics, use_dynamic); in GetVariables()
265 add_variable = statics; in GetVariables()
298 bool locals, bool statics) { in GetVariables() argument
301 locals, statics); in GetVariables()
322 add_variable = statics; in GetVariables()
DSBVariablesOptions.cpp165 void SBVariablesOptions::SetIncludeStatics(bool statics) { in SetIncludeStatics() argument
167 statics); in SetIncludeStatics()
169 m_opaque_up->SetIncludeStatics(statics); in SetIncludeStatics()
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/
Dzephyr_cmake_project.cmake.tpl5 # -fno-threadsafe-statics -- disables the mutex around initialization of local static variables
6 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} %{CXX_FLAGS}% -fno-threadsafe-statics -Wno-sign-compare -W…
/external/python/cpython3/Tools/c-analyzer/cpython/
DREADME24 Be aware that module-global state (stored in C statics) is a kind of
40 The "c-statics.py" script in this directory, along with its accompanying
45 ## statics for actually-global state (and runtime state consolidation)
50 to avoid using statics for state even if for the "global" runtime or
68 ./python Lib/test/test_c_statics/c-statics.py check
/external/llvm-project/lldb/include/lldb/API/
DSBBlock.h58 bool locals, bool statics,
62 bool locals, bool statics);
DSBFrame.h140 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
143 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dcares-confopts.m4225 dnl --enable-expose-statics or --disable-expose-statics,
231 AC_ARG_ENABLE(expose-statics,
232 AC_HELP_STRING([--enable-expose-statics],[Enable exposure of internal static functions for testing])
233 AC_HELP_STRING([--disable-expose-statics],[Disable exposure of internal static functions for testin…
237 dnl --disable-expose-statics option used.
242 dnl configure's expose-statics option not specified.
243 dnl Handle this as if --disable-expose-statics option was given.
248 dnl --enable-expose-statics option used.
/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/llvm-project/lldb/bindings/interface/
DSBFrame.i218 bool statics,
224 bool statics,
354statics = property(get_statics, None, doc='''A read only property that returns a list() that conta…
DSBBlock.i94 bool statics,
101 bool statics);
/external/llvm-project/lld/test/COFF/
Dpdb-file-static.test1 # RUN: yaml2obj %S/Inputs/pdb-file-statics-a.yaml -o %t.a.obj
2 # RUN: yaml2obj %S/Inputs/pdb-file-statics-b.yaml -o %t.b.obj
/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/
DDOUBLE_Upper.java18 package org.apache.bcel.verifier.statics;
DLONG_Upper.java18 package org.apache.bcel.verifier.statics;
DIntList.java18 package org.apache.bcel.verifier.statics;
DLocalVariablesInfo.java18 package org.apache.bcel.verifier.statics;
DLocalVariableInfo.java18 package org.apache.bcel.verifier.statics;
DPass1Verifier.java18 package org.apache.bcel.verifier.statics;
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/travis/
Ddistcheck.sh8 …./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --enable-debug
Dbuild.sh6 …$SCAN_WRAP ./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --…
/external/rust/crates/lazy_static/
DMETADATA2 description: "A macro for declaring lazily evaluated statics in Rust."
/external/llvm-project/llvm/test/ThinLTO/X86/
Dexport.ll6 ; Ensure statics are promoted/renamed correctly from this file.

123