HomeSort by relevance Sort by last modified time
    Searched refs:mutable (Results 126 - 150 of 1023) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/CodeGenCXX/
cxx0x-initializer-references.cpp 103 struct S { struct T { int a; } t; mutable int b; };
  /external/compiler-rt/test/BlocksRuntime/
copyconstructor.C 30 mutable int _version;
reference.C 35 mutable int _version;
  /external/deqp/framework/platform/android/
tcuAndroidWindow.hpp 77 mutable de::Mutex m_stateLock;
  /external/deqp/modules/glshared/
glsRandomShaderProgram.hpp 63 mutable rsg::ExecutionContext m_execCtx;
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 229 mutable RealScalar m_error;
230 mutable int m_iterations;
231 mutable ComputationInfo m_info;
232 mutable bool m_isInitialized, m_analysisIsOk, m_factorizationIsOk;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 228 mutable DenseMatrix m_V; // Krylov basis vectors
229 mutable DenseMatrix m_H; // Hessenberg matrix
230 mutable DenseMatrix m_Hes; // Initial hessenberg matrix wihout Givens rotations applied
231 mutable Index m_restart; // Maximum size of the Krylov subspace
232 mutable DenseMatrix m_U; // Vectors that form the basis of the invariant subspace
233 mutable DenseMatrix m_MU; // matrix operator applied to m_U (for next cycles)
234 mutable DenseMatrix m_T; /* T=U^T*M^{-1}*A*U */
235 mutable PartialPivLU<DenseMatrix> m_luT; // LU factorization of m_T
236 mutable int m_neig; //Number of eigenvalues to extract at each restart
237 mutable int m_r; // Current number of deflated eigenvalues, size of m_
    [all...]
  /external/lldb/include/lldb/API/
SBExpressionOptions.h 84 mutable std::unique_ptr<lldb_private::EvaluateExpressionOptions> m_opaque_ap;
  /external/lldb/include/lldb/Core/
ThreadSafeValue.h 86 mutable Mutex m_mutex;
  /external/lldb/include/lldb/Host/
Terminal.h 247 mutable uint32_t m_currentState; ///< The currently active TTY state index.
  /external/lldb/include/lldb/Target/
SectionLoadList.h 81 mutable Mutex m_mutex;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDeclContext.h 106 mutable std::string m_qualified_name;
  /external/lldb/tools/debugserver/source/
DNBThreadResumeActions.h 98 mutable std::vector<bool> m_signal_handled;
TTYState.h 57 mutable uint32_t m_currentState;
  /external/llvm/include/llvm/MC/
MCDisassembler.h 107 // Marked mutable because we cache it inside the disassembler, rather than
109 mutable raw_ostream *CommentStream;
MCSection.h 39 mutable MCSymbol *End;
  /external/llvm/include/llvm/
PassRegistry.h 42 mutable sys::SmartRWMutex<true> Lock;
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 29 mutable StringMap<std::unique_ptr<X86Subtarget>> SubtargetMap;
  /external/protobuf/src/google/protobuf/
dynamic_message.h 101 // mutable message of that type.
127 mutable Mutex prototypes_mutex_;
  /external/skia/experimental/LightSymbolsUtil/lightsymbols/
helper.h 8 mutable int i;
  /external/skia/include/core/
SkWeakRefCnt.h 156 mutable int32_t fWeakCnt;
  /external/skia/include/effects/
SkColorCubeFilter.h 72 mutable ColorCubeProcesingCache fCache;
  /external/skia/src/animator/
SkDisplayEvent.h 56 mutable SkString fKeyString;
  /frameworks/av/include/media/stagefright/
MediaClock.h 66 mutable Mutex mLock;
  /frameworks/av/media/libstagefright/filters/
GraphicBufferListener.h 56 mutable Mutex mMutex;

Completed in 1682 milliseconds

1 2 3 4 56 7 8 91011>>