/external/drm_hwcomposer/ |
drmdisplaycompositor.h | 181 // mutable since we need to acquire in HaveQueuedComposites 182 mutable pthread_mutex_t lock_; 184 // State tracking progress since our last Dump(). These are mutable since 186 mutable uint64_t dump_frames_composited_; 187 mutable uint64_t dump_last_timestamp_ns_;
|
/external/icu/icu4c/source/common/ |
sharedobject.h | 54 * If they are mutable, then they must implement their copy constructor 220 mutable u_atomic_int32_t totalRefCount; 223 mutable int32_t softRefCount; 225 mutable u_atomic_int32_t hardRefCount; 226 mutable const UnifiedCacheBase *cachePtr;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_unordered_base.h | 59 * constant local iterator, and false if it is a mutable local iterator. 69 iterator, and false if it is mutable. */ 114 * iterators, one for constant iterators, one for mutable 115 * iterators, one for constant local iterators, one for mutable local 127 /// The list of mutable local iterators that reference this container
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_unordered_base.h | 59 * constant local iterator, and false if it is a mutable local iterator. 69 iterator, and false if it is mutable. */ 114 * iterators, one for constant iterators, one for mutable 115 * iterators, one for constant local iterators, one for mutable local 127 /// The list of mutable local iterators that reference this container
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
safe_unordered_base.h | 59 * constant local iterator, and false if it is a mutable local iterator. 69 iterator, and false if it is mutable. */ 114 * iterators, one for constant iterators, one for mutable 115 * iterators, one for constant local iterators, one for mutable local 127 /// The list of mutable local iterators that reference this container
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
safe_unordered_base.h | 59 * constant local iterator, and false if it is a mutable local iterator. 69 iterator, and false if it is mutable. */ 114 * iterators, one for constant iterators, one for mutable 115 * iterators, one for constant local iterators, one for mutable local 127 /// The list of mutable local iterators that reference this container
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
NodeSet.java | 377 * a mutable type. 383 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTABLE, null)); //"This NodeSet is not mutable!"); 395 * a mutable type. 401 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTABLE, null)); //"This NodeSet is not mutable!"); 411 * a mutable type. 417 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTABLE, null)); //"This NodeSet is not mutable!"); 429 * a mutable type. 435 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTABLE, null)); //"This NodeSet is not mutable!"); 469 * a mutable type. 475 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTABLE, null)); //"This NodeSet is not mutable!"); [all...] |
/external/llvm/include/llvm/MC/ |
MCSectionCOFF.h | 28 // FIXME: The following fields should not be mutable, but are for now so the 33 mutable unsigned Characteristics; 41 mutable int Selection;
|
/external/llvm/include/llvm/Support/ |
ManagedStatic.h | 43 mutable void *Ptr; 44 mutable void (*DeleterFn)(void*); 45 mutable const ManagedStaticBase *Next;
|
/external/opencv3/3rdparty/openexr/IlmThread/ |
IlmThreadSemaphore.h | 78 mutable HANDLE _semaphore; 95 mutable sema_t _semaphore; 99 mutable sem_t _semaphore;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
BasicObjCFoundationChecks.cpp | 99 mutable std::unique_ptr<APIMisuse> BT; 101 mutable llvm::SmallDenseMap<Selector, unsigned, 16> StringSelectors; 102 mutable Selector ArrayWithObjectSel; 103 mutable Selector AddObjectSel; 104 mutable Selector InsertObjectAtIndexSel; 105 mutable Selector ReplaceObjectAtIndexWithObjectSel; 106 mutable Selector SetObjectAtIndexedSubscriptSel; 107 mutable Selector ArrayByAddingObjectSel; 108 mutable Selector DictionaryWithObjectForKeySel; 109 mutable Selector SetObjectForKeySel [all...] |
/external/llvm/utils/TableGen/ |
CodeGenTarget.h | 68 mutable DenseMap<const Record*, 70 mutable std::unique_ptr<CodeGenRegBank> RegBank; 71 mutable std::vector<Record*> RegAltNameIndices; 72 mutable SmallVector<MVT::SimpleValueType, 8> LegalValueTypes; 77 mutable std::unique_ptr<CodeGenSchedModels> SchedModels; 79 mutable std::vector<const CodeGenInstruction*> InstrsByEnum;
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
AttributeList.java | 24 * Get whether this instance is mutable. Note that the 29 * @return {@code true} iff this instance is somehow mutable
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
TypeList.java | 24 * Returns whether this instance is mutable. Note that the 29 * @return {@code true} if this instance is mutable or
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
AttributeList.java | 24 * Get whether this instance is mutable. Note that the 29 * @return {@code true} iff this instance is somehow mutable
|
/dalvik/dx/src/com/android/dx/rop/type/ |
TypeList.java | 24 * Returns whether this instance is mutable. Note that the 29 * @return {@code true} if this instance is mutable or
|
/external/clang/test/Analysis/ |
refcnt_naming.m | 15 -(NSObject*)mutable; 62 [x mutable]; // no-warning
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p5.cpp | 21 // followed by mutable. 27 auto ml = [=]() mutable{}; // expected-note{{method is not marked const}} \
|
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 62 #define mutable macro 147 mutable
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
TypeList.java | 24 * Returns whether this instance is mutable. Note that the 29 * @return {@code true} if this instance is mutable or
|
/external/google-benchmark/src/ |
mutex.h | 135 mutable Mutex mutex_; 136 mutable std::condition_variable cv_;
|
/external/harfbuzz_ng/src/ |
hb-face-private.hh | 54 mutable unsigned int upem; 55 mutable unsigned int num_glyphs;
|
/external/llvm/include/llvm/IR/ |
Mangler.h | 30 mutable DenseMap<const GlobalValue*, unsigned> AnonGlobalIDs; 33 mutable unsigned NextAnonGlobalID;
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_shared_code_generator.h | 33 // Generators that generate shared code between immutable API and mutable API. 63 // and mutable API. Currently only descriptors are shared.
|
/external/skia/src/fonts/ |
SkTestScalerContext.h | 40 mutable unsigned char fDebugBits[16]; 41 mutable SkUnichar fDebugOverage[8];
|