HomeSort by relevance Sort by last modified time
    Searched refs:mutable (Results 401 - 425 of 1259) sorted by null

<<11121314151617181920>>

  /external/clang/test/OpenMP/
parallel_private_messages.cpp 13 mutable int a;
  /external/clang/test/Parser/
cxx-class.cpp 32 mutable int mi;
  /external/clang/test/SemaTemplate/
instantiate-field.cpp 11 mutable T x2; // expected-error{{data member instantiated with function type}}
  /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/llvm/include/llvm/CodeGen/
AsmPrinter.h 458 mutable const MachineInstr *LastMI;
459 mutable unsigned LastFn;
460 mutable unsigned Counter;
461 mutable unsigned SetCounter;
  /external/llvm/include/llvm/IR/
ValueSymbolTable.h 126 mutable uint32_t LastUnique; ///< Counter for tracking unique names
  /external/llvm/include/llvm/MC/
MCDisassembler.h 134 // Marked mutable because we cache it inside the disassembler, rather than
136 mutable raw_ostream *CommentStream;
MCSymbol.h 57 mutable unsigned IsUsed : 1;
  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.h 61 mutable DWARFAbbreviationDeclarationCollMapConstIter PrevAbbrOffsetPos;
  /external/openfst/src/include/fst/extensions/pdt/
reverse.h 30 #include <fst/mutable-fst.h>
  /external/skia/src/animator/
SkDrawPath.h 44 mutable SkScalar fLength;
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 74 mutable int fGlyphCount;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 132 mutable int ref_count_;
133 mutable bool check_sum_finalized_;
134 mutable MD5 check_sum_;
135 mutable string check_sum_string_;
  /frameworks/av/media/libmediaplayerservice/
Crypto.h 59 mutable Mutex mLock;
MetadataRetrieverClient.h 61 mutable Mutex mLock;
  /frameworks/av/media/libstagefright/include/
MPEG2PSExtractor.h 51 mutable Mutex mLock;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.h 62 mutable Mutex mInputMutex;
JpegProcessor.h 63 mutable Mutex mInputMutex;
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 63 mutable GLuint tid;
  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 78 mutable Mutex mLock;
  /frameworks/base/include/androidfw/
AssetManager.h 342 mutable Vector<String8> mZipPath;
343 mutable Vector<sp<SharedZip> > mZipFile;
347 mutable Mutex mLock;
355 mutable ResTable* mResources;
  /frameworks/base/libs/hwui/
TextureCache.h 144 mutable Mutex mLock;
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 128 mutable Mutex mutex_; // allows concurrent produce/consume/param change
  /frameworks/native/include/gui/
BitTube.h 80 mutable int mReceiveFd;
ConsumerBase.h 232 mutable Mutex mMutex;

Completed in 1298 milliseconds

<<11121314151617181920>>