/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 149 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))
|
D | ubidi.c | 682 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/ |
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 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 …]
|
D | test3.html.sax | 172 SAX.error: Opening and ending tag mismatch: h4 and b
|
D | doc3.htm.sax | 2761 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/ |
D | py_morphological_ops.markdown | 8 - 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/ |
D | opening_closing_hats.markdown | 10 - 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/ |
D | checksrc.whitelist | 4 150 Opening ASCII mode data connection for [file] (0.0.0.0,0) (545 bytes)
|
/external/avahi/docs/ |
D | DBUS-API | 8 Opening them in a web browser is a good way to view them as they are formatted
|
/external/opencv3/doc/py_tutorials/py_imgproc/ |
D | py_table_of_contents_imgproc.markdown | 26 Learn about morphological transformations like Erosion, Dilation, Opening, Closing etc
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 524 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/ |
D | Bidi.java | 524 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/ |
D | readme.txt | 7 Opening and closing converters using the C api
|
/external/libxml2/os400/libxmlrpg/ |
D | nanoftp.rpgle | 72 * Opening/closing session connections.
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDWebSocketChannel.m | 46 RTCLog(@"Opening WebSocket.");
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 153 * 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/ |
D | README | 549 > PTP: Opening session
|
/external/libusb/ |
D | ChangeLog | 1654 Opening a device adds a pointer to the libusb_device structure in the
|
/external/pcre/dist/doc/ |
D | pcre.txt | 6060 Opening parentheses are counted from left to right (starting from 1) to
|
/external/libxml2/ |
D | ChangeLog | 13181 * encoding.c include/libxml/encoding.h: Opening the interface
|