OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
251 - 275
of
1259
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CodeGenCXX/
const-init.cpp
50
// global if it has a
mutable
member.
52
mutable
int n;
/external/compiler-rt/BlocksRuntime/tests/
copyconstructor.C
30
mutable
int _version;
reference.C
35
mutable
int _version;
/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/llvm/include/llvm/MC/
MCAsmLayout.h
43
mutable
DenseMap<const MCSectionData*, MCFragment*> LastValidFragment;
/external/oprofile/libpp/
sample_container.h
72
* so
mutable
.
74
mutable
samples_by_loc_t samples_by_loc;
/external/skia/include/core/
SkWeakRefCnt.h
154
mutable
int32_t fWeakCnt;
/external/skia/include/gpu/
GrResource.h
107
mutable
int fDeferredRefCount; // How many references in deferred drawing buffers.
/external/skia/include/lazy/
SkLruImageCache.h
61
// fMutex is
mutable
so that getMemoryStatus can be const
62
mutable
/external/skia/src/animator/
SkDisplayEvent.h
56
mutable
SkString fKeyString;
/external/skia/src/pathops/
SkOpAngle.h
87
mutable
bool fUnsortable; // this alone is editable by the less than operator
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.h
72
mutable
Mutex mLock;
/frameworks/av/media/libstagefright/include/
MPEG2TSExtractor.h
49
mutable
Mutex mLock;
/frameworks/base/services/common_time/
common_clock.h
43
mutable
Mutex lock_;
/frameworks/native/include/binder/
PermissionCache.h
50
mutable
Mutex mLock;
/frameworks/native/opengl/libs/EGL/
egl_cache.h
120
mutable
Mutex mMutex;
/frameworks/native/services/surfaceflinger/
DisplayDevice.h
51
mutable
Region dirtyRegion;
53
mutable
Region swapRegion;
182
mutable
uint32_t mPageFlipCount;
198
mutable
int mScreenAcquired;
/frameworks/rs/
rsFBOCache.h
44
mutable
void *drv;
rsPath.h
30
mutable
void * drv;
rsProgramRaster.h
38
mutable
void *drv;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
input_iterator_facade.hpp
74
mutable
bool m_valid;
/system/core/include/utils/
Thread.h
97
mutable
Mutex mLock;
/external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp
33
mutable
OwningPtr<BugType> BT_call_null;
34
mutable
OwningPtr<BugType> BT_call_undef;
35
mutable
OwningPtr<BugType> BT_cxx_call_null;
36
mutable
OwningPtr<BugType> BT_cxx_call_undef;
37
mutable
OwningPtr<BugType> BT_call_arg;
38
mutable
OwningPtr<BugType> BT_msg_undef;
39
mutable
OwningPtr<BugType> BT_objc_prop_undef;
40
mutable
OwningPtr<BugType> BT_objc_subscript_undef;
41
mutable
OwningPtr<BugType> BT_msg_arg;
42
mutable
OwningPtr<BugType> BT_msg_ret
[
all
...]
/external/chromium_org/components/autofill/core/browser/
phone_number_i18n.h
102
mutable
base::string16 formatted_number_;
106
mutable
base::string16 whole_number_;
/external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h
90
mutable
InlineBox* m_prevLeafChild;
91
mutable
InlineBox* m_nextLeafChild;
Completed in 1662 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>