OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
326 - 350
of
1023
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/include/core/
SkBitmap.h
724
mutable
SkPixelRef* fPixelRef;
725
mutable
int fPixelLockCount;
727
mutable
void* fPixels;
728
mutable
SkColorTable* fColorTable; // only meaningful for kIndex8
[
all
...]
SkPathRef.h
437
mutable
SkRect fBounds;
438
mutable
uint8_t fBoundsIsDirty;
439
mutable
SkBool8 fIsFinite; // only meaningful if bounds are valid
454
mutable
uint32_t fGenerationID;
/external/skia/include/gpu/
GrPaint.h
138
mutable
SkAutoTUnref<const GrXPFactory> fXPFactory;
/external/v8/test/intl/break-iterator/
resolved-options-is-method.js
29
// the result is
mutable
.
37
// Result should be
mutable
.
/external/v8/test/intl/collator/
resolved-options-is-method.js
29
// the result is
mutable
.
37
// Result should be
mutable
.
/external/v8/test/intl/date-format/
resolved-options-is-method.js
29
// the result is
mutable
.
37
// Result should be
mutable
.
/external/v8/test/intl/number-format/
resolved-options-is-method.js
29
// the result is
mutable
.
37
// Result should be
mutable
.
/frameworks/av/include/media/stagefright/
SurfaceMediaSource.h
204
mutable
Mutex mMutex;
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h
158
mutable
Mutex mLock;
200
mutable
Mutex mLock; // a recursive mutex might make this unnecessary.
368
mutable
Mutex mLock;
406
mutable
Mutex mLock;
/frameworks/av/media/libstagefright/include/
NuCachedSource2.h
99
mutable
Mutex mLock;
SoftVideoEncoderOMXComponent.h
90
mutable
const hw_module_t *mGrallocModule;
/frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.h
93
mutable
Mutex mInputMutex;
ZslProcessor3.h
98
mutable
Mutex mInputMutex;
/frameworks/av/services/mediaresourcemanager/
ResourceManagerService.h
106
mutable
Mutex mLock;
/frameworks/base/libs/hwui/
TextureCache.h
169
mutable
Mutex mLock;
/frameworks/compile/mclinker/include/mcld/LD/
MsgHandler.h
43
mutable
unsigned int m_NumArgs;
/frameworks/native/include/binder/
ProcessState.h
95
mutable
Mutex mLock; // protects everything below.
/frameworks/native/include/gui/
ConsumerBase.h
246
mutable
Mutex mMutex;
/frameworks/native/opengl/libagl/
TextureObjectManager.h
103
mutable
Mutex mLock;
/frameworks/native/services/sensorservice/
SensorDevice.h
39
mutable
Mutex mLock; // protect mActivationCount[].batchParams
/frameworks/native/services/surfaceflinger/
Transform.h
107
mutable
uint32_t mType;
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h
127
mutable
Mutex mPreviewBufsLock;
/ndk/sources/cxx-stl/stlport/src/
message_facets.h
137
mutable
_Catalog_nl_catd_map _M_cat;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_base.h
82
* constant iterator, and false if it is a
mutable
iterator. Note
93
iterator, and false if it is
mutable
. */
169
* iterators, one for constant iterators and one for
mutable
180
/// The list of
mutable
iterators that reference this container
187
mutable
unsigned int _M_version;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_base.h
82
* constant iterator, and false if it is a
mutable
iterator. Note
93
iterator, and false if it is
mutable
. */
169
* iterators, one for constant iterators and one for
mutable
180
/// The list of
mutable
iterators that reference this container
187
mutable
unsigned int _M_version;
Completed in 1038 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>