Searched refs:Compare (Results 1 - 19 of 19) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringComparator.cpp40 Compare( const nsTAString_CharT& lhs, const nsTAString_CharT& rhs, const nsTStringComparator_CharT& comp ) function
H A DnsStringObsolete.cpp1057 * nsTString::Compare,CompareWithConversion,etc.
1061 nsCString::Compare( const char* aString, PRBool aIgnoreCase, PRInt32 aCount ) const function in class:nsCString
/vbox/src/libs/libxml2-2.6.31/vms/
H A Dbuild_libxml.com41 $!- list of sources to be built into the LIBXML library. Compare this list
54 $!- list of main modules to compile and link. Compare this list to the
59 $!- list of test modules to compile and link. Compare this list to the
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DS3SaveState.h143 Compare two positions in the boot script table and return their relative position.
171 EFI_S3_SAVE_STATE_COMPARE Compare; member in struct:_EFI_S3_SAVE_STATE_PROTOCOL
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drstloc.idl47 HRESULT Compare([in] HCHAPTER hReserved,
H A Dshobjidl.idl396 HRESULT Compare(
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvnode_cache.cpp64 bool Compare(uint32 key, vboxsf_vnode* value) const function in struct:HashTableDefinition
H A DOpenHashTable.h42 `Compare' and `GetLink;. It must also define several types as shown in the
65 bool Compare(int key, Foo* value) const
167 if (fDefinition.Compare(key, slot))
410 if (fDefinition.Compare(key, slot))
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTAString.h581 int NS_FASTCALL Compare( const nsTAString_CharT& lhs, const nsTAString_CharT& rhs, const nsTStringComparator_CharT& = nsTDefaultStringComparator_CharT() );
593 return Compare(lhs, rhs)< 0;
599 return Compare(lhs, rhs)<=0;
611 return Compare(lhs, rhs)>=0;
617 return Compare(lhs, rhs)> 0;
H A DnsTString.h243 NS_COM PRInt32 Compare( const char* aString, PRBool aIgnoreCase=PR_FALSE, PRInt32 aCount=-1 ) const;
257 return Compare(aString, PR_TRUE, aCount) == 0;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Pei/
H A DService.c43 PCD_PPI_CALLBACK Compare; local
93 Compare = Register? NULL: CallBackFunction;
98 if (CallbackTable[Idx] == Compare) {
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h553 PRInt32 result=s1.Compare(buf1,PR_TRUE,17);
560 PRInt32 cmp=foo.Compare("pre",PR_FALSE,-1);
566 NS_ASSERTION(0>temp8.Compare(bbbb),kComparisonError);
567 NS_ASSERTION(0>temp8.Compare(temp9),kComparisonError);
568 NS_ASSERTION(0<temp9.Compare(temp8),kComparisonError);
569 NS_ASSERTION(0==temp8.Compare(temp8a,PR_TRUE),kComparisonError);
570 NS_ASSERTION(0==temp8.Compare(aaaa),kComparisonError);
619 PRInt32 result=s1.Compare(s2); //assume no case conversion, and full-length comparison...
620 result=s1.Compare(s2,PR_FALSE,4);
621 result=s1.Compare(s
[all...]
H A DnsStringTest2.h382 /* TESTS for Compare() */
386 NS_ASSERTION(T.Compare("ABC") == 0, "Unicode comparison error");
391 NS_ASSERTION(T.Compare("ABC") == 1, "Unicode comparison error");
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.cpp853 return Compare(*aString1, *aString2);
1088 return Compare(*aCString1, *aCString2);
1094 return Compare(*aCString1, *aCString2, nsCaseInsensitiveCStringComparator());
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Nd.c1701 INTN Compare; local
1813 Compare = 0;
1815 Compare = CompareMem (Neighbor->LinkAddress.Addr, LinkLayerOption.EtherAddr, 6);
1853 if (!Override && Compare != 0) {
1865 if (Compare != 0) {
1875 if (Compare != 0) {
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCPatchHlp.asm77 ; Compare.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDscClassObject.py1212 if not self.Compare(Record[6], Record[2], Record[3]):
1222 ## Compare
1224 # Compare two values
1229 def Compare(self, Value1, CompareType, Value2): member in class:Dsc
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dshobjidl.idl378 HRESULT Compare(
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp669 int nameOrder = Compare(name1, name2);

Completed in 93 milliseconds