/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed_iframe.css | 7 body {
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
scenes.js | 17 var body = {}; 18 body.shape = 'box'; 19 body.position = {}; 20 body.position.x = Math.random() * 30 - 15; 21 body.position.y = Math.random() * 50 + 10; 22 body.position.z = Math.random() * zwidth - (zwidth/2); 23 body.rotation = {}; 24 body.rotation.x = ( Math.random() * 360 ) * Math.PI / 180; 25 body.rotation.y = ( Math.random() * 360 ) * Math.PI / 180; 26 body.rotation.z = ( Math.random() * 360 ) * Math.PI / 180 [all...] |
/frameworks/base/sax/java/android/sax/ |
EndTextElementListener.java | 25 * Invoked at the end of a text element with the body of the element. 27 * @param body of the element 29 void end(String body);
|
/external/smack/src/com/kenai/jbosh/ |
BOSHMessageEvent.java | 36 private final AbstractBody body; field in class:BOSHMessageEvent 42 * @param cBody message body 50 "message body may not be null")); 52 body = cBody; 60 * @param body message body 65 final AbstractBody body) { 66 return new BOSHMessageEvent(source, body); 74 * @param body message body [all...] |
HTTPSender.java | 20 * Interface used to represent code which can send a BOSH XML body over 46 * for the response, and then return the response body. 49 * @param body request body to send 52 HTTPResponse send(CMSessionParams params, AbstractBody body);
|
/external/okhttp/src/test/java/com/squareup/okhttp/ |
RequestTest.java | 30 Request.Body body = Request.Body.create(contentType, "abc".getBytes(Util.UTF_8)); local 31 assertEquals(contentType, body.contentType()); 32 assertEquals(3, body.contentLength()); 33 assertEquals("616263", bodyToHex(body)); 34 assertEquals("Retransmit body", "616263", bodyToHex(body)); 39 Request.Body body = Request.Body.create(contentType, "\u0800") local 47 Request.Body body = Request.Body.create(contentType, "\\u0800"); local 55 Request.Body body = Request.Body.create(contentType, "abc".getBytes(Util.UTF_8)); local 69 Request.Body body = Request.Body.create(contentType, file); local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/ |
popup.css | 7 body {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
uber_shared.css | 5 body.uber-frame { 10 html[dir='rtl'] body.uber-frame { 18 body.uber-frame #extension-settings.page, 19 body.uber-frame #mainview-content .page, 20 body.uber-frame .subpage-sheet-container .page, 21 body.uber-frame > .page { 28 body.uber-frame header { 47 html[dir='rtl'] body.uber-frame header { 52 body.uber-frame header > .search-field-container, 53 body.uber-frame header > .header-extras [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
UnstructuredField.java | 34 protected UnstructuredField(String name, String body, String raw, String value) {
35 super(name, body, raw);
44 public Field parse(final String name, final String body, final String raw) {
45 final String value = DecoderUtil.decodeEncodedWords(body);
46 return new UnstructuredField(name, body, raw, value);
|
FieldParser.java | 20 Field parse(final String name, final String body, final String raw);
|
Field.java | 60 private final String body;
field in class:Field 63 protected Field(final String name, final String body, final String raw) {
65 this.body = body;
101 String body = unfolded.substring(fieldMatcher.end());
local 102 if (body.length() > 0 && body.charAt(0) == ' ') {
103 body = body.substring(1);
106 return parser.parse(name, body, raw); [all...] |
DateTimeField.java | 38 protected DateTimeField(String name, String body, String raw, Date date, ParseException parseException) {
39 super(name, body, raw);
55 public Field parse(final String name, String body, final String raw) {
59 body = LogUtils.cleanUpMimeDate(body);
62 date = DateTime.parse(body).getDate();
66 log.debug("Parsing value '" + body + "': "+ e.getMessage());
70 return new DateTimeField(name, body, raw, date, parseException);
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/ |
T.g | 23 : m='method' ID '(' ')' body 27 body 29 // decls is on body's local variable stack but is visible to 30 // any rule that body calls such as stat. From other rules 31 // it is referenced as $body::decls 32 // From within rule body, you can use $decls shorthand 36 $body::decls = []; 41 foreach my $id ($body::decls) { 47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
mostvisited_tablet.css | 6 body[device='tablet'] .main-section { 10 body[device='tablet'] .main-section.selected { 16 body[device='tablet'] .main-section.selected#most_visited_container { 20 body[device='tablet'] #most_visited_container { 24 body[device='tablet'] #recently_closed_container { 29 body[device='tablet'] .box-spacer { 33 body[device='tablet'] #most_visited_list { 38 body[device='tablet'] #most_visited_container { 42 body[device='tablet'] #most_visited_list { 46 body[device='tablet'] .thumbnail-cell [all...] |
opentabs_tablet.css | 5 body[device='tablet'] #open_tabs_container { 9 body[device='tablet'] #open_tabs_container .page-list>div { 17 body[device='tablet'] #open_tabs_container .page-list>div { 22 body[device='tablet'] .session-children-container>div:last-child { 26 body[device='tablet'] #open_tabs_container .session-header .list-item { 34 body[device='tablet'] #open_tabs_container .list-item { 40 body[device='tablet'] #open_tabs_container .list-item-active, 41 body[device='tablet'] #open_tabs_container .session-header 47 body[device='tablet'] .session-name { 54 body[device='tablet'] .session-last-synced [all...] |
/external/jmonkeyengine/engine/src/bullet-native/ |
com_jme3_bullet_objects_PhysicsRigidBody.cpp | 56 btRigidBody* body = new btRigidBody(mass, motionState, shape, localInertia); local 57 body->setUserPointer(NULL); 58 return reinterpret_cast<jlong>(body); 68 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 69 if (body == NULL) { 74 return body->isInWorld(); 84 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 85 if (body == NULL) { 90 // if (body->isStaticOrKinematicObject() || !body->isInWorld() 109 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 134 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 159 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 175 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 191 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 207 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 229 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 245 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 261 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 277 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 293 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 309 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 329 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 349 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 365 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 383 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 399 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 415 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 431 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 447 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 463 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 479 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 495 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 511 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 527 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 545 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 561 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 579 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 599 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 617 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 635 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 655 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 673 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 689 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 706 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 722 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 738 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 754 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 770 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 786 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 802 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 818 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local 834 btRigidBody* body = reinterpret_cast<btRigidBody*>(bodyId); local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/ |
contentscript.js | 8 // Test the text of the body element against our regular expression. 9 if (regex.test(document.body.innerText)) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/ |
contentscript.js | 8 // Test the text of the body element against our regular expression. 9 if (regex.test(document.body.innerText)) {
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
googleinit.h | 73 #define REGISTER_MODULE_INITIALIZER(name, body) \ 75 static void google_init_module_##name () { body; } \ 80 #define REGISTER_MODULE_DESTRUCTOR(name, body) \ 82 static void google_destruct_module_##name () { body; } \
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
googleinit.h | 58 #define REGISTER_MODULE_INITIALIZER(name, body) \ 60 static void google_init_module_##name () { body; } \ 65 #define REGISTER_MODULE_DESTRUCTOR(name, body) \ 67 static void google_destruct_module_##name () { body; } \
|
/libcore/support/src/test/java/tests/http/ |
MockResponse.java | 37 private byte[] body = EMPTY_BODY; field in class:MockResponse 92 return body; 95 public MockResponse setBody(byte[] body) { 96 if (this.body == EMPTY_BODY) { 99 this.headers.add("Content-Length: " + body.length); 100 this.body = body; 104 public MockResponse setBody(String body) { 106 return setBody(body.getBytes(ASCII)); 112 public MockResponse setChunkedBody(byte[] body, int maxChunkSize) throws IOException [all...] |
RecordedRequest.java | 29 private final byte[] body; field in class:RecordedRequest 33 int bodySize, byte[] body, int sequenceNumber) { 38 this.body = body; 51 * Returns the sizes of the chunks of this request's body, or an empty list 52 * if the request's body was empty or unchunked. 59 * Returns the total size of the body of this POST request (before 67 * Returns the body of this POST request. This may be truncated. 70 return body;
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_title.css | 4 body {
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/resources/ |
script-error.js | 1 var test = document.body;
|
/external/oauth/core/src/main/java/net/oauth/http/ |
HttpMessageDecoder.java | 34 * @return a decorator that decodes the body of the given message; or the 71 InputStream body = in.getBody(); local 72 if (body != null) { 74 body = new GZIPInputStream(body); 76 body = new InflaterInputStream(body); 81 this.body = body;
|