HomeSort by relevance Sort by last modified time
    Searched refs:equal (Results 151 - 175 of 685) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/Parse/
ParseTemplate.cpp 370 case tok::equal:
387 case tok::equal:
414 case tok::equal:
490 } else if (Tok.is(tok::equal) || Tok.is(tok::comma) ||
504 if (Tok.is(tok::equal)) {
577 } else if (Tok.is(tok::equal) || Tok.is(tok::comma) ||
598 if (Tok.is(tok::equal)) {
641 if (Tok.is(tok::equal)) {
700 RemainingToken = tok::equal;
734 Next.is(tok::greatergreatergreater) || Next.is(tok::equal) ||
    [all...]
  /external/icu4c/common/unicode/
stringtriebuilder.h 331 equal[length]=NULL;
339 equal[length]=node;
345 Node *equal[kMaxBranchLinearSubNodeLength]; // NULL means "has final value". member in class:StringTrieBuilder::ListBranchNode
  /external/proguard/src/proguard/evaluation/value/
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
  /system/core/sh/
cd.c 184 if (equal(component, ".."))
279 if (equal(p, "..")) {
281 } else if (*p != '\0' && ! equal(p, ".")) {
exec.c 250 if (equal(p, "sh") || equal(p, "ash")) {
623 if (*bp->name == *name && equal(bp->name, name))
636 if (*bp->name == *name && equal(bp->name, name))
831 if (equal(cmdp->cmdname, name))
977 if (**pp == *arg && equal(*pp, arg))
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 342 bool equal(const StringImpl*, const StringImpl*);
343 bool equal(const StringImpl*, const char*);
344 inline bool equal(const char* a, StringImpl* b) { return equal(b, a); }
410 using WTF::equal;
WTFString.h 365 inline bool operator==(const String& a, const String& b) { return equal(a.impl(), b.impl()); }
366 inline bool operator==(const String& a, const char* b) { return equal(a.impl(), b); }
367 inline bool operator==(const char* a, const String& b) { return equal(a, b.impl()); }
369 inline bool operator!=(const String& a, const String& b) { return !equal(a.impl(), b.impl()); }
370 inline bool operator!=(const String& a, const char* b) { return !equal(a.impl(), b); }
371 inline bool operator!=(const char* a, const String& b) { return !equal(a, b.impl()); }
524 using WTF::equal;
  /external/webkit/Source/WebCore/platform/
KURL.cpp 1103 static inline bool equal(const char* a, size_t lenA, const char* b, size_t lenB) function in namespace:WebCore
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractBiMap.java 102 if (containedKey && Objects.equal(value, get(key))) {
322 if (Objects.equal(value, getValue())) {
328 checkState(Objects.equal(value, get(getKey())),
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Helpers.java 41 // Clone of Objects.equal
42 static boolean equal(Object a, Object b) { method in class:Helpers
269 return equal(this.getKey(), e.getKey())
270 && equal(this.getValue(), e.getValue());
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 62 if (Objects.equal(name, attr.getNodeName())) {
73 if (Objects.equal(namespaceURI, attr.getNamespaceURI())
74 && Objects.equal(localName, attr.getLocalName())) {
  /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); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-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); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 95 // returns traits_type::eof()), the iterator becomes equal to
170 // 110 istreambuf_iterator::equal not const
174 equal(const istreambuf_iterator& __b) const function in class:istreambuf_iterator
208 { return __a.equal(__b); }
214 { return !__a.equal(__b); }
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-template.rb 79 templates.should equal @group::TEMPLATES
88 template_class.superclass.should equal Template::Context
  /external/guava/guava/src/com/google/common/collect/
ForwardingCollection.java 172 if (Objects.equal(iterator.next(), object)) {
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 79 assertTrue(ByteStreams.equal(newByteSupplier(0, start), joined));
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 60 return A.size() <= B.size() && std::equal(A.rbegin(), A.rend(), B.rbegin());

Completed in 1291 milliseconds

1 2 3 4 5 67 8 91011>>