HomeSort by relevance Sort by last modified time
    Searched full:reflexive (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CRLEntryTest.java 92 * operation: it should be reflexive, symmetric, transitive, consistent
114 // checking for reflexive law:
115 assertTrue("The equivalence relation should be reflexive.",
X509CRLTest.java 165 * operation: it should be reflexive, symmetric, transitive, consistent
187 // checking for reflexive law:
188 assertTrue("The equivalence relation should be reflexive.",
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
CertificateTest.java 75 * operation: it should be reflexive, symmetric, transitive, consistent
103 // checking for reflexive law:
104 assertTrue("The equivalence relation should be reflexive.",
  /libcore/luni/src/test/java/tests/api/javax/security/cert/
CertificateTest.java 81 * operation: it should be reflexive, symmetric, transitive, consistent and
109 // checking for reflexive law:
110 assertTrue("The equivalence relation should be reflexive.", tbt_cert
  /external/bison/lib/
bitsetv.h 49 be the reflexive transitive closure of what was given. This is
bitsetv.c 124 be the reflexive transitive closure of what was given. This is
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC2ParameterSpecTest.java 142 * operation: it should be reflexive, symmetric, transitive, consistent
154 // checking for reflexive law:
155 assertTrue("The equivalence relation should be reflexive.",
RC5ParameterSpecTest.java 211 * operation: it should be reflexive, symmetric, transitive, consistent
226 // checking for reflexive law:
227 assertTrue("The equivalence relation should be reflexive.",
SecretKeySpecTest.java 225 * operation: it should be reflexive, symmetric, transitive, consistent
236 // checking for reflexive law:
237 assertTrue("The equivalence relation should be reflexive.",
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC2ParameterSpecTest.java 142 * operation: it should be reflexive, symmetric, transitive, consistent
154 // checking for reflexive law:
155 assertTrue("The equivalence relation should be reflexive.",
SecretKeySpecTest.java 224 * operation: it should be reflexive, symmetric, transitive, consistent
235 // checking for reflexive law:
236 assertTrue("The equivalence relation should be reflexive.",
RC5ParameterSpecTest.java 211 * operation: it should be reflexive, symmetric, transitive, consistent
226 // checking for reflexive law:
227 assertTrue("The equivalence relation should be reflexive.",
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLEntryTest.java 114 * operation: it should be reflexive, symmetric, transitive, consistent
136 // checking for reflexive law:
137 assertTrue("The equivalence relation should be reflexive.",
X509CRLTest.java 193 * operation: it should be reflexive, symmetric, transitive, consistent
215 // checking for reflexive law:
216 assertTrue("The equivalence relation should be reflexive.",
  /external/guava/guava-tests/test/com/google/common/testing/
EqualsTesterTest.java 104 * proper handling of null, incompatible class and reflexive tests
133 fail("Should get non-reflexive error");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
resource.h 29 features with #ifdef RUSAGE_SELF. In ISO C the reflexive
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
resource.h 29 features with #ifdef RUSAGE_SELF. In ISO C the reflexive
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
resource.h 29 features with #ifdef RUSAGE_SELF. In ISO C the reflexive
  /external/icu4c/test/intltest/
uvectest.cpp 190 TEST_ASSERT((a->equals(*a))); // This better be reflexive.
  /external/guava/guava/src/com/google/common/base/
Equivalence.java 53 * <li>It is <i>reflexive</i>: for any reference {@code x}, including null, {@code
  /external/guava/guava/src/com/google/common/collect/
Range.java 266 * <li>reflexive: {@code a.encloses(a)} is always true
341 * <li>reflexive: {@code a.isConnected(a)} returns {@code true}
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.3-2.js 272 // make sure it' s reflexive
15.1.2.3-1.js 414 // make sure it's reflexive
  /libcore/luni/src/main/java/java/lang/
Object.java 170 * is that this comparison should be reflexive, symmetric, and transitive.
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 164 // Since this predicate is reflexive, we canonicalize the ordering so that
    [all...]

Completed in 1023 milliseconds

1 2 3