OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
301 - 325
of
1259
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
formatter.h
122
/// Whether an iterator is constant,
mutable
, or unknown
446
mutable
_Parameter _M_parameters[__max_parameters];
447
mutable
std::size_t _M_num_parameters;
448
mutable
const char* _M_text;
449
mutable
std::size_t _M_max_length;
451
mutable
std::size_t _M_column;
452
mutable
bool _M_first_line;
453
mutable
bool _M_wordwrap;
/external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShaderPriv.h
168
mutable
uint16_t* fCache16; // working ptr. If this is NULL, we need to recompute the cache values
169
mutable
SkPMColor* fCache32; // working ptr. If this is NULL, we need to recompute the cache values
171
mutable
uint16_t* fCache16Storage; // storage for fCache16, allocated on demand
172
mutable
SkMallocPixelRef* fCache32PixelRef;
173
mutable
unsigned fCacheAlpha; // the alpha value we used when we computed the cache. larger than 8bits so we can store uninitialized value
/external/skia/src/effects/gradients/
SkGradientShaderPriv.h
168
mutable
uint16_t* fCache16; // working ptr. If this is NULL, we need to recompute the cache values
169
mutable
SkPMColor* fCache32; // working ptr. If this is NULL, we need to recompute the cache values
171
mutable
uint16_t* fCache16Storage; // storage for fCache16, allocated on demand
172
mutable
SkMallocPixelRef* fCache32PixelRef;
173
mutable
unsigned fCacheAlpha; // the alpha value we used when we computed the cache. larger than 8bits so we can store uninitialized value
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h
267
mutable
Mutex mLock;
270
mutable
nsecs_t mNextFakeVSync;
351
mutable
Mutex mLock;
352
mutable
nsecs_t mLastHwVSync[HWC_NUM_PHYSICAL_DISPLAY_TYPES];
355
mutable
Mutex mEventControlLock;
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.h
260
mutable
ScopedVector<AutofillProfile> auxiliary_profiles_;
264
mutable
std::vector<AutofillProfile*> profiles_;
286
mutable
bool has_logged_profile_count_;
/external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.h
101
mutable
TreeType::Iterator iterator_; // Dereferencing this is non-const.
133
mutable
scoped_ptr<TreeIterator> tree_iterator_;
142
mutable
bool tree_changed_;
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.h
128
mutable
RefPtr<MediaList> m_mediaCSSOMWrapper;
129
mutable
Vector<RefPtr<CSSRule> > m_childRuleCSSOMWrappers;
130
mutable
OwnPtr<CSSRuleList> m_ruleListCSSOMWrapper;
/external/chromium_org/third_party/WebKit/Source/core/page/
Frame.h
177
mutable
FrameTree m_treeNode;
178
mutable
FrameLoader m_loader;
179
mutable
NavigationScheduler m_navigationScheduler;
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h
161
mutable
RefPtr<WorkerLocation> m_location;
162
mutable
RefPtr<WorkerNavigator> m_navigator;
167
mutable
RefPtr<DOMURL> m_domURL;
/external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.h
59
mutable
bool fPrecomputed;
60
mutable
SkFixed fFilterTable[SKBITMAP_FILTER_TABLE_SIZE];
61
mutable
SkScalar fFilterTableScalar[SKBITMAP_FILTER_TABLE_SIZE];
/external/clang/include/clang/Driver/
ToolChain.h
67
mutable
OwningPtr<Tool> Clang;
68
mutable
OwningPtr<Tool> Assemble;
69
mutable
OwningPtr<Tool> Link;
/external/skia/src/core/
SkBitmapFilter.h
59
mutable
bool fPrecomputed;
60
mutable
SkFixed fFilterTable[SKBITMAP_FILTER_TABLE_SIZE];
61
mutable
SkScalar fFilterTableScalar[SKBITMAP_FILTER_TABLE_SIZE];
/external/stlport/stlport/stl/
_istreambuf_iterator.h
100
mutable
_CharT _M_c;
101
mutable
bool _M_eof;
102
mutable
bool _M_have_c;
_stream_iterator.h
142
mutable
_Tp _M_value;
143
mutable
bool _M_ok;
144
mutable
bool _M_read_done;
/frameworks/av/media/libmediaplayerservice/
Drm.h
123
mutable
Mutex mLock;
128
mutable
Mutex mEventLock;
129
mutable
Mutex mNotifyLock;
/frameworks/native/include/gui/
SurfaceComposerClient.h
152
mutable
Mutex mLock;
170
mutable
sp<CpuConsumer> mCpuConsumer;
171
mutable
sp<BufferQueue> mBufferQueue;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h
100
mutable
_CharT _M_c;
101
mutable
bool _M_eof;
102
mutable
bool _M_have_c;
_stream_iterator.h
142
mutable
_Tp _M_value;
143
mutable
bool _M_ok;
144
mutable
bool _M_read_done;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h
100
mutable
_CharT _M_c;
101
mutable
bool _M_eof;
102
mutable
bool _M_have_c;
_stream_iterator.h
142
mutable
_Tp _M_value;
143
mutable
bool _M_ok;
144
mutable
bool _M_read_done;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h
100
mutable
_CharT _M_c;
101
mutable
bool _M_eof;
102
mutable
bool _M_have_c;
_stream_iterator.h
142
mutable
_Tp _M_value;
143
mutable
bool _M_ok;
144
mutable
bool _M_read_done;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h
100
mutable
_CharT _M_c;
101
mutable
bool _M_eof;
102
mutable
bool _M_have_c;
_stream_iterator.h
142
mutable
_Tp _M_value;
143
mutable
bool _M_ok;
144
mutable
bool _M_read_done;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h
100
mutable
_CharT _M_c;
101
mutable
bool _M_eof;
102
mutable
bool _M_have_c;
Completed in 3052 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>