Searched refs:BODY (Results 1 - 25 of 34) sorted by relevance

12

/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/deqp/framework/common/
H A DtcuInterval.hpp195 #define TCU_SET_INTERVAL(DST, VAR, BODY) \
196 TCU_SET_INTERVAL_BOUNDS(DST, VAR, BODY, BODY)
198 //! Set the interval DST to the image of BODY on ARG, assuming that BODY on
199 //! ARG is a monotone function. In practice, BODY is evaluated on both the
201 //! results. While evaluating BODY, PARAM is bound to the bound of ARG, and
202 //! the output of BODY should be stored in VAR.
203 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \
216 BODY; \
[all...]
/external/iproute2/genl/
H A Dgenl.c35 static void *BODY; variable
70 dlh = BODY;
72 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::__anon16726
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::__anon16728
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::__anon16720
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::__anon16721
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::__anon16722
1136 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator in enum:clang::ForStmt::__anon16723
[all...]
/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/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
H A DHTMLDocument.java33 super.add (m_body = IElement.Factory.create (Tag.BODY));
/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/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DOutput.pm234 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000">
251 </BODY>
/external/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm234 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000">
251 </BODY>
/external/zlib/src/examples/
H A Dgzlog.c337 #define BODY sizeof(log_gzbody) macro
839 write(log->fd, log_gzbody, BODY) != BODY) {
/external/deqp/modules/gles2/functional/
H A Des2fTextureWrapTests.cpp281 #define FOR_EACH(ITERATOR, ARRAY, BODY) \
283 BODY
H A Des2fTextureFilteringTests.cpp695 #define FOR_EACH(ITERATOR, ARRAY, BODY) \
697 BODY
H A Des2fVertexTextureTests.cpp1084 #define FOR_EACH(ITERATOR, ARRAY, BODY) \
1086 BODY
H A Des2fNegativeTextureApiTests.cpp63 #define FOR_CUBE_FACES(FACE_GL_VAR, BODY) \
69 BODY \
/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp536 #define FOR_EACH(ITERATOR, ARRAY, BODY) \
538 BODY
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp95 #define GLSL(VERSION, BODY) ("#version " #VERSION "\n" #BODY "\n")
H A Des3fTextureWrapTests.cpp390 #define FOR_EACH(ITERATOR, ARRAY, BODY) \
392 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/clang/lib/AST/
H A DStmt.cpp713 SubExprs[BODY] = Body;
798 SubExprs[BODY] = Body;
860 SubExprs[BODY] = Body;
887 SubExprs[BODY] = nullptr;
920 SubExprs[BODY] = body;
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp710 #define FOR_EACH(ITERATOR, ARRAY, BODY) \
712 BODY
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp724 #define FOR_EACH(ITERATOR, ARRAY, BODY) \
726 BODY
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp86 #define GLSL100_SRC(BODY) ("#version 100\n" #BODY "\n")

Completed in 825 milliseconds

12