OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testServer
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py
10
testServer
= 'smtp.gmail.com'
15
with test_support.transient_internet(self.
testServer
):
16
server = smtplib.SMTP_SSL(self.
testServer
, self.remotePort)
22
with test_support.transient_internet(self.
testServer
):
23
server = smtplib.SMTP_SSL(self.
testServer
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py
10
testServer
= 'smtp.gmail.com'
15
with test_support.transient_internet(self.
testServer
):
16
server = smtplib.SMTP_SSL(self.
testServer
, self.remotePort)
22
with test_support.transient_internet(self.
testServer
):
23
server = smtplib.SMTP_SSL(self.
testServer
)
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SocketChannelTest.java
169
ServerSocket
testServer
= new ServerSocket(Support_PortManager
192
testServer
.close();
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar
Completed in 83 milliseconds