Searched refs:Compare (Results 126 - 150 of 188) sorted by relevance

12345678

/external/pdfium/fpdfsdk/
H A Dcpdfsdk_interform.cpp265 if (bRet && bRC && sValue.Compare(sOldValue) != 0)
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h336 return String(test_property.key()).Compare(key_) == 0;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h347 return String(test_property.key()).Compare(key_) == 0;
/external/v8/src/
H A Dbignum.cc589 int Bignum::Compare(const Bignum& a, const Bignum& b) {
H A Dinterface-descriptors.h70 V(Compare) \
/external/llvm/test/MC/PowerPC/
H A Dvsx.s627 # Compare Ordered/Unordered
635 # Compare Exponents
643 # Compare ==, >=, >, !=
657 # Vector Compare Not Equal
/external/pdfium/core/fpdfdoc/
H A Dcpvt_generateap.cpp1335 if (pPDFFont->GetBaseFont().Compare("Symbol") == 0 ||
1336 pPDFFont->GetBaseFont().Compare("ZapfDingbats") == 0) {
/external/dng_sdk/source/
H A Ddng_string.cpp2156 int32 dng_string::Compare (const dng_string &s) const function in class:dng_string
2163 ThrowProgramError ("Compare() not implemented on iOS");
/external/flatbuffers/tests/
H A Dgo_test.go1179 if bytes.Compare(vec3Bytes, vec3.Table().Bytes) != 0 {
1196 if bytes.Compare(statBytes, stat.Table().Bytes) != 0 {
/external/libhevc/common/arm/
H A Dihevc_sao_edge_offset_class0.s112 CMP r9,#16 @Compare wd with 16
H A Dihevc_sao_edge_offset_class0_chroma.s116 CMP r9,#16 @Compare wd with 16
H A Dihevc_sao_edge_offset_class1.s114 CMP r7,#16 @Compare wd with 16
H A Dihevc_sao_edge_offset_class1_chroma.s119 CMP r8,#16 @Compare wd with 16
H A Dihevc_sao_edge_offset_class2.s207 CMP r7,#16 @Compare wd with 16
210 CMP r8,#4 @Compare ht with 4
H A Dihevc_sao_edge_offset_class2_chroma.s294 CMP r7,#16 @Compare wd with 16
297 CMP r8,#4 @Compare ht with 4
H A Dihevc_sao_edge_offset_class3.s218 CMP r7,#16 @Compare wd with 16
220 CMP r8,#4 @Compare ht with 4
H A Dihevc_sao_edge_offset_class3_chroma.s288 CMP r7,#16 @Compare wd with 16
290 CMP r8,#4 @Compare ht with 4
/external/pdfium/core/fxcrt/
H A Dfx_basic_bstring.cpp865 int CFX_ByteString::Compare(const CFX_ByteStringC& str) const { function in class:CFX_ByteString
/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderEncoder.cpp631 if (encoding.Compare("SHIFT_JIS") == 0) {
/external/libavc/encoder/arm/
H A Dime_distortion_metrics_a9q.s1126 movle r7, #0xf @I If not met mark it by mvoing non zero val to R7 blk 1 ;I Compare with threshold blk 1
1128 cmp r11, r5 @I Compare with threshold blk 2
1217 cmp r11, r9 @Compare with threshold blk 1
1225 cmp r11, r5 @Compare with threshold blk 2
/external/libmojo/third_party/jinja2/
H A Dparser.py446 return nodes.Compare(expr, ops, lineno=lineno)
/external/protobuf/conformance/
H A Dconformance_test.cc341 if (differencer.Compare(reference_message, test_message)) {
/external/v8/src/regexp/
H A Djsregexp.h244 static inline int Compare(uc32 a, uc32 b) { function in class:v8::internal::DispatchTable::Config
/external/v8/src/runtime/
H A Druntime-object.cc890 Maybe<ComparisonResult> result = Object::Compare(x, y);
H A Druntime.h425 F(Compare, 3, 1) \

Completed in 771 milliseconds

12345678