Searched refs:isNotNull (Results 1 - 25 of 49) sorted by relevance

12

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
H A DAssert.java154 public static void isNotNull(Object object) { method in class:Assert
155 isNotNull(object, ""); //$NON-NLS-1$
168 public static void isNotNull(Object object, String message) { method in class:Assert
188 public static void isNotNull(Object object, String errorFormat, Object... args) { method in class:Assert
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
H A DReflectionUtils.java55 Assert.isNotNull(type);
162 Assert.isNotNull(method);
179 Assert.isNotNull(name);
180 Assert.isNotNull(parameterTypes);
203 Assert.isNotNull(clazz);
204 Assert.isNotNull(signature);
220 Assert.isNotNull(object);
221 Assert.isNotNull(arguments);
227 Assert.isNotNull(method, "Can not find method " + signature + " in " + refClass);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.h64 bool isNotNull() const { return m_deepPosition.isNotNull(); } function in class:blink::FINAL
89 Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.deprecatedNode()->rootEditableElement() : 0; }
H A DPlainTextRange.h48 bool isNotNull() const { return m_start != kNotFound; } function in class:blink::PlainTextRange
H A DIndentOutdentCommand.cpp179 if (visibleStartOfParagraph.isNotNull() && !isStartOfParagraph(visibleStartOfParagraph))
181 if (visibleEndOfParagraph.isNotNull() && !isEndOfParagraph(visibleEndOfParagraph))
231 if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().inDocument())
234 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().inDocument()) {
H A DPlainTextRange.cpp72 ASSERT(isNotNull());
115 if (runEnd.isNotNull())
H A DApplyBlockElementCommand.cpp104 if (start.isNotNull() && end.isNotNull())
151 if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().inDocument())
155 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().inDocument())
H A DCaret.h91 bool hasCaret() const { return m_position.isNotNull(); }
H A DDeleteSelectionCommand.cpp225 bool skipSmartDelete = trailingWhitespacePosition(pos, VP_DEFAULT_AFFINITY, ConsiderNonCollapsibleWhitespace).isNotNull();
227 skipSmartDelete = leadingWhitespacePosition(m_downstreamEnd, VP_DEFAULT_AFFINITY, ConsiderNonCollapsibleWhitespace).isNotNull();
230 bool hasLeadingWhitespaceBeforeAdjustment = leadingWhitespacePosition(m_upstreamStart, m_selectionToDelete.affinity(), ConsiderNonCollapsibleWhitespace).isNotNull();
245 if (!skipSmartDelete && !hasLeadingWhitespaceBeforeAdjustment && trailingWhitespacePosition(m_downstreamEnd, VP_DEFAULT_AFFINITY, ConsiderNonCollapsibleWhitespace).isNotNull()) {
380 if (firstEditablePosition.isNotNull())
388 if (previous.isNotNull() && !isEndOfBlock(previous))
393 if (next.isNotNull() && !isStartOfBlock(next))
575 if (m_leadingWhitespace.isNotNull() && !m_leadingWhitespace.isRenderedCharacter() && m_leadingWhitespace.deprecatedNode()->isTextNode()) {
580 if (m_trailingWhitespace.isNotNull() && !m_trailingWhitespace.isRenderedCharacter() && m_trailingWhitespace.deprecatedNode()->isTextNode()) {
H A DVisibleUnits.cpp828 return a.isNotNull() && logicalStartOfLine(a) == logicalStartOfLine(b);
882 return a.isNotNull() && startOfLine(a) == startOfLine(b);
887 return p.isNotNull() && p == startOfLine(p);
892 return p.isNotNull() && p == endOfLine(p);
897 return p.isNotNull() && p == logicalEndOfLine(p);
942 if (position.isNotNull()) {
1000 if (position.isNotNull()) {
1248 return a.isNotNull() && startOfParagraph(a, boundaryCrossingRule) == startOfParagraph(b, boundaryCrossingRule);
1253 return pos.isNotNull() && pos == startOfParagraph(pos, boundaryCrossingRule);
1258 return pos.isNotNull()
[all...]
H A DInsertTextCommand.cpp188 if (placeholder.isNotNull())
196 if (placeholder.isNotNull())
H A DFrameSelection.cpp197 VisiblePosition base = m_originalBase.isNotNull() ? m_originalBase : newSelection.visibleBase();
208 } else if (m_originalBase.isNotNull()) {
345 if (start.isNotNull() && end.isNotNull()) {
492 if (startPosition.isNotNull())
494 if (endPosition.isNotNull())
591 if (positionAfterSpacingAndFollowingWord.isNotNull() && positionAfterSpacingAndFollowingWord != positionAfterCurrentWord)
1158 x = visiblePosition.isNotNull() ? visiblePosition.lineDirectionPointForBlockDirectionNavigation() : 0;
1442 if (m_selection.start().isNotNull() && m_selection.end().isNotNull()) {
[all...]
H A DInsertListCommand.cpp94 while (start.isNotNull() && start != end) {
156 while (startOfCurrentParagraph.isNotNull() && !inSameParagraph(startOfCurrentParagraph, startOfLastParagraph, CanCrossEditingBoundary)) {
173 ASSERT(endOfSelection.isNotNull());
H A DInsertParagraphSeparatorCommand.cpp85 ASSERT(pos.isNotNull());
351 if (leadingWhitespace.isNotNull() && leadingWhitespace.deprecatedNode()->isTextNode()) {
416 if (positionAfterSplit.isNotNull()) {
H A DVisibleSelection.cpp332 if (m_base.isNotNull()) {
337 if (m_extent.isNotNull() && !baseAndExtentEqual)
420 if (next.isNotNull())
651 while (p.isNotNull() && !(lowestEditableAncestor(p.containerNode()) == baseEditableAncestor && !isEditablePosition(p))) {
680 while (p.isNotNull() && !(lowestEditableAncestor(p.containerNode()) == baseEditableAncestor && !isEditablePosition(p))) {
H A DVisiblePosition.cpp102 if (prev.isNotNull() && m_affinity == UPSTREAM) {
595 return next.isNotNull() ? next : prev;
602 return next.isNotNull() ? next : prev;
H A DRenderedPosition.cpp43 ASSERT(position.isNotNull());
H A DApplyStyleCommand.cpp271 while (paragraphStart.isNotNull() && paragraphStart != beyondEnd) {
667 ASSERT(embeddingApplyStart.isNotNull() && embeddingApplyEnd.isNotNull());
845 if (runs[i].positionForStyleComputation.isNotNull())
1103 ASSERT(start.isNotNull());
1104 ASSERT(end.isNotNull());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DBCDSAPublicKey.java76 if (isNotNull(info.getAlgorithm().getParameters()))
84 private boolean isNotNull(ASN1Encodable parameters) method in class:BCDSAPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJDKDSAPublicKey.java77 if (isNotNull(info.getAlgorithm().getParameters()))
85 private boolean isNotNull(ASN1Encodable parameters) method in class:JDKDSAPublicKey
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java86 Assert.isNotNull(page);
/external/mockito/src/org/mockito/
H A DMatchers.java661 * alias to {@link Matchers#isNotNull()}
675 * alias to {@link Matchers#isNotNull(Class)}
695 public static Object isNotNull() { method in class:Matchers
710 public static <T> T isNotNull(Class<T> clazz) { method in class:Matchers
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp412 if (atFirstEditingPositionForNode() && nextPosition.isNotNull() && !nextPosition.deprecatedNode()->hasEditableStyle())
416 if (atLastEditingPositionForNode() && prevPosition.isNotNull() && !prevPosition.deprecatedNode()->hasEditableStyle())
419 return nextPosition.isNotNull() && !nextPosition.deprecatedNode()->hasEditableStyle()
420 && prevPosition.isNotNull() && !prevPosition.deprecatedNode()->hasEditableStyle();
H A DPosition.h144 bool isNotNull() const { return m_anchorNode; } function in class:blink::Position
/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/
H A DDB_Results.java85 Assert.isNotNull(dbName);
106 Assert.isNotNull(dbLocation);
125 Assert.isNotNull(baselinePrefix);
156 Assert.isNotNull(version);

Completed in 1519 milliseconds

12