/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/ |
H A D | HTMLElement.java | 210 public HTMLElement div(final String classattr) throws IOException { in div() method in HTMLElement 211 final HTMLElement div = element("div"); in div() local 308 public HTMLElement table(final String classattr) throws IOException { in table() method in HTMLElement 309 final HTMLElement table = element("table"); in table() local
|
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/ |
H A D | HtmlBuilder.kt | 65 fun div(cssClass: String? = null, id: String? = null, block: Block) = method 71 fun table(cssClass: String? = null, id: String? = null, block: Block) = method in org.conscrypt.doclet.HtmlBuilder
|
/aosp_15_r20/external/libphonenumber/demo/src/main/webapp/stylesheets/ |
H A D | main.css | 4 table, th, td { selector 24 div { selector
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/ |
H A D | ElementTest.java | 103 Element div = doc.getElementById("div1"); in testGetElementById() local 279 Element div = doc.expectFirst("div"); in testFirstAndLastSiblings() local 453 Element div = doc.select("div").first(); in testClassUpdates() local 535 Element div = doc.select("div").first(); in testNotPretty() local 609 Element div = doc.getElementById("1").text("Gone"); in testSetText() local 617 Element div = doc.getElementById("1"); in testAddNewElement() local 633 Element div = new Element(Tag.valueOf("div"), ""); in testAddBooleanAttribute() local 653 Element table = doc.select("tbody").first(); in testAppendRowToTable() local 662 Element table = doc.select("tbody").first(); in testPrependRowToTable() local 677 Element div = doc.getElementById("1"); in testPrependElement() local [all …]
|
/aosp_15_r20/external/owasp/sanitizer/empiricism/ |
D | canned-data.js | 42 "div": true, property 115 "table": true, property 3361 "div": [ property 9283 "table": [ property 13370 "div": [ property 19509 "table": [ property 20777 "div": { property 21079 "table": { property 21456 "div": [ property 21741 "table": [ property [all …]
|
/aosp_15_r20/external/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/ |
H A D | deaddrop.css | 10 table { selector 19 div { transition: opacity 0.5s; } selector
|
/aosp_15_r20/external/libwebsockets/plugins/deaddrop/assets/ |
H A D | deaddrop.css | 10 table { selector 19 div { transition: opacity 0.5s; } selector
|
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/spreadsheet/ |
H A D | Spreadsheet.java | 201 private void setupTableInput(RightClickTable table) { in setupTableInput() 206 protected void killPaddingAndSpacing(HTMLTable table) { in killPaddingAndSpacing() 388 protected String getTableCellText(HTMLTable table, int row, int column) { in getTableCellText() 390 Element div = td.getFirstChildElement(); in getTableCellText() local 456 private Element getCellElement(HTMLTable table, int row, int column) { in getCellElement() 476 protected int getColumnWidth(HTMLTable table, int column) { in getColumnWidth() 483 protected int getRowHeight(HTMLTable table, int row) { in getRowHeight()
|
/aosp_15_r20/external/cronet/third_party/icu/ |
H A D | icu4c.css | 130 p,pre,table,ul,ol,dl { selector 508 table,tr,td,div { selector
|
/aosp_15_r20/external/icu/icu4c/ |
H A D | icu4c.css | 132 p,pre,table,ul,ol,dl { selector 512 table,tr,td,div { selector
|
/aosp_15_r20/external/llvm/docs/_ocamldoc/ |
H A D | style.css | 4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector 7 form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td selector 13 table { border-collapse: collapse; border-spacing: 0; } selector
|
/aosp_15_r20/external/google-styleguide/ |
H A D | javaguide.css | 1 table { selector 76 table, selector 77 div, selector 221 table { selector
|
/aosp_15_r20/sdk/templates/docs/ |
H A D | cssreset-min.css | 7 …d:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p… selector
|
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | yui-3.3.0-reset-min.css | 8 …:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p… selector
|
H A D | android-developer-core.css | 10 html,body,div,h1,h2,h3,h4,h5,h6,p,img, selector 11 dl,dt,dd,ol,ul,li,table,caption,tbody, selector 159 table { selector
|
/aosp_15_r20/external/jline/src/src/site/resources/css/ |
H A D | site.css | 10 body,div,span,td,p,h2,h3,h4,h5,h6,a,ul,li { selector 292 table { selector
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/clk/ |
D | clk-stm32-core.h | 25 unsigned int div; member 34 const struct clk_div_table *table; member 72 const struct div_cfg *div; member 252 unsigned int div; member
|
D | clk-stm32-core.c | 229 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 243 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() 736 unsigned int div = 0U; in _clk_stm32_divider_recalc() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowArscAssetManager.java | 255 char div = ':'; in getResourceName() local 262 char div = '/'; in getResourceName() local 583 TypedValue outValue, ResTable table, Res_value value, int ref, int block, int typeSpecFlags) { in copyValue() 589 ResTable table, in copyValue()
|
/aosp_15_r20/external/doclava/res/assets/templates/assets/ |
H A D | doclava-developer-core.css | 7 html,body,div,h1,h2,h3,h4,h5,h6,p,img, selector 8 dl,dt,dd,ol,ul,li,table,caption,tbody, selector 156 table { selector
|
/aosp_15_r20/prebuilts/misc/common/jacoco/lib/ |
HD | org.jacoco.report-0.8.8.202204050719.jar | ... org/jacoco/report/internal/html/table/
org/jacoco/report/internal/xml ... |
/aosp_15_r20/external/flatbuffers/docs/source/ |
H A D | style.css | 3 table, selector 4 div, selector
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/ |
H A D | HtmlParserTest.java | 205 Element div = doc.getElementsByTag("div").get(0); in handlesEscapedData() local 349 Element div = doc.getElementById("1"); in handlesCdata() local 358 Element div = doc.getElementById("1"); in roundTripsCdata() local 377 Element div = doc.selectFirst("div"); in handlesCdataAcrossBuffer() local 1108 Element div = doc.selectFirst("#1"); in testHtmlLowerCase() local 1131 Element div = doc.selectFirst("#1"); in canPreserveTagCase() local 1142 Element div = doc.selectFirst("#1"); in canPreserveAttributeCase() local 1153 Element div = doc.selectFirst("#1"); in canPreserveBothCase() local 1440 Element div = doc.selectFirst("div"); in wholeTextTreatsBRasNewline() local 1578 Element table = doc.selectFirst("table"); in tableRowFragment() local [all …]
|
/aosp_15_r20/external/libopus/doc/ |
H A D | customdoxygen.css | 3 body, table, div, p, dl { selector
|
/aosp_15_r20/external/expat/expat/doc/ |
H A D | ok.min.css | 2 …g:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{backgr… selector
|