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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/075-verification-error/src/other/
InaccessibleMethod.java 17 package other; package
InaccessibleClass.java 17 package other; package
  /dalvik/tests/075-verification-error/src2/other/
InaccessibleMethod.java 17 package other; package
InaccessibleClass.java 17 package other; package
  /external/proguard/src/proguard/evaluation/value/
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...]
ParticularDoubleValue.java 75 public DoubleValue generalize(DoubleValue other)
77 return other.generalize(this);
80 public DoubleValue add(DoubleValue other)
82 return value == 0.0 ? other : other.add(this);
85 public DoubleValue subtract(DoubleValue other)
87 return value == 0.0 ? other.negate() : other.subtractFrom(this);
90 public DoubleValue subtractFrom(DoubleValue other)
92 return value == 0.0 ? other : other.subtract(this)
    [all...]
ParticularFloatValue.java 75 public FloatValue generalize(FloatValue other)
77 return other.generalize(this);
80 public FloatValue add(FloatValue other)
82 return value == 0.0 ? other : other.add(this);
85 public FloatValue subtract(FloatValue other)
87 return value == 0.0 ? other.negate() : other.subtractFrom(this);
90 public FloatValue subtractFrom(FloatValue other)
92 return value == 0.0 ? other : other.subtract(this)
    [all...]
ParticularLongValue.java 75 public LongValue generalize(LongValue other)
77 return other.generalize(this);
80 public LongValue add(LongValue other)
82 return other.add(this);
85 public LongValue subtract(LongValue other)
87 return other.subtractFrom(this);
90 public LongValue subtractFrom(LongValue other)
92 return other.subtract(this);
95 public LongValue multiply(LongValue other)
97 return other.multiply(this)
    [all...]
ParticularIntegerValue.java 102 public IntegerValue generalize(IntegerValue other)
104 return other.generalize(this);
107 public IntegerValue add(IntegerValue other)
109 return other.add(this);
112 public IntegerValue subtract(IntegerValue other)
114 return other.subtractFrom(this);
117 public IntegerValue subtractFrom(IntegerValue other)
119 return other.subtract(this);
122 public IntegerValue multiply(IntegerValue other)
124 return other.multiply(this)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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/webkit/Source/WebCore/rendering/style/
SVGRenderStyleDefs.cpp 44 StyleFillData::StyleFillData(const StyleFillData& other)
46 , opacity(other.opacity)
47 , paint(other.paint)
51 bool StyleFillData::operator==(const StyleFillData& other) const
53 if (opacity != other.opacity)
56 if (!paint || !other.paint)
57 return paint == other.paint;
59 if (paint->paintType() != other.paint->paintType())
63 return paint->uri() == other.paint->uri();
66 return paint->color() == other.paint->color()
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosRect.h 69 ExynosRect(const ExynosRect *other)
71 x = other->x;
72 y = other->y;
73 w = other->w;
74 h = other->h;
75 fullW = other->fullW;
76 fullH = other->fullH;
77 colorFormat = other->colorFormat;
81 ExynosRect& operator =(const ExynosRect &other)
83 x = other.x
    [all...]
  /cts/tools/dasm/src/java_cup/
parse_action.java 6 * Objects of this base class will default to ERROR, while the other two
55 public boolean equals(parse_action other)
58 return other != null && other.kind() == ERROR;
64 public boolean equals(Object other)
66 if (other instanceof parse_action)
67 return equals((parse_action)other);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other)
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.clear();
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
59 value_swap(other);
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
74 value_swap(other);
76 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
80 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
    [all...]

Completed in 845 milliseconds

1 2 3 4 5 6 7 8 91011>>