Searched refs:Find (Results 1 - 25 of 45) sorted by relevance

12

/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcClient.h68 PRBool HasName(const char *name) const { return mNames.Find(name) != NULL; }
72 PRBool HasTarget(const nsID &target) const { return mTargets.Find(target) != NULL; }
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DVlanConfig.h79 Find configuration information for specified VLAN or all configured VLANs.
81 The Find() function is used to find the configuration information for matching
137 EFI_VLAN_CONFIG_FIND Find; member in struct:_EFI_VLAN_CONFIG_PROTOCOL
H A DArp.h374 EFI_ARP_FIND Find; member in struct:_EFI_ARP_PROTOCOL
H A DUserManager.h407 Find a user using a user information record.
604 EFI_USER_PROFILE_FIND Find; member in struct:_EFI_USER_MANAGER_PROTOCOL
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcIDList.h83 const ipcIDNode *Find(const nsID &id) const function in class:ipcIDList
H A DipcStringList.h89 const ipcStringNode *Find(const char *str) const function in class:ipcStringList
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp49 Find( const T& text, const T& pattern ) function
51 return text.Find(pattern);
57 Find( const string& text, const string& pattern ) function
417 position = Find(text, pattern);
419 cout << "text.Find(pattern)" << endl;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c708 // Find an empty string
731 BOOLEAN Find[5]; local
742 ZeroMem (Find, sizeof (Find));
768 Find[0] = TRUE;
778 Find[1] = TRUE;
788 Find[2] = TRUE;
797 Find[3] = TRUE;
809 Find[4] = TRUE;
811 } while ( !(Find[
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h159 PRInt32 pos=theDest.Find(pbuf);
160 NS_ASSERTION(pos==4,"Error: Find routine");
162 pos=theDest.Find(pbuf2,PR_FALSE,-1);
163 NS_ASSERTION(pos==0,"Error: Find routine");
165 pos=theDest.Find(pbuf2,PR_FALSE,pos+1);
166 NS_ASSERTION(pos==11,"Error: Find routine");
169 NS_ASSERTION(pos==0,"Error: Find routine");
172 NS_ASSERTION(pos==11,"Error: Find routine");
174 pos=theDest.Find("efg");
175 NS_ASSERTION(pos==4,"Error: Find routin
[all...]
H A DnsStringTest2.h272 /*TESTS for Find()*/
275 NS_ASSERTION(T.Find("ABC") == 0, "Unicode comparison error");
281 NS_ASSERTION(T.Find("ABC") == -1, "Unicode comparison error");
289 NS_ASSERTION(T.Find(S) == -1, "Unicode comparison error");
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Dimport.pl20 use File::Find;
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringObsolete.cpp42 * nsTString::Find
49 nsTString_CharT::Find( const nsCString& aString, PRBool aIgnoreCase, PRInt32 aOffset, PRInt32 aCount) const function in class:nsTString_CharT
61 nsTString_CharT::Find( const char* aString, PRBool aIgnoreCase, PRInt32 aOffset, PRInt32 aCount) const function in class:nsTString_CharT
63 return Find(nsDependentCString(aString), aIgnoreCase, aOffset, aCount);
H A DnsStringObsolete.cpp1006 nsString::Find( const nsAFlatString& aString, PRInt32 aOffset, PRInt32 aCount ) const function in class:nsString
1018 nsString::Find( const PRUnichar* aString, PRInt32 aOffset, PRInt32 aCount ) const function in class:nsString
1020 return Find(nsDependentString(aString), aOffset, aCount);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTString.h151 NS_COM PRInt32 Find( const nsCString& aString, PRBool aIgnoreCase=PR_FALSE, PRInt32 aOffset=0, PRInt32 aCount=-1 ) const;
152 NS_COM PRInt32 Find( const char* aString, PRBool aIgnoreCase=PR_FALSE, PRInt32 aOffset=0, PRInt32 aCount=-1 ) const;
155 NS_COM PRInt32 Find( const nsAFlatString& aString, PRInt32 aOffset=0, PRInt32 aCount=-1 ) const;
156 NS_COM PRInt32 Find( const PRUnichar* aString, PRInt32 aOffset=0, PRInt32 aCount=-1 ) const;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl30 use File::Find;
60 push(@files, $File::Find::name)
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMBindingUtils.h211 nsresult Find(JNIEnv* env, nsISupports* aNativeObject, const nsIID& aIID,
253 nsresult Find(jint aJavaObjectHashCode, const nsIID& aIID,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMm.c145 BOOLEAN Find; local
147 Find = FALSE;
165 Find = TRUE;
174 return Find;
435 // Find the EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL of the specified segment number
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp159 CExtPack extPackCur = manager.Find(strPackName);
371 const CExtPack &package = manager.Find(strExtPackName);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/VConfig/
H A DVConfig.c123 Find network interface device handle by its name.
142 // Find all NIC handles.
242 Status = VlanConfig->Find (VlanConfig, NULL, &NumberOfVlan, &VlanData);
306 // Find all NIC handles
572 Status = VlanConfig->Find (VlanConfig, NULL, &NumberOfVlan, &VlanData);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c141 Status = mUserManager->Find (
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DxcDll.cpp436 // Find the dllname part of the string
441 if (currentPath.Find(*(sBreakList[i]), PR_TRUE, lastSep) > 0)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c363 // Find current VLAN configuration
368 VlanConfig->Find (VlanConfig, NULL, &NumberOfVlan, &VlanData);
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.cpp337 CExtPack extPack = vboxGlobal().virtualBox().GetExtensionPackManager().Find(GUI_ExtPackName);
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dniclist.pl16 use File::Find ();
242 File::Find::find(sub {
249 push @c_files, $File::Find::name;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c216 // Find Storage for this Question
375 BOOLEAN Find; local
442 Find = FALSE;
448 Find = TRUE;
455 if (!Find) {

Completed in 2263 milliseconds

12