/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | EmailTest.java | 109 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/ |
D | TerribleFailureEmailHandlerTest.java | 61 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/src/com/android/tradefed/util/ |
D | BulkEmailer.java | 82 email.send(msg); in sendEmails() 87 email.send(msg); in sendEmails()
|
D | IEmail.java | 43 public void send(Message msg) throws IllegalArgumentException, IOException; in send() method
|
D | Email.java | 96 public void send(Message msg) throws IllegalArgumentException, IOException { in send() method in Email
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | SCPP_PTS_INSTRUCTIONS | 42 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.
|
D | SM_PTS_INSTRUCTIONS | 115 Need to be able to send security request via cmd line
|
D | GAP_PTS_INSTRUCTIONS | 396 Note: PTS LIES, send GATT_SUCCESS
|
/tools/tradefederation/core/prod-tests/tests/src/com/android/continuous/ |
D | SmokeTestFailureReporterTest.java | 64 mMailer.send(EasyMock.capture(msgCapture)); in testSingleFail() 111 mMailer.send(EasyMock.capture(msgCapture)); in testTwoPassOneFail()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/ |
D | HttpMultipartPostTest.java | 69 testPost.send(); in testSendRequest()
|
/tools/tradefederation/core/src/com/android/tradefed/util/net/ |
D | HttpMultipartPost.java | 118 public void send() throws IOException, DataSizeException { in send() method in HttpMultipartPost
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | mg3710a.py | 93 self._sock.send(querytoSend) 116 self._sock.send(cmdToSend)
|
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/ |
D | EmailHostHealthAgent.java | 94 mMailer.send(msg); in flush()
|
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/ |
D | connect_wifi.ino | 85 // send the same message back
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | TerribleFailureEmailHandler.java | 220 mMailer.send(msg); in onTerribleFailure()
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 86 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/tradefederation/core/src/com/android/tradefed/result/ |
D | EmailResultReporter.java | 322 mMailer.send(msg); in invocationEnded()
|