HomeSort by relevance Sort by last modified time
    Searched refs:other (Results 1 - 25 of 9808) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/536-checker-needs-access-check/src/other/
InaccessibleClass.java 17 package other; package
  /art/test/536-checker-needs-access-check/src2/other/
InaccessibleClass.java 17 package other; package
  /art/test/537-checker-inline-and-unverified/src/other/
InaccessibleClass.java 17 package other; package
  /art/test/537-checker-inline-and-unverified/src2/other/
InaccessibleClass.java 17 package other; package
  /art/test/075-verification-error/src/other/
InaccessibleMethod.java 17 package other; package
InaccessibleClass.java 17 package other; package
  /art/test/075-verification-error/src2/other/
InaccessibleMethod.java 17 package other; package
InaccessibleClass.java 17 package other; package
  /art/test/601-method-access/src/other/
ProtectedClass.java 17 package other; package
PublicClass.java 17 package other; package
19 // Class that makes the ProtectedClass sub-classable by classes outside of package other.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-2.s 1 .section .other,"ax"
  /external/proguard/src/proguard/evaluation/value/
SpecificDoubleValue.java 55 public DoubleValue generalize(DoubleValue other)
57 return other.generalize(this);
60 public DoubleValue add(DoubleValue other)
62 return other.add(this);
65 public DoubleValue subtract(DoubleValue other)
67 return other.subtractFrom(this);
70 public DoubleValue subtractFrom(DoubleValue other)
72 return other.subtract(this);
75 public DoubleValue multiply(DoubleValue other)
77 return other.multiply(this)
    [all...]
SpecificFloatValue.java 55 public FloatValue generalize(FloatValue other)
57 return other.generalize(this);
60 public FloatValue add(FloatValue other)
62 return other.add(this);
65 public FloatValue subtract(FloatValue other)
67 return other.subtractFrom(this);
70 public FloatValue subtractFrom(FloatValue other)
72 return other.subtract(this);
75 public FloatValue multiply(FloatValue other)
77 return other.multiply(this)
    [all...]
IntegerValue.java 82 * Returns the generalization of this IntegerValue and the given other
85 public abstract IntegerValue generalize(IntegerValue other);
90 public abstract IntegerValue add(IntegerValue other);
95 public abstract IntegerValue subtract(IntegerValue other);
100 public abstract IntegerValue subtractFrom(IntegerValue other);
105 public abstract IntegerValue multiply(IntegerValue other)
111 public abstract IntegerValue divide(IntegerValue other)
117 public abstract IntegerValue divideOf(IntegerValue other)
124 public abstract IntegerValue remainder(IntegerValue other)
131 public abstract IntegerValue remainderOf(IntegerValue other)
    [all...]
SpecificLongValue.java 55 public LongValue generalize(LongValue other)
57 return other.generalize(this);
60 public LongValue add(LongValue other)
62 return other.add(this);
65 public LongValue subtract(LongValue other)
67 return other.subtractFrom(this);
70 public LongValue subtractFrom(LongValue other)
72 return other.subtract(this);
75 public LongValue multiply(LongValue other)
77 return other.multiply(this)
    [all...]
SpecificIntegerValue.java 70 public IntegerValue generalize(IntegerValue other)
72 return other.generalize(this);
75 public IntegerValue add(IntegerValue other)
77 return other.add(this);
80 public IntegerValue subtract(IntegerValue other)
82 return other.subtractFrom(this);
85 public IntegerValue subtractFrom(IntegerValue other)
87 return other.subtract(this);
90 public IntegerValue multiply(IntegerValue other)
92 return other.multiply(this)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 PB_DS_ASSERT_VALID(other)
51 other.make_binomial_heap();
52 base_type::split(pred, other);
54 other.find_max();
57 PB_DS_ASSERT_VALID(other)
63 join(PB_DS_CLASS_C_DEC& other)
66 PB_DS_ASSERT_VALID(other)
69 other.make_binomial_heap();
70 base_type::join(other);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 PB_DS_ASSERT_VALID(other)
51 other.make_binomial_heap();
52 base_type::split(pred, other);
54 other.find_max();
57 PB_DS_ASSERT_VALID(other)
63 join(PB_DS_CLASS_C_DEC& other)
66 PB_DS_ASSERT_VALID(other)
69 other.make_binomial_heap();
70 base_type::join(other);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 PB_DS_ASSERT_VALID(other)
51 other.make_binomial_heap();
52 base_type::split(pred, other);
54 other.find_max();
57 PB_DS_ASSERT_VALID(other)
63 join(PB_DS_CLASS_C_DEC& other)
66 PB_DS_ASSERT_VALID(other)
69 other.make_binomial_heap();
70 base_type::join(other);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 PB_DS_ASSERT_VALID(other)
51 other.make_binomial_heap();
52 base_type::split(pred, other);
54 other.find_max();
57 PB_DS_ASSERT_VALID(other)
63 join(PB_DS_CLASS_C_DEC& other)
66 PB_DS_ASSERT_VALID(other)
69 other.make_binomial_heap();
70 base_type::join(other);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other)
47 PB_DS_ASSERT_VALID(other)
51 other.clear();
57 value_swap(other);
59 PB_DS_ASSERT_VALID(other)
70 value_swap(other);
72 PB_DS_ASSERT_VALID(other)
77 PB_DS_CLASS_C_DEC new_other(other, other);
83 other.update(other.node_begin(), (node_update*)(&other))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other)
47 PB_DS_ASSERT_VALID(other)
51 other.clear();
57 value_swap(other);
59 PB_DS_ASSERT_VALID(other)
70 value_swap(other);
72 PB_DS_ASSERT_VALID(other)
77 PB_DS_CLASS_C_DEC new_other(other, other);
83 other.update(other.node_begin(), (node_update*)(&other))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other)
47 PB_DS_ASSERT_VALID(other)
51 other.clear();
57 value_swap(other);
59 PB_DS_ASSERT_VALID(other)
70 value_swap(other);
72 PB_DS_ASSERT_VALID(other)
77 PB_DS_CLASS_C_DEC new_other(other, other);
83 other.update(other.node_begin(), (node_update*)(&other))
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other)
47 PB_DS_ASSERT_VALID(other)
51 other.clear();
57 value_swap(other);
59 PB_DS_ASSERT_VALID(other)
70 value_swap(other);
72 PB_DS_ASSERT_VALID(other)
77 PB_DS_CLASS_C_DEC new_other(other, other);
83 other.update(other.node_begin(), (node_update*)(&other))
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
JointEdge.java 23 public final Body other; field in class:JointEdge
26 protected JointEdge (Body other, Joint joint) {
27 this.other = other;

Completed in 1656 milliseconds

1 2 3 4 5 6 7 8 91011>>