| /external/webkit/Source/WebKit2/Shared/ |
| ImmutableArray.h | 63 virtual bool isMutable() { return false; }
|
| ImmutableDictionary.h | 58 virtual bool isMutable() { return false; }
|
| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| CatchTable.java | 121 if (handlers.isMutable()) { 122 throw new IllegalArgumentException("handlers.isMutable()");
|
| /dalvik/dx/src/com/android/dx/dex/code/ |
| CatchTable.java | 121 if (handlers.isMutable()) { 122 throw new IllegalArgumentException("handlers.isMutable()");
|
| /frameworks/base/core/jni/android/graphics/ |
| Bitmap.cpp | 215 SkBitmap::Config config, jboolean isMutable) {
238 return GraphicsJNI::createBitmap(env, new SkBitmap(bitmap), buff, isMutable, NULL);
242 SkBitmap::Config dstConfig, jboolean isMutable) {
250 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(), isMutable, NULL);
355 const bool isMutable = p->readInt32() != 0;
409 return GraphicsJNI::createBitmap(env, bitmap, buffer, isMutable, NULL, density);
414 jboolean isMutable, jint density,
423 p->writeInt32(isMutable);
|
| GraphicsJNI.h | 56 bool isMutable, jbyteArray ninepatch, int density = -1); 58 static jobject createBitmap(JNIEnv* env, SkBitmap* bitmap, bool isMutable,
|
| BitmapFactory.cpp | 121 bool isMutable = false; 139 isMutable = env->GetBooleanField(options, gOptions_mutableFieldID); 251 if (!isMutable) { 262 isMutable, ninePatchChunk);
|
| Graphics.cpp | 348 bool isMutable, jbyteArray ninepatch, int density) 355 buffer, isMutable, ninepatch, density); 360 jobject GraphicsJNI::createBitmap(JNIEnv* env, SkBitmap* bitmap, bool isMutable, 363 return createBitmap(env, bitmap, NULL, isMutable, ninepatch, density);
|
| /external/llvm/include/llvm/ADT/ |
| ImmutableSet.h | 228 unsigned IsMutable : 1; 246 IsMutable(true), IsDigestCached(false), IsCanonicalized(0), 253 /// isMutable - Returns true if the left and right subtree references 259 bool isMutable() const { return IsMutable; } 279 assert(isMutable() && "Mutable flag already removed."); 280 IsMutable = false; 292 assert(isMutable() && "Only a mutable tree can have its height changed."); 354 IsMutable = false; 482 if (N->isMutable() && N->refCount == 0 [all...] |
| ImmutableIntervalMap.h | 127 assert(!T->isMutable());
|
| /external/webkit/Source/WebKit/win/ |
| WebMutableURLRequest.h | 57 WebMutableURLRequest(bool isMutable);
|
| WebMutableURLRequest.cpp | 53 WebMutableURLRequest::WebMutableURLRequest(bool isMutable) 55 , m_isMutable(isMutable)
|
| /dalvik/dx/src/com/android/dx/cf/direct/ |
| DirectClassFile.java | 610 public boolean isMutable() {
|
| /external/apache-xml/src/main/java/org/apache/xpath/ |
| NodeSetDTM.java | [all...] |
| /external/apache-xml/src/main/java/org/apache/xpath/axes/ |
| LocPathIterator.java | 427 public boolean isMutable()
|
| NodeSequence.java | 469 * @see DTMIterator#isMutable() 471 public boolean isMutable()
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| BitmapTest.java | 577 method = "isMutable", 581 assertFalse(mBitmap.isMutable()); 583 assertTrue(mBitmap.isMutable());
|
| CanvasTest.java | 88 assertFalse(mImmutableBitmap.isMutable()); [all...] |
| /frameworks/base/graphics/java/android/graphics/ |
| Canvas.java | 132 if (!bitmap.isMutable()) { 193 if (!bitmap.isMutable()) { [all...] |
| /external/clang/lib/AST/ |
| DeclPrinter.cpp | 550 if (!Policy.SuppressSpecifiers && D->isMutable())
|
| DumpXML.cpp | 513 setFlag("mutable", D->isMutable());
|
| DeclCXX.cpp | 685 if (Field->isMutable()) [all...] |
| /prebuilt/common/osgi/ |
| osgi.jar | |
| /prebuilt/sdk/tools/lib/ |
| dx.jar | |
| /external/clang/lib/Sema/ |
| SemaExprMember.cpp | [all...] |