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

<<11121314151617181920>>

  /external/webkit/Tools/DumpRenderTree/chromium/
NotificationPresenter.cpp 103 notification.body().isEmpty() ? "" :
104 notification.body().utf8().data());
  /libcore/luni/src/main/native/
libcore_net_RawSocket.cpp 160 ScopedByteArrayRW body(env, packet);
161 jbyte* packetData = body.get();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeMessage.java 20 import com.android.emailcommon.mail.Body;
67 private Body mBody;
364 public Body getBody() throws MessagingException {
369 public void setBody(Body body) throws MessagingException {
370 this.mBody = body;
371 if (body instanceof Multipart) {
372 Multipart multipart = ((Multipart)body);
377 else if (body instanceof TextBody) {
481 * Write message header and body to output strea
567 public void body(BodyDescriptor bd, InputStream in) throws IOException { method in class:MimeMessage.MimeMessageBuilder
569 Body body = MimeUtility.decodeBody(in, bd.getTransferEncoding()); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 48 public ApplicationAttributesPart(Composite body, FormToolkit toolkit, ManifestEditor editor,
50 super(body, toolkit, editor, applicationUiNode,
OverviewLinksPart.java 41 public OverviewLinksPart(Composite body, FormToolkit toolkit, ManifestEditor editor) {
42 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 52 public UiElementPart(Composite body, FormToolkit toolkit, ManifestEditor editor,
55 super(body, toolkit, extra_style, sectionDescription != null);
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.h 90 const string16& body,
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 230 * @param {*} body Request body.
233 sendRequest: function(method, url, headers, body, callback) {
248 xhr.send(body);
273 * @param {*} body Post body.
277 postFeed: function(url, headers, body, callback) {
279 return this.sendRequest('POST', url, headers, body, function(xhr) {
  /external/dbus/dbus/
dbus-message-internal.h 37 const DBusString **body);
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 291 CtMethod body; local
322 body = trapStaticMethod;
324 body = trapMethod;
329 body, ConstParameter.integer(identifier),
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 117 | Ast.For (var_name, start, end_, step, body) ->
145 (* Emit the body of the loop. This, like any other expr, can change the
146 * current BB. Note that we ignore the value computed by the body, but
148 ignore (codegen_expr body);
199 * has a body, don't allow redefinition or reextern. *)
201 (* If 'f' already has a body, reject this. *)
220 | Ast.Function (proto, body) ->
237 let ret_val = codegen_expr body in
  /external/mesa3d/src/glsl/
ir_basic_block.cpp 115 * and the body of main(). Perhaps those instructions ought
123 call_for_basic_blocks(&ir_sig->body, callback, data);
  /external/webkit/LayoutTests/dom/html/level1/core/
documentgetdoctypenodtd.js 33 // raised when entering the body of the test.
69 // body of the test to be executed.
hc_attrgetvalue1.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_attrhaschildnodes.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_characterdatagetdata.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_documentgetelementsbytagnamelength.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_documentgetimplementation.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_documentgetrootnode.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_elementgetattributenode.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_elementgetelementsbytagname.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_elementgetelementsbytagnamenomatch.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_elementgettagname.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_elementremoveattributenode.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
hc_elementretrieveattrvalue.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.

Completed in 1209 milliseconds

<<11121314151617181920>>