HomeSort by relevance Sort by last modified time
    Searched defs:equal (Results 51 - 75 of 220) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const { function in class:istreambuf_iterator
112 return __x.equal(__y);
120 return !__x.equal(__y);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const { function in class:istreambuf_iterator
112 return __x.equal(__y);
120 return !__x.equal(__y);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const { function in class:istreambuf_iterator
112 return __x.equal(__y);
120 return !__x.equal(__y);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istreambuf_iterator.h 74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const { function in class:istreambuf_iterator
112 return __x.equal(__y);
120 return !__x.equal(__y);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
128 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
130 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); }
135 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
137 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); }
142 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
151 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 207 def equal(self, other): member in class:Whitespace
212 # Intended to be used after not self.equal(other) is known, in which
303 # equal to what's left at the top of the indents stack
322 if not indents[-1].equal(thisguy):
324 msg = "indent not equal e.g. " + format_witnesses(witness)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 207 def equal(self, other): member in class:Whitespace
212 # Intended to be used after not self.equal(other) is known, in which
303 # equal to what's left at the top of the indents stack
322 if not indents[-1].equal(thisguy):
324 msg = "indent not equal e.g. " + format_witnesses(witness)
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 112 size_t equal = line.find('='); local
113 if (equal != std::string::npos) {
114 std::string key = line.substr(0, equal);
116 base::StringToInt(line.substr(equal + 1), version);
123 *app_path = base::FilePath::FromUTF8Unsafe(line.substr(equal + 1));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.h 140 static bool equal(const QualifiedName& a, const QualifiedName& b) { return a == b; } function in struct:WebCore::QualifiedNameHash
141 static bool equal(const QualifiedName::QualifiedNameImpl* a, const QualifiedName::QualifiedNameImpl* b) { return a == b; } function in struct:WebCore::QualifiedNameHash
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 239 static bool equal(const QualifiedName& a, const QualifiedName& b) { return a.matches(b); } function in struct:WebCore::SVGAttributeHashTranslator
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOrigin.cpp 453 bool SecurityOrigin::equal(const SecurityOrigin* other) const function in class:WebCore::SecurityOrigin
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashSet.h 70 // static bool equal(const ValueType&, const T&);
82 // static bool equal(const ValueType&, const T&);
105 template<typename T, typename U> static bool equal(const T& a, const U& b) { return Translator::equal(a, b); } function in struct:WTF::HashSetTranslatorAdapter
  /external/e2fsprogs/intl/
plural-exp.h 54 equal, /* Comparison for equality. */ enumerator in enum:expression::operator
  /external/e2fsprogs/lib/ext2fs/
tst_badblocks.c 271 int equal; local
319 equal = ext2fs_badblocks_equal(bb1, bb2);
320 printf("bb1 and bb2 are %sequal.\n", equal ? "" : "NOT ");
321 if (equal)
324 equal = ext2fs_badblocks_equal(bb1, bb3);
325 printf("bb1 and bb3 are %sequal.\n", equal ? "" : "NOT ");
326 if (!equal)
329 equal = ext2fs_badblocks_equal(bb1, bb4);
330 printf("bb1 and bb4 are %sequal.\n", equal ? "" : "NOT ");
331 if (equal)
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
FileBackedOutputStreamTest.java 89 assertTrue(ByteStreams.equal(
  /external/icu4c/common/unicode/
stringtriebuilder.h 328 equal[length]=NULL;
336 equal[length]=node;
342 Node *equal[kMaxBranchLinearSubNodeLength]; // NULL means "has final value". member in class:StringTrieBuilder::ListBranchNode
  /external/openfst/src/include/fst/
tuple-weight.h 248 bool equal = true; local
250 equal = equal && (w1.Value(i) == w2.Value(i));
251 return equal;
277 FSTERROR() << "FLAGS_fst_weight_separator.size() is not equal to 1";
285 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
308 FSTERROR() << "FLAGS_fst_weight_separator.size() is not equal to 1";
316 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
  /external/proguard/src/proguard/evaluation/value/
IntegerValue.java 200 * Returns whether this IntegerValue and the given IntegerValue are equal:
203 public abstract int equal(IntegerValue other); method in class:IntegerValue
212 * Returns whether this IntegerValue is less than or equal to the given
227 return -equal(other);
240 * Returns whether this IntegerValue is greater than or equal to the given IntegerValue:
433 * equal: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
435 public int equal(UnknownIntegerValue other) method in class:IntegerValue
437 return equal((IntegerValue)other);
451 * Returns whether this IntegerValue is less than or equal to the given
469 return -equal(other)
679 public int equal(SpecificIntegerValue other) method in class:IntegerValue
923 public int equal(ParticularIntegerValue other) method in class:IntegerValue
    [all...]
ParticularIntegerValue.java 211 public int equal(IntegerValue other) method in class:ParticularIntegerValue
213 return other.equal(this);
339 public int equal(ParticularIntegerValue other) method in class:ParticularIntegerValue
SpecificIntegerValue.java 179 public int equal(IntegerValue other) method in class:SpecificIntegerValue
181 return other.equal(this);
317 public int equal(SpecificIntegerValue other) method in class:SpecificIntegerValue
UnknownIntegerValue.java 181 public int equal(IntegerValue other) method in class:UnknownIntegerValue
  /external/valgrind/main/drd/tests/
unit_bitmap.c 101 int equal; local
103 equal = DRD_(bm_equal)(bm1, bm2);
104 if (s_verbose && ! equal)
126 return equal;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
assert.hpp 99 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator in enum:assert_::relations
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
streambuf_iterator.h 82 // returns traits_type::eof()), the iterator becomes equal to
151 // 110 istreambuf_iterator::equal not const
155 equal(const istreambuf_iterator& __b) const function in class:istreambuf_iterator
189 { return __a.equal(__b); }
195 { return !__a.equal(__b); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 89 // returns traits_type::eof()), the iterator becomes equal to
158 // 110 istreambuf_iterator::equal not const
162 equal(const istreambuf_iterator& __b) const function in class:istreambuf_iterator
196 { return __a.equal(__b); }
202 { return !__a.equal(__b); }

Completed in 1422 milliseconds

1 23 4 5 6 7 8 9