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

1 2 3

  /packages/apps/UnifiedEmail/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/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 129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END };
138 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
157 Stmt *getBody() { return SubExprs[BODY]; }
174 const Stmt *getBody() const { return SubExprs[BODY]; }
182 void setBody(Stmt *S) { SubExprs[BODY] = S; }
194 return 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; }
60 return SubExprs[BODY]->getLocEnd();
77 Stmt *Body;
85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
90 const Stmt *getCatchBody() const { return Body; }
91 Stmt *getCatchBody() { return Body; }
    [all...]
Stmt.h 542 Stmt** Body;
550 : Stmt(CompoundStmtClass), Body(0), LBracLoc(Loc), RBracLoc(Loc) {
556 : Stmt(CompoundStmtClass, Empty), Body(0) {
566 body_iterator body_begin() { return Body; }
567 body_iterator body_end() { return Body + size(); }
568 Stmt *body_back() { return !body_empty() ? Body[size()-1] : 0; }
572 Body[size()-1] = S;
576 const_body_iterator body_begin() const { return Body; }
577 const_body_iterator body_end() const { return Body + size(); }
578 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 75 private static final String BODY = "This is the body. This is also the body.";
197 * Body = empty (and has cursor)
202 final Message message = buildTestMessage(RECIPIENT_TO, SENDER, SUBJECT, BODY);
239 * Body = empty (and has cursor)
245 final Message message = buildTestMessage(RECIPIENT_TO, SENDER, SUBJECT, BODY);
289 final Message message = buildTestMessage(RECIPIENT_TO, SENDER, SUBJECT, BODY);
321 final Message message = buildTestMessage(RECIPIENT_TO, SENDER, SUBJECT, BODY);
411 * Body = empt
    [all...]
  /frameworks/base/core/java/android/net/
MailTo.java 41 static private final String BODY = "body";
137 * Retrieve the body line from the parsed mailto URL.
138 * If no body line was specified, then null is return
139 * @return body or null
142 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 26 public static final String FETCH_FIELD_BODY_PEEK_BARE = "BODY.PEEK";
29 = String.format(Locale.US, "BODY.PEEK[]<0.%d>", Store.FETCH_BODY_SANE_SUGGESTED_SIZE);
31 "BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc message-id)]";
37 public static final String BODY = "BODY";
38 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 94 Sms.BODY, //3
380 ", body: " + sms.getMessageBody());
495 // There is only one part, so grab the body directly.
496 values.put(Inbox.BODY, replaceFormFeeds(sms.getDisplayMessageBody()));
498 // Build up the body from the parts.
499 StringBuilder body = new StringBuilder(); local
503 body.append(sms.getDisplayMessageBody());
506 values.put(Inbox.BODY, replaceFormFeeds(body.toString()));
556 // There is only one part, so grab the body directly
560 StringBuilder body = new StringBuilder(); local
    [all...]
  /external/chromium_org/chrome/test/functional/gtalk/
jsutils.js 32 * The body element of the given window.
34 $BODY = function(opt_window) {
35 return (opt_window || window).document.body;
  /external/chromium_org/third_party/icu/source/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/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/zlib/src/examples/
gzlog.c 337 #define BODY sizeof(log_gzbody)
    [all...]

Completed in 932 milliseconds

1 2 3