OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutable
(Results
176 - 200
of
1825
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/test/cctest/compiler/
test-js-context-specialization.cc
73
//
Mutable
slot, constant context, depth = 0 => do nothing.
81
//
Mutable
slot, non-constant context, depth = 0 => do nothing.
89
//
Mutable
slot, constant context, depth > 0 => fold-in parent context.
144
//
Mutable
slot, constant context, depth = 0 => do nothing.
153
//
Mutable
slot, non-constant context, depth = 0 => do nothing.
171
//
Mutable
slot, constant context, depth > 0 => fold-in parent context.
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.h
288
mutable
Mutex mLock;
291
mutable
nsecs_t mNextFakeVSync;
366
mutable
Mutex mDisplayLock;
377
mutable
Mutex mLock;
378
mutable
nsecs_t mLastHwVSync[HWC_NUM_PHYSICAL_DISPLAY_TYPES];
381
mutable
Mutex mEventControlLock;
/external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp
35
mutable
std::unique_ptr<BugType> BT;
36
mutable
Selector releaseS;
ObjCAtSyncChecker.cpp
29
mutable
std::unique_ptr<BuiltinBug> BT_null;
30
mutable
std::unique_ptr<BuiltinBug> BT_undef;
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
blocks.mm
40
[=] ()
mutable
{
50
[=] ()
mutable
{
templates.cpp
108
[=] ()
mutable
{
109
[=] ()
mutable
{
/external/clang/test/CXX/special/class.copy/
p13-0x.cpp
118
namespace
Mutable
{
125
mutable
A a;
/external/clang/test/CodeGenCXX/
const-init.cpp
50
// global if it has a
mutable
member.
52
mutable
int n;
/external/clang/test/SemaCXX/
captured-statements.cpp
11
y = z; // expected-error{{cannot assign to a variable captured by copy in a non-
mutable
lambda}}
24
c = a; // expected-error{{cannot assign to a variable captured by copy in a non-
mutable
lambda}}
/external/libweave/src/privet/
security_manager.h
126
mutable
int pairing_attemts_{0};
127
mutable
base::Time block_pairing_until_;
/external/llvm/include/llvm/MC/
MCSymbol.h
77
mutable
PointerIntPair<MCFragment *, 1> FragmentAndHasName;
88
mutable
unsigned IsUsed : 1;
90
mutable
bool IsRegistered : 1;
93
mutable
unsigned IsExternal : 1;
96
mutable
unsigned IsPrivateExtern : 1;
103
mutable
unsigned IsUsedInReloc : 1;
120
mutable
uint32_t Flags : NumFlagsBits;
123
mutable
uint32_t Index = 0;
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.h
46
* - protect the access to the
mutable
data members below
74
*
Mutable
members.
/external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.h
72
// Used to make sure all ancestors are also
mutable
when first
78
// default message instance
mutable
.
/external/skia/include/utils/
SkCamera.h
112
mutable
SkMatrix fOrientation;
113
mutable
bool fNeedToUpdate;
/external/skia/src/gpu/
GrPathRange.h
146
mutable
SkAutoTUnref<PathGenerator> fPathGenerator;
147
mutable
SkTArray<uint8_t, true /*MEM_COPY*/> fGeneratedPaths;
/external/skia/src/gpu/text/
GrStencilAndCoverTextContext.h
107
mutable
SkGlyphCache* fDetachedGlyphCache;
108
mutable
uint32_t fLastDrawnGlyphsID;
/external/skia/src/image/
SkSurface_Base.h
73
* Signal the surface to remind its backing store that it's
mutable
again.
74
* Called only when we _didn't_ copy-on-write; we assume the copies start
mutable
.
/external/webrtc/talk/media/webrtc/
webrtcvideoframe.h
142
// This is
mutable
as the calculation is expensive but once calculated, it
144
mutable
rtc::scoped_ptr<VideoFrame> rotated_frame_;
/external/webrtc/webrtc/base/
diskcache.h
65
mutable
size_t accessors;
89
mutable
size_t total_accessors_;
/frameworks/av/camera/ndk/impl/
ACameraMetadata.h
101
mutable
Mutex mLock;
103
mutable
Vector<uint32_t> mTags; // updated in getTags, cleared by update
/frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h
107
mutable
Mutex mRemoteCallbackLock;
127
mutable
Mutex mBinderSerializationLock;
/frameworks/base/libs/hwui/renderstate/
MeshState.cpp
117
// update pos coords if !current vbo, since vertices may point into
mutable
memory (e.g. stack)
128
// update tex coords if !current vbo, since vertices may point into
mutable
memory (e.g. stack)
/frameworks/native/include/binder/
BpBinder.h
111
mutable
Mutex mLock;
117
mutable
String16 mDescriptorCache;
/frameworks/native/include/gui/
SurfaceControl.h
120
mutable
Mutex mLock;
121
mutable
sp<Surface> mSurfaceData;
/ndk/tests/device/test-gnustl-full/unit/
multiset_test.cpp
65
//Check iterator on a
mutable
set
76
//Check const_iterator on a
mutable
multiset
Completed in 509 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>