| /vbox/src/VBox/ValidationKit/testmanager/ |
| H A D | config.py | 55 ## Whether login names are case insensitive (True) or case sensitive (False). 146 g_kfSrvGlueCgiTb = False; 148 g_kfSrvGlueDebug = False; 152 g_kfSrvGlueDebugScheduler = False; 155 g_kfWebUiSqlTrace = False; 157 g_kfWebUiSqlTraceExplain = False; 159 g_kfWebUiSqlTraceExplainTiming = False; 163 g_kfWebUiDebug = False; 165 g_kfWebUiSqlDebug = False; 170 g_kfProfileAdmin = False; [all...] |
| /vbox/src/VBox/RDP/client-1.8.3/ |
| H A D | seamless.c | 97 return False; 101 return False; 105 return False; 109 return False; 113 return False; 120 return False; 124 return False; 128 return False; 136 return False; 140 return False; [all...] |
| H A D | rdpsnd_oss.c | 108 return False; 111 return False; 115 return False; 118 return False; 167 return False; 178 dsp_configured = False; 179 dsp_broken = False; 186 return False; 205 return False; 229 return False; [all...] |
| H A D | rdpsnd_sun.c | 55 static RD_BOOL broken_2_channel_record = False; 145 return False; 148 dsp_configured = False; 149 dsp_broken = False; 175 return False; 188 return False; 213 return False; 237 dsp_out = False; 248 return False; 252 return False; [all...] |
| H A D | rdpsnd_alsa.c | 189 return False; 195 return False; 201 return False; 209 return False; 217 return False; 225 return False; 233 return False; 240 return False; 248 return False; 254 return False; [all...] |
| H A D | pstcache.c | 42 RD_BOOL g_pstcache_enumerated = False; 70 return False; 73 return False; 98 return False; 183 return False; 188 return False; 197 return False; 203 return False;
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ |
| H A D | ParserValidate.py | 42 return False 52 return False 57 return False 62 # <FALSE> ::= {"FALSE"} {"false"} {"False"} {"0x0"} {"0x00"} 78 # Valid False 81 BoolString == 'False' or \ 90 return False 109 return False 119 return False 130 return False [all...] |
| H A D | GlobalData.py | 84 gWARNING_AS_ERROR = False 94 gIS_BINARY_INF = False
|
| H A D | Parsing.py | 284 FindPcdsDynamicEx) = (False, False, False, False, False, False, False, \ 285 False) 300 if FindBlock == False: 318 (True, False, Fals [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
| H A D | Parsing.py | 431 (findBlock, findLibraryClass, findBuildOption, findPcdsFeatureFlag, findPcdsPatchableInModule, findPcdsFixedAtBuild, findPcdsDynamic, findPcdsDynamicEx) = (False, False, False, False, False, False, False, False) 446 if findBlock == False: 460 (findLibraryClass, findBuildOption, findPcdsFeatureFlag, findPcdsPatchableInModule, findPcdsFixedAtBuild, findPcdsDynamic, findPcdsDynamicEx) = (True, False, Fals [all...] |
| H A D | GlobalData.py | 24 gCaseInsensitive = False 51 gAutoGenPhase = False
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/ |
| H A D | DecParserMisc.py | 110 AllowCppStyleComment=False): 124 InQuote = False 146 return False 150 return False 163 return False 167 return False 170 return False 185 return False 187 return False 194 return False [all...] |
| H A D | InfParserMisc.py | 75 def InfExpandMacro(Content, LineInfo, GlobalMacros=None, SectionMacros=None, Flag=False): 92 False, 101 False, 133 return False 137 BinarySectionFoundFlag = False 141 return False 148 return False 164 return False 180 return False
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/ |
| H A D | InfHeaderObject.py | 50 return False 66 return False 82 return False 98 return False 114 return False
|
| /vbox/src/VBox/ValidationKit/testdriver/ |
| H A D | vboxinstaller.py | 112 self._fAutoInstallPuelExtPack = False; 125 return False; 128 return False; 141 return False; 182 fRc = False; 185 fRc = False; 191 fRc = False; 221 Returns True on success, False + reporter.error on failure. 234 return False; 241 Returns True on success, False [all...] |
| H A D | txsclient.py | 96 Returns False if it is invalid, details in the log. 102 return False; 106 return False; 110 return False; 158 Returns False on retryable errors (no logging). 164 return False; 166 def disconnect(self, fQuiet = False): 182 Returns False on failure and error details in the log. 189 return False; 203 return False; [all...] |
| H A D | vboxwrappers.py | 136 Returns True on success and False on failure. Error information is logged. 144 vboxcon.AccessMode_ReadWrite, False); 149 oIMedium = self.oVBox.openHardDisk(sHdLocation, vboxcon.AccessMode_ReadOnly, False, "", False, ""); 157 Returns True on success and False on failure. Error information is logged. 191 def pollTask(self, fLocked = False): 195 This method returns False until the progress object has completed. 206 return False; 214 fState = self.pollTask(False); 226 fState = self.pollTask(False); [all...] |
| H A D | winbase.py | 66 fRc = False; 71 fRc = False; 81 fRc = False; 91 fRc = False; 93 hProcess = win32api.OpenProcess(win32con.PROCESS_TERMINATE, False, uPid); 111 fRc = False; 113 hProcess = win32api.OpenProcess(win32con.PROCESS_QUERY_INFORMATION, False, uPid); 198 False, \ 209 Polls the process handle to see if it has finished (True) or not (False). 227 return False; [all...] |
| /vbox/src/VBox/ValidationKit/tests/additions/ |
| H A D | tdAddGuestCtrl.py | 84 self.fRc = False; 121 Returns (True, IGuestSession) on success or (False, None) on failure. 136 return (False, None); 151 return (False, None); 156 return (False, None); 184 return False; 224 def __init__(self, sDirectory = "", sTemplate = "", sUser = "", sPassword = "", fMode = 0, fSecure = False): 411 def __init__(self, fRc = False): 419 def __init__(self, fRc = False, 430 def __init__(self, fRc = False, \ [all...] |
| /vbox/src/VBox/ValidationKit/tests/usb/ |
| H A D | usbgadget.py | 53 Returns False otherwise. 55 fRc = False; 69 Returns False otherwise. 71 fRc = False; 102 return False; 114 return False; 128 return False; 134 Returns False otherwise. 141 return False; 148 fRc = False; [all...] |
| /vbox/src/VBox/ValidationKit/testboxscript/ |
| H A D | testboxupgrade.py | 83 Returns True/False. 106 return False; 110 return False; 122 Returns True/False. 128 oChild = subprocess.Popen(asArgs, shell = False, stdout=subprocess.PIPE, stderr=subprocess.STDOUT); 141 return False; 145 return False; 153 return False; 160 returns True/False/Exception. 214 fRc = False; [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ |
| H A D | CodeFragmentCollector.py | 83 # @retval False The char is NOT a kind of white space 89 return False 116 # @retval False Current File buffer position is NOT at file end 126 return False 134 # @retval False Current File buffer position is NOT at line end 141 return False 159 # @retval False Not able to go back one char as file beginning reached 164 return False 275 InComment = False 276 DoubleSlashComment = False [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/ |
| H A D | DependencyRules.py | 68 return False 94 Result = False 106 Result = False 132 return False 136 return False 154 return False 170 return False 186 return False 193 return False 197 ## Check whether a DP depex satisfied by current workspace. Return False [all...] |
| /vbox/src/VBox/ValidationKit/tests/teleportation/ |
| H A D | tdTeleportLocal1.py | 231 return False; 240 # return False; 242 oVM = self.createTestVMs('tst-empty-raw', 2, sKind = 'Other', fVirtEx = False); 244 return False; 255 return False; 261 return False; 267 return False; 273 return False; 279 return False; 285 return False; [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
| H A D | CodeFragmentCollector.py | 85 # @retval False The char is NOT a kind of white space 91 return False 118 # @retval False Current File buffer position is NOT at file end 131 return False 139 # @retval False Current File buffer position is NOT at line end 146 return False 164 # @retval False Not able to go back one char as file beginning reached 169 return False 284 InComment = False 285 DoubleSlashComment = False [all...] |