Searched
full:mutable (Results
301 -
325 of
1825) sorted by null
<<11121314151617181920>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shelve.py | 32 mutable entries are mutated: for example, if d[key] is a list, 42 To avoid the problem with mutable entries, you may pass the keyword 52 check which of the entries you access are mutable and/or which ones you
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shelve.py | 32 mutable entries are mutated: for example, if d[key] is a list, 42 To avoid the problem with mutable entries, you may pass the keyword 52 check which of the entries you access are mutable and/or which ones you
|
/art/runtime/gc/ |
task_processor.h | 77 mutable Mutex* lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
|
/build/kati/ |
stmt.h | 101 mutable Symbol lhs_sym_cache_;
|
/dalvik/dx/src/com/android/dx/ssa/ |
RegisterMapper.java | 25 * Subclasses of this may be mutable, and as such the mapping provided
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
FixedAddressChecker.cpp | 28 mutable std::unique_ptr<BuiltinBug> BT;
|
TaintTesterChecker.cpp | 25 mutable std::unique_ptr<BugType> BT;
|
/external/clang/test/Analysis/ |
lambdas.mm | 89 auto lambda = [x]() mutable {
|
malloc.cpp | 16 mutable void* m_data;
|
/external/clang/test/CodeGenCXX/ |
init-invariant.cpp | 21 mutable int n;
|
/external/clang/test/OpenMP/ |
parallel_copyin_messages.cpp | 12 mutable int a;
|
parallel_sections_copyin_messages.cpp | 12 mutable int a;
|
parallel_shared_messages.cpp | 13 mutable int a;
|
/external/clang/test/SemaTemplate/ |
instantiate-field.cpp | 11 mutable T x2; // expected-error{{data member instantiated with function type}}
|
/external/deqp/framework/platform/android/ |
tcuAndroidWindow.hpp | 77 mutable de::Mutex m_stateLock;
|
/external/guava/guava/src/com/google/common/collect/ |
MutableClassToInstanceMap.java | 26 * A mutable class-to-instance map backed by an arbitrary user-provided map.
|
SingletonImmutableList.java | 91 // not caching hash code since it could change if the element is mutable
|
/external/harfbuzz_ng/util/ |
options.hh | 314 mutable double font_size_x; 315 mutable double font_size_y; 319 mutable hb_font_t *font; 421 mutable FILE *fp;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
Freezable.java | 110 * returned by the class are mutable.</li> 125 * If someone needs a mutable version of an object, they can use 156 * <h3><b>Mutable Objects</b></h3> 283 * contain mutable objects, then for a safe clone you need to recurse through it
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
Freezable.java | 109 * returned by the class are mutable.</li> 124 * If someone needs a mutable version of an object, they can use 155 * <h3><b>Mutable Objects</b></h3> 281 * contain mutable objects, then for a safe clone you need to recurse through it
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
Freezable.java | 109 * returned by the class are mutable.</li> 124 * If someone needs a mutable version of an object, they can use 155 * <h3><b>Mutable Objects</b></h3> 282 * contain mutable objects, then for a safe clone you need to recurse through it
|
/external/libchrome/base/ |
bind_helpers.h | 351 mutable T* ptr_; 391 mutable bool is_valid_; 392 mutable T scoper_; 412 mutable bool is_valid_; 413 mutable std::unique_ptr<T, D> scoper_; 432 mutable bool is_valid_; 433 mutable std::vector<std::unique_ptr<T, D>, A> scoper_; 452 mutable bool is_valid_; 453 mutable std::map<K, std::unique_ptr<T, D>, C, A> scoper_;
|
/external/libchrome/base/memory/ |
ref_counted.h | 75 mutable int ref_count_; 77 mutable bool in_dtor_; 99 mutable AtomicRefCount ref_count_; 101 mutable bool in_dtor_;
|
/external/libchrome/base/metrics/ |
sparse_histogram.h | 86 mutable base::Lock lock_;
|
/external/libchrome/base/prefs/ |
writeable_pref_store.h | 45 // Equivalent to PrefStore::GetValue but returns a mutable value.
|
Completed in 577 milliseconds
<<11121314151617181920>>