Searched defs:Compare (Results 76 - 100 of 107) sorted by relevance

12345

/external/chromium_org/v8/src/
H A Dutils.h96 int Compare(const T& a, const T& b) { function in namespace:v8::internal
108 return Compare<T>(*a, *b);
112 // Compare function to compare the object pointer value of two
118 return Compare<T*>(*(*a), *(*b));
684 // Compare 8bit/16bit chars to 8bit/16bit chars.
H A Djsregexp.h353 static inline int Compare(uc16 a, uc16 b) { function in class:v8::internal::DispatchTable::Config
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc538 static inline int Compare(int a, int b) { function in class:TestConfig
/external/lldb/source/Host/common/
H A DFileSpec.cpp452 return FileSpec::Compare(*this, rhs, true) < 0;
477 // Compare two FileSpec objects. If "full" is true, then both
488 FileSpec::Compare(const FileSpec& a, const FileSpec& b, bool full) function in class:FileSpec
501 result = ConstString::Compare(a.m_directory, b.m_directory);
505 return ConstString::Compare (a.m_filename, b.m_filename);
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h110 Compare, enumerator in enum:llvm::MCID::__anon25536
316 return Flags & (1 << MCID::Compare);
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp438 // Compare compares SrcReg against zero. Check whether SrcReg contains
439 // the result of an IPM sequence whose input CC survives until Compare,
440 // and whether Compare is therefore redundant. Delete it and return
442 static bool removeIPMBasedCompare(MachineInstr *Compare, unsigned SrcReg, argument
462 // Check that there are no assignments to CC between the IPM and Compare,
463 if (IPM->getParent() != Compare->getParent())
465 MachineBasicBlock::iterator MBBI = IPM, MBBE = Compare;
472 Compare->eraseFromParent();
483 SystemZInstrInfo::optimizeCompareInstr(MachineInstr *Compare, argument
488 bool IsLogical = (Compare
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp977 int CFX_ByteString::Compare(FX_BSTR str) const function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp304 int CFX_WideString::Compare(FX_LPCWSTR lpsz) const function in class:CFX_WideString
502 int CFX_WideString::Compare(const CFX_WideString& str) const function in class:CFX_WideString
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc874 int Compare(const StringPiece& a, function in namespace:content::__anon7202
893 return key_a.Compare(key_b);
962 int Compare(const StringPiece& a, function in namespace:content::__anon7202
980 if (int x = prefix_a.Compare(prefix_b))
1005 // Compare<> is used (which re-decodes the prefix) rather than an
1011 return Compare<DatabaseFreeListKey>(a, b, only_compare_index_keys, ok);
1014 return Compare<DatabaseNameKey>(
1041 // Compare<> is used (which re-decodes the prefix) rather than an
1047 return Compare<ObjectStoreMetaDataKey>(
1051 return Compare<IndexMetaDataKe
1121 int Compare(const StringPiece& a, function in namespace:content
1275 int KeyPrefix::Compare(const KeyPrefix& other) const { function in class:content::KeyPrefix
1376 int DatabaseFreeListKey::Compare(const DatabaseFreeListKey& other) const { function in class:content::DatabaseFreeListKey
1419 int DatabaseNameKey::Compare(const DatabaseNameKey& other) { function in class:content::DatabaseNameKey
1494 int ObjectStoreMetaDataKey::Compare(const ObjectStoreMetaDataKey& other) { function in class:content::ObjectStoreMetaDataKey
1552 int IndexMetaDataKey::Compare(const IndexMetaDataKey& other) { function in class:content::IndexMetaDataKey
1605 int ObjectStoreFreeListKey::Compare(const ObjectStoreFreeListKey& other) { function in class:content::ObjectStoreFreeListKey
1650 int IndexFreeListKey::Compare(const IndexFreeListKey& other) { function in class:content::IndexFreeListKey
1698 int ObjectStoreNamesKey::Compare(const ObjectStoreNamesKey& other) { function in class:content::ObjectStoreNamesKey
1735 int IndexNamesKey::Compare(const IndexNamesKey& other) { function in class:content::IndexNamesKey
[all...]
H A Dindexed_db_backing_store.cc292 return Compare(a, b, false /*index_keys*/);
296 return Compare(a, b, true /*index_keys*/);
299 int IndexedDBBackingStore::Comparator::Compare(const StringPiece& a, function in class:content::IndexedDBBackingStore::Comparator
301 return content::Compare(a, b, false /*index_keys*/);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc405 void Compare(SkBitmap* truth, function in class:content::GLHelperTest
772 Compare(input_pixels.get(),
803 Compare(&truth_pixels,
879 Compare(input_pixels.get(),
896 Compare(&truth_pixels,
1023 // Compare two planes make sure that each component of each pixel
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc51 // Compare two number strings using numerical ordering.
70 // Compare two number strings using lexical ordering.
160 int relation = Compare(version, version_, version_style_);
174 return Compare(version, version2_, version_style_) <= 0;
186 int GpuControlList::VersionInfo::Compare( function in class:gpu::GpuControlList::VersionInfo
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1496 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1510 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1524 // We define two overloaded versions of Compare(). The first
1529 static AssertionResult Compare( function in class:testing::internal::EqHelper
1536 // expands to Compare("", "", NULL, my_ptr), which requires a conversion
1547 static AssertionResult Compare( function in class:testing::internal::EqHelper
1995 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
2010 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc.cc73 virtual int Compare(const Slice& a, const Slice& b) const { function in struct:leveldb_comparator_t
H A Ddb_test.cc351 if (last_options_.comparator->Compare(ikey.user_key, user_key) != 0) {
1372 virtual int Compare(const Slice& a, const Slice& b) const { function in class:leveldb::NewComparator
1373 return BytewiseComparator()->Compare(a, b);
1395 virtual int Compare(const Slice& a, const Slice& b) const { function in class:leveldb::NumberComparator
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1348 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1362 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1376 // We define two overloaded versions of Compare(). The first
1381 static AssertionResult Compare( function in class:testing::internal::EqHelper
1388 // expands to Compare("", "", NULL, my_ptr), which requires a conversion
1399 static AssertionResult Compare( function in class:testing::internal::EqHelper
1848 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
1863 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
/external/gtest/include/gtest/
H A Dgtest.h1480 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1494 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1508 // We define two overloaded versions of Compare(). The first
1513 static AssertionResult Compare( function in class:testing::internal::EqHelper
1520 // expands to Compare("", "", NULL, my_ptr), which requires a conversion
1531 static AssertionResult Compare( function in class:testing::internal::EqHelper
1979 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
1994 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1351 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1365 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1379 // We define two overloaded versions of Compare(). The first
1384 static AssertionResult Compare( function in class:testing::internal::EqHelper
1391 // expands to Compare("", "", NULL, my_ptr), which requires a conversion
1402 static AssertionResult Compare( function in class:testing::internal::EqHelper
1851 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
1866 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1348 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1362 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1376 // We define two overloaded versions of Compare(). The first
1381 static AssertionResult Compare( function in class:testing::internal::EqHelper
1388 // expands to Compare("", "", NULL, my_ptr), which requires a conversion
1399 static AssertionResult Compare( function in class:testing::internal::EqHelper
1848 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
1863 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1218 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1232 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1246 // We define two overloaded versions of Compare(). The first
1251 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1262 static AssertionResult Compare(const char* expected_expression, function in class:testing::internal::EqHelper
1672 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
1687 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2651 function Compare(const Left, Right: T): Integer; override; function
6468 function TTokenRewriteStream.TRewriteOpComparer<T>.Compare(const Left,
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2952 const LocalRedeclarationsInfo Compare = { ID, 0 }; local
2956 Compare);
3120 const ObjCCategoriesInfo Compare = { LocalID, 0 }; local
3124 Compare);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1641 int String::Compare(const String & rhs) const { function in class:testing::internal::String
2285 return test_info && internal::String(test_info->name()).Compare(name_) == 0;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1641 int String::Compare(const String & rhs) const { function in class:testing::internal::String
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1641 int String::Compare(const String & rhs) const { function in class:testing::internal::String
2285 return test_info && internal::String(test_info->name()).Compare(name_) == 0;

Completed in 662 milliseconds

12345