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

1 2 3

  /external/iproute2/tc/
tc_exec.c 22 static void *BODY = NULL;
56 dlh = BODY;
58 dlh = BODY = dlopen(NULL, RTLD_LAZY);
tc.c 51 static void *BODY = NULL; /* cached handle dlopen(NULL) */
135 dlh = BODY;
137 dlh = BODY = dlopen(NULL, RTLD_LAZY);
188 dlh = BODY;
190 dlh = BODY = dlopen(NULL, RTLD_LAZY);
  /external/valgrind/memcheck/tests/
recursive-merge.c 7 #define BODY(f) \
25 BODY("a")
28 BODY("b")
31 BODY("c");
34 BODY("d");
43 BODY("test ")
  /external/iproute2/genl/
genl.c 35 static void *BODY;
70 dlh = BODY;
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
  /external/toolchain-utils/deprecated/
sheriff_rotation.py 28 BODY = ('Please see instructions here: '
81 self.BODY,
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
FetchProfile.java 27 * Message: Indicates that the body of the entire message should be fetched.
28 * Synonymous with FetchProfile.Item.BODY.
53 * not capable of this operation it should specifically set the body of the message to null so
54 * that upper levels can detect that a full body download is needed.
65 BODY,
  /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,
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/sms/
SmsTest.java 42 public final static String BODY = "test sms";
47 * Verify that an SMS has been received with the correct number and body
55 String body = c.getString(c.getColumnIndexOrThrow("body")); local
60 assertEquals(BODY, body);
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
MainActivity.java 84 SmsQuery.PROJECTION[SmsQuery.ADDRESS], SmsQuery.PROJECTION[SmsQuery.BODY] };
204 Inbox.BODY,
211 int BODY = 2;
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 24 public static final Tag BODY = new TagImpl ("BODY");
  /external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
HttpLoggingInterceptor.java 55 * --> POST /greeting HTTP/1.1 (3-byte body)
57 * <-- HTTP/1.1 200 OK (22ms, 6-byte body)
100 BODY
145 boolean logBody = level == Level.BODY;
148 RequestBody requestBody = request.body();
156 requestStartMessage += " (" + requestBody.contentLength() + "-byte body)";
162 // Request body headers are only present when installed as a network interceptor. Force
175 // Skip headers from the request body as they are explicitly logged above.
184 logger.log("--> END " + request.method() + " (encoded body omitted)");
199 + " (" + requestBody.contentLength() + "-byte body)");
    [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/clang/include/clang/AST/
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...]
StmtCXX.h 130 enum { RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END };
141 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
162 Stmt *getBody() { return SubExprs[BODY]; }
182 const Stmt *getBody() const { return SubExprs[BODY]; }
191 void setBody(Stmt *S) { SubExprs[BODY] = S; }
200 return SubExprs[BODY]->getLocEnd();
296 /// \brief Represents the body of a coroutine. This wraps the normal function
297 /// body and holds the additional semantic context required to set up and tear
301 Body, ///< The body of the coroutine
    [all...]
Stmt.h 552 Stmt** Body;
563 : Stmt(CompoundStmtClass), Body(nullptr), LBraceLoc(Loc), RBraceLoc(Loc) {
569 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
581 body_range body() { return body_range(body_begin(), body_end()); } function in class:clang::CompoundStmt
582 body_iterator body_begin() { return Body; }
583 body_iterator body_end() { return Body + size(); }
584 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
585 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
589 Body[size()-1] = S;
595 body_const_range body() const function in class:clang::CompoundStmt
    [all...]
  /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...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 121 * Represents the OBEX BODY header.
123 * The value of <code>BODY</code> is 0x48 (72).
125 public static final int BODY = 0x48;
128 * Represents the OBEX End of BODY header.
130 * The value of <code>BODY</code> is 0x49 (73).
  /external/zlib/src/examples/
gzlog.c 337 #define BODY sizeof(log_gzbody)
    [all...]
  /packages/apps/Email/provider_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)]";
38 public static final String BODY = "BODY";
39 public static final String BODY_BRACKET_HEADER = "BODY[HEADER";
  /external/iproute2/ip/
iplink.c 115 static void *BODY; /* cached dlopen(NULL) handle */
133 dlh = BODY;
135 dlh = BODY = dlopen(NULL, RTLD_LAZY);
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 25 public static final String FETCH_FIELD_BODY_PEEK_BARE = "BODY.PEEK";
28 String.format(Locale.US, "BODY.PEEK[]<0.%d>", ImapStore.FETCH_BODY_SANE_SUGGESTED_SIZE);
30 "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";
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 485 * If this is empty, then it must be text and part of the message body.
496 * refer directly to the data in the body part.
547 * Message body. Used by Instant Messaging
551 public static final String BODY = "body";
    [all...]
  /frameworks/base/telephony/java/android/telephony/
Telephony.java 211 * The body of the message.
214 public static final String BODY = "body";
334 * @param body the body of the message
343 Uri uri, String address, String body, String subject,
346 resolver, uri, address, body, subject, date, read, deliveryReport, -1L);
355 * @param body the body of the message
365 Uri uri, String address, String body, String subject
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 86 import com.android.emailcommon.provider.EmailContent.Body;
281 private static final int BODY = BODY_BASE;
305 array.put(BODY_BASE >> BASE_SHIFT, Body.TABLE_NAME);
335 "select " + BodyColumns.MESSAGE_KEY + " from " + Body.TABLE_NAME +
338 private static final String DELETE_ORPHAN_BODIES = "delete from " + Body.TABLE_NAME +
341 private static final String DELETE_BODY = "delete from " + Body.TABLE_NAME +
636 // body database is already attached to the email database and any attempt to use the
637 // body database directly will result in a SQLiteException (the database is locked)
685 // Handle lost Body records here, since this cannot be done in a trigger
3074 Body body = Body.restoreBodyWithMessageId(context, messageId); local
    [all...]
  /prebuilts/misc/common/robolectric/lib/
nekohtml-1.9.6.2.jar 

Completed in 486 milliseconds

1 2 3