HomeSort by relevance Sort by last modified time
    Searched refs:mutable (Results 1 - 25 of 1259) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/util/
MutabilityControl.java 26 /** whether this instance is mutable */
27 private boolean mutable; field in class:MutabilityControl
30 * Constructs an instance. It is initially mutable.
33 mutable = true;
39 * @param mutable {@code true} iff this instance is mutable
41 public MutabilityControl(boolean mutable) {
42 this.mutable = mutable;
49 mutable = false
    [all...]
  /dalvik/dx/src/com/android/dx/util/
MutabilityControl.java 26 /** whether this instance is mutable */
27 private boolean mutable; field in class:MutabilityControl
30 * Constructs an instance. It is initially mutable.
33 mutable = true;
39 * @param mutable {@code true} iff this instance is mutable
41 public MutabilityControl(boolean mutable) {
42 this.mutable = mutable;
49 mutable = false
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
MutabilityControl.java 26 /** whether this instance is mutable */
27 private boolean mutable; field in class:MutabilityControl
30 * Constructs an instance. It is initially mutable.
33 mutable = true;
39 * @param mutable {@code true} iff this instance is mutable
41 public MutabilityControl(boolean mutable) {
42 this.mutable = mutable;
49 mutable = false
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p10.cpp 8 mutable const int f0; // expected-error{{'mutable' and 'const' cannot be mixed}}
9 mutable T0 f1; // expected-error{{'mutable' and 'const' cannot be mixed}}
10 mutable int &f2; // expected-error{{'mutable' cannot be applied to references}}
11 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}}
12 mutable struct s1 {}; // expected-error{{'mutable' cannot be applied to non-data members}
    [all...]
  /external/clang/test/CodeGenCXX/
static-mutable.cpp 4 mutable int n;
  /external/chromium/base/threading/
thread_checker_impl.h 36 mutable base::Lock lock_;
37 // This is mutable so that CalledOnValidThread can set it.
39 mutable PlatformThreadId valid_thread_id_;
  /external/chromium_org/base/threading/
thread_checker_impl.h 35 mutable base::Lock lock_;
36 // This is mutable so that CalledOnValidThread can set it.
38 mutable PlatformThreadId valid_thread_id_;
  /external/chromium_org/base/
sequence_checker_impl.h 39 mutable Lock lock_;
43 mutable bool sequence_token_assigned_;
45 mutable SequencedWorkerPool::SequenceToken sequence_token_;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.h 52 mutable GtkWidget* fake_window_;
53 mutable OwnedWidgetGtk fake_entry_;
54 mutable OwnedWidgetGtk fake_label_;
55 mutable OwnedWidgetGtk fake_button_;
57 mutable OwnedWidgetGtk fake_menu_;
58 mutable GtkWidget* fake_menu_item_;
  /external/chromium_org/content/browser/renderer_host/java/
java_method.h 35 mutable base::android::ScopedJavaGlobalRef<jobject> java_method_;
36 mutable bool have_calculated_num_parameters_;
37 mutable size_t num_parameters_;
38 mutable std::vector<JavaType> parameter_types_;
39 mutable JavaType return_type_;
40 mutable jmethodID id_;
  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 10 (void)[]() mutable {
  /frameworks/av/include/cpustats/
CentralTendencyStatistics.h 66 mutable double mVariance;
67 mutable unsigned mVarianceKnownForN;
70 mutable double mStddev;
71 mutable unsigned mStddevKnownForN;
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.h 71 mutable scoped_refptr<ChromeURLRequestContextGetter>
73 mutable scoped_refptr<ChromeURLRequestContextGetter>
75 mutable scoped_refptr<ChromeURLRequestContextGetter>
77 mutable ChromeURLRequestContextGetterMap app_request_context_getter_map_;
82 mutable bool initialized_;
121 mutable scoped_ptr<LazyParams> lazy_params_;
123 mutable scoped_refptr<RequestContext> media_request_context_;
125 mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
126 mutable scoped_ptr<net::HttpTransactionFactory> media_http_factory_;
129 mutable HttpTransactionFactoryMap app_http_factory_map_
    [all...]
  /external/webrtc/src/system_wrappers/source/
trace_posix.h 31 volatile mutable WebRtc_UWord32 _prevAPITickCount;
32 volatile mutable WebRtc_UWord32 _prevTickCount;
trace_win.h 31 volatile mutable WebRtc_UWord32 _prevAPITickCount;
32 volatile mutable WebRtc_UWord32 _prevTickCount;
  /frameworks/native/include/gui/
SensorManager.h 65 mutable Mutex mLock;
66 mutable sp<ISensorServer> mSensorServer;
67 mutable Sensor const** mSensorList;
68 mutable Vector<Sensor> mSensors;
69 mutable sp<IBinder::DeathRecipient> mDeathObserver;
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 449 mutable bool initialized_;
453 mutable scoped_ptr<ProfileParams> profile_params_;
456 mutable scoped_ptr<SigninNamesOnIOThread> signin_names_;
458 mutable StringPrefMember google_services_username_;
459 mutable StringPrefMember google_services_username_pattern_;
460 mutable BooleanPrefMember reverse_autologin_enabled_;
466 mutable StringListPrefMember one_click_signin_rejected_email_list_;
469 mutable BooleanPrefMember enable_referrers_;
470 mutable BooleanPrefMember enable_do_not_track_;
471 mutable BooleanPrefMember force_safesearch_
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/infobars/
mock_link_infobar_delegate.h 41 mutable bool icon_accessed_;
42 mutable bool message_text_accessed_;
43 mutable bool link_text_accessed_;
  /external/llvm/include/llvm/Analysis/
LibCallSemantics.h 129 mutable void *Impl;
130 mutable const LibCallLocationInfo *Locations;
131 mutable unsigned NumLocations;
  /external/ceres-solver/internal/ceres/
implicit_schur_complement.h 86 // they depend on mutable arrays used for the temporaries needed to
158 mutable Vector tmp_rows_;
159 mutable Vector tmp_e_cols_;
160 mutable Vector tmp_e_cols_2_;
161 mutable Vector tmp_f_cols_;
  /external/chromium_org/chrome/browser/extensions/
extension_action_manager.h 59 mutable ExtIdToActionMap page_actions_;
60 mutable ExtIdToActionMap browser_actions_;
61 mutable ExtIdToActionMap script_badges_;
62 mutable ExtIdToActionMap system_indicators_;
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
simple_lock.h 32 mutable pthread_mutex_t lock_;
  /frameworks/rs/
rsProgramBase.h 36 mutable bool mDirty;
  /external/chromium_org/chrome/browser/net/
chrome_http_user_agent_settings.h 38 mutable std::string last_pref_accept_language_;
39 mutable std::string last_http_accept_language_;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeWithIndex.h 58 mutable bool m_haveIndex;
59 mutable int m_index;

Completed in 1177 milliseconds

1 2 3 4 5 6 7 8 91011>>