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

1 2 3 45 6 7 8 91011>>

  /external/lldb/include/lldb/API/
SBEvent.h 96 mutable lldb::EventSP m_event_sp;
97 mutable lldb_private::Event *m_opaque_ptr;
  /external/llvm/include/llvm/MC/
MCSymbol.h 48 mutable const MCSection *Section;
62 mutable unsigned IsUsed : 1;
  /external/llvm/include/llvm/Option/
Arg.h 53 mutable unsigned Claimed : 1;
56 mutable unsigned OwnsValues : 1;
  /external/skia/include/gpu/
GrProgramElement.h 114 mutable int32_t fRefCnt;
116 mutable int32_t fPendingExecutions;
  /external/skia/src/gpu/
GrPathRange.h 89 mutable SkAutoTUnref<PathGenerator> fPathGenerator;
90 mutable SkTArray<uint8_t, true /*MEM_COPY*/> fGeneratedPaths;
GrPipelineBuilder.h 428 mutable SkAutoTUnref<const GrXPFactory> fXPFactory;
433 mutable GrProcOptInfo fColorProcInfo;
434 mutable GrProcOptInfo fCoverageProcInfo;
435 mutable bool fColorProcInfoValid;
436 mutable bool fCoverageProcInfoValid;
437 mutable GrColor fColorCache;
438 mutable GrColor fCoverageCache;
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 52 mutable SkMutex fLibraryMutex;
80 mutable int fGlyphCount;
  /external/v8/test/mjsunit/regress/
regress-3307.js 19 new p(0.1); // make 'x' mutable box double field in p.
  /frameworks/base/libs/hwui/thread/
TaskManager.h 91 mutable Mutex mLock;
96 mutable Signal mSignal;
  /frameworks/native/include/gui/
SensorEventQueue.h 87 mutable Mutex mLock;
88 mutable sp<Looper> mLooper;
BufferQueueCore.h 140 mutable Mutex mMutex;
204 mutable Condition mDequeueCondition;
268 mutable Condition mIsAllocatingCondition;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java 22 private boolean mutable; field in class:ShadowBitmap
99 return mutable;
102 public void setMutable(boolean mutable) {
103 this.mutable = mutable;
  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 220 mutable bool m_isRUpToDate;
221 mutable ComputationInfo m_info;
225 mutable cholmod_sparse *m_cR; // The sparse R factor in cholmod format
226 mutable MatrixType m_R; // The sparse matrix R in Eigen format
227 mutable Index *m_E; // The permutation applied to columns
228 mutable cholmod_sparse *m_H; //The householder vectors
229 mutable Index *m_HPinv; // The row permutation of H
230 mutable cholmod_dense *m_HTau; // The Householder coefficients
231 mutable Index m_rank; // The rank of the matrix
232 mutable cholmod_common m_cc; // Workspace and parameter
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 201 mutable Mutex mReturnFrameLock;
204 mutable Mutex mLock;
224 mutable Mutex mPreviewBufferLock;
231 mutable Mutex mVideoBufferLock;
238 mutable Mutex mCaptureBufferLock;
245 mutable Mutex mPreviewDataBufferLock;
249 mutable Mutex mSubscriberLock;
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 162 mutable size_t ref_count_; // reference count of current object
166 mutable size_t object_id_;
272 mutable T* p_;
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 99 mutable std::unique_ptr<APIMisuse> BT;
101 mutable llvm::SmallDenseMap<Selector, unsigned, 16> StringSelectors;
102 mutable Selector ArrayWithObjectSel;
103 mutable Selector AddObjectSel;
104 mutable Selector InsertObjectAtIndexSel;
105 mutable Selector ReplaceObjectAtIndexWithObjectSel;
106 mutable Selector SetObjectAtIndexedSubscriptSel;
107 mutable Selector ArrayByAddingObjectSel;
108 mutable Selector DictionaryWithObjectForKeySel;
109 mutable Selector SetObjectForKeySel
    [all...]
FixedAddressChecker.cpp 28 mutable std::unique_ptr<BuiltinBug> BT;
TaintTesterChecker.cpp 25 mutable std::unique_ptr<BugType> BT;
UndefinedArraySubscriptChecker.cpp 28 mutable std::unique_ptr<BugType> BT;
  /art/runtime/
linear_alloc.h 51 mutable Mutex lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
signal_catcher.h 54 mutable Mutex lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 11 mutable std::unique_ptr<BugType> BT;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p18.cpp 36 [=] () mutable {
p5.cpp 21 // followed by mutable.
27 auto ml = [=]() mutable{}; // expected-note{{method is not marked const}} \
  /external/clang/test/CodeGenCXX/
const-init.cpp 50 // global if it has a mutable member.
52 mutable int n;

Completed in 1632 milliseconds

1 2 3 45 6 7 8 91011>>