Searched refs:body (Results 1 – 14 of 14) sorted by relevance
/cts/tools/signature-tools/templates/ |
D | PackageOverviewPage.st | 8 <body> 10 <div class="body"> 38 </body>
|
D | Styles.st | 19 .body {
|
/cts/tests/tests/sax/src/android/sax/cts/ |
D | ElementTest.java | 76 public void end(String body) { in testParse() 77 assertEquals(NAMES[mNameIndex], body); in testParse() 111 public void end(String body) { in testParse() 112 assertEquals(JIM, body); in testParse()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | MultipartForm.java | 82 byte[] body = getContentBody(); in submitForm() 83 connection.setRequestProperty("Content-Length", Integer.toString(body.length)); in submitForm() 87 output.write(body); in submitForm()
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | MmsTest.java | 238 final PduBody body = new PduBody(); in buildPdu() local 241 final int size = addTextPart(body, text, true/* add text smil */); in buildPdu() 242 req.setBody(body); in buildPdu()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | docs.css | 11 body { selector 337 .mini-layout .mini-layout-body { 345 .mini-layout.fluid .mini-layout-body { 353 .mini-layout.fluid .mini-layout-body { 636 body { selector 728 /* Remove any padding from the body */ 729 body { selector 806 /* Remove any padding from the body */ 807 body { selector
|
D | bootstrap-responsive.css | 139 body { selector 683 body { selector
|
D | bootstrap.css | 168 body { selector 3547 .modal-body {
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 101 if ( selector === "body" && !context && document.body ) { 103 this[0] = document.body; 408 if ( !document.body ) { 1507 body = document.getElementsByTagName("body")[0]; 1509 if ( !body ) { 1524 body.insertBefore( container, body.firstChild ); 1592 offsetSupport.doesNotIncludeMarginInBodyOffset = ( body.offsetTop !== conMarginTop ); 1594 body.removeChild( container ); 3280 var eventDoc, doc, body, 3288 body = eventDoc.body; [all …]
|
/cts/tools/utils/ |
D | monsoon.py | 287 body = result[:-1] 288 checksum = (data_len + sum(struct.unpack("B" * len(body), body))) % 256
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
D | monsoon.py | 408 body = result[:-1] 409 checksum = (data_len + sum(struct.unpack("B" * len(body), body))) % 256
|
/cts/tools/tradefed-host/res/report/ |
D | cts_result.css | 16 body { selector
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | box2d.js | 309 M.nextBody){var L=M.body;if(L.IsAwake()!=false){for(var I=new K,W=new K,Y=0,k=0,z=L.GetFixtureList(… 311 …A.x*M.dt,this.A.y*M.dt);for(var L=this.m_bodyList;L;L=L.nextBody){var I=L.body;I.IsAwake()&&I.SetL… 312 …body;L.IsAwake()&&L.ApplyForce(this.F,L.GetWorldCenter())}};p.b2Controller=function(){};p.prototyp… 314 …pe.Clear=function(){for(;this.m_bodyList;)this.RemoveBody(this.m_bodyList.body)};p.prototype.GetNe… 315 ….m_bodyList;M;M=M.nextBody){L=M.body;I=L.GetWorldCenter();W=L.GetMass();for(Y=this.m_bodyList;Y!=M… 316 ….m_bodyList;M;M=M.nextBody){L=M.body;I=L.GetWorldCenter();W=L.GetMass();for(Y=this.m_bodyList;Y!=M… 318 for(var L=this.m_bodyList;L;L=L.nextBody){var I=L.body;if(I.IsAwake()){var W=I.GetWorldVector(G.Mul… 527 var body = world.CreateBody(bd); 528 body.CreateFixture(fd);
|
D | earley-boyer.js | 92 function sc_withHandlerLambda(handler, body) { argument 94 return body();
|