Searched refs:isMutable (Results 1 - 25 of 31) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DTypeList.java32 public boolean isMutable(); method in interface:TypeList
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DMutabilityControl.java54 * same as calling {@code !isMutable()}.
67 public final boolean isMutable() { method in class:MutabilityControl
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java240 public boolean isMutable(); method in interface:DTMIterator
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmap.java81 public Bitmap copy(Bitmap.Config config, boolean isMutable) { argument
84 shadowBitmap.setMutable(isMutable);
98 public final boolean isMutable() { method in class:ShadowBitmap
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchTable.java121 if (handlers.isMutable()) {
122 throw new IllegalArgumentException("handlers.isMutable()");
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DLruBitmapPool.java65 if (!bitmap.isMutable() || strategy.getSize(bitmap) > maxSize) {
68 + bitmap.isMutable());
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h253 /// isMutable - Returns true if the left and right subtree references
259 bool isMutable() const { return IsMutable; } function in class:llvm::ImutAVLTree
279 assert(isMutable() && "Mutable flag already removed.");
292 assert(isMutable() && "Only a mutable tree can have its height changed.");
484 if (N->isMutable() && N->refCount == 0)
539 assert(!T->isMutable());
560 assert(!T->isMutable());
598 if (!T || !T->isMutable())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/Sema/
H A DSemaCUDA.cpp232 /* ConstArg */ ConstRHS && !F->isMutable(),
H A DSemaExprMember.cpp1703 if (Field->isMutable()) BaseQuals.removeConst();
H A DSemaTemplateInstantiateDecl.cpp569 D->isMutable(),
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBitmapTest.java138 assertTrue(shadowOf(bitmapCopy).isMutable());
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java132 if(!isMutable()) {
175 if(!isMutable()) {
253 if(!isMutable()) {
906 if(!isMutable()) {
1326 protected final boolean isMutable() { method in class:CollationDataBuilder
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java1207 public boolean isMutable() method in class:NodeSetDTM
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DLocPathIterator.java427 public boolean isMutable() method in class:LocPathIterator
H A DNodeSequence.java469 * @see DTMIterator#isMutable()
471 public boolean isMutable() method in class:NodeSequence
/external/clang/lib/AST/
H A DDeclPrinter.cpp637 if (!Policy.SuppressSpecifiers && D->isMutable())
H A DDeclCXX.cpp664 if (Field->isMutable())
H A DExprCXX.cpp1103 bool LambdaExpr::isMutable() const { function in class:LambdaExpr
H A DStmtPrinter.cpp1798 if (Node->isMutable())
H A DExprConstant.cpp2135 if (Field->isMutable() &&
2294 if (Field->isMutable() && handler.AccessKind == AK_Read) {
2317 if (WasConstQualified && !Field->isMutable())
H A DASTImporter.cpp2919 T, TInfo, BitWidth, D->isMutable(),
/external/clang/include/clang/AST/
H A DDecl.h2283 /// isMutable - Determines whether this field is mutable (C++ only).
2284 bool isMutable() const { return Mutable; }
H A DExprCXX.h1554 bool isMutable() const;
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp737 Record.push_back(D->isMutable());
1576 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable
1609 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable

Completed in 959 milliseconds

12