Home
last modified time | relevance | path

Searched refs:PORT (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_docxmlrpc.py10 PORT = None variable
30 global PORT
31 PORT = serv.socket.getsockname()[1]
67 PORT = None
81 while n > 0 and PORT is None:
85 self.client = httplib.HTTPConnection("localhost:%d" % PORT)
Dtest_httplib.py388 PORT = None variable in TimeoutTest
392 TimeoutTest.PORT = test_support.bind_port(self.serv)
407 httpConn = httplib.HTTPConnection(HOST, TimeoutTest.PORT)
418 httpConn = httplib.HTTPConnection(HOST, TimeoutTest.PORT,
427 httpConn = httplib.HTTPConnection(HOST, TimeoutTest.PORT, timeout=30)
439 h = httplib.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)
Dtest_xmlrpc.py275 ADDR = PORT = URL = None
308 global ADDR, PORT, URL
309 ADDR, PORT = serv.socket.getsockname()
314 URL = "http://%s:%d"%(ADDR, PORT)
333 PORT = None
367 global ADDR, PORT, URL
368 ADDR, PORT = serv.socket.getsockname()
373 URL = "http://%s:%d"%(ADDR, PORT)
393 PORT = None
480 conn = httplib.HTTPConnection(ADDR, PORT)
Dtest_httpservers.py58 self.test_object.PORT = self.server.socket.getsockname()[1]
85 self.connection = httplib.HTTPConnection('localhost', self.PORT)
182 self.con = httplib.HTTPConnection('localhost', self.PORT)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
Drpython.py10 PORT = 4127 variable
18 port = PORT
Drpythond.py13 PORT = 4127 variable
20 port = PORT
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Drcsclient.py16 PORT = 4127 variable
33 port = PORT
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm3.h667 …} PORT [32]; /*!< Offset: 0x000 ( /W) ITM Stimulus Port Registers … member
1597 while (ITM->PORT[0].u32 == 0); in ITM_SendChar()
1598 ITM->PORT[0].u8 = (uint8_t) ch; in ITM_SendChar()
Dcore_sc300.h647 …} PORT [32]; /*!< Offset: 0x000 ( /W) ITM Stimulus Port Registers … member
1577 while (ITM->PORT[0].u32 == 0); in ITM_SendChar()
1578 ITM->PORT[0].u8 = (uint8_t) ch; in ITM_SendChar()
Dcore_cm4.h707 …} PORT [32]; /*!< Offset: 0x000 ( /W) ITM Stimulus Port Registers … member
1749 while (ITM->PORT[0].u32 == 0); in ITM_SendChar()
1750 ITM->PORT[0].u8 = (uint8_t) ch; in ITM_SendChar()
Dcore_cm7.h888 …} PORT [32]; /*!< Offset: 0x000 ( /W) ITM Stimulus Port Registers … member
2168 while (ITM->PORT[0].u32 == 0); in ITM_SendChar()
2169 ITM->PORT[0].u8 = (uint8_t) ch; in ITM_SendChar()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DVfrStrings.uni389 #string STR_DSIPORTA #language en-US "DSI PORT A"
390 #string STR_DSIPORTC #language en-US "DSI PORT C"