/external/lldb/source/API/ |
D | SBBlock.cpp | 260 bool statics, in GetVariables() argument 285 add_variable = statics; in GetVariables() 321 bool statics) in GetVariables() argument 347 add_variable = statics; in GetVariables()
|
D | SBFrame.cpp | 1053 bool statics, in GetVariables() argument 1063 value_list = GetVariables (arguments, locals, statics, in_scope_only, use_dynamic); in GetVariables() 1071 bool statics, in GetVariables() argument 1088 statics, in GetVariables() 1118 add_variable = statics; in GetVariables()
|
/external/lldb/include/lldb/API/ |
D | SBBlock.h | 76 bool statics, 83 bool statics);
|
D | SBFrame.h | 149 bool statics, 155 bool statics,
|
/external/lldb/scripts/Python/interface/ |
D | SBFrame.i | 191 bool statics, 197 bool statics, 341 …if _newclass: statics = property(get_statics, None, doc='''A read only property that returns a lis…
|
D | SBBlock.i | 97 bool statics, 104 bool statics);
|
/external/lldb/examples/python/ |
D | cmdtemplate.py | 54 …variables_list = frame.GetVariables(options.arguments, options.locals, options.statics, options.in…
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/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/sfntly/ |
D | Android.mk | 143 -fno-threadsafe-statics \ 224 -fno-threadsafe-statics \
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 91 * Thread-safe initialization of local statics: :none:`Unstarted`. We are ABI 92 compatible with MSVC 2013, which does not support thread-safe local statics. 93 MSVC "14" changed the ABI to make initialization of local statics thread safe,
|
/external/skia/site/dev/contrib/ |
D | c++11.md | 16 - Local statics are not thread safe.
|
/external/jsoncpp/src/lib_json/ |
D | json_internalarray.inl | 156 arrayAllocator(); // ensure arrayAllocator() statics are initialized before main().
|
D | json_internalmap.inl | 152 mapAllocator(); // ensure mapAllocator() statics are initialized before main().
|
/external/v8/build/ |
D | standalone.gypi | 375 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
|
/external/google-breakpad/src/build/ |
D | common.gypi | 574 '-fno-threadsafe-statics', 851 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
|
/external/llvm/test/DebugInfo/X86/ |
D | gnu-public-names.ll | 204 ; GCC Doesn't put local statics in pubnames, but it seems not unreasonable and
|
/external/clang/test/ |
D | cxx-sections.data | 815 22.3.1.5 [locale.statics] 832 22.4.1.3.3 [facet.ctype.char.statics]
|
/external/clang/test/SemaCXX/ |
D | uninitialized.cpp | 700 namespace statics { namespace
|
/external/clang/include/clang/Driver/ |
D | Options.td | 811 def fno_threadsafe_statics : Flag<["-"], "fno-threadsafe-statics">, Group<f_Group>, 812 …Flags<[CC1Option]>, HelpText<"Do not emit code to make initialization of local statics thread safe… 972 def fthreadsafe_statics : Flag<["-"], "fthreadsafe-statics">, Group<f_Group>;
|
/external/jetty/ |
D | VERSION.txt | 3389 + Refactored ErrorHandler to avoid statics 3435 + Refactored ErrorHandler to avoid statics
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 2996 lldb.SBFrame.statics lldb.SBFrame-class.html#statics
|