| /external/clang/test/CodeGenCXX/ |
| cxx1y-init-captures.cpp | 102 auto global_lambda = [a = 0] () mutable { return ++a; };
|
| global-llvm-constant.cpp | 23 mutable int i;
|
| init-invariant.cpp | 21 mutable int n;
|
| /external/clang/test/PCH/ |
| cxx1y-init-captures.cpp | 11 auto counter = [a(0)] () mutable { return a++; };
|
| /external/lldb/include/lldb/Core/ |
| InputReaderStack.h | 49 mutable Mutex m_input_readers_mutex;
|
| /external/llvm/include/llvm/Support/ |
| StreamingMemoryObject.h | 54 mutable std::vector<unsigned char> Bytes; 56 mutable size_t BytesRead; // Bytes read from stream 58 mutable size_t ObjectSize; // 0 if unknown, set if wrapper seen or EOF reached 59 mutable bool EOFReached;
|
| /external/skia/src/animator/ |
| SkDisplayMath.h | 25 mutable SkRandom fRandom;
|
| SkDisplayRandom.h | 37 mutable SkRandom fRandom;
|
| /external/clang/include/clang/AST/ |
| NSAPI.h | 227 mutable IdentifierInfo *ClassIds[NumClassIds]; 229 mutable Selector NSStringSelectors[NumNSStringMethods]; 232 mutable Selector NSArraySelectors[NumNSArrayMethods]; 235 mutable Selector NSDictionarySelectors[NumNSDictionaryMethods]; 238 mutable Selector NSSetSelectors[NumNSSetMethods]; 241 mutable Selector NSNumberClassSelectors[NumNSNumberLiteralMethods]; 242 mutable Selector NSNumberInstanceSelectors[NumNSNumberLiteralMethods]; 244 mutable Selector objectForKeyedSubscriptSel, objectAtIndexedSubscriptSel, 248 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId; 249 mutable IdentifierInfo *NSASCIIStringEncodingId, *NSUTF8StringEncodingId [all...] |
| /external/skia/include/ports/ |
| SkFontMgr_indirect.h | 94 mutable SkTArray<DataEntry> fDataCache; 95 mutable SkMutex fDataCacheMutex; 97 mutable SkAutoTUnref<SkDataTable> fFamilyNames; 98 mutable bool fFamilyNamesInited; 99 mutable SkMutex fFamilyNamesMutex;
|
| /frameworks/native/include/gui/ |
| SensorManager.h | 122 mutable Mutex mLock; 123 mutable sp<ISensorServer> mSensorServer; 124 mutable Sensor const** mSensorList; 125 mutable Vector<Sensor> mSensors; 126 mutable sp<IBinder::DeathRecipient> mDeathObserver;
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| NSAutoreleasePoolChecker.cpp | 35 mutable std::unique_ptr<BugType> BT; 36 mutable Selector releaseS;
|
| /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
| p7.cpp | 24 (void)[i,ic] () mutable ->void { 29 (void)[=] () mutable ->void {
|
| /external/clang/test/Preprocessor/ |
| cxx_oper_keyword_ms_compat.cpp | 62 #define mutable macro 147 mutable
|
| /external/harfbuzz_ng/src/ |
| hb-face-private.hh | 54 mutable unsigned int upem; 55 mutable unsigned int num_glyphs;
|
| /external/libcxx/test/support/ |
| counting_predicates.hpp | 26 mutable size_t count_; 43 mutable size_t count_;
|
| /external/llvm/include/llvm/IR/ |
| Mangler.h | 42 mutable DenseMap<const GlobalValue*, unsigned> AnonGlobalIDs; 46 mutable unsigned NextAnonGlobalID;
|
| /external/llvm/include/llvm/MC/ |
| MCSectionCOFF.h | 29 // FIXME: The following fields should not be mutable, but are for now so 34 mutable unsigned Characteristics; 43 mutable int Selection;
|
| /external/webrtc/src/system_wrappers/source/ |
| list_stl.h | 31 mutable std::list<ListItem*>::iterator this_iter_; 61 mutable std::list<ListItem*> list_;
|
| /frameworks/native/opengl/libagl/ |
| BufferObjectManager.h | 67 mutable volatile int32_t mCount; 68 mutable Mutex mLock;
|
| TokenManager.h | 45 mutable Mutex mLock;
|
| /external/drm_hwcomposer/ |
| drmcompositor.h | 51 // mutable for Dump() propagation 52 mutable std::map<int, DrmDisplayCompositor> compositor_map_;
|
| /external/skia/src/gpu/gl/ |
| GrGLPathRange.h | 54 mutable size_t fGpuMemorySize;
|
| /frameworks/av/services/mediaresourcemanager/ |
| ServiceLog.h | 40 mutable Mutex mLock;
|
| /frameworks/rs/ |
| rsObjectBase.h | 91 mutable int32_t mSysRefCount; 92 mutable int32_t mUserRefCount; 94 mutable const ObjectBase * mPrev; 95 mutable const ObjectBase * mNext;
|