/prebuilts/go/linux-x86/src/runtime/ |
asm_386.s | 1464 equal: label [all...] |
asm_amd64.s | 1307 // eqstring tests whether two strings are equal. 1309 // to eqstring have equal length. 1413 equal: label [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.h | 518 // equal and mismatch 551 bool equal(_InputIter1 __first1, _InputIter1 __last1, function 563 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
|
/toolchain/binutils/binutils-2.25/gold/ |
gdb-index.h | 213 equal(Gdb_symbol* symbol) function in struct:gold::Gdb_index::Gdb_symbol
|
/art/compiler/optimizing/ |
codegen_test.cc | 647 HEqual* equal = new (&allocator) HEqual(constant0, constant0); local 648 first_block->AddInstruction(equal); 649 first_block->AddInstruction(new (&allocator) HIf(equal)); 668 ASSERT_FALSE(equal->IsEmittedAtUseSite()); 671 ASSERT_TRUE(equal->IsEmittedAtUseSite()); [all...] |
/external/guava/guava/src/com/google/common/collect/ |
AbstractBiMap.java | 123 if (containedKey && Objects.equal(value, get(key))) { 307 if (Objects.equal(value, getValue())) { 313 checkState(Objects.equal(value, get(getKey())),
|
/external/guava/guava/src/com/google/common/io/ |
Files.java | 374 public static boolean equal(File file1, File file2) throws IOException { method in class:Files
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
AbstractBiMap.java | 119 if (containedKey && Objects.equal(value, get(key))) { 303 if (Objects.equal(value, getValue())) { 309 checkState(Objects.equal(value, get(getKey())),
|
/external/guice/extensions/mini/src/com/google/inject/mini/ |
MiniGuice.java | 314 private static boolean equal(Object a, Object b) { method in class:MiniGuice 330 && equal(annotation, ((Key) o).annotation);
|
/external/llvm/lib/TableGen/ |
TGLexer.h | 42 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
|
/external/sqlite/android/ |
sqlite3_android.cpp | 96 bool equal = local 101 if (equal) {
|
/external/valgrind/memcheck/tests/ |
str_tester.c | 58 /* Complain if first two args don't strcmp as equal. */ 60 equal (const char *a, const char *b, int number) function 137 equal (one, "abcd", 2); /* Basic test. */ 140 equal (one, "x", 3); /* Writeover. */ 141 equal (one+2, "cd", 4); /* Wrote too much? */ 145 equal (one, "hi there", 5); /* Basic test encore. */ 146 equal (two, "hi there", 6); /* Stomped on source? */ 149 equal (one, "", 7); /* Boundary condition. */ 154 equal (one + i, "hi there", 8 + (i * 2)); 156 equal (two, "hi there", 9 + (i * 2)) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
iterator_facade.hpp | 530 static bool equal(Facade1 const& f1, Facade2 const& f2, mpl::true_) function in class:boost::iterator_core_access 532 return f1.equal(f2); 536 static bool equal(Facade1 const& f1, Facade2 const& f2, mpl::false_) function in class:boost::iterator_core_access 538 return f2.equal(f1); 832 BOOST_ITERATOR_FACADE_RELATION(==, return, equal) 833 BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_algobase.h | 79 // when it's safe, i.e., the value_types are equal. 157 * @return An iterator equal to @p first2+(last1-first1). 794 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal 808 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal 827 return std::__equal<__simple>::equal(__first1, __last1, __first2); 1021 equal(_II1 __first1, _II1 __last1, _II2 __first2) function 1053 equal(_IIter1 __first1, _IIter1 __last1, function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_algobase.h | 79 // when it's safe, i.e., the value_types are equal. 157 * @return An iterator equal to @p first2+(last1-first1). 794 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal 808 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal 827 return std::__equal<__simple>::equal(__first1, __last1, __first2); 1021 equal(_II1 __first1, _II1 __last1, _II2 __first2) function 1053 equal(_IIter1 __first1, _IIter1 __last1, function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_algobase.h | 79 // when it's safe, i.e., the value_types are equal. 157 * @return An iterator equal to @p first2+(last1-first1). 794 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal 808 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal 827 return std::__equal<__simple>::equal(__first1, __last1, __first2); 1021 equal(_II1 __first1, _II1 __last1, _II2 __first2) function 1053 equal(_IIter1 __first1, _IIter1 __last1, function [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_algobase.h | 80 // when it's safe, i.e., the value_types are equal. 158 * @return An iterator equal to @p first2+(last1-first1). 805 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal 819 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal 838 return std::__equal<__simple>::equal(__first1, __last1, __first2); 1047 equal(_II1 __first1, _II1 __last1, _II2 __first2) function 1079 equal(_IIter1 __first1, _IIter1 __last1, function 1109 equal(_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) function 1157 equal(_IIter1 __first1, _IIter1 __last1, function [all...] |
/bionic/tests/ |
string_test.cpp | 69 bool equal = (strcmp("Unknown error 2002", strerror(2002)) == 0); local 70 return reinterpret_cast<void*>(equal); 138 bool equal = (strcmp("Unknown signal 2002", strsignal(2002)) == 0); local 139 return reinterpret_cast<void*>(equal); [all...] |
/external/icu/icu4c/source/i18n/ |
dtitvinf.cpp | 165 UBool equal = ( local 169 if ( equal == TRUE ) { 170 equal = fIntervalPatterns->equals(*(other.fIntervalPatterns)); 173 return equal;
|
/external/llvm/lib/CodeGen/MIRParser/ |
MILexer.h | 37 equal, enumerator in enum:llvm::MIToken::TokenKind
|
/external/llvm/unittests/Support/ |
Path.cpp | 534 bool equal; local 535 ASSERT_NO_ERROR(fs::equivalent(Twine(TempPath), Twine(TempPath2), equal)); local 536 EXPECT_TRUE(equal); [all...] |
/external/skia/tests/ |
MatrixTest.cpp | 22 SkDebugf("not equal %g %g\n", (float)a[i], (float)b[i]); 32 bool equal = a == b; local 34 if (equal != cheapEqual) { 35 if (equal) { 65 return equal; [all...] |
/bootable/recovery/updater/ |
install.cpp | 1033 char* equal = strchr(line, '='); local [all...] |
/external/boringssl/src/crypto/x509v3/ |
v3_utl.c | 590 * pattern is longer, compare just an equal-length suffix with the 859 static int do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal, 872 rv = equal(a->data, a->length, 886 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags); 906 equal_fn equal; local 914 equal = equal_email; 924 equal = equal_nocase; 926 equal = equal_wildcard; 931 equal = equal_case; 952 if ((rv = do_check_string(cstr, alt_type, equal, flags [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
FilesTest.java | 259 assertFalse(Files.equal(asciiFile, i18nFile)); 260 assertTrue(Files.equal(asciiFile, asciiFile)); 264 assertTrue(Files.equal(asciiFile, temp)); 267 assertTrue(Files.equal(i18nFile, temp)); 274 assertFalse(Files.equal(asciiFile, temp)); 280 assertTrue(Files.equal(asciiFile, new BadLengthFile(asciiFile, 0))); 327 assertTrue(Files.equal(i18nFile, temp)); 430 assertTrue(Files.equal(temp2, i18nFile)); 440 assertTrue(Files.equal(temp2, i18nFile)); 599 assertTrue("ByteBuffers should be equal.", expected.equals(actual)) [all...] |