/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pty.py | 18 def debug(msg): function 21 def debug(msg): function 67 debug("Calling master_open()") 69 debug("Got master_fd '%d', slave_name '%s'" % 71 debug("Calling slave_open(%r)" % (slave_name,)) 73 debug("Got slave_fd '%d'" % slave_fd) 96 debug("Writing to slave_fd") 102 debug("Writing chunked output") 113 debug("calling pty.fork()") 118 debug("Child's fd 1 is not a tty?!") [all …]
|
D | test_bsddb.py | 210 def test__no_deadlock_first(self, debug=0): argument 218 if debug: print "A" 220 if debug: print "B", k 222 if debug: print "C" 229 if debug: print "D" 232 if debug: print "E" 234 if debug: print "F" 240 if debug: print "F2" 243 if debug: print "G" 246 if debug: print "H" [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
D | driver.py | 38 def parse_tokens(self, tokens, debug=False): argument 68 if debug: 69 self.logger.debug("%s %r (prefix=%r)", 72 if debug: 73 self.logger.debug("Stop.") 86 def parse_stream_raw(self, stream, debug=False): argument 89 return self.parse_tokens(tokens, debug) 91 def parse_stream(self, stream, debug=False): argument 93 return self.parse_stream_raw(stream, debug) 95 def parse_file(self, filename, encoding=None, debug=False): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | shlex.py | 51 self.debug = 0 55 if self.debug: 61 if self.debug >= 1: 73 if self.debug: 83 if self.debug: 92 if self.debug >= 1: 113 if self.debug >= 1: 127 if self.debug >= 3: 138 if self.debug >= 2: 169 if self.debug >= 2: [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | markov.py | 57 debug = 1 61 if o == '-d': debug += 1 62 if o == '-q': debug = 0 77 if debug: print 'processing', filename, '...' 82 if debug > 1: print 'feeding ...' 95 if debug: print 'done.' 97 if debug > 1:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | bcppcompiler.py | 82 output_dir=None, macros=None, include_dirs=None, debug=0, argument 90 if debug: 150 debug=0, argument 159 if debug: 166 log.debug("skipping %s (up-to-date)", output_filename) 180 debug=0, argument 205 if debug: 211 if debug: 270 libfile = self.find_library_file(library_dirs, lib, debug) 301 log.debug("skipping %s (up-to-date)", output_filename) [all …]
|
D | msvc9compiler.py | 240 log.debug("Unable to find productdir in registry") 250 log.debug("%s is not a valid directory" % productdir) 253 log.debug("Env var %s is not set or invalid" % toolskey) 255 log.debug("No productdir found") 260 log.debug("Unable to find vcvarsall.bat") 272 log.debug("Calling 'vcvarsall.bat %s' (version=%s)", arch, version) 469 output_dir=None, macros=None, include_dirs=None, debug=0, argument 480 if debug: 490 if debug: 557 debug=0, argument [all …]
|
D | msvccompiler.py | 350 output_dir=None, macros=None, include_dirs=None, debug=0, argument 360 if debug: 370 if debug: 442 debug=0, argument 452 if debug: 460 log.debug("skipping %s (up-to-date)", output_filename) 473 debug=0, argument 497 if debug: 502 if debug: 539 log.debug("skipping %s (up-to-date)", output_filename) [all …]
|
D | ccompiler.py | 417 def _get_cc_args(self, pp_opts, debug, before): argument 420 if debug: 561 include_dirs=None, debug=0, extra_preargs=None, argument 617 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs) 637 debug=0, target_lang=None): argument 669 export_symbols=None, debug=0, extra_preargs=None, argument 722 debug=0, extra_preargs=None, extra_postargs=None, argument 728 export_symbols, debug, 735 debug=0, extra_preargs=None, extra_postargs=None, argument 740 export_symbols, debug, [all …]
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/ |
D | SourceLevelDebugPkg.uni | 2 // This package provides target side modules to support source level debug. 4 // This package provides target side modules to support source level debug. 24 … #language en-US "This package provides target side modules to support source level debug." 34 …ceGuid_PcdUsbDebugPortMemorySpaceBase_PROMPT #language en-US "Configure USB debug port memory BAR" 36 …dUsbDebugPortMemorySpaceBase_HELP #language en-US "The memory BAR of USB debug port, it may be di… 41 …LP #language en-US "The memory BAR of EHCI host controller, in which USB debug feature is enabled… 46 …P #language en-US "The PCI address of EHCI host controller, in which USB debug feature is enabled… 68 …TokenSpaceGuid_PcdDebugPortHandleBufferSize_PROMPT #language en-US "Assign debug port buffer size" 70 …ndleBufferSize_HELP #language en-US "The data buffer size used by debug port in debug communicati… 75 …LP #language en-US "The memory BAR of xhci host controller, in which usb debug feature is enabled… [all …]
|
D | SourceLevelDebugPkg.dec | 2 # This package provides target side modules to support source level debug. 53 …## The memory BAR of usb debug port, it may be different with the memory bar of ehci host controll… 55 # @Prompt Configure usb debug port memory BAR. 58 ## The memory BAR of ehci host controller, in which usb debug feature is enabled. 63 ## The pci address of ehci host controller, in which usb debug feature is enabled. 88 ## The data buffer size used by debug port in debug communication library instances. 90 # @Prompt Assign debug port buffer size. 93 ## The memory BAR of xhci host controller, in which usb debug feature is enabled. 98 ## The pci address of xhci host controller, in which usb debug feature is enabled. 112 # @Prompt Configure debug device detection timeout value.
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/ |
D | PeCoffExtraActionLib.uni | 2 // PeCoffExtraAction Library to support source level debug. 4 // PeCoffExtraAction Library to support source level debug. 18 …DULE_ABSTRACT #language en-US "PeCoffExtraAction Library to support source level debug" 20 …ULE_DESCRIPTION #language en-US "PeCoffExtraAction Library to support source level debug."
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/ |
D | DebugCommunicationLibUsb.uni | 2 // Debug Communication Library instance based on usb debug port. 4 // Debug Communication Library instance based on USB debug port. 18 …ABSTRACT #language en-US "Debug Communication Library instance based on USB debug port" 20 …ESCRIPTION #language en-US "Debug Communication Library instance based on USB debug port."
|
D | DebugCommunicationLibUsb.inf | 2 # Debug Communication Library instance based on usb debug port. 37 …# The memory BAR of usb debug port, it may be different with the memory bar of ehci host controlle… 40 # The memory BAR of ehci host controller, in which usb debug feature is enabled. 43 # The pci address of ehci host controller, in which usb debug feature is enabled. 46 # The value of data buffer size used for USB debug port handle.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_ccompiler.py | 8 from distutils import debug 18 def find_library_file(self, dirs, lib, debug=0): argument 48 debug.DEBUG = True 55 debug.DEBUG = False
|
D | test_filelist.py | 7 from distutils import debug 72 debug.DEBUG = True 79 debug.DEBUG = False
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/ |
D | DebugCommunicationLibUsb3Pei.uni | 2 // Debug Communication Library instance based on USB3 debug port for PEI modules. 4 // Debug Communication Library instance based on USB3 debug port for PEI modules. 18 … #language en-US "Debug Communication Library instance based on USB3 debug port for PEI modul… 20 … #language en-US "Debug Communication Library instance based on USB3 debug port for PEI modul…
|
D | DebugCommunicationLibUsb3Dxe.uni | 2 // Debug Communication Library instance based on USB3 debug port for DXE and SMM modules. 4 // Debug Communication Library instance based on USB3 debug port for DXE and SMM modules. 18 … #language en-US "Debug Communication Library instance based on USB3 debug port for DXE and S… 20 … #language en-US "Debug Communication Library instance based on USB3 debug port for DXE and S…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | suite.py | 72 def debug(self): member in BaseTestSuite 75 test.debug() 88 def run(self, result, debug=False): argument 107 if not debug: 110 test.debug() 118 def debug(self): member in TestSuite 120 debug = _DebugResult() 121 self.run(debug, True)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | build_clib.py | 65 self.debug = None 202 debug=self.debug) 209 debug=self.debug)
|
D | check.py | 21 debug=0, encoding='ascii', error_handler='replace'): argument 24 debug, encoding, error_handler) 131 debug=settings.debug,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/ |
D | DebugPortDxe.uni | 2 …s driver produces Debug Port protocol to be used by debug agent to communicate with the remote deb… 19 …e en-US "Produces Debug Port protocol to be used by debug agent to communicate with the remote deb…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/ |
D | DebugSupportDxe.uni | 4 // This driver provides the capabilities for debug-agent to gain control of the machine 6 // provides debug-agent to periodically gain control during operation of the machine to 23 …for debug-agent to gain control of the machine when certain types of events occur, i.e. breakpoint…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
D | pytree_idempotency.py | 29 tree = dr.parse_file(fn, debug=True) 48 tree = dr.parse_file(fn, debug=True) 65 tree = dr.parse_file(fn, debug=True)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | makefreeze.py | 32 def makefreeze(base, dict, debug=0, entry_point=None, fail_import=()): argument 45 if debug: 55 if debug:
|