Home
last modified time | relevance | path

Searched refs:BODY (Results 1 – 25 of 102) sorted by relevance

12345

/external/valgrind/memcheck/tests/
Drecursive-merge.c7 #define BODY(f) \ macro
25 BODY("a")
28 BODY("b")
31 BODY("c");
34 BODY("d");
43 BODY("test ") in doit()
/external/deqp/framework/common/
DtcuInterval.hpp195 #define TCU_SET_INTERVAL(DST, VAR, BODY) \ argument
196 TCU_SET_INTERVAL_BOUNDS(DST, VAR, BODY, BODY)
203 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \ argument
216 BODY; \
221 BODY; \
229 #define TCU_INTERVAL_APPLY_MONOTONE2(DST, P0, A0, P1, A1, VAR, BODY) \ argument
232 TCU_INTERVAL_APPLY_MONOTONE1(tmp2_, P1, A1, VAR, BODY))
234 #define TCU_INTERVAL_APPLY_MONOTONE3(DST, P0, A0, P1, A1, P2, A2, VAR, BODY) \ argument
237 TCU_INTERVAL_APPLY_MONOTONE2(tmp3_, P1, A1, P2, A2, VAR, BODY))
/external/iproute2/tc/
Dtc_exec.c22 static void *BODY = NULL; variable
56 dlh = BODY; in get_exec_kind()
58 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_exec_kind()
Dtc.c51 static void *BODY = NULL; /* cached handle dlopen(NULL) */ variable
135 dlh = BODY; in get_qdisc_kind()
137 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_qdisc_kind()
188 dlh = BODY; in get_filter_kind()
190 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_filter_kind()
/external/iproute2/genl/
Dgenl.c35 static void *BODY; variable
70 dlh = BODY; in get_genl_kind()
72 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_genl_kind()
/external/curl/tests/data/
Dtest32017 <HTML><BODY>
36 </BODY></HTML>
66 <HTML><BODY>
85 </BODY></HTML>
Dtest80442 A004 FETCH 123 BODY[1]
43 A005 FETCH 456 BODY[2.3]
Dtest83650 A004 FETCH 1 BODY[]
55 B004 FETCH 2 BODY[]
Dtest80243 A004 FETCH 123 BODY[TEXT]
Dtest80142 A004 FETCH 123 BODY[1]
Dtest80045 A004 FETCH 1 BODY[]
Dtest81952 A004 FETCH 1 BODY[]
Dtest83852 A004 FETCH 1 BODY[]
Dtest83752 A004 FETCH 1 BODY[]
Dtest84052 A004 FETCH 1 BODY[]
/external/clang/include/clang/AST/
DStmt.h940 enum { VAR, COND, BODY, END_EXPR }; enumerator
973 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody()
978 Stmt *getBody() { return SubExprs[BODY]; } in getBody()
979 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody()
989 SubExprs[BODY] = S; in setBody()
1009 return SubExprs[BODY] ? SubExprs[BODY]->getLocEnd() : SubExprs[COND]->getLocEnd(); in getLocEnd()
1027 enum { VAR, COND, BODY, END_EXPR }; enumerator
1056 Stmt *getBody() { return SubExprs[BODY]; } in getBody()
1057 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody()
1058 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody()
[all …]
DStmtObjC.h25 enum { ELEM, COLLECTION, BODY, END_EXPR }; enumerator
39 Stmt *getBody() { return SubExprs[BODY]; } in getBody()
45 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody()
51 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody()
60 return SubExprs[BODY]->getLocEnd(); in getLocEnd()
DStmtCXX.h130 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator
161 Stmt *getBody() { return SubExprs[BODY]; } in getBody()
178 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody()
186 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody()
195 return SubExprs[BODY]->getLocEnd(); in getLocEnd()
/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java218 ParameterStyle style = (ps == null) ? ParameterStyle.BODY : Enum in invoke()
268 if (style == ParameterStyle.BODY && !(isPost && body == null)) { in invoke()
278 case BODY: { in invoke()
340 AUTHORIZATION_HEADER, BODY, QUERY_STRING; enumConstant
/external/owasp/sanitizer/tools/findbugs/doc/
Dfindbugs.css1 BODY { selector
/external/bison/data/m4sugar/
Dm4sugar.m41536 # BODY:
1539 # GROW into the regular flow, BODY.
1544 # BODY: Test...3; Test...2; Test...1
1578 # BODY:
1588 # BODY: TEST3; TEST2a; TEST2b; TEST1
1609 # BODY:
1616 # BODY: TEST2a
1624 # BODY: TEST2a
1631 # BODY: TEST2a; TEST3
1638 # BODY: TEST2a; TEST3; TEST2b
[all …]
/external/libogg/doc/libogg/
Dstyle.css1 BODY { font-family: Helvetica, sans-serif } selector
/external/libvorbis/doc/vorbisenc/
Dstyle.css1 BODY { font-family: Helvetica, sans-serif } selector
/external/libvorbis/doc/vorbisfile/
Dstyle.css1 BODY { font-family: Helvetica, sans-serif } selector
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
Dlocation_info_mixin.js95 (token.tagName === $.BODY && this.openElements.hasInScope($.BODY)))) {

12345