Searched refs:other (Results 1 - 25 of 2064) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Dhttp.pm13 my $other = $self->SUPER::canonical;
15 my $slash_path = defined($other->authority) &&
16 !length($other->path) && !defined($other->query);
19 $other = $other->clone if $other == $self;
20 $other->path("/");
22 $other;
/macosx-10.9.5/ruby-104/ruby/lib/rake/ext/
H A Dtime.rb8 def <=>(other)
9 if Rake::EarlyTime === other
10 - other.<=>(self)
12 rake_original_time_compare(other)
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
51 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
54 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
57 other.make_binomial_heap();
59 base_type::split(pred, other);
62 other.find_max();
65 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
H A Dconstructors_destructor_fn_imps.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
64 rc_binomial_heap_(const PB_DS_CLASS_C_DEC& other) : argument
65 PB_DS_BASE_C_DEC(other)
82 swap(PB_DS_CLASS_C_DEC& other) argument
85 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
87 base_type::swap(other);
89 m_rc.swap(other.m_rc);
92 _GLIBCXX_DEBUG_ONLY(other
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Deq.rb3 def ==(other)
4 return false unless DRbObject === other
5 (@ref == other.__drbref) && (@uri == other.__drburi)
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
50 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
57 other.clear();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 value_swap(other);
67 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
74 _GLIBCXX_DEBUG_ONLY(other
106 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ddtintrv.cpp32 DateInterval::DateInterval(const DateInterval& other) argument
33 : UObject(other) {
34 *this = other;
39 DateInterval::operator=(const DateInterval& other) { argument
40 if ( this != &other ) {
41 fromDate = other.fromDate;
42 toDate = other.toDate;
55 DateInterval::operator==(const DateInterval& other) const {
56 return ( fromDate == other.fromDate && toDate == other
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DPagination.h11 * documentation and/or other materials provided with the distribution.
42 bool operator==(const Pagination& other) const
44 return mode == other.mode && behavesLikeColumns == other.behavesLikeColumns && pageLength == other.pageLength && gap == other.gap;
47 bool operator!=(const Pagination& other) const
49 return mode != other.mode || behavesLikeColumns != other.behavesLikeColumns || pageLength != other
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
50 join_prep(PB_DS_CLASS_C_DEC& other) argument
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
54 if (other.m_size == 0)
59 value_swap(other);
63 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
65 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
71 value_swap(other);
81 join_finish(PB_DS_CLASS_C_DEC& other) argument
90 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
133 split_finish(PB_DS_CLASS_C_DEC& other) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DSVGRenderStyleDefs.cpp49 StyleFillData::StyleFillData(const StyleFillData& other) argument
51 , opacity(other.opacity)
52 , paintType(other.paintType)
53 , paintColor(other.paintColor)
54 , paintUri(other.paintUri)
55 , visitedLinkPaintType(other.visitedLinkPaintType)
56 , visitedLinkPaintColor(other.visitedLinkPaintColor)
57 , visitedLinkPaintUri(other.visitedLinkPaintUri)
61 bool StyleFillData::operator==(const StyleFillData& other) const
63 return opacity == other
87 StyleStrokeData(const StyleStrokeData& other) argument
124 StyleStopData(const StyleStopData& other) argument
142 StyleTextData(const StyleTextData& other) argument
161 StyleMiscData(const StyleMiscData& other) argument
182 StyleShadowSVGData(const StyleShadowSVGData& other) argument
204 StyleResourceData(const StyleResourceData& other) argument
226 StyleInheritedResourceData(const StyleInheritedResourceData& other) argument
[all...]
H A DSVGRenderStyle.cpp73 SVGRenderStyle::SVGRenderStyle(const SVGRenderStyle& other) argument
76 fill = other.fill;
77 stroke = other.stroke;
78 text = other.text;
79 stops = other.stops;
80 misc = other.misc;
81 shadowSVG = other.shadowSVG;
82 inheritedResources = other.inheritedResources;
83 resources = other.resources;
85 svg_inherited_flags = other
129 copyNonInheritedFrom(const SVGRenderStyle* other) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlockHash.h11 * documentation and/or other materials provided with the distribution.
65 bool operator==(const CodeBlockHash& other) const { return hash() == other.hash(); }
66 bool operator!=(const CodeBlockHash& other) const { return hash() != other.hash(); }
67 bool operator<(const CodeBlockHash& other) const { return hash() < other.hash(); }
68 bool operator>(const CodeBlockHash& other) const { return hash() > other.hash(); }
69 bool operator<=(const CodeBlockHash& other) cons
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DCursorEfl.cpp19 * documentation and/or other materials provided with the distribution.
43 Cursor::Cursor(const Cursor& other) argument
44 : m_type(other.m_type)
45 , m_image(other.m_image)
46 , m_hotSpot(other.m_hotSpot)
48 , m_imageScaleFactor(other.m_imageScaleFactor)
50 , m_platformCursor(other.m_platformCursor)
58 Cursor& Cursor::operator=(const Cursor& other) argument
60 m_type = other.m_type;
61 m_image = other
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/unordered_iterator/
H A Dconst_point_iterator.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
92 const_point_iterator_(const const_point_iterator_& other) argument
94 : m_p_value(other.m_p_value)
99 const_point_iterator_(const point_iterator_& other) argument
101 : m_p_value(other.m_p_value)
124 operator==(const point_iterator_& other) const
126 return (m_p_value == other.m_p_value);
131 operator==(const const_point_iterator_& other) cons
[all...]
H A Dpoint_iterator.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
86 point_iterator_(const point_iterator_& other) argument
88 : m_p_value(other.m_p_value)
111 operator==(const point_iterator_& other) const
113 return (m_p_value == other.m_p_value);
118 operator==(const const_point_iterator_& other) const
120 return (m_p_value == other.m_p_value);
125 operator!=(const point_iterator_& other) cons
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTestSerial.java.original19 private TestSerial other;
29 TestSerial(TestSerial other)
31 this.other = other;
36 return other;
54 if ((o.other == null) ? (this.other != null)
55 : (!o.other.equals(this.other)))
H A DTestSerial.java19 private TestSerial other; field in class:TestSerial
29 TestSerial(TestSerial other) { argument
31 this.other = other;
36 return other;
53 if ((o.other == null) ? (this.other != null)
54 : (!o.other.equals(this.other))) {
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcmp_fn_imps.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
52 operator==(const Other_HT_Map_Type& other) const
53 { return cmp_with_other(other); }
59 cmp_with_other(const Other_Map_Type& other) const
61 if (size() != other.size())
64 for (typename Other_Map_Type::const_iterator it = other.begin();
65 it != other.end(); ++it)
88 operator!=(const Other_HT_Map_Type& other) cons
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBKey.cpp12 * documentation and/or other materials provided with the distribution.
52 int IDBKey::compare(const IDBKey* other) const
54 ASSERT(other);
55 if (m_type != other->m_type)
56 return m_type > other->m_type ? -1 : 1;
60 for (size_t i = 0; i < m_array.size() && i < other->m_array.size(); ++i) {
61 if (int result = m_array[i]->compare(other->m_array[i].get()))
64 if (m_array.size() < other->m_array.size())
66 if (m_array.size() > other->m_array.size())
70 return -codePointCompare(other
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmdbname.h56 CssmNetAddress(const CSSM_NET_ADDRESS &other);
60 bool operator <(const CssmNetAddress &other) const
62 return AddressType != other.AddressType ? AddressType < other.AddressType : address() < other.address();
70 DbName(const DbName &other);
71 DbName &operator =(const DbName &other);
76 bool operator <(const DbName &other) const
79 if (!mDbNameValid || !other.mDbNameValid)
80 return mDbNameValid < other
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmdbname.h56 CssmNetAddress(const CSSM_NET_ADDRESS &other);
60 bool operator <(const CssmNetAddress &other) const
62 return AddressType != other.AddressType ? AddressType < other.AddressType : address() < other.address();
70 DbName(const DbName &other);
71 DbName &operator =(const DbName &other);
76 bool operator <(const DbName &other) const
79 if (!mDbNameValid || !other.mDbNameValid)
80 return mDbNameValid < other
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/pairing_heap_/
H A Dsplit_join_fn_imps.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
51 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
54 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
56 other.clear();
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
75 ++other.m_size;
81 other.push_imp(p_out);
86 _GLIBCXX_DEBUG_ONLY(other
110 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebscriptworld.cpp31 Constructs a security origin from \a other.
38 QWebScriptWorld::QWebScriptWorld(const QWebScriptWorld& other) argument
39 : d(other.d)
43 QWebScriptWorld &QWebScriptWorld::operator=(const QWebScriptWorld& other) argument
45 d = other.d;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
51 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
54 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
56 other.clear();
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
75 ++other.m_size;
79 other.make_root_and_link(p_out);
84 _GLIBCXX_DEBUG_ONLY(other
108 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dmeasure.cpp33 Measure::Measure(const Measure& other) : argument
34 UObject(other), unit(0) {
35 *this = other;
38 Measure& Measure::operator=(const Measure& other) { argument
39 if (this != &other) {
41 number = other.number;
42 unit = (MeasureUnit*) other.unit->clone();
51 UBool Measure::operator==(const UObject& other) const {
52 const Measure* m = (const Measure*) &other;
53 return typeid(*this) == typeid(other)
[all...]

Completed in 165 milliseconds

1234567891011>>