/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsTStringComparator.cpp | 40 Compare( const nsTAString_CharT& lhs, const nsTAString_CharT& rhs, const nsTStringComparator_CharT& comp ) function
|
H A D | nsStringObsolete.cpp | 1057 * 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 D | build_libxml.com | 41 $!- 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 D | S3SaveState.h | 143 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 D | rstloc.idl | 47 HRESULT Compare([in] HCHAPTER hReserved,
|
H A D | shobjidl.idl | 396 HRESULT Compare(
|
/vbox/src/VBox/Additions/haiku/SharedFolders/ |
H A D | vnode_cache.cpp | 64 bool Compare(uint32 key, vboxsf_vnode* value) const function in struct:HashTableDefinition
|
H A D | OpenHashTable.h | 42 `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 D | nsTAString.h | 581 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 D | nsTString.h | 243 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 D | Service.c | 43 PCD_PPI_CALLBACK Compare; local 93 Compare = Register? NULL: CallBackFunction; 98 if (CallbackTable[Idx] == Compare) {
|
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/ |
H A D | nsStringTest.h | 553 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 D | nsStringTest2.h | 382 /* 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 D | nsVoidArray.cpp | 853 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 D | Ip6Nd.c | 1701 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 D | CPUMRCPatchHlp.asm | 77 ; Compare.
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | DscClassObject.py | 1212 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 D | shobjidl.idl | 378 HRESULT Compare(
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiInterfaceInfoManager.cpp | 669 int nameOrder = Compare(name1, name2);
|