HomeSort by relevance Sort by last modified time
    Searched refs:other (Results 376 - 400 of 8492) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
UserList.py 17 def __lt__(self, other): return self.data < self.__cast(other)
18 def __le__(self, other): return self.data <= self.__cast(other)
19 def __eq__(self, other): return self.data == self.__cast(other)
20 def __ne__(self, other): return self.data != self.__cast(other)
21 def __gt__(self, other): return self.data > self.__cast(other)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserList.py 17 def __lt__(self, other): return self.data < self.__cast(other)
18 def __le__(self, other): return self.data <= self.__cast(other)
19 def __eq__(self, other): return self.data == self.__cast(other)
20 def __ne__(self, other): return self.data != self.__cast(other)
21 def __gt__(self, other): return self.data > self.__cast(other)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserList.py 17 def __lt__(self, other): return self.data < self.__cast(other)
18 def __le__(self, other): return self.data <= self.__cast(other)
19 def __eq__(self, other): return self.data == self.__cast(other)
20 def __ne__(self, other): return self.data != self.__cast(other)
21 def __gt__(self, other): return self.data > self.__cast(other)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserList.py 17 def __lt__(self, other): return self.data < self.__cast(other)
18 def __le__(self, other): return self.data <= self.__cast(other)
19 def __eq__(self, other): return self.data == self.__cast(other)
20 def __ne__(self, other): return self.data != self.__cast(other)
21 def __gt__(self, other): return self.data > self.__cast(other)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java 13 * documentation and/or other materials provided with the distribution.
31 * other NFAs. These trees only have to point upwards to their parents
139 NFAContext other = ((NFAContext)o); local
140 if ( this.cachedHashCode != other.cachedHashCode ) {
143 if ( this==other ) {
146 // System.out.println("comparing "+this+" with "+other);
148 while ( sp.parent!=null && other.parent!=null ) {
149 if ( sp.invokingState != other.invokingState ) {
153 other = other.parent
    [all...]
  /frameworks/base/core/java/android/hardware/display/
DisplayManagerInternal.java 115 * may choose to make the physical display mirror some other logical display.
157 * have to micro-manage screen off animations, auto-brightness and other effects.
228 public DisplayPowerRequest(DisplayPowerRequest other) {
229 copyFrom(other);
236 public void copyFrom(DisplayPowerRequest other) {
237 policy = other.policy;
238 useProximitySensor = other.useProximitySensor;
239 screenBrightness = other.screenBrightness;
240 screenAutoBrightnessAdjustment = other.screenAutoBrightnessAdjustment;
241 brightnessSetByUser = other.brightnessSetByUser
    [all...]
  /system/bt/service/common/bluetooth/
gatt_identifier.cpp 86 GattIdentifier::GattIdentifier(const GattIdentifier& other) {
87 device_address_ = other.device_address_;
88 is_primary_ = other.is_primary_;
89 service_uuid_ = other.service_uuid_;
90 char_uuid_ = other.char_uuid_;
91 desc_uuid_ = other.desc_uuid_;
92 service_instance_id_ = other.service_instance_id_;
93 service_instance_id_ = other.service_instance_id_;
94 char_instance_id_ = other.char_instance_id_;
95 desc_instance_id_ = other.desc_instance_id_
    [all...]
  /external/icu/icu4c/source/common/unicode/
dtintrv.h 85 * other classes have different class IDs.
95 DateInterval(const DateInterval& other);
108 virtual UBool operator==(const DateInterval& other) const;
115 UBool operator!=(const DateInterval& other) const;
151 DateInterval::operator!=(const DateInterval& other) const {
152 return ( !operator==(other) );
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTileDescription.h 15 // in the documentation and/or other materials provided with the
90 operator == (const TileDescription &other) const
92 return xSize == other.xSize &&
93 ySize == other.ySize &&
94 mode == other.mode &&
95 roundingMode == other.roundingMode;
ImfOpaqueAttribute.cpp 15 // in the documentation and/or other materials provided with the
58 OpaqueAttribute::OpaqueAttribute (const OpaqueAttribute &other):
59 _typeName (strlen (other._typeName) + 1),
60 _dataSize (other._dataSize),
61 _data (other._dataSize)
63 strcpy (_typeName, other._typeName);
64 _data.resizeErase (other._dataSize);
65 memcpy ((char *) _data, (const char *) other._data, other._dataSize);
106 OpaqueAttribute::copyValueFrom (const Attribute &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/binomial_heap_base_/
constructors_destructor_fn_imps.hpp 67 binomial_heap_base(const PB_DS_CLASS_C_DEC& other)
68 : base_type(other), m_p_max(0)
74 swap(PB_DS_CLASS_C_DEC& other)
77 base_type::swap(other);
78 std::swap(m_p_max, other.m_p_max);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
constructors_destructor_fn_imps.hpp 67 binomial_heap_base(const PB_DS_CLASS_C_DEC& other)
68 : base_type(other), m_p_max(0)
74 swap(PB_DS_CLASS_C_DEC& other)
77 base_type::swap(other);
78 std::swap(m_p_max, other.m_p_max);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
constructors_destructor_fn_imps.hpp 67 binomial_heap_base(const PB_DS_CLASS_C_DEC& other)
68 : base_type(other), m_p_max(0)
74 swap(PB_DS_CLASS_C_DEC& other)
77 base_type::swap(other);
78 std::swap(m_p_max, other.m_p_max);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
constructors_destructor_fn_imps.hpp 67 binomial_heap_base(const PB_DS_CLASS_C_DEC& other)
68 : base_type(other), m_p_max(0)
74 swap(PB_DS_CLASS_C_DEC& other)
77 base_type::swap(other);
78 std::swap(m_p_max, other.m_p_max);
  /external/icu/icu4c/source/i18n/
measure.cpp 35 Measure::Measure(const Measure& other) :
36 UObject(other), unit(0) {
37 *this = other;
40 Measure& Measure::operator=(const Measure& other) {
41 if (this != &other) {
43 number = other.number;
44 unit = (MeasureUnit*) other.unit->clone();
57 UBool Measure::operator==(const UObject& other) const {
58 if (this == &other) { // Same object, equal
61 if (typeid(*this) != typeid(other)) { // Different types, not equa
    [all...]
  /external/proguard/src/proguard/classfile/attribute/
LocalVariableInfo.java 125 LocalVariableInfo other = (LocalVariableInfo)object; local
128 this.u2startPC < other.u2startPC ? -1 : this.u2startPC > other.u2startPC ? 1 :
129 this.u2index < other.u2index ? -1 : this.u2index > other.u2index ? 1 :
130 this.u2length < other.u2length ? -1 : this.u2length > other.u2length ? 1 :
131 this.u2descriptorIndex < other.u2descriptorIndex ? -1 : this.u2descriptorIndex > other.u2descriptorIndex ? 1 :
132 this.u2nameIndex < other.u2nameIndex ? -1 : this.u2nameIndex > other.u2nameIndex ? 1
    [all...]
LocalVariableTypeInfo.java 133 LocalVariableTypeInfo other = (LocalVariableTypeInfo)object; local
136 this.u2startPC < other.u2startPC ? -1 : this.u2startPC > other.u2startPC ? 1 :
137 this.u2length < other.u2length ? -1 : this.u2length > other.u2length ? 1 :
138 this.u2index < other.u2index ? -1 : this.u2index > other.u2index ? 1 :
139 this.u2signatureIndex < other.u2signatureIndex ? -1 : this.u2signatureIndex > other.u2signatureIndex ? 1 :
140 this.u2nameIndex < other.u2nameIndex ? -1 : this.u2nameIndex > other.u2nameIndex ? 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
99 binary_heap_point_const_iterator_(const binary_heap_point_const_iterator_& other)
100 : m_p_e(other.m_p_e)
121 operator==(const binary_heap_point_const_iterator_& other) const
122 { return m_p_e == other.m_p_e; }
126 operator!=(const binary_heap_point_const_iterator_& other) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
79 value_type>::other::pointer
85 value_type>::other::const_pointer
91 value_type>::other::reference
97 value_type>::other::const_reference
111 left_child_next_sibling_heap_node_point_const_iterator_(const PB_DS_CLASS_C_DEC& other) : m_p_nd(other.m_p_nd)
132 operator==(const PB_DS_CLASS_C_DEC& other) const
133 { return m_p_nd == other.m_p_nd; }
137 operator!=(const PB_DS_CLASS_C_DEC& other) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
99 binary_heap_point_const_iterator_(const binary_heap_point_const_iterator_& other)
100 : m_p_e(other.m_p_e)
121 operator==(const binary_heap_point_const_iterator_& other) const
122 { return m_p_e == other.m_p_e; }
126 operator!=(const binary_heap_point_const_iterator_& other) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
79 value_type>::other::pointer
85 value_type>::other::const_pointer
91 value_type>::other::reference
97 value_type>::other::const_reference
111 left_child_next_sibling_heap_node_point_const_iterator_(const PB_DS_CLASS_C_DEC& other) : m_p_nd(other.m_p_nd)
132 operator==(const PB_DS_CLASS_C_DEC& other) const
133 { return m_p_nd == other.m_p_nd; }
137 operator!=(const PB_DS_CLASS_C_DEC& other) cons
    [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/binary_heap_/
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
99 binary_heap_point_const_iterator_(const binary_heap_point_const_iterator_& other)
100 : m_p_e(other.m_p_e)
121 operator==(const binary_heap_point_const_iterator_& other) const
122 { return m_p_e == other.m_p_e; }
126 operator!=(const binary_heap_point_const_iterator_& other) cons
    [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/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
79 value_type>::other::pointer
85 value_type>::other::const_pointer
91 value_type>::other::reference
97 value_type>::other::const_reference
111 left_child_next_sibling_heap_node_point_const_iterator_(const PB_DS_CLASS_C_DEC& other) : m_p_nd(other.m_p_nd)
132 operator==(const PB_DS_CLASS_C_DEC& other) const
133 { return m_p_nd == other.m_p_nd; }
137 operator!=(const PB_DS_CLASS_C_DEC& other) cons
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
99 binary_heap_point_const_iterator_(const binary_heap_point_const_iterator_& other)
100 : m_p_e(other.m_p_e)
121 operator==(const binary_heap_point_const_iterator_& other) const
122 { return m_p_e == other.m_p_e; }
126 operator!=(const binary_heap_point_const_iterator_& other) cons
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
79 value_type>::other::pointer
85 value_type>::other::const_pointer
91 value_type>::other::reference
97 value_type>::other::const_reference
111 left_child_next_sibling_heap_node_point_const_iterator_(const PB_DS_CLASS_C_DEC& other) : m_p_nd(other.m_p_nd)
132 operator==(const PB_DS_CLASS_C_DEC& other) const
133 { return m_p_nd == other.m_p_nd; }
137 operator!=(const PB_DS_CLASS_C_DEC& other) cons
    [all...]

Completed in 515 milliseconds

<<11121314151617181920>>