Searched
refs:mutable (Results
351 -
375 of
1023) sorted by null
<<11121314151617181920>>
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
| safe_base.h | 82 * constant iterator, and false if it is a mutable iterator. Note 93 iterator, and false if it is mutable. */ 169 * iterators, one for constant iterators and one for mutable 180 /// The list of mutable iterators that reference this container 187 mutable unsigned int _M_version;
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
| safe_base.h | 83 * constant iterator, and false if it is a mutable iterator. Note 94 iterator, and false if it is mutable. */ 170 * iterators, one for constant iterators and one for mutable 181 /// The list of mutable iterators that reference this container 188 mutable unsigned int _M_version;
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
| safe_base.h | 83 * constant iterator, and false if it is a mutable iterator. Note 94 iterator, and false if it is mutable. */ 170 * iterators, one for constant iterators and one for mutable 181 /// The list of mutable iterators that reference this container 188 mutable unsigned int _M_version;
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
| safe_base.h | 83 * constant iterator, and false if it is a mutable iterator. Note 94 iterator, and false if it is mutable. */ 170 * iterators, one for constant iterators and one for mutable 181 /// The list of mutable iterators that reference this container 188 mutable unsigned int _M_version;
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
| safe_base.h | 83 * constant iterator, and false if it is a mutable iterator. Note 94 iterator, and false if it is mutable. */ 170 * iterators, one for constant iterators and one for mutable 181 /// The list of mutable iterators that reference this container 188 mutable unsigned int _M_version;
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
| safe_base.h | 82 * constant iterator, and false if it is a mutable iterator. Note 93 iterator, and false if it is mutable. */ 169 * iterators, one for constant iterators and one for mutable 180 /// The list of mutable iterators that reference this container 187 mutable unsigned int _M_version;
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
| safe_base.h | 82 * constant iterator, and false if it is a mutable iterator. Note 93 iterator, and false if it is mutable. */ 169 * iterators, one for constant iterators and one for mutable 180 /// The list of mutable iterators that reference this container 187 mutable unsigned int _M_version;
|
| /art/runtime/ |
| oat_file.h | 344 mutable Mutex secondary_lookup_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER; 350 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_); 357 mutable std::list<std::string> string_cache_ GUARDED_BY(secondary_lookup_lock_);
|
| /external/llvm/include/llvm/CodeGen/ |
| AsmPrinter.h | 491 mutable const MachineInstr *LastMI; 492 mutable unsigned LastFn; 493 mutable unsigned Counter;
|
| /frameworks/native/include/gui/ |
| SurfaceComposerClient.h | 170 mutable Mutex mLock; 191 mutable sp<CpuConsumer> mCpuConsumer; 192 mutable sp<IGraphicBufferProducer> mProducer;
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| ThrowableTest.java | 99 Throwable[] mutable = throwable.getSuppressed(); local 100 mutable[0] = null; 101 mutable[1] = null;
|
| /external/openfst/src/include/fst/ |
| replace.h | [all...] |
| replace-util.h | 37 #include <fst/mutable-fst.h> 65 // Constructs from mutable Fsts; Fst ownership given to ReplaceUtil. 156 // Check Mutable Fsts exist o.w. create them. 183 mutable VectorFst<Arc> depfst_; // Fst ID dependencies 184 mutable vector<bool> depaccess_; // Fst ID accessibility 185 mutable uint64 depprops_; // dependency Fst props 186 mutable bool have_stats_; // have dependency statistics 187 mutable vector<ReplaceStats> stats_; // Per Fst statistics
|
| /frameworks/av/camera/tests/ |
| CameraBinderTests.cpp | 66 mutable Mutex mLock; 67 mutable Condition mCondition; 68 mutable Condition mTorchCondition; 153 mutable std::vector<Status> mStatusesHit; 154 mutable Mutex mLock; 155 mutable Condition mStatusCondition;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
| gdiplusheaders.h | 153 mutable Status lastStatus; 325 mutable Status lastStatus; 378 mutable Status lastStatus; 411 mutable Status lastStatus; 463 mutable Status lastStatus; 578 mutable Status lastStatus;
|
| /external/llvm/include/llvm/Option/ |
| ArgList.h | 306 /// This is mutable since we treat the ArgList as being the list 309 mutable ArgStringList ArgStrings; 313 /// This is mutable since we treat the ArgList as being the list 316 mutable std::list<std::string> SynthesizedStrings; 353 mutable SmallVector<std::unique_ptr<Arg>, 16> SynthesizedArgs;
|
| /external/llvm/utils/TableGen/ |
| DFAPacketizerEmitter.cpp | 88 mutable bool isInitial; 89 mutable std::set<unsigned> stateInfo; 91 mutable TransitionMap Transitions;
|
| /art/runtime/gc/collector/ |
| garbage_collector.h | 192 mutable Mutex pause_histogram_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
|
| /external/clang/include/clang/AST/ |
| ASTUnresolvedSet.h | 89 mutable ASTUnresolvedSet Impl;
|
| AttrIterator.h | 58 mutable Iterator Current;
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| BoolAssignmentChecker.cpp | 26 mutable std::unique_ptr<BuiltinBug> BT;
|
| CastSizeChecker.cpp | 26 mutable std::unique_ptr<BuiltinBug> BT;
|
| ExprInspectionChecker.cpp | 21 mutable std::unique_ptr<BugType> BT;
|
| /external/clang/test/CXX/special/class.copy/ |
| p11.0x.copy.cpp | 143 namespace Mutable { 156 mutable A a; // expected-note {{deleted because field 'a' has a deleted copy constructor}}
|
| p23-cxx11.cpp | 178 namespace Mutable { 187 mutable AmbiguousCopyAssign a; // expected-note {{multiple copy assignment operators}} 190 template struct CopyAssign<Mutable::X>; 191 template struct CopyAssign<Mutable::Y>; // expected-note {{here}}
|
Completed in 1510 milliseconds
<<11121314151617181920>>