/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 160 typedef struct Opening { struct 167 } Opening; argument 182 Opening simpleOpenings[SIMPLE_OPENINGS_COUNT]; 183 Opening *openings; /* pointer to current array of entries */ 290 Opening *openingsMemory; 391 Opening *openingsMemory; 470 true, (length)*sizeof(Opening))
|
D | ubidi.cpp | 683 bd->openingsCount=pBiDi->openingsSize / sizeof(Opening); in bracketInit() 749 Opening *pOpening; in bracketAddOpening() 756 SIMPLE_OPENINGS_COUNT * sizeof(Opening)); in bracketAddOpening() 758 bd->openingsCount=pBiDi->openingsSize / sizeof(Opening); in bracketAddOpening() 775 Opening *qOpening; in fixN0c() 801 Opening *pOpening, *qOpening; in bracketProcessClosing()
|
/external/icu/libicu/cts_headers/ |
D | ubidiimp.h | 160 typedef struct Opening { struct 167 } Opening; argument 182 Opening simpleOpenings[SIMPLE_OPENINGS_COUNT]; 183 Opening *openings; /* pointer to current array of entries */ 290 Opening *openingsMemory; 391 Opening *openingsMemory; 470 true, (length)*sizeof(Opening))
|
/external/libxml2/result/HTML/ |
D | wired.html.err | 193 ./test/HTML/wired.html:346: HTML parser error : Opening and ending tag mismatch: td and font 199 ./test/HTML/wired.html:374: HTML parser error : Opening and ending tag mismatch: td and font 202 ./test/HTML/wired.html:374: HTML parser error : Opening and ending tag mismatch: td and font 205 ./test/HTML/wired.html:402: HTML parser error : Opening and ending tag mismatch: a and font 217 ./test/HTML/wired.html:408: HTML parser error : Opening and ending tag mismatch: a and font 223 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 226 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 229 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 232 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 235 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font [all …]
|
D | test3.html.err | 7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b
|
D | doc3.htm.err | 61 ./test/HTML/doc3.htm:826: HTML parser error : Opening and ending tag mismatch: form and center 67 ./test/HTML/doc3.htm:833: HTML parser error : Opening and ending tag mismatch: center and td
|
D | wired.html.sax | 1456 SAX.error: Opening and ending tag mismatch: td and font 1632 SAX.error: Opening and ending tag mismatch: td and font 1634 SAX.error: Opening and ending tag mismatch: td and font 1894 SAX.error: Opening and ending tag mismatch: a and font 1959 SAX.error: Opening and ending tag mismatch: a and font 2009 SAX.error: Opening and ending tag mismatch: td and font 2011 SAX.error: Opening and ending tag mismatch: td and font 2013 SAX.error: Opening and ending tag mismatch: td and font 2015 SAX.error: Opening and ending tag mismatch: td and font 2017 SAX.error: Opening and ending tag mismatch: td and font [all …]
|
D | test3.html.sax | 172 SAX.error: Opening and ending tag mismatch: h4 and b
|
/external/rust/crates/ring/src/aead/ |
D | aes_gcm.rs | 89 Direction::Opening { in_prefix_len }, in aes_gcm_open() 115 Direction::Opening { in_prefix_len } => in_prefix_len, in aead() 145 if let Direction::Opening { .. } = direction { in aead() 169 if let Direction::Opening { .. } = direction { in aead() 215 Direction::Opening { in_prefix_len } => { in integrated_aes_gcm()
|
D | chacha20_poly1305.rs | 69 Direction::Opening { in_prefix_len }, in chacha20_poly1305_open() 99 Direction::Opening { in_prefix_len } => { in aead()
|
D | aes.rs | 206 Direction::Opening { in_prefix_len } => in_prefix_len, in ctr32_encrypt_blocks()
|
/external/libxml2/result/errors/ |
D | 759398.xml.ent | 4 ./test/errors/759398.xml:309: parser error : Opening and ending tag mismatch: №№№№№№№№№№№№№№№№№№№№№… 7 ./test/errors/759398.xml:314: parser error : Opening and ending tag mismatch: spec line 50 and p
|
D | 759398.xml.err | 4 ./test/errors/759398.xml:309: parser error : Opening and ending tag mismatch: №№№№№№№№№№№№№№№№№№№№№… 7 ./test/errors/759398.xml:314: parser error : Opening and ending tag mismatch: spec line 50 and p
|
D | 758588.xml.err | 7 ./test/errors/758588.xml:1: parser error : Opening and ending tag mismatch: a line 1 and a
|
D | 758588.xml.ent | 7 ./test/errors/758588.xml:1: parser error : Opening and ending tag mismatch: a line 1 and a
|
D | 758588.xml.str | 7 ./test/errors/758588.xml:1: parser error : Opening and ending tag mismatch: a line 1 and a
|
/external/perfetto/docs/quickstart/ |
D | traceconv.md | 37 ## Opening in the legacy systrace UI
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 530 static class Opening { class in Bidi 549 Opening[] openings = new Opening[SIMPLE_OPENINGS_COUNT]; 2059 bd.openings = new Opening[SIMPLE_OPENINGS_COUNT]; in bracketInit() 2114 Opening pOpening; in bracketAddOpening() 2116 Opening[] saveOpenings = bd.openings; in bracketAddOpening() 2120 bd.openings = new Opening[count * 2]; in bracketAddOpening() 2128 pOpening = bd.openings[pLastIsoRun.limit]= new Opening(); in bracketAddOpening() 2141 Opening qOpening; in fixN0c() 2166 Opening pOpening, qOpening; in bracketProcessClosing()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 530 static class Opening { class in Bidi 549 Opening[] openings = new Opening[SIMPLE_OPENINGS_COUNT]; 2025 bd.openings = new Opening[SIMPLE_OPENINGS_COUNT]; in bracketInit() 2080 Opening pOpening; in bracketAddOpening() 2082 Opening[] saveOpenings = bd.openings; in bracketAddOpening() 2086 bd.openings = new Opening[count * 2]; in bracketAddOpening() 2094 pOpening = bd.openings[pLastIsoRun.limit]= new Opening(); in bracketAddOpening() 2107 Opening qOpening; in fixN0c() 2132 Opening pOpening, qOpening; in bracketProcessClosing()
|
/external/openscreen/third_party/ |
D | README.md | 18 new library called `alpha`. Opening up DEPS, you would add
|
/external/icu/icu4c/source/samples/ucnv/ |
D | readme.txt | 10 Opening and closing converters using the C api
|
/external/libxml2/os400/libxmlrpg/ |
D | nanoftp.rpgle | 74 * Opening/closing session connections.
|
/external/mesa3d/docs/ |
D | codingstyle.rst | 17 - Opening braces go on the same line as the if/for/while statement. For
|
/external/python/cpython2/Doc/ |
D | make.bat | 127 echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
|
/external/webrtc/examples/objc/AppRTCMobile/ |
D | ARDWebSocketChannel.m | 46 RTCLog(@"Opening WebSocket.");
|