/external/iproute2/genl/ |
D | genl.c | 35 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/ |
D | tc.c | 43 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/ |
D | StmtCXX.h | 129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator 157 Stmt *getBody() { return SubExprs[BODY]; } in getBody() 174 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() 182 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() 194 return SubExprs[BODY]->getLocEnd(); in getLocEnd()
|
D | StmtObjC.h | 25 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()
|
D | Stmt.h | 913 enum { VAR, COND, BODY, END_EXPR }; enumerator 949 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() 954 Stmt *getBody() { return SubExprs[BODY]; } in getBody() 955 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() 965 SubExprs[BODY] = S; in setBody() 989 return SubExprs[BODY]->getLocEnd(); in getLocEnd() 1006 enum { VAR, COND, BODY, END_EXPR }; enumerator 1036 Stmt *getBody() { return SubExprs[BODY]; } in getBody() 1037 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() 1038 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() [all …]
|
/external/oauth/core/src/main/java/net/oauth/client/ |
D | OAuthClient.java | 218 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/chromium_org/mojo/public/bindings/generators/cpp_templates/ |
D | struct_destructor | 3 $BODY
|
/external/libvorbis/doc/vorbisfile/ |
D | style.css | 1 BODY { font-family: Helvetica, sans-serif } selector
|
/external/libvorbis/doc/vorbisenc/ |
D | style.css | 1 BODY { font-family: Helvetica, sans-serif } selector
|
/external/libogg/doc/libogg/ |
D | style.css | 1 BODY { font-family: Helvetica, sans-serif } selector
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 1536 # 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/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Tag.java | 24 public static final Tag BODY = new TagImpl ("BODY"); field in Tag
|
D | HTMLDocument.java | 33 super.add (m_body = IElement.Factory.create (Tag.BODY)); in HTMLDocument()
|
/external/tinyxml/docs/ |
D | doxygen.css | 1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector 4 BODY,TD { selector 114 BODY { selector
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | tkt1449.test | 39 …nt null, USERDEFINEDFIELD text(300) null, LASTMODIFIEDBYID text(50) null, BODY text null, constrai… 48 …(300) null, LASTMODIFIEDBYID text(50) null, PARENTENTITYID text(50) null, BODY text null, BODYCONT… 60 …(300) null, LASTMODIFIEDBYID text(50) null, PARENTENTITYID text(50) null, BODY text null, BODYCONT… 71 …(300) null, LASTMODIFIEDBYID text(50) null, PARENTENTITYID text(50) null, BODY text null, BODYCONT… 72 …(300) null, LASTMODIFIEDBYID text(50) null, PARENTENTITYID text(50) null, BODY text null, BODYCONT… 192 …D, LASTCMDACLVERSION, USERDEFINEDFIELD, LASTMODIFIEDBYID, PARENTENTITYID, BODY, BODYCONTENTTYPE, I… 194 …D, LASTCMDACLVERSION, USERDEFINEDFIELD, LASTMODIFIEDBYID, PARENTENTITYID, BODY, BODYCONTENTTYPE, I… 196 …ERDEFINEDFIELD, NULL as LASTMODIFIEDBYID, NULL as PARENTENTITYID, NULL as BODY, NULL as BODYCONTEN… 198 …SION, USERDEFINEDFIELD, LASTMODIFIEDBYID, NULL as PARENTENTITYID, NULL as BODY, NULL as BODYCONTEN… 200 …D, LASTCMDACLVERSION, USERDEFINEDFIELD, LASTMODIFIEDBYID, PARENTENTITYID, BODY, BODYCONTENTTYPE, I… [all …]
|
/external/llvm/docs/ |
D | doxygen.css | 1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector 4 BODY,TD { selector 117 BODY { selector
|
/external/zlib/src/examples/ |
D | gzlog.c | 337 #define BODY sizeof(log_gzbody) macro 839 write(log->fd, log_gzbody, BODY) != BODY) { in log_open()
|
/external/clang/docs/ |
D | doxygen.css | 1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector 4 BODY,TD { selector 117 BODY { selector
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 714 SubExprs[BODY] = Body; in ObjCForCollectionStmt() 800 SubExprs[BODY] = Body; in CXXForRangeStmt() 862 SubExprs[BODY] = Body; in ForStmt() 889 SubExprs[BODY] = NULL; in SwitchStmt() 922 SubExprs[BODY] = body; in WhileStmt()
|
/external/iproute2/ip/ |
D | iplink.c | 100 static void *BODY; /* cached dlopen(NULL) handle */ variable 117 dlh = BODY; in get_link_kind() 119 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_link_kind()
|
/external/tcpdump/tests/ |
D | print-A.new | 44 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000"> 179 </BODY>
|
D | print-AA.new | 44 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000"> 179 </BODY>
|
D | print-A.out | 44 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000"> 179 </BODY>
|
D | print-AA.out | 44 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000"> 179 </BODY>
|
/external/bison/m4/ |
D | largefile.m4 | 30 # PROLOGUE, [FUNCTION-BODY])
|