Searched defs:Equal (Results 1 - 8 of 8) sorted by relevance

/external/webkit/JavaScriptCore/wtf/unicode/
H A DCollator.h44 enum Result { Equal = 0, Greater = 1, Less = -1 }; enumerator in enum:WTF::Collator::Result
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequal.h28 bool Equal(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { function in namespace:fst
33 VLOG(1) << "Equal: mismatched start states";
42 VLOG(1) << "Equal: mismatched # of states";
48 VLOG(1) << "Equal: mismatched states:"
56 VLOG(1) << "Equal: mismatched final weights:"
66 VLOG(1) << "Equal: mismatched # of arcs"
73 VLOG(1) << "Equal: mismatched arc input labels:"
80 VLOG(1) << "Equal: mismatched arc output labels:"
87 VLOG(1) << "Equal: mismatched arc weights:"
94 VLOG(1) << "Equal
[all...]
/external/webkit/JavaScriptGlue/
H A DJSBase.cpp75 UInt8 JSBase::Equal(JSBase* other) function in class:JSBase
H A DJSObject.cpp112 UInt8 JSUserObject::Equal(JSBase* other) function in class:JSUserObject
/external/skia/src/core/
H A DSkTypeface.cpp24 bool SkTypeface::Equal(const SkTypeface* facea, const SkTypeface* faceb) { function in class:SkTypeface
/external/webkit/JavaScriptCore/assembler/
H A DMacroAssemblerARM.h46 Equal = ARMAssembler::EQ, enumerator in enum:JSC::MacroAssemblerARM::Condition
H A DMacroAssemblerARMv7.h81 Equal = ARMv7Assembler::ConditionEQ, enumerator in enum:JSC::MacroAssemblerARMv7::Condition
H A DMacroAssemblerX86Common.h46 Equal = X86Assembler::ConditionE, enumerator in enum:JSC::MacroAssemblerX86Common::Condition
473 return branch32(Equal, dest, Imm32(0x80000000));
631 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)
888 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)
904 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)

Completed in 123 milliseconds