Home
last modified time | relevance | path

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

12

/external/bison/data/m4sugar/
Dm4sugar.m4851 # BODY:
854 # GROW into the regular flow, BODY.
859 # BODY: Test...3; Test...2; Test...1
893 # BODY:
903 # BODY: TEST3; TEST2a; TEST2b; TEST1
924 # BODY:
931 # BODY: TEST2a
939 # BODY: TEST2a
946 # BODY: TEST2a; TEST3
953 # BODY: TEST2a; TEST3; TEST2b
[all …]
/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/iproute2/tc/
Dtc.c43 static void *BODY = NULL; /* cached handle dlopen(NULL) */ variable
127 dlh = BODY; in get_qdisc_kind()
129 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_qdisc_kind()
180 dlh = BODY; in get_filter_kind()
182 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_filter_kind()
/external/clang/include/clang/AST/
DStmtCXX.h130 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator
158 Stmt *getBody() { return SubExprs[BODY]; } in getBody()
175 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody()
183 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody()
194 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd()); in getSourceRange()
DStmt.h910 enum { VAR, COND, BODY, END_EXPR }; enumerator
946 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody()
951 Stmt *getBody() { return SubExprs[BODY]; } in getBody()
952 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody()
965 SubExprs[BODY] = S; in setBody()
988 return SourceRange(SwitchLoc, SubExprs[BODY]->getLocEnd()); in getSourceRange()
1005 enum { VAR, COND, BODY, END_EXPR }; enumerator
1035 Stmt *getBody() { return SubExprs[BODY]; } in getBody()
1036 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody()
1037 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody()
[all …]
DStmtObjC.h26 enum { ELEM, COLLECTION, BODY, END_EXPR }; enumerator
40 Stmt *getBody() { return SubExprs[BODY]; } in getBody()
46 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody()
52 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody()
60 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd()); in getSourceRange()
/external/clang/test/CodeGen/
D2007-03-05-DataLayout.c9 #define BODY 01 macro
45 Type(tmp) = BODY; in ubody_alloc()
/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/webkit/LayoutTests/fast/encoding/
Dmailto-always-utf-8-expected.txt1 …%87 with navigation type 'link clicked' originating from #text > SPAN > A > BODY > HTML > #document
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DTag.java24 public static final Tag BODY = new TagImpl ("BODY"); field in Tag
DHTMLDocument.java33 super.add (m_body = IElement.Factory.create (Tag.BODY)); in HTMLDocument()
/external/clang/lib/AST/
DStmt.cpp559 SubExprs[BODY] = Body; in ObjCForCollectionStmt()
650 SubExprs[BODY] = Body; in CXXForRangeStmt()
712 SubExprs[BODY] = Body; in ForStmt()
739 SubExprs[BODY] = NULL; in SwitchStmt()
772 SubExprs[BODY] = body; in WhileStmt()
/external/tinyxml/docs/
Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
4 BODY,TD { selector
114 BODY { selector
/external/clang/docs/
Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
4 BODY,TD { selector
117 BODY { selector
/external/zlib/examples/
Dgzlog.c337 #define BODY sizeof(log_gzbody) macro
838 write(log->fd, log_gzbody, BODY) != BODY) { in log_open()
/external/llvm/docs/
Ddoxygen.css1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector
4 BODY,TD { selector
117 BODY { selector
/external/iproute2/ip/
Diplink.c94 static void *BODY; /* cached dlopen(NULL) handle */ variable
111 dlh = BODY; in get_link_kind()
113 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_link_kind()
/external/tcpdump/tests/
Dprint-AA.out44 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
179 </BODY>
Dprint-AA.new44 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
179 </BODY>
Dprint-A.out44 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
179 </BODY>
Dprint-A.new44 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
179 </BODY>
/external/bison/data/
Dc.m4113 # b4_parse_param_for(DECL, FORMAL, BODY)
116 # the formal name to FORMAL, and evaluating the BODY.
/external/webkit/LayoutTests/platform/android/fast/text/
Dhyphenate-character-expected.txt5 RenderBody {BODY} at (8,8) size 297x467
Dhyphens-expected.txt5 RenderBody {BODY} at (8,8) size 297x467
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-core.css323 /* MAIN BODY */

12