Searched defs:BODY (Results 1 - 16 of 16) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Drecursive-merge.c7 #define BODY(f) \ macro
25 BODY("a")
28 BODY("b")
31 BODY("c");
34 BODY("d");
43 BODY("test ")
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_framer.h71 enum MessageElement { HEADER, BODY }; enumerator in enum:extensions::core_api::cast_channel::MessageFramer::MessageElement
/external/iproute2/genl/
H A Dgenl.c35 static void *BODY; variable
70 dlh = BODY;
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java218 ParameterStyle style = (ps == null) ? ParameterStyle.BODY : Enum
268 if (style == ParameterStyle.BODY && !(isPost && body == null)) {
278 case BODY: {
340 AUTHORIZATION_HEADER, BODY, QUERY_STRING; enum constant in enum:OAuthClient.ParameterStyle
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DTag.java24 public static final Tag BODY = new TagImpl ("BODY"); field in class:Tag
/external/iproute2/tc/
H A Dtc.c43 static void *BODY = NULL; /* cached handle dlopen(NULL) */ variable
127 dlh = BODY;
129 dlh = BODY = dlopen(NULL, RTLD_LAZY);
180 dlh = BODY;
182 dlh = BODY = dlopen(NULL, RTLD_LAZY);
/external/clang/include/clang/AST/
H A DStmtCXX.h129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon17527
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();
H A DStmtObjC.h25 enum { ELEM, COLLECTION, BODY, END_EXPR }; enumerator in enum:clang::ObjCForCollectionStmt::__anon17529
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();
H A DStmt.h937 enum { VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::SwitchStmt::__anon17521
973 const Stmt *getBody() const { return SubExprs[BODY]; }
978 Stmt *getBody() { return SubExprs[BODY]; }
979 void setBody(Stmt *S) { SubExprs[BODY] = S; }
989 SubExprs[BODY] = S;
1013 return SubExprs[BODY]->getLocEnd();
1030 enum { VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::WhileStmt::__anon17522
1060 Stmt *getBody() { return SubExprs[BODY]; }
1061 const Stmt *getBody() const { return SubExprs[BODY]; }
1062 void setBody(Stmt *S) { SubExprs[BODY]
1085 enum { BODY, COND, END_EXPR }; enumerator in enum:clang::DoStmt::__anon17523
1136 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator in enum:clang::ForStmt::__anon17524
[all...]
/external/zlib/src/examples/
H A Dgzlog.c337 #define BODY sizeof(log_gzbody) macro
839 write(log->fd, log_gzbody, BODY) != BODY) {
/external/iproute2/ip/
H A Diplink.c100 static void *BODY; /* cached dlopen(NULL) handle */ variable
117 dlh = BODY;
119 dlh = BODY = dlopen(NULL, RTLD_LAZY);
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 639 milliseconds