/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
D | ReflectionUtils.java | 55 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/ |
D | Assert.java | 154 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/chromium_org/third_party/WebKit/Source/core/editing/ |
D | VisiblePosition.h | 64 bool isNotNull() const { return m_deepPosition.isNotNull(); } in isNotNull() function 88 …Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.deprecat… in rootEditableElement()
|
D | IndentOutdentCommand.cpp | 172 if (visibleStartOfParagraph.isNotNull() && !isStartOfParagraph(visibleStartOfParagraph)) in outdentParagraph() 174 if (visibleEndOfParagraph.isNotNull() && !isEndOfParagraph(visibleEndOfParagraph)) in outdentParagraph() 224 if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().inDocument()) in outdentRegion() 227 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().inDocument()) { in outdentRegion()
|
D | DeleteSelectionCommand.cpp | 221 … bool skipSmartDelete = pos.trailingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNotNull(); in initializePositionData() 223 …skipSmartDelete = m_downstreamEnd.leadingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNotNull(); in initializePositionData() 226 …ment = m_upstreamStart.leadingWhitespacePosition(m_selectionToDelete.affinity(), true).isNotNull(); in initializePositionData() 241 …eAdjustment && m_downstreamEnd.trailingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNotNull()) { in initializePositionData() 376 if (firstEditablePosition.isNotNull()) in removeNode() 384 if (previous.isNotNull() && !isEndOfBlock(previous)) in removeNode() 389 if (next.isNotNull() && !isStartOfBlock(next)) in removeNode() 571 …if (m_leadingWhitespace.isNotNull() && !m_leadingWhitespace.isRenderedCharacter() && m_leadingWhit… in fixupWhitespace() 576 …if (m_trailingWhitespace.isNotNull() && !m_trailingWhitespace.isRenderedCharacter() && m_trailingW… in fixupWhitespace()
|
D | VisibleUnits.cpp | 834 return a.isNotNull() && logicalStartOfLine(a) == logicalStartOfLine(b); in inSameLogicalLine() 888 return a.isNotNull() && startOfLine(a) == startOfLine(b); in inSameLine() 893 return p.isNotNull() && p == startOfLine(p); in isStartOfLine() 898 return p.isNotNull() && p == endOfLine(p); in isEndOfLine() 943 if (position.isNotNull()) { in previousLinePosition() 1001 if (position.isNotNull()) { in nextLinePosition() 1249 …return a.isNotNull() && startOfParagraph(a, boundaryCrossingRule) == startOfParagraph(b, boundaryC… in inSameParagraph() 1254 return pos.isNotNull() && pos == startOfParagraph(pos, boundaryCrossingRule); in isStartOfParagraph() 1259 return pos.isNotNull() && pos == endOfParagraph(pos, boundaryCrossingRule); in isEndOfParagraph() 1313 return pos.isNotNull() && pos == startOfBlock(pos, CanCrossEditingBoundary); in isStartOfBlock() [all …]
|
D | ApplyBlockElementCommand.cpp | 103 if (start.isNotNull() && end.isNotNull()) in doApply() 150 if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().inDocument()) in formatSelection() 154 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().inDocument()) in formatSelection()
|
D | FrameSelection.cpp | 195 VisiblePosition base = m_originalBase.isNotNull() ? m_originalBase : newSelection.visibleBase(); in setNonDirectionalSelectionIfNeeded() 206 } else if (m_originalBase.isNotNull()) { in setNonDirectionalSelectionIfNeeded() 343 if (start.isNotNull() && end.isNotNull()) { in respondToNodeModification() 491 if (startPosition.isNotNull()) in directionOfSelection() 493 if (endPosition.isNotNull()) in directionOfSelection() 590 …if (positionAfterSpacingAndFollowingWord.isNotNull() && positionAfterSpacingAndFollowingWord != po… in nextWordPositionForPlatform() 1157 …x = visiblePosition.isNotNull() ? visiblePosition.lineDirectionPointForBlockDirectionNavigation() … in lineDirectionPointForBlockDirectionNavigation() 1445 if (m_selection.start().isNotNull() && m_selection.end().isNotNull()) { in notifyAccessibilityForSelectionChange() 1563 …VisibleSelection selection(m_selection.visibleStart(), forwardPosition.isNotNull() ? forwardPositi… in updateAppearance() 1585 …if (startPos.isNotNull() && endPos.isNotNull() && selection.visibleStart() != selection.visibleEnd… in updateAppearance()
|
D | PlainTextRange.cpp | 72 ASSERT(isNotNull()); in createRangeFor() 117 if (runEnd.isNotNull()) in createRangeFor()
|
D | PlainTextRange.h | 49 bool isNotNull() const { return m_start != kNotFound; } in isNotNull() function
|
D | InsertParagraphSeparatorCommand.cpp | 82 ASSERT(pos.isNotNull()); in calculateStyleBeforeInsertion() 348 if (leadingWhitespace.isNotNull() && leadingWhitespace.deprecatedNode()->isTextNode()) { in doApply() 413 if (positionAfterSplit.isNotNull()) { in doApply()
|
D | VisibleSelection.cpp | 318 if (m_base.isNotNull()) { in setBaseAndExtentToDeepEquivalents() 323 if (m_extent.isNotNull() && !baseAndExtentEqual) in setBaseAndExtentToDeepEquivalents() 406 if (next.isNotNull()) in setStartAndEndFromBaseAndExtentRespectingGranularity() 637 …while (p.isNotNull() && !(lowestEditableAncestor(p.containerNode()) == baseEditableAncestor && !is… in adjustSelectionToAvoidCrossingEditingBoundaries() 666 …while (p.isNotNull() && !(lowestEditableAncestor(p.containerNode()) == baseEditableAncestor && !is… in adjustSelectionToAvoidCrossingEditingBoundaries()
|
D | InsertTextCommand.cpp | 187 if (placeholder.isNotNull()) in doApply() 195 if (placeholder.isNotNull()) in doApply()
|
D | InsertListCommand.cpp | 91 while (start.isNotNull() && start != end) { in selectionHasListOfType() 145 …while (startOfCurrentParagraph.isNotNull() && !inSameParagraph(startOfCurrentParagraph, startOfLas… in doApply() 165 ASSERT(endOfSelection.isNotNull()); in doApply()
|
D | Caret.h | 86 bool hasCaret() const { return m_position.isNotNull(); } in hasCaret()
|
D | VisiblePosition.cpp | 102 if (prev.isNotNull() && m_affinity == UPSTREAM) { in previous() 595 return next.isNotNull() ? next : prev; in canonicalPosition() 602 return next.isNotNull() ? next : prev; in canonicalPosition()
|
D | RenderedPosition.cpp | 41 ASSERT(position.isNotNull()); in rendererFromPosition()
|
D | ApplyStyleCommand.cpp | 268 while (paragraphStart.isNotNull() && paragraphStart != beyondEnd) { in applyBlockStyle() 665 ASSERT(embeddingApplyStart.isNotNull() && embeddingApplyEnd.isNotNull()); in applyInlineStyle() 843 if (runs[i].positionForStyleComputation.isNotNull()) in applyInlineStyleToNodeRange() 1100 ASSERT(start.isNotNull()); in removeInlineStyle() 1101 ASSERT(end.isNotNull()); in removeInlineStyle()
|
D | ReplaceSelectionCommand.cpp | 967 … if (isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart) && next.isNotNull()) in doApply() 1347 if (start.isNotNull() && !start.isOrphan() && end.isNotNull() && !end.isOrphan()) { in completeHTMLReplacement() 1357 if (lastPositionToSelect.isNotNull()) in completeHTMLReplacement() 1361 } else if (lastPositionToSelect.isNotNull()) in completeHTMLReplacement()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
D | BCDSAPublicKey.java | 76 if (isNotNull(info.getAlgorithm().getParameters())) in BCDSAPublicKey() 84 private boolean isNotNull(ASN1Encodable parameters) in isNotNull() method in BCDSAPublicKey
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | JDKDSAPublicKey.java | 77 if (isNotNull(info.getAlgorithm().getParameters())) in JDKDSAPublicKey() 85 private boolean isNotNull(ASN1Encodable parameters) in isNotNull() method in JDKDSAPublicKey
|
/external/mockito/src/org/mockito/ |
D | Matchers.java | 695 public static Object isNotNull() { in isNotNull() method in Matchers 710 public static <T> T isNotNull(Class<T> clazz) { in isNotNull() method in Matchers
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/ |
D | PageSiteComposite.java | 86 Assert.isNotNull(page); in setPage()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Position.cpp | 412 …if (atFirstEditingPositionForNode() && nextPosition.isNotNull() && !nextPosition.deprecatedNode()-… in atEditingBoundary() 416 …if (atLastEditingPositionForNode() && prevPosition.isNotNull() && !prevPosition.deprecatedNode()->… in atEditingBoundary() 419 return nextPosition.isNotNull() && !nextPosition.deprecatedNode()->rendererIsEditable() in atEditingBoundary() 420 && prevPosition.isNotNull() && !prevPosition.deprecatedNode()->rendererIsEditable(); in atEditingBoundary() 1061 if (!isEndOfParagraph(v) && v.next(CannotCrossEditingBoundary).isNotNull()) in trailingWhitespacePosition()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
D | DB_Results.java | 85 Assert.isNotNull(dbName); in setDbName() 106 Assert.isNotNull(dbLocation); in setDbLocation() 125 Assert.isNotNull(baselinePrefix); in setDbDefaultBaselinePrefix() 156 Assert.isNotNull(version); in setDbVersion()
|