Searched defs:isImmutable (Results 1 - 16 of 16) 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/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h117 bool isImmutable() const { return fIsImmutable; } function in class:SkPixelRef
/external/skia/include/core/
H A DSkPixelRef.h117 bool isImmutable() const { return fIsImmutable; } function in class:SkPixelRef
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DFieldSet.java72 private boolean isImmutable; field in class:FieldSet
107 if (isImmutable) {
111 isImmutable = true;
120 public boolean isImmutable() { method in class:FieldSet
121 return isImmutable;
171 if (fields.isImmutable()) {
176 return fields.isImmutable() ? fields : Collections.unmodifiableMap(fields);
H A DSmallSortedMap.java104 if (!isImmutable()) {
143 private boolean isImmutable; field in class:SmallSortedMap
161 if (!isImmutable) {
169 isImmutable = true;
174 public boolean isImmutable() { method in class:SmallSortedMap
175 return isImmutable;
364 if (isImmutable) {
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.cpp272 bool Texture::isImmutable() const function in class:gl::Texture
647 if (isImmutable())
1110 if (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
119 : SPOffset(SP), Size(Sz), Alignment(Al), isImmutable(IM),
481 return Objects[ObjectIdx+NumFixedObjects].isImmutable;
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp517 SkASSERT(!this->isImmutable());
612 bool SkBitmap::isImmutable() const { function in class:SkBitmap
613 return fPixelRef ? fPixelRef->isImmutable() :
1698 if (this->isImmutable()) {
/external/skia/src/core/
H A DSkBitmap.cpp517 SkASSERT(!this->isImmutable());
612 bool SkBitmap::isImmutable() const { function in class:SkBitmap
613 return fPixelRef ? fPixelRef->isImmutable() :
1698 if (this->isImmutable()) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1966 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && local
2019 isImmutable);
2198 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && local
2425 isImmutable);
2488 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && local
2769 isImmutable);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2102 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal(); local
2119 int FI = MFI->CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable);
2123 VA.getLocMemOffset(), 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/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3910 milliseconds