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

/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.cc408 // If rhs is not a number and lhs is a Smi then strict equality cannot
435 // If lhs is not a number and rhs is a smi then strict equality cannot
466 // There is no test for undetectability in strict equality.
524 // Fast negative check for internalized-to-internalized equality.
3318 // For equality we do not care about the sign of the result.
3490 bool equality = Token::IsEqualityOp(op()); local
3526 if (equality) {
3543 if (equality) {
3554 if (equality) {
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc310 // There is no test for undetectability in strict equality.
365 // If right is not a number and left is a smi, then strict equality cannot
390 // If left is not a number and right is a smi then strict equality cannot
416 // Fast negative check for internalized-to-internalized equality.
3218 // For equality we do not care about the sign of the result.
3381 bool equality = Token::IsEqualityOp(op()); local
3416 if (equality) {
3434 if (equality) {
3445 if (equality) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc1651 // Strict equality can quickly decide whether objects are equal.
1652 // Non-strict object equality is slower, so it is handled later in the stub.
1656 // If we're doing a strict equality comparison, we don't have to do
1692 // There is no test for undetectability in strict equality.
1754 // Fast negative check for internalized-to-internalized equality.
1784 // Non-strict equality. Objects are unequal if
3338 // For equality we do not care about the sign of the result.
3532 bool equality = Token::IsEqualityOp(op()); local
3573 // non-equality compare, we still need to determine the order. We
3575 if (equality) {
[all...]
/external/v8/src/x64/
H A Dcode-stubs-x64.cc1501 // If it's not a heap number, then return equal for (in)equality operator.
1534 // If we're doing a strict equality comparison, we don't have to do
1559 // There is no test for undetectability in strict equality.
1619 // Fast negative check for internalized-to-internalized equality.
1652 // Not strict equality. Objects are unequal if
3299 // For equality we do not care about the sign of the result.
3484 bool equality = Token::IsEqualityOp(op()); local
3524 if (equality) {
3542 if (equality) {
3556 if (equality) {
[all...]
/external/v8/src/x87/
H A Dcode-stubs-x87.cc1325 // Strict equality can quickly decide whether objects are equal.
1326 // Non-strict object equality is slower, so it is handled later in the stub.
1330 // If we're doing a strict equality comparison, we don't have to do
1366 // There is no test for undetectability in strict equality.
1440 // Fast negative check for internalized-to-internalized equality.
1470 // Non-strict equality. Objects are unequal if
3029 // For equality we do not care about the sign of the result.
3195 bool equality = Token::IsEqualityOp(op()); local
3236 // non-equality compare, we still need to determine the order. We
3238 if (equality) {
[all...]
/external/v8/src/mips/
H A Dcode-stubs-mips.cc452 // If lhs was not a number and rhs was a Smi then strict equality cannot
476 // If lhs was not a number and rhs was a Smi then strict equality cannot
501 // There is no test for undetectability in strict equality.
555 // Fast negative check for internalized-to-internalized equality.
3477 // For equality we do not care about the sign of the result.
3674 bool equality = Token::IsEqualityOp(op()); local
3713 if (equality) {
3734 if (equality) {
3745 if (equality) {
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc447 // If lhs was not a number and rhs was a Smi then strict equality cannot
470 // If lhs was not a number and rhs was a Smi then strict equality cannot
495 // There is no test for undetectability in strict equality.
549 // Fast negative check for internalized-to-internalized equality.
3514 // For equality we do not care about the sign of the result.
3711 bool equality = Token::IsEqualityOp(op()); local
3750 if (equality) {
3771 if (equality) {
3782 if (equality) {
/external/v8/test/cctest/
H A Dtest-api.cc5245 bool equality = args[0]->BooleanValue(); local
5248 if (equality) {
5586 // Check that equality works at all before relying on CHECK_EQ

Completed in 339 milliseconds