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

1 2 3

  /external/apache-http/src/org/apache/http/
ProtocolVersion.java 203 public boolean isComparable(ProtocolVersion that) {
249 * {@link #isComparable comparable} to the argument
254 return isComparable(version) && (compareToVersion(version) >= 0);
264 * {@link #isComparable comparable} to the argument
269 return isComparable(version) && (compareToVersion(version) <= 0);
  /packages/apps/Settings/src/com/android/settings/datetime/
ZonePicker.java 289 if (!isComparable(value1)) {
290 return isComparable(value2) ? 1 : 0;
291 } else if (!isComparable(value2)) {
302 private boolean isComparable(Object value) {
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 575 Predicate<Object> isComparable = Predicates.instanceOf(Comparable.class);
577 assertTrue(isComparable.apply(1));
578 assertTrue(isComparable.apply(2.0f));
579 assertTrue(isComparable.apply(""));
580 assertFalse(isComparable.apply(null));
622 Predicate<Class<?>> isComparable =
625 assertTrue(isComparable.apply(Integer.class));
626 assertTrue(isComparable.apply(Float.class));
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchersInternal.h 169 bool isComparable() const {
229 bool isComparable() const {
231 if (!NodesMap.isComparable())
    [all...]
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 

Completed in 1433 milliseconds

1 2 3