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

123

/external/valgrind/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.hpp196 #define TCU_SET_INTERVAL(DST, VAR, BODY) \
197 TCU_SET_INTERVAL_BOUNDS(DST, VAR, BODY, BODY)
199 //! Set the interval DST to the image of BODY on ARG, assuming that BODY on
200 //! ARG is a monotone function. In practice, BODY is evaluated on both the
202 //! results. While evaluating BODY, PARAM is bound to the bound of ARG, and
203 //! the output of BODY should be stored in VAR.
204 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \
217 BODY; \
[all...]
/external/iproute2/tc/
H A Dtc_exec.c22 static void *BODY = NULL; variable
56 dlh = BODY;
58 dlh = BODY = dlopen(NULL, RTLD_LAZY);
H A Dtc.c51 static void *BODY = NULL; /* cached handle dlopen(NULL) */ variable
135 dlh = BODY;
137 dlh = BODY = dlopen(NULL, RTLD_LAZY);
188 dlh = BODY;
190 dlh = BODY = dlopen(NULL, RTLD_LAZY);
/external/iproute2/genl/
H A Dgenl.c35 static void *BODY; variable
70 dlh = BODY;
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
/external/toolchain-utils/deprecated/
H A Dsheriff_rotation.py28 BODY = ('Please see instructions here: ' variable in class:SheriffHandler
81 self.BODY,
/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/clang/lib/AST/
H A DStmtObjC.cpp27 SubExprs[BODY] = Body;
H A DStmtCXX.cpp66 SubExprs[BODY] = 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/clang/include/clang/AST/
H A DStmtCXX.h130 enum { RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon852
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();
H A DStmtObjC.h25 enum { ELEM, COLLECTION, BODY, END_EXPR }; enumerator in enum:clang::ObjCForCollectionStmt::__anon855
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.h959 enum { INIT, VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::SwitchStmt::__anon846
995 const Stmt *getBody() const { return SubExprs[BODY]; }
1000 Stmt *getBody() { return SubExprs[BODY]; }
1001 void setBody(Stmt *S) { SubExprs[BODY] = S; }
1011 SubExprs[BODY] = S;
1031 return SubExprs[BODY] ? SubExprs[BODY]->getLocEnd() : SubExprs[COND]->getLocEnd();
1049 enum { VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::WhileStmt::__anon847
1078 Stmt *getBody() { return SubExprs[BODY]; }
1079 const Stmt *getBody() const { return SubExprs[BODY]; }
1104 enum { BODY, COND, END_EXPR }; enumerator in enum:clang::DoStmt::__anon848
1155 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator in enum:clang::ForStmt::__anon849
[all...]
/external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
H A DHttpLoggingInterceptorTest.java346 setLevel(Level.BODY);
378 setLevel(Level.BODY);
383 setLevel(Level.BODY);
419 setLevel(Level.BODY);
460 setLevel(Level.BODY);
500 setLevel(Level.BODY);
540 setLevel(Level.BODY);
/external/clang/test/OpenMP/
H A Dthreadprivate_codegen.cpp657 #ifdef BODY
/external/icu/icu4j/perf-tests/
H A Dconverterperf.pl96 <BODY>
157 </BODY>
H A Ddateformatperf.pl83 <BODY>
144 </BODY>
H A Ddecimalformatperf.pl79 <BODY>
139 </BODY>
H A Dnormperf.pl132 <BODY>
193 </BODY>
H A Ducharacterperf.pl80 <BODY>
141 </BODY>
H A Dunicodesetperf.pl70 <BODY>
131 </BODY>
/external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
H A DHttpLoggingInterceptor.java100 BODY enum constant in enum:HttpLoggingInterceptor.Level
145 boolean logBody = level == Level.BODY;
/external/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm238 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000">
255 </BODY>
/external/icu/icu4j/perf-tests/perldriver/
H A DOutput.pm236 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000">
253 </BODY>

Completed in 1004 milliseconds

123