HomeSort by relevance Sort by last modified time
    Searched refs:body (Results 301 - 325 of 3245) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodelookupnamespaceuri10.js 33 // raised when entering the body of the test.
69 // body of the test to be executed.
101 parent = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body");
nodelookupprefix13.js 33 // raised when entering the body of the test.
69 // body of the test to be executed.
103 bodyList = doc.getElementsByTagName("body");
nodelookupprefix14.js 33 // raised when entering the body of the test.
69 // body of the test to be executed.
103 bodyList = doc.getElementsByTagName("body");
nodelookupprefix15.js 33 // raised when entering the body of the test.
69 // body of the test to be executed.
104 bodyList = doc.getElementsByTagName("body");
nodereplacechild30.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
111 newElement = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:body");
131 assertEquals("nodereplacechild30_2","xhtml:body",nodeName);
  /libcore/luni/src/main/java/libcore/net/http/
HttpResponseCache.java 112 InputStream body = newBodyInputStream(snapshot); local
114 ? entry.newSecureCacheResponse(body)
115 : entry.newCacheResponse(body);
119 * Returns an input stream that reads the body of a snapshot, closing the
248 private OutputStream body;
253 this.body = new FilterOutputStream(cacheOut) {
284 return body;
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 153 DBusString body; member in struct:__anon5192
174 if (!_dbus_string_init (&block->body))
182 !_dbus_string_insert_bytes (&block->body, 0, initial_offset,
185 !_dbus_string_append (&block->body, FENCE_BYTES_STR))
188 _dbus_string_free (&block->body);
203 state->saved_body_len = _dbus_string_get_length (&block->body) - N_FENCE_BYTES;
213 _dbus_string_delete (&block->body,
215 _dbus_string_get_length (&block->body) - state->saved_body_len - N_FENCE_BYTES);
235 if (!_dbus_string_ends_with_c_str (&block->body,
240 offset = _dbus_string_get_length (&block->body) - N_FENCE_BYTES - 8
    [all...]
  /external/v8/src/
prettyprinter.cc 153 Visit(node->body());
165 Visit(node->body());
185 Visit(node->body());
196 Visit(node->body());
428 program->body()->at(0)->AsExpressionStatement();
436 PrintStatements(program->body());
577 PrintStatements(function->body());
694 PrintStatements(program->body());
828 PrintIndentedVisit("BODY", node->body());
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 133 String body = extras.getString(NotesDbAdapter.KEY_BODY); local
134 mDbHelper.createNote(title, body);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 133 String body = extras.getString(NotesDbAdapter.KEY_BODY); local
134 mDbHelper.createNote(title, body);
  /external/bzip2/
bzip.css 16 body { font: 80%/126% sans-serif; }
  /external/chromium/base/
mach_ipc_mac.h 168 return storage_->body.msgh_descriptor_count;
218 mach_msg_body_t body; member in struct:base::MachMessage::MachMessageData
  /external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.cc 149 std::string body = base::StringPrintf("Error=%s\n" local
162 body);
  /external/flac/libFLAC/
ogg_encoder_aspect.c 199 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
207 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
  /external/libvpx/examples/includes/geshi/contrib/
example.php 115 body {
159 <body>
216 </body>
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 172 String body = lexer.getLine().trim(); local
176 retval.setValue(body);
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 40 * from OAuth WWW-Authenticate headers and the body. The header parameters
41 * come first, followed by the ones from the response body.
128 if (body != null) {
129 response.append(new String(((ExcerptInputStream) body)
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpMethodResponse.java 48 * from OAuth WWW-Authenticate headers and the body. The header parameters
49 * come first, followed by the ones from the response body.
130 if (body != null) {
131 response.append(new String(((ExcerptInputStream) body).getExcerpt(),
  /external/srtp/test/
rtp.c 31 strncpy(sender->message.body, msg, len);
96 strncpy(msg, receiver->message.body, octets_recvd);
  /external/v8/test/mjsunit/
debug-references.js 60 assertTrue(response.body instanceof Array);
62 assertEquals(count, response.body.length);
64 assertTrue(response.body.length > 0);
90 var handle = response.body.handle;
debug-scripts-request.js 82 assertEquals(2, response.body.length);
83 var script = response.body[0];
88 assertEquals(1, response.body.length);
89 assertEquals(script.id, response.body[0].id);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetelementsbytagnametotallength.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
100 expectedNames[7] = "body";
144 svgExpectedNames[6] = "body";
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetelementsbytagnametotallength.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
100 expectedNames[7] = "body";
144 svgExpectedNames[6] = "body";
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 41 document.body.appendChild(iframe);
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch.js 9 document.body.appendChild(box);

Completed in 1059 milliseconds

<<11121314151617181920>>