HomeSort by relevance Sort by last modified time
    Searched defs:equality (Results 1 - 21 of 21) sorted by null

  /external/guice/core/test/com/google/inject/
DuplicateBindingsTest.java 290 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/core/test/com/google/inject/util/
OverrideModuleTest.java 599 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/guice/extensions/multibindings/src/com/google/inject/multibindings/
MapBinder.java 826 private final Object equality; field in class:MapBinder.RealMapBinder.RealMapBinderProviderWithDependencies
    [all...]
OptionalBinder.java 679 * 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) {
686 this.equality = equality;
691 && equality.equals(((RealOptionalBinderProviderWithDependencies<?>) obj).equality);
695 return equality.hashCode();
  /external/v8/src/arm/
code-stubs-arm.cc 189 // Equality is almost reflexive (everything but NaN), so this is a test
316 // If rhs is not a number and lhs is a Smi then strict equality cannot
343 // If lhs is not a number and rhs is a smi then strict equality cannot
374 // There is no test for undetectability in strict equality.
432 // Fast negative check for internalized-to-internalized equality or receiver
433 // equality. Also handles the undetectable receiver to null/undefined
2852 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 2556 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 269 // There is no test for undetectability in strict equality.
324 // If right is not a number and left is a smi, then strict equality cannot
349 // If left is not a number and right is a smi then strict equality cannot
375 // Fast negative check for internalized-to-internalized equality or receiver
376 // equality. Also handles the undetectable receiver to null/undefined
2631 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 2864 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 227 // Equality is almost reflexive (everything but NaN), so this is a test
350 // If lhs was not a number and rhs was a Smi then strict equality cannot
374 // If lhs was not a number and rhs was a Smi then strict equality cannot
399 // There is no test for undetectability in strict equality.
453 // Fast negative check for internalized-to-internalized equality.
3018 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 225 // Equality is almost reflexive (everything but NaN), so this is a test
347 // If lhs was not a number and rhs was a Smi then strict equality cannot
370 // If lhs was not a number and rhs was a Smi then strict equality cannot
395 // There is no test for undetectability in strict equality.
449 // Fast negative check for internalized-to-internalized equality.
3028 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 199 // Equality is almost reflexive (everything but NaN), so this is a test
328 // If rhs is not a number and lhs is a Smi then strict equality cannot
360 // If lhs is not a number and rhs is a smi then strict equality cannot
394 // There is no test for undetectability in strict equality.
449 // Fast negative check for internalized-to-internalized equality or receiver
450 // equality. Also handles the undetectable receiver to null/undefined
2966 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 200 // Equality is almost reflexive (everything but NaN), so this is a test
325 // If rhs is not a number and lhs is a Smi then strict equality cannot
355 // If lhs is not a number and rhs is a smi then strict equality cannot
386 // There is no test for undetectability in strict equality.
440 // Fast negative check for internalized-to-internalized equality or receiver
441 // equality. Also handles the undetectable receiver to null/undefined
2939 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 2809 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 6050 bool equality = args[0]->BooleanValue(context).FromJust(); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 2125 milliseconds