HomeSort by relevance Sort by last modified time
    Searched refs:BODY (Results 1 - 25 of 53) sorted by null

1 2 3

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
FetchProfile.java 26 * Message: Indicates that the body of the entire message should be fetched.
27 * Synonymous with FetchProfile.Item.BODY.
56 * capable of this operation it should specifically set the body of the message to null
57 * so that upper levels can detect that a full body download is needed.
70 BODY,
  /external/clang/test/CodeGen/
2007-03-05-DataLayout.c 9 #define BODY 01
26 } body; variable in typeref:struct:bnode
43 tmp = (bodyptr)malloc(sizeof(body));
45 Type(tmp) = BODY;
  /external/iproute2/genl/
genl.c 35 static void *BODY;
70 dlh = BODY;
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigset.h 109 # define __SIGSETFN(NAME, BODY, CONST) \
115 return BODY; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigset.h 109 # define __SIGSETFN(NAME, BODY, CONST) \
115 return BODY; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigset.h 109 # define __SIGSETFN(NAME, BODY, CONST) \
115 return BODY; \
  /external/clang/include/clang/AST/
StmtCXX.h 130 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END };
139 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
158 Stmt *getBody() { return SubExprs[BODY]; }
175 const Stmt *getBody() const { return SubExprs[BODY]; }
183 void setBody(Stmt *S) { SubExprs[BODY] = S; }
194 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd());
StmtObjC.h 25 enum { ELEM, COLLECTION, BODY, END_EXPR };
30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
39 Stmt *getBody() { return SubExprs[BODY]; }
45 const Stmt *getBody() const { return SubExprs[BODY]; }
51 void setBody(Stmt *S) { SubExprs[BODY] = S; }
59 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd());
76 Stmt *Body;
84 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
89 const Stmt *getCatchBody() const { return Body; }
90 Stmt *getCatchBody() { return Body; }
    [all...]
Stmt.h 549 Stmt** Body;
557 : Stmt(CompoundStmtClass), Body(0), LBracLoc(Loc), RBracLoc(Loc) {
563 : Stmt(CompoundStmtClass, Empty), Body(0) {
573 body_iterator body_begin() { return Body; }
574 body_iterator body_end() { return Body + size(); }
575 Stmt *body_back() { return !body_empty() ? Body[size()-1] : 0; }
579 Body[size()-1] = S;
583 const_body_iterator body_begin() const { return Body; }
584 const_body_iterator body_end() const { return Body + size(); }
585 const Stmt *body_back() const { return !body_empty() ? Body[size()-1] : 0;
    [all...]
  /external/iproute2/tc/
tc.c 43 static void *BODY = NULL; /* cached handle dlopen(NULL) */
127 dlh = BODY;
129 dlh = BODY = dlopen(NULL, RTLD_LAZY);
180 dlh = BODY;
182 dlh = BODY = dlopen(NULL, RTLD_LAZY);
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 76 private static final String BODY = "This is the body. This is also the body.";
198 * Body = empty (and has cursor)
203 final Message message = buildTestMessage(RECIPIENT_TO, SENDER, SUBJECT, BODY);
240 * Body = empty (and has cursor)
246 final Message message = buildTestMessage(RECIPIENT_TO, SENDER, SUBJECT, BODY);
290 final Message message = buildTestMessage(RECIPIENT_TO, SENDER, SUBJECT, BODY);
322 final Message message = buildTestMessage(RECIPIENT_TO, SENDER, SUBJECT, BODY);
412 * Body = empt
    [all...]
  /frameworks/base/core/java/android/net/
MailTo.java 40 static private final String BODY = "body";
136 * Retrieve the body line from the parsed mailto URL.
137 * If no body line was specified, then null is return
138 * @return body or null
141 return mHeaders.get(BODY);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 24 public static final Tag BODY = new TagImpl ("BODY");
HTMLDocument.java 33 super.add (m_body = IElement.Factory.create (Tag.BODY));
96 * Overridden to ensure header/footer appear first/last in the body.
107 * Overridden to add to the doc body.
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 48 * can get a body or parameters but not both. Calling a getParameter method will
49 * read and close the body (like readBodyAsString), so you can't read it later.
50 * If you read or close the body first, then getParameter can't read it. The
218 ParameterStyle style = (ps == null) ? ParameterStyle.BODY : Enum
267 InputStream body = request.getBodyAsStream(); local
268 if (style == ParameterStyle.BODY && !(isPost && body == null)) {
278 case BODY: {
284 body = new ByteArrayInputStream(form);
300 if (isPost && body == null)
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 24 public static final String FETCH_FIELD_BODY_PEEK_BARE = "BODY.PEEK";
27 = String.format("BODY.PEEK[]<0.%d>", Store.FETCH_BODY_SANE_SUGGESTED_SIZE);
29 "BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc message-id)]";
35 public static final String BODY = "BODY";
36 public static final String BODY_BRACKET_HEADER = "BODY[HEADER";
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 254 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
263 switch (GET_MODE(body)) \
286 switch (GET_MODE(body)) \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 254 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
263 switch (GET_MODE(body)) \
286 switch (GET_MODE(body)) \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 254 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
263 switch (GET_MODE(body)) \
286 switch (GET_MODE(body)) \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 254 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
263 switch (GET_MODE(body)) \
286 switch (GET_MODE(body)) \
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 208 values.put(Inbox.BODY, sms.getMessageBody());
239 values.put(Inbox.BODY, sms.getDisplayMessageBody());
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 91 Sms.BODY, //3
362 ", body: " + sms.getMessageBody());
459 // There is only one part, so grab the body directly.
460 values.put(Inbox.BODY, replaceFormFeeds(sms.getDisplayMessageBody()));
462 // Build up the body from the parts.
463 StringBuilder body = new StringBuilder(); local
467 body.append(sms.getDisplayMessageBody());
470 values.put(Inbox.BODY, replaceFormFeeds(body.toString()));
520 // There is only one part, so grab the body directly
524 StringBuilder body = new StringBuilder(); local
    [all...]
  /external/icu4c/test/perf/perldriver/
Output.pm 212 body { font-size: 10pt; font-family: sans-serif }
234 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000">
251 </BODY>
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLDocument05.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
78 The body attribute is the element that contains the content for the
81 Retrieve the body attribute and examine its value for the id attribute.
101 vbody = doc.body;
105 assertEquals("idLink","TEST-BODY",vid);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLDocument05.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
78 The body attribute is the element that contains the content for the
81 Retrieve the body attribute and examine its value for the id attribute.
101 vbody = doc.body;
105 assertEquals("idLink","TEST-BODY",vid);

Completed in 833 milliseconds

1 2 3