Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 36) sorted by relevance

12

/test/framework/harnesses/host_controller/tfc/
Dtfc_client.py63 tasks = self._service.tasks().leasehosttasks(body=lease).execute()
115 self._service.host_events().submit(body=json_obj).execute()
125 self._service.command_events().submit(body=json_obj).execute()
142 body = request.GetBody()
144 logging.info("requests.new parameters=%s body=%s", params, body)
145 return self._service.requests().new(body=body, **params).execute()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsCoverageAlertJobServlet.java142 String body = null; in getTestCoverageStatus() local
153 body = in getTestCoverageStatus()
172 body = in getTestCoverageStatus()
190 body = in getTestCoverageStatus()
208 body = in getTestCoverageStatus()
226 body = in getTestCoverageStatus()
245 body = in getTestCoverageStatus()
257 if (subject != null && body != null) { in getTestCoverageStatus()
259 messages.add(EmailHelper.composeEmail(emailAddresses, subject, body)); in getTestCoverageStatus()
DVtsAlertJobServlet.java418 String body = in getTestStatus() local
427 messages.add(EmailHelper.composeEmail(emailAddresses, subject, body)); in getTestStatus()
432 String body = in getTestStatus() local
441 messages.add(EmailHelper.composeEmail(emailAddresses, subject, body)); in getTestStatus()
446 String body = in getTestStatus() local
456 messages.add(EmailHelper.composeEmail(emailAddresses, subject, body)); in getTestStatus()
461 String body = in getTestStatus() local
470 messages.add(EmailHelper.composeEmail(emailAddresses, subject, body)); in getTestStatus()
DVtsPerformanceJobServlet.java270 String body = getPerformanceSummary(testKey.getName(), nonEmptySummaries, labels); in doPost() local
271 if (body == null || body.equals("")) { in doPost()
279 EmailHelper.send(emails, subject, body); in doPost()
DVtsInactivityJobServlet.java82 String body = in notifyIfInactive() local
91 messages.add(EmailHelper.composeEmail(emails, subject, body)); in notifyIfInactive()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DEmailHelper.java133 public static Message composeEmail(List<String> emails, String subject, String body) in composeEmail() argument
152 msg.setContent(body, "text/html; charset=utf-8"); in composeEmail()
191 public static boolean send(List<String> recipients, String subject, String body) { in send() argument
193 Message msg = composeEmail(recipients, subject, body); in send()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DMultipartForm.java103 byte[] body = getContentBody(); in submitForm()
104 connection.setRequestProperty("Content-Length", Integer.toString(body.length)); in submitForm()
108 output.write(body); in submitForm()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dauth_error.jsp23 <body>
37 </body>
Derror_msg.jsp23 <body>
37 </body>
Dshow_profiling_list.jsp23 <body>
43 </body>
Dshow_plan_run.jsp65 … $("#halApiList > li:last > div.collapsible-body > ul.collection.with-header").append(
71 … $("#halApiList > li:last > div.collapsible-body > ul.collection.with-header").append(
95 '<div class="collapsible-body">' +
164 <body>
235 </body>
Dshow_tree.jsp101 … $("#halApiList > li:last > div.collapsible-body > ul.collection.with-header").append(
125 '<div class="collapsible-body">' +
205 <body>
236 <ul id='profiling-body' class='collapsible' data-collapsible='accordion'>
239 <div class='collapsible-body'>
322 </body>
Dshow_test_acknowledgments.jsp37 <body>
51 </body>
Dshow_coverage_overview.jsp195 var body = $( el[0].children[1] );
201 displayTestDetails(body, data, 16);
210 var body = $( el[0].children[1] );
211 body.empty();
227 showLinks($('body'), logLinks);
337 <body>
465 <div class="collapsible-body test-results row"></div>
504 </body>
Dshow_release.jsp32 <body>
79 </body>
Dshow_green_plan_release.jsp35 <body>
103 </body>
Dshow_green_suite_release.jsp35 <body>
100 </body>
Dheader.jsp42 <body>
70 </body>
Dshow_plan_release.jsp102 <body>
118 </body>
Dshow_performance_digest.jsp27 <body>
99 </body>
Dshow_coverage.jsp27 <body>
183 <div class="collapsible-body row">
209 </body>
Dshow_table.jsp236 <body>
267 <ul id='profiling-body' class='collapsible' data-collapsible='accordion'>
270 <div class='collapsible-body'>
337 </body>
/test/vti/test_serving/gae/webapp/src/utils/
Demail_util.py93 email_message.body = message
179 email_message.body = message
258 email_message.body = message
/test/vti/fuzz_test_serving/
Dmain_test.py26 assert response.body == 'VTS Fuzzing Dashboard'
/test/vti/test_serving/gae/frontend/src/
Dstyles.scss4 body {

12