Searched defs:Compare (Results 1 - 25 of 107) sorted by last modified time

12345

/external/webrtc/src/system_wrappers/test/TestSort/
H A DTestSort.cpp31 int Compare(const void* dataX, const void* dataY) function
176 //qsort(key, DataLength, sizeof(KeyType), Compare<KeyType>);
/external/srec/tools/grxmlcompile/
H A Dnetw_arc.h172 int Compare (NUANArc *test) function in class:NUANArc
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsort.h30 // type Compare. This version modifies its input. Comparison function
32 // library. In general, Compare must meet the requirements for an STL
42 template<class Arc, class Compare>
43 void ArcSort(MutableFst<Arc> *fst, Compare comp) {
170 // type Compare. This version is a delayed Fst. Comparsion function
172 // library. In general, Compare must meet the requirements for an STL
191 typedef C Compare; typedef in class:fst::ArcSortFst
278 // Compare class for comparing input labels of arcs.
291 // Compare class for comparing output labels of arcs.
308 typedef C Compare; typedef in class:fst::StdArcSortFst
[all...]
H A Dqueue.h195 typedef C Compare; typedef in class:fst::ShortestFirstQueue
508 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare; typedef
530 Compare *comp = 0;
533 comp = new Compare(distance, *less);
568 queues_[i] = new ShortestFirstQueue<StateId, Compare>(*comp);
/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/protobuf/gtest/src/
H A Dgtest.cc1628 int String::Compare(const String & rhs) const { function in class:testing::internal::String
2221 return test_info && internal::String(test_info->name()).Compare(name_) == 0;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pcre/dist/
H A Dpcregexp.pas324 function Compare(P1, P2: Pointer): Integer; virtual; function
701 function TRegExpCollection.Compare(P1, P2: Pointer): Integer;
715 // Compare:=ord(PpcRegExp(P1).RegExp[i])-ord(PpcRegExp(P2).RegExp[i]) else
716 // Compare:=l1-l2;
717 Compare := stringsx.PasStrCmp(PpcRegExp(P1).RegExp, PpcRegExp(P2).RegExp, False);
728 // Compare:=ord(PpcRegExp(P1).RegExp[i])-ord(SearchRegExp[i]);
731 // if i > l then Compare:=l1-l2;
732 Compare := stringsx.PasStrCmp(PpcRegExp(P1).RegExp, SearchRegExp, False);
/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/openfst/src/include/fst/
H A Darcsort.h36 template <class Arc, class Compare>
45 ArcSortMapper(const Fst<Arc> &fst, const Compare &comp)
49 ArcSortMapper(const ArcSortMapper<Arc, Compare> &mapper,
75 const Compare &comp_;
79 void operator=(const ArcSortMapper<Arc, Compare> &); // disallow
84 // type Compare. This version modifies its input. Comparison function
86 // library. In general, Compare must meet the requirements for an STL
96 template<class Arc, class Compare>
97 void ArcSort(MutableFst<Arc> *fst, Compare comp) {
98 ArcSortMapper<Arc, Compare> mappe
208 typedef C Compare; typedef in class:fst::StdArcSortFst
[all...]
H A Dqueue.h215 typedef C Compare; typedef in class:fst::ShortestFirstQueue
546 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare; typedef
568 Compare *comp = 0;
571 comp = new Compare(*distance, *less);
605 queues_[i] = new ShortestFirstQueue<StateId, Compare, false>(*comp);
H A Dstate-map.h495 struct Compare { struct in class:fst::ArcSumMapper
516 Compare comp_;
570 struct Compare { struct in class:fst::ArcUniqueMapper
592 Compare comp_;
/external/openfst/src/include/fst/extensions/far/
H A Dsttable.h123 compare_ = new Compare(&keys_);
234 struct Compare { struct in class:fst::STTableReader
235 Compare(const vector<string> *keys) : keys_(keys) {} function in struct:fst::STTableReader::Compare
319 Compare *compare_; // Functor comparing stream IDs for the heap
/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/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;
/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/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1641 int String::Compare(const String & rhs) const { function in class:testing::internal::String
/external/lzma/CPP/Common/
H A DMyString.h91 // Compare
346 int Compare(const CStringBase& s) const function in class:CStringBase
349 int Compare(const T *s) const function in class:CStringBase
585 { return (s1.Compare(s2) == 0); }
589 { return (s1.Compare(s2) < 0); }
593 { return (s2.Compare(s1) == 0); }
597 { return (s1.Compare(s2) == 0); }
601 { return (s1.Compare(s2) != 0); }
605 { return (s2.Compare(s1) != 0); }
609 { return (s1.Compare(s
[all...]
/external/lzma/CPP/Windows/
H A DPropVariant.cpp218 int CPropVariant::Compare(const CPropVariant &a) function in class:NWindows::NCOM::CPropVariant
/external/llvm/include/llvm/ADT/
H A DPriorityQueue.h27 class Compare = std::less<typename Sequence::value_type> >
28 class PriorityQueue : public std::priority_queue<T, Sequence, Compare> {
30 explicit PriorityQueue(const Compare &compare = Compare(), argument
32 : std::priority_queue<T, Sequence, Compare>(compare, sequence)
37 const Compare &compare = Compare(),
39 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence)
36 PriorityQueue(Iterator begin, Iterator end, const Compare &compare = Compare(), const Sequence &sequence = Sequence()) argument
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h110 Compare, enumerator in enum:llvm::MCID::__anon25536
316 return Flags & (1 << MCID::Compare);
/external/llvm/include/llvm/Support/
H A DScaledNumber.h241 /// Compare two 64-bit numbers with different scales. Given that the scale of
248 /// \brief Compare two scaled numbers.
250 /// Compare two scaled numbers. Returns 0 for equal, -1 for less than, and 1
268 // Compare digits.
675 int Compare = compare(Scaled); local
676 if (Width == 64 || Compare != 0)
677 return Compare;
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp78 bool convertToBRCT(MachineInstr *MI, MachineInstr *Compare,
81 bool adjustCCMasksForInstr(MachineInstr *MI, MachineInstr *Compare,
83 bool optimizeCompareZero(MachineInstr *Compare,
85 bool fuseCompareAndBranch(MachineInstr *Compare,
161 // Compare compares the result of MI against zero. If MI is an addition
165 SystemZElimCompare::convertToBRCT(MachineInstr *MI, MachineInstr *Compare, argument
189 // MI and Compare. Make sure that there are also no references between
190 // Compare and Branch.
191 unsigned SrcReg = Compare->getOperand(0).getReg();
192 MachineBasicBlock::iterator MBBI = Compare, MBB
231 adjustCCMasksForInstr(MachineInstr *MI, MachineInstr *Compare, SmallVectorImpl<MachineInstr *> &CCUsers) argument
303 isCompareZero(MachineInstr *Compare) argument
322 optimizeCompareZero(MachineInstr *Compare, SmallVectorImpl<MachineInstr *> &CCUsers) argument
365 fuseCompareAndBranch(MachineInstr *Compare, SmallVectorImpl<MachineInstr *> &CCUsers) argument
[all...]
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...]

Completed in 446 milliseconds

12345