OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
26 - 50
of
1473
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsProgramBase.h
36
mutable
bool mDirty;
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsProgramBase.h
36
mutable
bool mDirty;
/external/chromium_org/chrome/browser/profiles/
profile_io_data.h
490
mutable
bool initialized_;
494
mutable
scoped_ptr<ProfileParams> profile_params_;
497
mutable
scoped_ptr<SigninNamesOnIOThread> signin_names_;
500
mutable
base::Callback<scoped_ptr<net::ClientCertStore>()>
503
mutable
StringPrefMember google_services_user_account_id_;
504
mutable
StringPrefMember google_services_username_;
505
mutable
StringPrefMember google_services_username_pattern_;
506
mutable
BooleanPrefMember reverse_autologin_enabled_;
512
mutable
StringListPrefMember one_click_signin_rejected_email_list_;
514
mutable
scoped_refptr<MediaDeviceIDSalt> media_device_id_salt_
[
all
...]
off_the_record_profile_io_data.h
90
mutable
scoped_refptr<ChromeURLRequestContextGetter>
92
mutable
scoped_refptr<ChromeURLRequestContextGetter>
94
mutable
ChromeURLRequestContextGetterMap
100
mutable
bool initialized_;
145
mutable
scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
146
mutable
scoped_ptr<net::FtpTransactionFactory> ftp_factory_;
148
mutable
scoped_ptr<net::URLRequestJobFactory> main_job_factory_;
149
mutable
scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_;
151
mutable
scoped_ptr<net::SdchManager> sdch_manager_;
/external/chromium_org/chrome/browser/net/
chrome_http_user_agent_settings.h
37
mutable
std::string last_pref_accept_language_;
38
mutable
std::string last_http_accept_language_;
/external/chromium_org/third_party/WebKit/Source/modules/quota/
WorkerNavigatorStorageQuota.h
58
mutable
PersistentWillBeMember<DeprecatedStorageQuota> m_temporaryStorage;
59
mutable
PersistentWillBeMember<DeprecatedStorageQuota> m_persistentStorage;
DeprecatedStorageInfo.h
71
mutable
Member<DeprecatedStorageQuota> m_temporaryStorage;
72
mutable
Member<DeprecatedStorageQuota> m_persistentStorage;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.h
108
mutable
Vector<RefPtr<FontData>, 1> m_fontList;
109
mutable
GlyphPages m_pages;
110
mutable
GlyphPageTreeNode* m_pageZero;
111
mutable
const SimpleFontData* m_cachedPrimarySimpleFontData;
113
mutable
WidthCache m_widthCache;
115
mutable
int m_familyIndex;
117
mutable
unsigned m_pitch : 3; // Pitch
118
mutable
bool m_hasLoadingFallback : 1;
/hardware/intel/img/hwcomposer/common/observers/
SoftVsyncObserver.h
43
mutable
Mutex mLock;
45
mutable
nsecs_t mNextFakeVSync;
/external/clang/test/SemaCXX/
class.cpp
69
mutable
int mi;
70
mutable
int &mir; // expected-error {{'
mutable
' cannot be applied to references}}
71
mutable
void mfn(); // expected-error {{'
mutable
' cannot be applied to functions}}
72
mutable
const int mci; // expected-error {{'
mutable
' and 'const' cannot be mixed}}
92
mutable
int j;
102
// Play with
mutable
a bit more, to make sure it doesn't crash anything.
103
mutable
int gi; // expected-error {{'mutable' can only be applied to member variables}
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_action_manager.h
62
mutable
ExtIdToActionMap page_actions_;
63
mutable
ExtIdToActionMap browser_actions_;
64
mutable
ExtIdToActionMap system_indicators_;
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.h
50
mutable
bool icon_accessed_;
51
mutable
bool message_text_accessed_;
52
mutable
bool link_text_accessed_;
/external/chromium_org/net/url_request/
url_request_job_manager.h
90
mutable
base::PlatformThreadId allowed_thread_;
91
mutable
bool allowed_thread_initialized_;
94
mutable
base::Lock lock_;
/external/icu/icu4c/source/i18n/
collationtailoring.h
67
mutable
Locale actualLocale;
82
mutable
UHashtable *maxExpansions;
83
mutable
UInitOnce maxExpansionsInitOnce;
/external/lldb/tools/debugserver/source/
PThreadEvent.h
47
mutable
PThreadMutex m_mutex;
48
mutable
PThreadCondition m_set_condition;
49
mutable
PThreadCondition m_reset_condition;
/external/llvm/include/llvm/Analysis/
LibCallSemantics.h
129
mutable
void *Impl;
130
mutable
const LibCallLocationInfo *Locations;
131
mutable
unsigned NumLocations;
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h
73
mutable
RefPtrWillBeMember<Range> m_paragraphRange;
74
mutable
RefPtrWillBeMember<Range> m_offsetAsRange;
75
mutable
String m_text;
76
mutable
int m_checkingStart;
77
mutable
int m_checkingEnd;
78
mutable
int m_checkingLength;
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGroupingRule.h
58
mutable
WillBeHeapVector<RefPtrWillBeMember<CSSRule> > m_childRuleCSSOMWrappers;
59
mutable
OwnPtrWillBeMember<CSSRuleList> m_ruleListCSSOMWrapper;
/external/chromium_org/third_party/skia/src/effects/gradients/
SkBitmapCache.h
28
mutable
Entry* fHead;
29
mutable
Entry* fTail;
/external/skia/src/effects/gradients/
SkBitmapCache.h
28
mutable
Entry* fHead;
29
mutable
Entry* fTail;
/frameworks/base/libs/hwui/thread/
Barrier.h
51
mutable
Mutex mLock;
52
mutable
Condition mCondition;
Signal.h
49
mutable
Mutex mLock;
50
mutable
Condition mCondition;
/frameworks/native/services/surfaceflinger/
Barrier.h
58
mutable
Mutex lock;
59
mutable
Condition cv;
/external/chromium_org/crypto/
mock_apple_keychain.h
22
// KeychainPasswordData values in separate
mutable
containers and
27
// Mock data is
mutable
; don't assume that it won't change over the life of
211
//
Mutable
because the MockAppleKeychain API requires its internal keychain
213
mutable
MockKeychainAttributesMap keychain_attr_list_;
214
mutable
std::map<MockKeychainItemType,
216
mutable
MockKeychainItemType next_item_key_;
222
mutable
std::vector<MockKeychainItemType> remaining_search_results_;
227
mutable
int search_copy_count_;
228
mutable
int keychain_item_copy_count_;
229
mutable
int attribute_data_copy_count_
[
all
...]
/external/chromium_org/chrome/browser/component_updater/test/
url_request_post_interceptor.h
81
mutable
base::Lock interceptor_lock_;
82
mutable
int hit_count_;
83
mutable
std::vector<std::string> requests_;
84
mutable
std::queue<Expectation> expectations_;
Completed in 1556 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>