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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/egl/
teglTestCase.hpp 81 mutable eglu::GLLibraryCache m_glLibraryCache;
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 439 mutable LUMatrixType m_l;
440 mutable LUMatrixType m_u;
441 mutable IntColVectorType m_p;
442 mutable IntRowVectorType m_q;
444 mutable LUMatrixType m_matrix; // copy of the factorized matrix
445 mutable SluMatrix m_sluA;
446 mutable SuperMatrix m_sluL, m_sluU;
447 mutable SluMatrix m_sluB, m_sluX;
448 mutable SuperLUStat_t m_sluStat;
449 mutable superlu_options_t m_sluOptions
    [all...]
  /external/lldb/include/lldb/Breakpoint/
BreakpointList.h 182 mutable Mutex m_mutex;
BreakpointLocationList.h 262 mutable Mutex m_mutex;
BreakpointSiteList.h 210 mutable Mutex m_mutex;
  /external/lldb/include/lldb/Core/
Error.h 306 mutable std::string m_string; ///< A string representation of the error code.
Mangled.h 297 mutable ConstString m_demangled; ///< Mutable so we can get it on demand with a const version of this object
  /external/lldb/include/lldb/Target/
TargetList.h 231 mutable Mutex m_target_list_mutex;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAbbrev.h 71 mutable DWARFAbbreviationDeclarationCollMapConstIter m_prev_abbr_offset_pos;
  /external/lldb/tools/debugserver/source/
DNBError.h 92 mutable std::string m_str;
  /external/llvm/include/llvm/IR/
ValueSymbolTable.h 126 mutable uint32_t LastUnique; ///< Counter for tracking unique names
  /external/llvm/include/llvm/MC/
MCAsmLayout.h 44 mutable DenseMap<const MCSectionData*, MCFragment*> LastValidFragment;
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 27 mutable StringMap<std::unique_ptr<AArch64Subtarget>> SubtargetMap;
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 39 mutable StringMap<std::unique_ptr<MipsSubtarget>> SubtargetMap;
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 32 mutable StringMap<std::unique_ptr<PPCSubtarget>> SubtargetMap;
  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h 39 mutable int CachedEStackSize;
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 48 mutable ModRMMapTy ModRMTable;
  /external/openfst/src/include/fst/extensions/pdt/
reverse.h 30 #include <fst/mutable-fst.h>
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.h 156 mutable SkTDArray<PublicObjectEntry> fObjects;
  /external/skia/src/animator/
SkDrawPath.h 44 mutable SkScalar fLength;
  /external/skia/src/gpu/
GrTraceMarker.h 67 mutable SkTDArray<GrGpuTraceMarker> fMarkerArray;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MethodLocation.java 78 private List<Label> getLabels(boolean mutable) {
80 if (mutable) {
90 private List<BuilderDebugItem> getDebugItems(boolean mutable) {
92 if (mutable) {
  /frameworks/av/media/libmediaplayerservice/
Crypto.h 63 mutable Mutex mLock;
DrmSessionManager.h 68 mutable Mutex mLock;
MetadataRetrieverClient.h 65 mutable Mutex mLock;

Completed in 1719 milliseconds

1 2 3 4 5 6 7 8 91011>>