Home
last modified time | relevance | path

Searched refs:Opening (Results 1 – 25 of 68) sorted by relevance

123

/external/icu/icu4c/source/common/
Dubidiimp.h160 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))
Dubidi.cpp683 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/
Dubidiimp.h160 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/
Dwired.html.err193 ./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 …]
Dtest3.html.err7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b
Ddoc3.htm.err61 ./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
Dwired.html.sax1456 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 …]
Dtest3.html.sax172 SAX.error: Opening and ending tag mismatch: h4 and b
/external/rust/crates/ring/src/aead/
Daes_gcm.rs89 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()
Dchacha20_poly1305.rs69 Direction::Opening { in_prefix_len }, in chacha20_poly1305_open()
99 Direction::Opening { in_prefix_len } => { in aead()
Daes.rs206 Direction::Opening { in_prefix_len } => in_prefix_len, in ctr32_encrypt_blocks()
/external/libxml2/result/errors/
D759398.xml.ent4 ./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
D759398.xml.err4 ./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
D758588.xml.err7 ./test/errors/758588.xml:1: parser error : Opening and ending tag mismatch: a line 1 and a
D758588.xml.ent7 ./test/errors/758588.xml:1: parser error : Opening and ending tag mismatch: a line 1 and a
D758588.xml.str7 ./test/errors/758588.xml:1: parser error : Opening and ending tag mismatch: a line 1 and a
/external/perfetto/docs/quickstart/
Dtraceconv.md37 ## Opening in the legacy systrace UI
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java530 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/
DBidi.java530 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/
DREADME.md18 new library called `alpha`. Opening up DEPS, you would add
/external/icu/icu4c/source/samples/ucnv/
Dreadme.txt10 Opening and closing converters using the C api
/external/libxml2/os400/libxmlrpg/
Dnanoftp.rpgle74 * Opening/closing session connections.
/external/mesa3d/docs/
Dcodingstyle.rst17 - Opening braces go on the same line as the if/for/while statement. For
/external/python/cpython2/Doc/
Dmake.bat127 echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
/external/webrtc/examples/objc/AppRTCMobile/
DARDWebSocketChannel.m46 RTCLog(@"Opening WebSocket.");

123