Home
last modified time | relevance | path

Searched refs:isTrue (Results 1 – 25 of 219) sorted by relevance

123456789

/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp49 bool isTrue; member
53 : isTrue (false) in CmpResultSet()
74 res.isTrue = cmpReference-err < cmpValue; in execCompare()
79 res.isTrue = cmpReference-err <= cmpValue; in execCompare()
84 res.isTrue = cmpReference+err > cmpValue; in execCompare()
89 res.isTrue = cmpReference+err >= cmpValue; in execCompare()
94 res.isTrue = de::inRange(cmpValue, cmpReference-err, cmpReference+err); in execCompare()
99 res.isTrue = err != 0.0f || cmpValue != cmpReference; in execCompare()
104 res.isTrue = true; in execCompare()
115 DE_ASSERT(res.isTrue || res.isFalse); in execCompare()
[all …]
/external/dagger2/producers/src/test/java/dagger/producers/internal/
DProducersTest.java42 assertThat(producedFuture.isDone()).isTrue(); in createFutureProduced_success()
49 assertThat(producedFuture.isDone()).isTrue(); in createFutureProduced_failure()
58 assertThat(future.isCancelled()).isTrue(); in createFutureProduced_cancelPropagatesBackwards()
83 assertThat(setFuture.isDone()).isTrue(); in createFutureSingletonSet_success()
90 assertThat(setFuture.isDone()).isTrue(); in createFutureSingletonSet_failure()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
DAssert.java247 public static boolean isTrue(boolean expression) { in isTrue() method in Assert
248 return isTrue(expression, ""); //$NON-NLS-1$ in isTrue()
262 public static boolean isTrue(boolean expression, String message) { in isTrue() method in Assert
284 public static boolean isTrue(boolean expression, String errorFormat, Object... args) { in isTrue() method in Assert
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandler.java90 … Assert.isTrue(index < commandHandlers.size(), "No CommandHandler defined for index " + index); in getCommandHandler()
91 Assert.isTrue(index >= 0, "The index cannot be less than zero: " + index); in getCommandHandler()
101 …Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for invocation … in handleCommand()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DIssuingDistributionPoint.java159 onlyContainsUserCerts = ASN1Boolean.getInstance(o, false).isTrue(); in IssuingDistributionPoint()
162 onlyContainsCACerts = ASN1Boolean.getInstance(o, false).isTrue(); in IssuingDistributionPoint()
168 indirectCRL = ASN1Boolean.getInstance(o, false).isTrue(); in IssuingDistributionPoint()
171 onlyContainsAttributeCerts = ASN1Boolean.getInstance(o, false).isTrue(); in IssuingDistributionPoint()

123456789