Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dubidiimp.h149 typedef struct Opening { struct
156 } Opening; argument
171 Opening simpleOpenings[SIMPLE_OPENINGS_COUNT];
172 Opening *openings; /* pointer to current array of entries */
281 Opening *openingsMemory;
382 Opening *openingsMemory;
453 TRUE, (length)*sizeof(Opening))
Dubidi.c682 bd->openingsCount=pBiDi->openingsSize / sizeof(Opening); in bracketInit()
745 Opening *pOpening; in bracketAddOpening()
752 SIMPLE_OPENINGS_COUNT * sizeof(Opening)); in bracketAddOpening()
754 bd->openingsCount=pBiDi->openingsSize / sizeof(Opening); in bracketAddOpening()
771 Opening *qOpening; in fixN0c()
797 Opening *pOpening, *qOpening; in bracketProcessClosing()
/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
2010 SAX.error: Opening and ending tag mismatch: td and font
2012 SAX.error: Opening and ending tag mismatch: td and font
2014 SAX.error: Opening and ending tag mismatch: td and font
2016 SAX.error: Opening and ending tag mismatch: td and font
2018 SAX.error: Opening and ending tag mismatch: td and font
[all …]
Dtest3.html.sax172 SAX.error: Opening and ending tag mismatch: h4 and b
Ddoc3.htm.sax2761 SAX.error: Opening and ending tag mismatch: form and center
2792 SAX.error: Opening and ending tag mismatch: center and td
/external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/
Dpy_morphological_ops.markdown8 - We will learn different morphological operations like Erosion, Dilation, Opening, Closing
19 operators are Erosion and Dilation. Then its variant forms like Opening, Closing, Gradient etc also
63 ### 3. Opening
65 Opening is just another name of **erosion followed by dilation**. It is useful in removing noise, as
76 Closing is reverse of Opening, **Dilation followed by Erosion**. It is useful in closing small holes
99 It is the difference between input image and Opening of the image. Below example is done for a 9x9
/external/opencv3/doc/tutorials/imgproc/opening_closing_hats/
Dopening_closing_hats.markdown10 - Opening
29 ### Opening subsection
120 …createTrackbar("Operator:\n 0: Opening - 1: Closing \n 2: Gradient - 3: Top Hat \n 4: Black Hat", …
165 … createTrackbar("Operator:\n 0: Opening - 1: Closing \n 2: Gradient - 3: Top Hat \n 4: Black Hat",
211 - *Opening*: MORPH_OPEN : 2
234 the operator **Opening** with a cross kernel. The second picture (right side, shows the result
/external/curl/lib/
Dchecksrc.whitelist4 150 Opening ASCII mode data connection for [file] (0.0.0.0,0) (545 bytes)
/external/avahi/docs/
DDBUS-API8 Opening them in a web browser is a good way to view them as they are formatted
/external/opencv3/doc/py_tutorials/py_imgproc/
Dpy_table_of_contents_imgproc.markdown26 Learn about morphological transformations like Erosion, Dilation, Opening, Closing etc
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java524 static class Opening { class in Bidi
544 Opening[] openings = new Opening[SIMPLE_OPENINGS_COUNT];
2049 bd.openings = new Opening[SIMPLE_OPENINGS_COUNT]; in bracketInit()
2104 Opening pOpening; in bracketAddOpening()
2106 Opening[] saveOpenings = bd.openings; in bracketAddOpening()
2110 bd.openings = new Opening[count * 2]; in bracketAddOpening()
2118 pOpening = bd.openings[pLastIsoRun.limit]= new Opening(); in bracketAddOpening()
2131 Opening qOpening; in fixN0c()
2156 Opening pOpening, qOpening; in bracketProcessClosing()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java524 static class Opening { class in Bidi
544 Opening[] openings = new Opening[SIMPLE_OPENINGS_COUNT];
2013 bd.openings = new Opening[SIMPLE_OPENINGS_COUNT]; in bracketInit()
2068 Opening pOpening; in bracketAddOpening()
2070 Opening[] saveOpenings = bd.openings; in bracketAddOpening()
2074 bd.openings = new Opening[count * 2]; in bracketAddOpening()
2082 pOpening = bd.openings[pLastIsoRun.limit]= new Opening(); in bracketAddOpening()
2095 Opening qOpening; in fixN0c()
2120 Opening pOpening, qOpening; in bracketProcessClosing()
/external/icu/icu4c/source/samples/ucnv/
Dreadme.txt7 Opening and closing converters using the C api
/external/libxml2/os400/libxmlrpg/
Dnanoftp.rpgle72 * Opening/closing session connections.
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDWebSocketChannel.m46 RTCLog(@"Opening WebSocket.");
/external/e2fsprogs/doc/
Dlibext2fs.texinfo153 * Opening an ext2 filesystem::
161 @node Opening an ext2 filesystem, Closing and flushing out changes, Filesystem-level functions, Fil…
163 @subsection Opening an ext2 filesystem
209 @node Closing and flushing out changes, Initializing a filesystem, Opening an ext2 filesystem, File…
/external/libmtp/
DREADME549 > PTP: Opening session
/external/libusb/
DChangeLog1654 Opening a device adds a pointer to the libusb_device structure in the
/external/pcre/dist/doc/
Dpcre.txt6060 Opening parentheses are counted from left to right (starting from 1) to
/external/libxml2/
DChangeLog13181 * encoding.c include/libxml/encoding.h: Opening the interface