Searched defs:Validate (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py528 ## Validate
530 def Validate(self, Type='', CaseSensitive=True): member in class:PathClass
914 # Validate file name exist.
926 # Validate file exist/format.
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvCfg.c1147 BOOLEAN Validate; local
1206 Validate = ShellCommandLineGetFlag (Package, L"-v");
1299 if (Validate && Force) {
1304 if (Validate && Set) {
1329 } else if (Validate) {
1372 Validate,
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl_panel.cpp89 static void Validate(Handle original, Handle current, Boolean *recompile, Boolean *relink, Boolean *reset);
202 Validate(pb->originalPrefs, pb->currentPrefs, &pb->recompile, &pb->relink, &pb->reset);
389 * Validate - check if panel's changes require a recompile or relink
393 static void Validate(Handle original, Handle current, Boolean *recompile, Boolean *relink, Boolean *reset) function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py1443 def Validate(self, Type='', CaseSensitive=True): member in class:PathClass

Completed in 343 milliseconds