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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p10.cpp 7 mutable const int f0; // expected-error{{'mutable' and 'const' cannot be mixed}}
8 mutable T0 f1; // expected-error{{'mutable' and 'const' cannot be mixed}}
9 mutable int &f2; // expected-error{{'mutable' cannot be applied to references}}
10 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}}
11 mutable struct s1 {}; // expected-error{{'mutable' can only be applied to member variables}
    [all...]
  /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/SemaCXX/
ms_mutable_reference_member.cpp 4 mutable int &a; // expected-warning {{'mutable' on a reference type is a Microsoft extension}}
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/clang/test/Parser/
cxx0x-lambda-expressions.cpp 21 [&] (int) mutable -> void {};
30 [] mutable -> int { return 0; }; // expected-error{{lambda requires '()' before 'mutable'}}
63 [n(0)] () mutable -> int { return ++n; }; // expected-warning{{extension}}
65 [n = 0] { return ++n; }; // expected-error {{captured by copy in a non-mutable}} expected-warning{{extension}}
80 mutable {}; // expected-error {{expected body of lambda expression}}
84 []() mutable [[]] -> void {};
85 []() mutable noexcept [[]] -> void {};
88 // before the mutable specifier instead of after (unlike C++11).
89 []() __attribute__((noreturn)) mutable { while(1); }
    [all...]
  /external/skia/src/effects/gradients/
SkGradientBitmapCache.h 28 mutable Entry* fHead;
29 mutable Entry* fTail;
  /external/webrtc/webrtc/system_wrappers/source/
trace_posix.h 31 volatile mutable uint32_t prev_api_tick_count_;
32 volatile mutable uint32_t prev_tick_count_;
trace_win.h 30 volatile mutable uint32_t prev_api_tick_count_;
31 volatile mutable uint32_t prev_tick_count_;
  /external/clang/test/CodeGenCXX/
static-mutable.cpp 4 mutable int n;
global-llvm-constant.cpp 23 mutable int i;
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.h 68 mutable snd_mixer_t* _outputMixerHandle;
70 mutable snd_mixer_t* _inputMixerHandle;
72 mutable snd_mixer_elem_t* _outputMixerElement;
73 mutable snd_mixer_elem_t* _inputMixerElement;
  /frameworks/av/include/cpustats/
CentralTendencyStatistics.h 66 mutable double mVariance;
67 mutable unsigned mVarianceKnownForN;
70 mutable double mStddev;
71 mutable unsigned mStddevKnownForN;
  /external/libchrome/base/
sequence_checker_impl.h 39 mutable Lock lock_;
43 mutable bool sequence_token_assigned_;
45 mutable SequencedWorkerPool::SequenceToken sequence_token_;
  /external/libchrome/base/threading/
thread_checker_impl.h 36 mutable base::Lock lock_;
37 // This is mutable so that CalledOnValidThread can set it.
39 mutable PlatformThreadRef valid_thread_id_;
  /external/webrtc/webrtc/base/
thread_checker_impl.h 40 mutable CriticalSection lock_;
41 // This is mutable so that CalledOnValidThread can set it.
43 mutable PlatformThreadRef valid_thread_;
linked_ptr.h 26 * NO_MEMBER_TEMPLATES, explicit or mutable */
79 mutable const linked_ptr* itsPrev;
80 mutable const linked_ptr* itsNext;
88 #ifndef mutable
102 #ifndef mutable
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4-sources.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6-sources.jar 
  /external/skia/include/ports/
SkFontMgr_indirect.h 95 mutable SkTArray<DataEntry> fDataCache;
96 mutable SkMutex fDataCacheMutex;
98 mutable SkAutoTUnref<SkDataTable> fFamilyNames;
99 mutable bool fFamilyNamesInited;
100 mutable SkMutex fFamilyNamesMutex;
  /external/clang/include/clang/AST/
NSAPI.h 235 mutable IdentifierInfo *ClassIds[NumClassIds];
237 mutable Selector NSStringSelectors[NumNSStringMethods];
240 mutable Selector NSArraySelectors[NumNSArrayMethods];
243 mutable Selector NSDictionarySelectors[NumNSDictionaryMethods];
246 mutable Selector NSSetSelectors[NumNSSetMethods];
249 mutable Selector NSNumberClassSelectors[NumNSNumberLiteralMethods];
250 mutable Selector NSNumberInstanceSelectors[NumNSNumberLiteralMethods];
252 mutable Selector objectForKeyedSubscriptSel, objectAtIndexedSubscriptSel,
256 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId;
257 mutable IdentifierInfo *NSASCIIStringEncodingId, *NSUTF8StringEncodingId
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1-sources.jar 
  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 10 (void)[]() mutable {
  /external/clang/test/SemaObjCXX/
reserved-keyword-methods.mm 16 macro(mutable) \

Completed in 2788 milliseconds

1 2 3 4 5 6 7 8 91011>>