Searched refs:equality (Results 1 - 21 of 21) sorted by relevance

/external/guice/core/test/com/google/inject/
H A DDuplicateBindingsTest.java290 a.equality = "test";
294 b.equality = "test";
308 a.equality = "test";
312 b.equality = "test";
539 private String equality; field in class:DuplicateBindingsTest.HashEqualsTester
552 if(equality == null && o.equality == null) {
555 return Objects.equal(equality, o.equality);
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DOptionalBinder.java679 * A base class for ProviderWithDependencies that need equality based on a specific object.
683 private final Object equality; field in class:OptionalBinder.RealOptionalBinder.RealOptionalBinderProviderWithDependencies
685 public RealOptionalBinderProviderWithDependencies(Object equality) { argument
686 this.equality = equality;
691 && equality.equals(((RealOptionalBinderProviderWithDependencies<?>) obj).equality);
695 return equality.hashCode();
H A DMapBinder.java816 public RealMapWithExtensionProvider(Object equality) { argument
817 super(equality);
822 * A base class for ProviderWithDependencies that need equality
826 private final Object equality; field in class:MapBinder.RealMapBinder.RealMapBinderProviderWithDependencies
828 public RealMapBinderProviderWithDependencies(Object equality) { argument
829 this.equality = equality;
835 equality.equals(((RealMapBinderProviderWithDependencies<?>)obj).equality);
840 return equality
[all...]
/external/guice/core/test/com/google/inject/util/
H A DOverrideModuleTest.java599 a.equality = "test";
603 b.equality = "test";
617 a.equality = "test";
621 b.equality = "test";
633 private String equality; field in class:OverrideModuleTest.HashEqualsTester
646 if(equality == null && o.equality == null) {
649 return Objects.equal(equality, o.equality);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc457 = {and} [left]:and_expression and [right]:equality // x.y && a.b
459 | {equality} [value]:equality // x.y
463 equality {->expression}
464 = {eq} [left]:equality eq [right]:comparison // x.y == a.b
466 | {ne} [left]:equality ne [right]:comparison // x.y != a.b
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore2Test.java371 boolean equality = Arrays.equals(retB, priB);
372 equality &= returnedKey.getAlgorithm()
374 equality &= returnedKey.getFormat().equals(privateKey.getFormat());
376 + "key entry did not equal the original key", equality);
/external/libpcap/msdos/
H A Dpkt_rx1.s76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
H A Dpkt_rx0.asm121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm417 ;;; Test the strings for equality, 8 bytes at a time. At the end,
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm356 ;;; Test the strings for equality, 8 bytes at a time. At the end,
/external/v8/src/arm/
H A Dcode-stubs-arm.cc380 // If rhs is not a number and lhs is a Smi then strict equality cannot
407 // If lhs is not a number and rhs is a smi then strict equality cannot
438 // There is no test for undetectability in strict equality.
496 // Fast negative check for internalized-to-internalized equality.
3291 // For equality we do not care about the sign of the result.
3463 bool equality = Token::IsEqualityOp(op()); local
3499 if (equality) {
3516 if (equality) {
3527 if (equality) {
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc338 // There is no test for undetectability in strict equality.
393 // If right is not a number and left is a smi, then strict equality cannot
418 // If left is not a number and right is a smi then strict equality cannot
444 // Fast negative check for internalized-to-internalized equality.
3181 // For equality we do not care about the sign of the result.
3344 bool equality = Token::IsEqualityOp(op()); local
3379 if (equality) {
3397 if (equality) {
3408 if (equality) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc1735 // Strict equality can quickly decide whether objects are equal.
1736 // Non-strict object equality is slower, so it is handled later in the stub.
1740 // If we're doing a strict equality comparison, we don't have to do
1776 // There is no test for undetectability in strict equality.
1838 // Fast negative check for internalized-to-internalized equality.
1868 // Non-strict equality. Objects are unequal if
3365 // For equality we do not care about the sign of the result.
3559 bool equality = Token::IsEqualityOp(op()); local
3600 // non-equality compare, we still need to determine the order. We
3602 if (equality) {
[all...]
/external/v8/src/mips/
H A Dcode-stubs-mips.cc412 // If lhs was not a number and rhs was a Smi then strict equality cannot
436 // If lhs was not a number and rhs was a Smi then strict equality cannot
461 // There is no test for undetectability in strict equality.
515 // Fast negative check for internalized-to-internalized equality.
3459 // For equality we do not care about the sign of the result.
3656 bool equality = Token::IsEqualityOp(op()); local
3695 if (equality) {
3716 if (equality) {
3727 if (equality) {
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc409 // If lhs was not a number and rhs was a Smi then strict equality cannot
432 // If lhs was not a number and rhs was a Smi then strict equality cannot
457 // There is no test for undetectability in strict equality.
511 // Fast negative check for internalized-to-internalized equality.
3491 // For equality we do not care about the sign of the result.
3688 bool equality = Token::IsEqualityOp(op()); local
3727 if (equality) {
3748 if (equality) {
3759 if (equality) {
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc392 // If rhs is not a number and lhs is a Smi then strict equality cannot
424 // If lhs is not a number and rhs is a smi then strict equality cannot
458 // There is no test for undetectability in strict equality.
514 // Fast negative check for internalized-to-internalized equality.
3466 // For equality we do not care about the sign of the result.
3659 bool equality = Token::IsEqualityOp(op()); local
3697 if (equality) {
3714 if (equality) {
3725 if (equality) {
/external/v8/src/x64/
H A Dcode-stubs-x64.cc1563 // If it's not a heap number, then return equal for (in)equality operator.
1610 // If we're doing a strict equality comparison, we don't have to do
1635 // There is no test for undetectability in strict equality.
1695 // Fast negative check for internalized-to-internalized equality.
1728 // Not strict equality. Objects are unequal if
3313 // For equality we do not care about the sign of the result.
3498 bool equality = Token::IsEqualityOp(op()); local
3538 if (equality) {
3556 if (equality) {
3570 if (equality) {
[all...]
/external/v8/src/x87/
H A Dcode-stubs-x87.cc1430 // Strict equality can quickly decide whether objects are equal.
1431 // Non-strict object equality is slower, so it is handled later in the stub.
1435 // If we're doing a strict equality comparison, we don't have to do
1471 // There is no test for undetectability in strict equality.
1545 // Fast negative check for internalized-to-internalized equality.
1575 // Non-strict equality. Objects are unequal if
3073 // For equality we do not care about the sign of the result.
3239 bool equality = Token::IsEqualityOp(op()); local
3280 // non-equality compare, we still need to determine the order. We
3282 if (equality) {
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc5862 bool equality = args[0]->BooleanValue(context).FromJust(); local
5865 if (equality) {
6227 // Check that equality works at all before relying on CHECK_EQ
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1133 milliseconds