Searched refs:getMask (Results 1 - 25 of 55) sorted by relevance

123

/external/parameter-framework/upstream/parameter/
H A DBitParameterType.cpp151 uiValue = (uiValue & ~getMask()) | (uiConvertedValue << _bitPos);
159 uint64_t uiConvertedValue = (uiValue & getMask()) >> _bitPos;
188 uiValue = (uiValue & ~getMask()) | (uiUserValue << _bitPos);
196 userValue = static_cast<uint32_t>((value & getMask()) >> _bitPos);
202 return (uiOriginData & ~getMask()) | (uiNewData & getMask());
223 uint64_t CBitParameterType::getMask() const function in class:CBitParameterType
H A DBitParameterType.h87 uint64_t getMask() const;
/external/xmlrpcpp/src/
H A DXmlRpcDispatch.cpp64 it->getMask() = eventMask;
93 if (it->getMask() & ReadableEvent) FD_SET(fd, &inFd);
94 if (it->getMask() & WritableEvent) FD_SET(fd, &outFd);
95 if (it->getMask() & Exception) FD_SET(fd, &excFd);
96 if (it->getMask() && fd > maxFd) maxFd = fd;
139 thisIt->getMask() = newMask;
H A DXmlRpcDispatch.h68 unsigned& getMask() { return _mask; } function in struct:XmlRpc::XmlRpcDispatch::MonitoredSource
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
H A DColorBleedEffect.java72 if (mask.getMask(currentPixelIndex) == REALDATA) {
115 int getMask (int index) { method in class:ColorBleedEffect.Mask
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
H A DVertexAttributes.java50 /** cache of the value calculated by {@link #getMask()} **/
157 public long getMask () { method in class:VertexAttributes
171 final long m1 = getMask();
172 final long m2 = o.getMask();
/external/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp228 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this);
268 firstCommonClass(IA.getMask(), IB.getMask(), this);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterProperty.java162 private static final int GC_CN_MASK = getMask(UCharacter.UNASSIGNED);
163 private static final int GC_CC_MASK = getMask(UCharacter.CONTROL);
164 private static final int GC_CS_MASK = getMask(UCharacter.SURROGATE);
165 private static final int GC_ZS_MASK = getMask(UCharacter.SPACE_SEPARATOR);
166 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
167 private static final int GC_ZP_MASK = getMask(UCharacter.PARAGRAPH_SEPARATOR);
181 return (getMask(UCharacter.getType(c))&
579 return getMask(getType(c));
745 public static final int getMask(int type) method in class:UCharacterProperty
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterProperty.java161 private static final int GC_CN_MASK = getMask(UCharacter.UNASSIGNED);
162 private static final int GC_CC_MASK = getMask(UCharacter.CONTROL);
163 private static final int GC_CS_MASK = getMask(UCharacter.SURROGATE);
164 private static final int GC_ZS_MASK = getMask(UCharacter.SPACE_SEPARATOR);
165 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
166 private static final int GC_ZP_MASK = getMask(UCharacter.PARAGRAPH_SEPARATOR);
180 return (getMask(UCharacter.getType(c))&
578 return getMask(getType(c));
744 public static final int getMask(int type) method in class:UCharacterProperty
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
H A DParticleShader.java181 materialMask = renderable.material.getMask() | optionalAttributes;
182 vertexMask = renderable.meshPart.mesh.getVertexAttributes().getMask();
229 return (materialMask == (renderable.material.getMask() | optionalAttributes)) &&
230 (vertexMask == renderable.meshPart.mesh.getVertexAttributes().getMask());
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
H A DBaseShader.java95 final long matFlags = (renderable != null && renderable.material != null) ? renderable.material.getMask() : 0;
96 final long envFlags = (renderable != null && renderable.environment != null) ? renderable.environment.getMask() : 0;
H A DDepthShader.java127 final boolean skinned = ((renderable.meshPart.mesh.getVertexAttributes().getMask() & Usage.BoneWeight) == Usage.BoneWeight);
H A DDefaultShader.java533 attributesMask = attributes.getMask() | optionalAttributes;
534 vertexMask = renderable.meshPart.mesh.getVertexAttributes().getMask();
643 final long attributesMask = attributes.getMask();
644 final long vertexMask = renderable.meshPart.mesh.getVertexAttributes().getMask();
716 return (attributesMask == (attributes.getMask() | optionalAttributes))
717 && (vertexMask == renderable.meshPart.mesh.getVertexAttributes().getMask()) && (renderable.environment != null) == lighting;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringSearch.java187 ceMask_ = getMask(strength_);
312 ceMask_ = getMask(collator_.getStrength());
431 ceMask = getMask(strength_);
560 private static int getMask(int strength) { method in class:StringSearch
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java188 ceMask_ = getMask(strength_);
319 ceMask_ = getMask(collator_.getStrength());
446 ceMask = getMask(strength_);
577 private static int getMask(int strength) { method in class:StringSearch
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
H A DAttributes.java39 public final long getMask () { method in class:Attributes
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
H A DBoxShapeBuilder.java76 if ((builder.getAttributes().getMask() & (Usage.Normal | Usage.BiNormal | Usage.Tangent | Usage.TextureCoordinates)) == 0) {
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h80 APInt getMask() const;
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp292 static std::string getMask(uint32_t prot) function
780 W.printString("maxprot", getMask(MOSegment.maxprot));
781 W.printString("initprot", getMask(MOSegment.initprot));
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h931 const uint32_t *getMask() const { return Mask; } function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtDbvt.java185 public int getMask() { method in class:btDbvt.sStkNP
250 public int getMask() { method in class:btDbvt.sStkNPS
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
H A DMultipleRenderTargetTest.java393 attributes = tmpAttributes.getMask();
411 return attributes == instance.material.getMask();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1379 ArrayRef<int> getMask() const { function in class:ShuffleVectorSDNode
2031 const SDValue &getMask() const { return getOperand(2); }
2106 const SDValue &getMask() const { return getOperand(2); }
2126 assert(getMask().getValueType().getVectorNumElements() ==
2149 assert(getMask().getValueType().getVectorNumElements() ==
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp139 unsigned int getMask() const { return reg.WriteMask; } function in class:tgsi::Instruction::DstRegister
141 bool isMasked(int chan) const { return !(getMask() & (1 << chan)); }
962 info->out[dst.getIndex(0)].mask |= dst.getMask();
1660 unsigned int mask = tgsi.getDst(0).getMask();
1742 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() : 0;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1036 SDValue Mask = MLD->getMask();
1104 SDValue Mask = MGT->getMask();
1621 SDValue Mask = MGT->getMask();
1686 SDValue Mask = N->getMask();
1748 SDValue Mask = N->getMask();
2749 SDValue Mask = N->getMask();
2787 SDValue Mask = N->getMask();
3182 SDValue Mask = MST->getMask();
3220 SDValue Mask = MSC->getMask();

Completed in 2197 milliseconds

123