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

1 2

  /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 178 // Equality is almost reflexive (everything but NaN), so this is a test
299 // If rhs is not a number and lhs is a Smi then strict equality cannot
326 // If lhs is not a number and rhs is a smi then strict equality cannot
357 // There is no test for undetectability in strict equality.
415 // Fast negative check for internalized-to-internalized equality or receiver
416 // equality. Also handles the undetectable receiver to null/undefined
2121 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 2114 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 216 // Equality is almost reflexive (everything but NaN), so this is a test
335 // If lhs was not a number and rhs was a Smi then strict equality cannot
359 // If lhs was not a number and rhs was a Smi then strict equality cannot
384 // There is no test for undetectability in strict equality.
438 // Fast negative check for internalized-to-internalized equality.
2300 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 214 // Equality is almost reflexive (everything but NaN), so this is a test
332 // If lhs was not a number and rhs was a Smi then strict equality cannot
355 // If lhs was not a number and rhs was a Smi then strict equality cannot
380 // There is no test for undetectability in strict equality.
434 // Fast negative check for internalized-to-internalized equality.
2307 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 188 // Equality is almost reflexive (everything but NaN), so this is a test
311 // 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
377 // 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
2263 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 189 // Equality is almost reflexive (everything but NaN), so this is a test
308 // If rhs is not a number and lhs is a Smi then strict equality cannot
338 // If lhs is not a number and rhs is a smi then strict equality cannot
369 // There is no test for undetectability in strict equality.
423 // Fast negative check for internalized-to-internalized equality or receiver
424 // equality. Also handles the undetectable receiver to null/undefined
2235 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 2081 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 803 // Strict equality can quickly decide whether objects are equal.
804 // Non-strict object equality is slower, so it is handled later in the stub.
808 // If we're doing a strict equality comparison, we don't have to do
844 // There is no test for undetectability in strict equality.
2130 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 252 // There is no test for undetectability in strict equality.
307 // If right is not a number and left is a smi, then strict equality cannot
332 // If left is not a number and right is a smi then strict equality cannot
358 // Fast negative check for internalized-to-internalized equality or receiver
359 // equality. Also handles the undetectable receiver to null/undefined
2197 bool equality = Token::IsEqualityOp(op()); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0/
builder-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta2/
builder-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-rc1/
builder-3.0.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.2.0-alpha16/
builder-3.2.0-alpha16.jar 
  /prebuilts/r8/
compatdx-master.jar 
compatproguard-master.jar 
d8-master.jar 
r8-master.jar 

Completed in 2541 milliseconds

1 2