Searched defs:isImmutable (Results 1 - 19 of 19) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DMutabilityControl.java58 public final boolean isImmutable() { method in class:MutabilityControl
/external/smali/util/src/main/java/org/jf/util/
H A DImmutableConverter.java45 protected abstract boolean isImmutable(@Nonnull Item item); method in class:ImmutableConverter
57 if (!isImmutable(element)) {
88 if (!isImmutable(element)) {
121 if (!isImmutable(element)) {
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGPropertyTearOff.h69 bool isImmutable() const function in class:blink::SVGPropertyTearOffBase
88 ASSERT(!isImmutable());
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DTextureD3D.h49 bool isImmutable() const { return mImmutable; } function in class:rx::TextureD3D
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h147 bool isImmutable() const { return fIsImmutable; } function in class:SkPixelRef
/external/skia/include/core/
H A DSkPixelRef.h157 bool isImmutable() const { return fIsImmutable; } function in class:SkPixelRef
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.cpp162 bool Texture::isImmutable() const function in class:gl::Texture
387 if (isImmutable())
626 if (isImmutable())
656 if (isImmutable())
807 if (isImmutable())
965 if (isImmutable())
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp397 SkASSERT(!this->isImmutable());
479 bool SkBitmap::isImmutable() const { function in class:SkBitmap
480 return fPixelRef ? fPixelRef->isImmutable() : false;
1356 if (this->isImmutable()) {
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h95 // isImmutable - If true, the value of the stack object is set before
98 bool isImmutable; member in struct:llvm::MachineFrameInfo::StackObject
114 : SPOffset(SP), Size(Sz), Alignment(Al), isImmutable(IM),
502 return Objects[ObjectIdx+NumFixedObjects].isImmutable;
/external/skia/src/core/
H A DSkBitmap.cpp457 SkASSERT(!this->isImmutable());
540 bool SkBitmap::isImmutable() const { function in class:SkBitmap
541 return fPixelRef ? fPixelRef->isImmutable() :
1402 if (this->isImmutable()) {
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp94 bool isImmutable (void) const { return m_immutable; } function in class:sglr::rc::Texture
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2198 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal(); local
2215 int FI = MFI->CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable);
2219 VA.getLocMemOffset(), isImmutable);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2237 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && local
2303 isImmutable);
2447 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && local
2654 int FI = MFI->CreateFixedObject(ObjSize, CurArgOffset, isImmutable);
2722 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && local
3009 isImmutable);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 698 milliseconds