Searched defs:body (Results 1 - 4 of 4) sorted by relevance

/build/make/tools/droiddoc/templates-pdk/
H A Dhead_tag.cs43 html,body{overflow:auto;} property
44 #body-content{position:relative; top:0;}
/build/tools/droiddoc/templates-pdk/
H A Dhead_tag.cs43 html,body{overflow:auto;} property
44 #body-content{position:relative; top:0;}
/build/make/tools/ijar/
H A Dclassfile.cc1749 // We have to write the body out before the header in order to reference
1751 u1 *body = new u1[length]; local
1752 u1 *q = body;
1754 u4 body_length = q - body;
1757 put_n(p, body, body_length);
1758 delete[] body;
/build/tools/ijar/
H A Dclassfile.cc1749 // We have to write the body out before the header in order to reference
1751 u1 *body = new u1[length]; local
1752 u1 *q = body;
1754 u4 body_length = q - body;
1757 put_n(p, body, body_length);
1758 delete[] body;

Completed in 1164 milliseconds