/external/llvm/test/CodeGen/X86/ |
D | pr2849.ll | 8 %struct.NODE = type { i8, i8, %struct.anon } 10 %struct.xlist = type { %struct.NODE*, %struct.NODE* } 11 %struct.xvect = type { %struct.NODE** } 20 %storemerge.in.i = phi %struct.NODE** [ null, %entry ], [ null, %entry ] 21 %storemerge.i = load %struct.NODE** %storemerge.in.i 22 %tmp1 = ptrtoint %struct.NODE** %storemerge.in.i to i64 27 %tmp8 = getelementptr %struct.NODE* %storemerge.i, i64 0, i32 2 28 %tmp9 = bitcast %struct.anon* %tmp8 to %struct.NODE*** 29 %tmp11 = load %struct.NODE*** %tmp9, align 8 30 %tmp12 = ptrtoint %struct.NODE** %tmp11 to i64
|
/external/lzma/C/ |
D | Ppmd7.c | 53 #define NODE(ptr) (ptr) macro 55 #define NODE(offs) ((CPpmd7_Node *)(p->Base + (offs))) macro 165 CPpmd7_Node *node = NODE(next); in GlueFreeBlocks() 167 n = NODE(n)->Prev = next; in GlueFreeBlocks() 173 NODE(head)->Stamp = 1; in GlueFreeBlocks() 174 NODE(head)->Next = n; in GlueFreeBlocks() 175 NODE(n)->Prev = head; in GlueFreeBlocks() 182 CPpmd7_Node *node = NODE(n); in GlueFreeBlocks() 186 CPpmd7_Node *node2 = NODE(n) + nu; in GlueFreeBlocks() 190 NODE(node2->Prev)->Next = node2->Next; in GlueFreeBlocks() [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
D | speech_rule.js | 67 NODE: 'NODE', property 81 case '[n]': return cvox.SpeechRule.Type.NODE; 97 case cvox.SpeechRule.Type.NODE: return '[n]'; 156 case cvox.SpeechRule.Type.NODE:
|
D | speech_rule_engine.js | 139 case cvox.SpeechRule.Type.NODE:
|
/external/libxml2/ |
D | valid.c | 362 #define NODE ctxt->vstate->node macro 4777 NODE = xmlValidateSkipIgnorable(NODE); in xmlValidateElementType() 4778 if ((NODE == NULL) && (CONT == NULL)) in xmlValidateElementType() 4780 if ((NODE == NULL) && in xmlValidateElementType() 4786 if ((NODE != NULL) && (NODE->type == XML_ENTITY_REF_NODE)) in xmlValidateElementType() 4800 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType() 4805 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType() 4817 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0) in xmlValidateElementType() 4827 if (NODE == NULL) { in xmlValidateElementType() 4832 if (NODE->type == XML_TEXT_NODE) { in xmlValidateElementType() [all …]
|
/external/chromium_org/third_party/libxml/src/ |
D | valid.c | 362 #define NODE ctxt->vstate->node macro 4777 NODE = xmlValidateSkipIgnorable(NODE); in xmlValidateElementType() 4778 if ((NODE == NULL) && (CONT == NULL)) in xmlValidateElementType() 4780 if ((NODE == NULL) && in xmlValidateElementType() 4786 if ((NODE != NULL) && (NODE->type == XML_ENTITY_REF_NODE)) in xmlValidateElementType() 4800 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType() 4805 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType() 4817 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0) in xmlValidateElementType() 4827 if (NODE == NULL) { in xmlValidateElementType() 4832 if (NODE->type == XML_TEXT_NODE) { in xmlValidateElementType() [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
D | XPathExpressionImpl.java | 333 ( returnType.equals( XPathConstants.NODE ) ) || in isSupported() 360 if ( returnType.equals( XPathConstants.NODE ) ) { in getResultAsType()
|
D | XPathImpl.java | 305 ( returnType.equals( XPathConstants.NODE ) ) || in isSupported() 332 if ( returnType.equals( XPathConstants.NODE ) ) { in getResultAsType()
|
/external/chromium_org/third_party/libwebp/enc/ |
D | quant.c | 537 #define NODE(n, l) (nodes[(n)][(l) + MIN_DELTA]) macro 618 Node* const cur = &NODE(n, m); in TrellisQuantizeBlock() 695 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock() 698 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock() 709 #undef NODE
|
/external/webp/src/enc/ |
D | quant.c | 537 #define NODE(n, l) (nodes[(n)][(l) + MIN_DELTA]) macro 618 Node* const cur = &NODE(n, m); in TrellisQuantizeBlock() 695 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock() 698 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock() 709 #undef NODE
|
/external/opencv/cvaux/src/ |
D | cvlcm.cpp | 94 #define _CV_INITIALIZE_CVLCMDATA(STRUCT,SITE,EDGE,NODE)\ argument 95 { (STRUCT)->psite = SITE ; (STRUCT)->pedge = EDGE; (STRUCT)->pnode = NODE;}
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
D | ByXPath.java | 92 Element foundNode = (Element) xPathExpression.evaluate(domNode, XPathConstants.NODE); in find()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ACBTree.m | 602 t.nodeid, (t.nodeType == BTNODE)?@"NODE":@"LEAF", t.numkeys, t.numrecs);
|
/external/ppp/pppd/ |
D | ipxcp.c | 223 #define NODE(base) base[0], base[1], base[2], base[3], base[4], base[5] macro
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | evsel.c | 410 [C(NODE)] = (CACHE_READ | CACHE_WRITE | CACHE_PREFETCH),
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 955 …ondition.toString()+" ==> "+this.action.toString()};cvox.SpeechRule.Type={NODE:"NODE",MULTI:"MULTI… property 956 cvox.SpeechRule.Type.fromString=function(a){switch(a){case "[n]":return cvox.SpeechRule.Type.NODE;c… 957 cvox.SpeechRule.Type.toString=function(a){switch(a){case cvox.SpeechRule.Type.NODE:return"[n]";case… 958 …length).trim();-1==a.indexOf("(")&&(a="");break}case cvox.SpeechRule.Type.NODE:case cvox.SpeechRul… 983 …d];d++){var f=[],g=e.content||"";switch(e.type){case cvox.SpeechRule.Type.NODE:(g=this.activeStore…
|
D | chromeVoxChromeOptionsScript.js | 1186 …ondition.toString()+" ==> "+this.action.toString()};cvox.SpeechRule.Type={NODE:"NODE",MULTI:"MULTI… property 1187 cvox.SpeechRule.Type.fromString=function(a){switch(a){case "[n]":return cvox.SpeechRule.Type.NODE;c… 1188 cvox.SpeechRule.Type.toString=function(a){switch(a){case cvox.SpeechRule.Type.NODE:return"[n]";case… 1189 …length).trim();-1==a.indexOf("(")&&(a="");break}case cvox.SpeechRule.Type.NODE:case cvox.SpeechRul… 1214 …d];d++){var f=[],g=e.content||"";switch(e.type){case cvox.SpeechRule.Type.NODE:(g=this.activeStore…
|
D | chromeVoxChromeBackgroundScript.js | 1053 …ondition.toString()+" ==> "+this.action.toString()};cvox.SpeechRule.Type={NODE:"NODE",MULTI:"MULTI… property 1054 cvox.SpeechRule.Type.fromString=function(a){switch(a){case "[n]":return cvox.SpeechRule.Type.NODE;c… 1055 cvox.SpeechRule.Type.toString=function(a){switch(a){case cvox.SpeechRule.Type.NODE:return"[n]";case… 1056 …length).trim();-1==a.indexOf("(")&&(a="");break}case cvox.SpeechRule.Type.NODE:case cvox.SpeechRul… 1279 …d];d++){var f=[],g=e.content||"";switch(e.type){case cvox.SpeechRule.Type.NODE:(g=this.activeStore…
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 1507 <genericParser(inputStreamType="pANTLR3_COMMON_TREE_NODE_STREAM", rewriteElementType="NODE", ...)>
|
/external/e2fsprogs/po/ |
D | ca.po | 720 msgstr "NODE-I ESBORRAT"
|
/external/jdiff/ |
D | xerces.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
org/
... |
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 8459 260A;ASCENDING NODE;So;0;ON;;;;;N;;;;; 8460 260B;DESCENDING NODE;So;0;ON;;;;;N;;;;;
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
D | UnicodeData.txt | 8458 260A;ASCENDING NODE;So;0;ON;;;;;N;;;;; 8459 260B;DESCENDING NODE;So;0;ON;;;;;N;;;;;
|
D | ppucd.txt | 10753 cp;260A;na=ASCENDING NODE 10754 cp;260B;na=DESCENDING NODE
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |