Searched defs:isMutable (Results 1 - 14 of 14) sorted by relevance

/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/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.h114 bool isMutable() const { return m_isMutable; } function in class:WebCore::StylePropertySet
176 DEFINE_TYPE_CASTS(ImmutableStylePropertySet, StylePropertySet, set, !set->isMutable(), !set.isMutable());
260 DEFINE_TYPE_CASTS(MutableStylePropertySet, StylePropertySet, set, set->isMutable(), set.isMutable());
269 if (m_propertySet.isMutable())
276 if (m_propertySet.isMutable())
H A DStyleSheetContents.h138 bool isMutable() const { return m_isMutable; } function in class:WebCore::StyleSheetContents
/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/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java469 * @see DTMIterator#isMutable()
471 public boolean isMutable() method in class:NodeSequence
H A DLocPathIterator.java427 public boolean isMutable() method in class:LocPathIterator
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java1207 public boolean isMutable() method in class:NodeSetDTM
/external/clang/lib/AST/
H A DExprCXX.cpp1018 bool LambdaExpr::isMutable() const { function in class:LambdaExpr
/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.");
486 if (N->isMutable() && N->refCount == 0)
541 assert(!T->isMutable());
562 assert(!T->isMutable());
600 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 ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 8058 milliseconds