HomeSort by relevance Sort by last modified time
    Searched refs:other (Results 1 - 25 of 9229) 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
  /art/test/075-verification-error/src2/other/
InaccessibleMethod.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/swiftshader/src/OpenGL/compiler/preprocessor/
Macro.cpp 22 bool Macro::equals(const Macro& other) const
24 return (type == other.type) &&
25 (name == other.name) &&
26 (parameters == other.parameters) &&
27 (replacements == other.replacements);
  /system/libvintf/
MatrixHal.cpp 22 bool MatrixHal::operator==(const MatrixHal &other) const {
23 if (format != other.format)
25 if (name != other.name)
27 if (versionRanges != other.versionRanges)
29 if (interfaces != other.interfaces)
  /external/pdfium/core/fpdfdoc/
cpvt_sectioninfo.cpp 14 CPVT_SectionInfo::CPVT_SectionInfo(const CPVT_SectionInfo& other) {
15 operator=(other);
18 void CPVT_SectionInfo::operator=(const CPVT_SectionInfo& other) {
19 if (this == &other)
22 rcSection = other.rcSection;
23 nTotalLine = other.nTotalLine;
24 if (other.pSecProps)
25 pSecProps = pdfium::MakeUnique<CPVT_SecProps>(*other.pSecProps);
29 if (other.pWordProps)
30 pWordProps = pdfium::MakeUnique<CPVT_WordProps>(*other.pWordProps)
    [all...]
  /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...]
  /system/bt/service/common/bluetooth/
characteristic.cc 20 Characteristic::Characteristic(const Characteristic& other) {
21 handle_ = other.handle_;
22 uuid_ = other.uuid_;
23 properties_ = other.properties_;
24 permissions_ = other.permissions_;
25 descriptors_ = other.descriptors_;
28 Characteristic& Characteristic::operator=(const Characteristic& other) {
29 if (*this == other) return *this;
31 handle_ = other.handle_;
32 uuid_ = other.uuid_
    [all...]
service.cc 20 Service::Service(const Service& other) {
21 handle_ = other.handle_;
22 primary_ = other.primary_;
23 uuid_ = other.uuid_;
24 characteristics_ = other.characteristics_;
25 included_services_ = other.included_services_;
28 Service& Service::operator=(const Service& other) {
29 if (*this == other) return *this;
31 handle_ = other.handle_;
32 primary_ = other.primary_
    [all...]
descriptor.cc 20 Descriptor::Descriptor(const Descriptor& other) {
21 handle_ = other.handle_;
22 uuid_ = other.uuid_;
23 permissions_ = other.permissions_;
26 Descriptor& Descriptor::operator=(const Descriptor& other) {
27 if (*this == other) return *this;
29 handle_ = other.handle_;
30 uuid_ = other.uuid_;
31 permissions_ = other.permissions_;
36 bool Descriptor::Equals(const Descriptor& other) const
    [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.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/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/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/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/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/r10/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...]

Completed in 864 milliseconds

1 2 3 4 5 6 7 8 91011>>