Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 31) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DEmailTest.java109 mEmail.send(msg); in testSendInval_destination()
122 mEmail.send(msg); in testSendInval_subject()
135 mEmail.send(msg); in testSendInval_body()
148 mEmail.send(msg); in testSend_simple()
168 mEmail.send(msg); in testSend_htmlEmail()
183 mEmail.send(msg); in testSend_emptySubject()
192 mEmail.send(msg); in testSend_emptyBody()
232 mailer.send(msg); in _manual_testFuncSend()
/tools/tradefederation/core/tests/src/com/android/tradefed/log/
DTerribleFailureEmailHandlerTest.java61 mMockEmail.send(EasyMock.<Message>anyObject()); in testOnTerribleFailure()
75 mMockEmail.send(EasyMock.<Message> anyObject()); in testOnTerribleFailure_catchesIllegalArgumentException()
92 mMockEmail.send(EasyMock.<Message> anyObject()); in testOnTerribleFailure_catchesIOException()
117 mMockEmail.send(EasyMock.<Message>anyObject()); in testOnTerribleFailure_adjacentFailures()
136 mMockEmail.send(EasyMock.<Message>anyObject()); in testOnTerribleFailure_notAdjacentFailures()
137 mMockEmail.send(EasyMock.<Message>anyObject()); in testOnTerribleFailure_notAdjacentFailures()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DEmailResultReporterTest.java50 mMockMailer.send(EasyMock.<Message>anyObject()); in testInvocationEnded()
69 mMockMailer.send(EasyMock.<Message>anyObject()); in testInvocationEnded_multiBuild()
91 mMockMailer.send(EasyMock.<Message>anyObject()); in testNullFlavorAndBranch()
/tools/test/connectivity/acts/tests/google/net/
Dsendra.py9 def send(dstmac, interval, count, lifetime, iface, rtt): function
46 send(args.mac_address, args.t_interval, args.pkt_count, args.life_time,
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DSCPP_PTS_INSTRUCTIONS42 From nordic send a write command to the Scan Refresh Characteristic of any text value.
54 From nordic send a write command to the Scan Refresh Characteristic of any text value.
DSM_PTS_INSTRUCTIONS115 Need to be able to send security request via cmd line
DGAP_PTS_INSTRUCTIONS396 Note: PTS LIES, send GATT_SUCCESS
/tools/tradefederation/core/src/com/android/tradefed/util/
DBulkEmailer.java82 email.send(msg); in sendEmails()
87 email.send(msg); in sendEmails()
DIEmail.java43 public void send(Message msg) throws IllegalArgumentException, IOException; in send() method
DEmail.java96 public void send(Message msg) throws IllegalArgumentException, IOException { in send() method in Email
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt86 of address called an "anycast address" is defined, used to send
353 unrecognized by the node, it should discard the packet and send an
489 packet's Destination Address was a multicast address, send an
494 Address was not a multicast address, send an ICMP Parameter
684 send an ICMP Parameter Problem, Code 0, message to the packet's
690 must discard the packet and send an ICMP Packet Too Big message to
852 send an ICMP Parameter Problem, Code 0, message to the Source
861 send an ICMP Parameter Problem, Code 0, message to the Source
877 send an ICMP Time Exceeded -- Hop Limit Exceeded in
961 The Fragment header is used by an IPv6 source to send a packet larger
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py210 def send(self, cmd): member in BudsDevice
402 self.send('panic')
501 self.send(cmd)
1344 out = self.send('Pow 2')
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py93 self._sock.send(querytoSend)
116 self._sock.send(cmdToSend)
Dmd8475a.py536 self._sock.send(querytoSend)
561 self._sock.send(cmdToSend)
576 self._sock.send(cmdToSend)
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpMultipartPostTest.java69 testPost.send(); in testSendRequest()
/tools/test/connectivity/acts/tests/google/coex/apollo_tests/
DApolloBasicPerformanceTest.py58 self.buds_device.send("ResetPair\n")
DApolloWithA2dpPerformanceTest.py46 self.buds_device.send("ResetPair\n")
DApolloWithA2dpStressTest.py46 self.buds_device.send("ResetPair\n")
DApolloWithA2dpFunctionalityTest.py53 self.buds_device.send("ResetPair\n")
/tools/tradefederation/core/src/com/android/tradefed/util/net/
DHttpMultipartPost.java118 public void send() throws IOException, DataSizeException { in send() method in HttpMultipartPost
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
DEmailHostHealthAgent.java94 mMailer.send(msg); in flush()
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino85 // send the same message back
/tools/tradefederation/core/src/com/android/tradefed/log/
DTerribleFailureEmailHandler.java220 mMailer.send(msg); in onTerribleFailure()
/tools/tradefederation/core/src/com/android/tradefed/result/
DEmailResultReporter.java322 mMailer.send(msg); in invocationEnded()
/tools/dexter/testdata/expected/
Dmedium.asm4513 method android.support.v4.os.IResultReceiver.send(int, android.os.Bundle):void
4541 method android.support.v4.os.IResultReceiver$Stub$Proxy.send(int, android.os.Bundle):void
4689 …40| invoke-virtual {v4,v0,v1}, android.support.v4.os.IResultReceiver$Stub.send(int, android.os.Bun…
4934 method android.support.v4.os.ResultReceiver$MyResultReceiver.send(int, android.os.Bundle):void
30349 method com.android.calendar.CloudNotificationBackplane.send(java.lang.String, java.lang.String, and…
60093 method com.android.calendar.ExtensionsFactory$2.send(java.lang.String, java.lang.String, android.os…

12