Home
last modified time | relevance | path

Searched refs:isNotNull (Results 1 – 25 of 56) sorted by relevance

123

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
DReflectionUtils.java55 Assert.isNotNull(type); in getFullyQualifiedName()
162 Assert.isNotNull(method); in getMethodSignature()
179 Assert.isNotNull(name); in getMethodSignature()
180 Assert.isNotNull(parameterTypes); in getMethodSignature()
203 Assert.isNotNull(clazz); in getMethodBySignature()
204 Assert.isNotNull(signature); in getMethodBySignature()
220 Assert.isNotNull(object); in invokeMethod()
221 Assert.isNotNull(arguments); in invokeMethod()
227 Assert.isNotNull(method, "Can not find method " + signature + " in " + refClass); in invokeMethod()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
DAssert.java154 public static void isNotNull(Object object) { in isNotNull() method in Assert
155 isNotNull(object, ""); //$NON-NLS-1$ in isNotNull()
168 public static void isNotNull(Object object, String message) { in isNotNull() method in Assert
188 public static void isNotNull(Object object, String errorFormat, Object... args) { in isNotNull() method in Assert
/external/webkit/Source/WebCore/editing/chromium/
DSelectionControllerChromium.cpp42 …ctCache::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().isNotNull(… in notifyAccessibilityForSelectionChange()
/external/webkit/Source/WebCore/editing/
DVisiblePosition.h61 bool isNotNull() const { return m_deepPosition.isNotNull(); } in isNotNull() function
82 …Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.deprecat… in rootEditableElement()
DIndentOutdentCommand.cpp162 if (visibleStartOfParagraph.isNotNull() && !isStartOfParagraph(visibleStartOfParagraph)) in outdentParagraph()
164 if (visibleEndOfParagraph.isNotNull() && !isEndOfParagraph(visibleEndOfParagraph)) in outdentParagraph()
208 …if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().anchorNode()->inDocument(… in outdentRegion()
211 …if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocumen… in outdentRegion()
Dvisible_units.cpp465 return a.isNotNull() && startOfLine(a) == startOfLine(b); in inSameLine()
470 return p.isNotNull() && p == startOfLine(p); in isStartOfLine()
475 return p.isNotNull() && p == endOfLine(p); in isEndOfLine()
900 …return a.isNotNull() && startOfParagraph(a, boundaryCrossingRule) == startOfParagraph(b, boundaryC… in inSameParagraph()
905 return pos.isNotNull() && pos == startOfParagraph(pos, boundaryCrossingRule); in isStartOfParagraph()
910 return pos.isNotNull() && pos == endOfParagraph(pos, boundaryCrossingRule); in isEndOfParagraph()
964 return pos.isNotNull() && pos == startOfBlock(pos, CanCrossEditingBoundary); in isStartOfBlock()
969 return pos.isNotNull() && pos == endOfBlock(pos, CanCrossEditingBoundary); in isEndOfBlock()
1017 return p.isNotNull() && p.previous().isNull(); in isStartOfDocument()
1022 return p.isNotNull() && p.next().isNull(); in isEndOfDocument()
[all …]
DDeleteSelectionCommand.cpp229 … bool skipSmartDelete = pos.trailingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNotNull(); in initializePositionData()
231 …skipSmartDelete = m_downstreamEnd.leadingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNotNull(); in initializePositionData()
234 …ment = m_upstreamStart.leadingWhitespacePosition(m_selectionToDelete.affinity(), true).isNotNull(); in initializePositionData()
249 …eAdjustment && m_downstreamEnd.trailingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNotNull()) { in initializePositionData()
389 if (firstEditablePosition.isNotNull()) in removeNode()
555 …if (m_leadingWhitespace.isNotNull() && !m_leadingWhitespace.isRenderedCharacter() && m_leadingWhit… in fixupWhitespace()
560 …if (m_trailingWhitespace.isNotNull() && !m_trailingWhitespace.isRenderedCharacter() && m_trailingW… in fixupWhitespace()
DVisibleSelection.cpp246 if (m_base.isNotNull()) { in setBaseAndExtentToDeepEquivalents()
251 if (m_extent.isNotNull() && !baseAndExtentEqual) in setBaseAndExtentToDeepEquivalents()
334 if (next.isNotNull()) in setStartAndEndFromBaseAndExtentRespectingGranularity()
505 …while (p.isNotNull() && !(lowestEditableAncestor(p.containerNode()) == baseEditableAncestor && !is… in adjustSelectionToAvoidCrossingEditingBoundaries()
534 …while (p.isNotNull() && !(lowestEditableAncestor(p.containerNode()) == baseEditableAncestor && !is… in adjustSelectionToAvoidCrossingEditingBoundaries()
DInsertTextCommand.cpp158 if (placeholder.isNotNull()) in input()
166 if (placeholder.isNotNull()) in input()
DInsertParagraphSeparatorCommand.cpp82 ASSERT(pos.isNotNull()); in calculateStyleBeforeInsertion()
312 if (leadingWhitespace.isNotNull() && leadingWhitespace.deprecatedNode()->isTextNode()) { in doApply()
DApplyBlockElementCommand.cpp137 …if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().anchorNode()->inDocument(… in formatSelection()
141 …if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocumen… in formatSelection()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
DModifierHelper.java141 if (pAction.isNotNull()) { in readAnimationModifier249()
156 if (pIpo.isNotNull()) { in readAnimationModifier249()
182 if (pAnimData.isNotNull()) { in readAnimationModifier250()
185 if (pAction.isNotNull()) { in readAnimationModifier250()
DArrayModifier.java68 if (pCurveOb.isNotNull()) { in ArrayModifier()
111 if (pOffsetObject.isNotNull()) { in ArrayModifier()
118 if (pStartCap.isNotNull()) { in ArrayModifier()
122 if (pEndCap.isNotNull()) { in ArrayModifier()
DArmatureModifier.java93 if (this.validate(modifierStructure, blenderContext) && pDvert.isNotNull()) { in ArmatureModifier()
95 if (pArmatureObject.isNotNull()) { in ArmatureModifier()
280 if (pDvert.isNotNull()) {// assigning weights and bone indices in getBoneWeightAndIndexBuffer()
289 …if (totweight > 0 && pDW.isNotNull() && groupToBoneIndexMap!=null) {// pDW should never be null he… in getBoneWeightAndIndexBuffer()
DModifier.java49 invalid = pError.isNotNull(); in validate()
/external/webkit/Source/WebCore/editing/gtk/
DSelectionControllerGtk.cpp84 if (!m_selection.start().isNotNull() || !m_selection.end().isNotNull()) in notifyAccessibilityForSelectionChange()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintHelper.java83 if (pActions.isNotNull()) { in loadConstraints()
94 if (pIpo.isNotNull()) { in loadConstraints()
108 if (pPose.isNotNull()) { in loadConstraints()
191 if(pData.isNotNull()) { in getConstraintClassName()
DConstraint.java56 if (pData.isNotNull()) { in Constraint()
59 if(pTar!= null && pTar.isNotNull()) { in Constraint()
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJDKDSAPublicKey.java76 if (isNotNull(info.getAlgorithmId().getParameters())) in JDKDSAPublicKey()
84 private boolean isNotNull(DEREncodable parameters) in isNotNull() method in JDKDSAPublicKey
/external/webkit/Source/WebCore/editing/mac/
DSelectionControllerMac.mm53 …ctCache::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().isNotNull(…
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
DObjectHelper.java129 if(parent == null && pParent.isNotNull()) { in toObject()
183 if(pCurve.isNotNull()) { in toObject()
197 if(pLamp.isNotNull()) { in toObject()
234 if(pCamera.isNotNull()) { in toObject()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.cpp261 while (startPosition.isNull() && prevVisiblePos.isNotNull()) { in leftLineVisiblePositionRange()
297 while (endPosition.isNull() && nextVisiblePos.isNotNull()) { in rightLineVisiblePositionRange()
536 while (endPosition.isNull() && nextVisiblePos.isNotNull()) { in nextLineEndPosition()
559 while (startPosition.isNull() && prevVisiblePos.isNotNull()) { in previousLineStartPosition()
668 while (currentVisiblePos.isNotNull() && !(inSameLine(currentVisiblePos, savedVisiblePos))) { in lineForPosition()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
DCurvesHelper.java102 if (pBevelObject.isNotNull()) { in toCurve()
162 if (bevelObject != null && pTaperObject.isNotNull()) { in toCurve()
221 if (pBezierTriple.isNotNull()) { in loadBezierCurve()
276 if (pKnots[i].isNotNull()) { in loadNurb()
550 if (pBezierTriple.isNotNull()) { in loadTaperObject()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
DPageSiteComposite.java86 Assert.isNotNull(page); in setPage()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
DMeshHelper.java128 if (pMFace.isNotNull()) { in toMesh()
141 if (pMTFace.isNotNull()) { in toMesh()
186 …if (pImage != null && pImage.isNotNull() && !materialNumberToTexture.containsKey(materialNumber)) { in toMesh()
487 if (pMCol.isNotNull()) { in getVerticesColors()

123