/external/llvm/include/llvm/Object/ |
D | COFF.h | 42 support::ulittle16_t UsedBytesInTheLastPage; 43 support::ulittle16_t FileSizeInPages; 44 support::ulittle16_t NumberOfRelocationItems; 45 support::ulittle16_t HeaderSizeInParagraphs; 46 support::ulittle16_t MinimumExtraParagraphs; 47 support::ulittle16_t MaximumExtraParagraphs; 48 support::ulittle16_t InitialRelativeSS; 49 support::ulittle16_t InitialSP; 50 support::ulittle16_t Checksum; 51 support::ulittle16_t InitialIP; [all …]
|
/external/llvm/tools/llvm-config/ |
D | LibraryDependencies.inc | 23 …64AsmParser.a", 1, { "aarch64desc", "aarch64info", "aarch64utils", "mc", "mcparser", "support" } }, 24 { "aarch64asmprinter", "libLLVMAArch64AsmPrinter.a", 1, { "aarch64utils", "mc", "support" } }, 25 …sis", "asmprinter", "codegen", "core", "mc", "scalaropts", "selectiondag", "support", "target" } }, 26 …{ "aarch64desc", "libLLVMAArch64Desc.a", 1, { "aarch64asmprinter", "aarch64info", "mc", "support" … 27 …ssembler", "libLLVMAArch64Disassembler.a", 1, { "aarch64info", "aarch64utils", "mc", "support" } }, 28 { "aarch64info", "libLLVMAArch64Info.a", 1, { "support" } }, 29 { "aarch64utils", "libLLVMAArch64Utils.a", 1, { "support" } }, 32 { "analysis", "libLLVMAnalysis.a", 1, { "core", "support", "target" } }, 34 …{ "armasmparser", "libLLVMARMAsmParser.a", 1, { "armdesc", "arminfo", "mc", "mcparser", "support" … 35 { "armasmprinter", "libLLVMARMAsmPrinter.a", 1, { "mc", "support" } }, [all …]
|
/external/mesa3d/src/gallium/docs/ |
D | llvm-todo.txt | 4 Goal: GL3.0 support in llvmpipe 7 TXQ opcode support - airlied WIP 8 TXF opcode support. 9 Integer texture fetch support 10 Integer renderbuffer support 11 Vertex ID support. 12 EXT_transform_feedback support - airlied WIP 13 clip distance support - airlied WIP 14 vertex clip support - airlied WIP 15 EXT_texture_array support - Jakob WIP [all …]
|
D | d3d11ddi.txt | 71 …+ D3D10/D3D11 don't appear to support explicit fencing; queries can often substitute though, and f… 74 …+ Gallium supports fixed function user clip planes, D3D10/D3D11 only support using the vertex shad… 85 - Gallium does not support deferred contexts 109 - Gallium does not support deferred contexts 120 - Gallium does not support command lists 123 …- Gallium does not support unordered access views (views that can be written to arbitrarily from c… 130 * May want to also support double-precision rgba or use "float" for "depth" 134 …- Gallium does not support unordered access views (views that can be written to arbitrarily from c… 137 # D3D10 does not support per-RT blend modes (but per-RT blending), only D3D10.1 does 143 - Gallium does not support command lists [all …]
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/ |
D | BarColumnTest.java | 53 private HTMLSupport support; field in BarColumnTest 65 support = new HTMLSupport(); in setup() 86 final Document doc = support.parse(output.getFile("Test.html")); in testFooter() 88 support.findStr(doc, "/html/body/table/tr/td/text()")); in testFooter() 98 final Document doc = support.parse(output.getFile("Test.html")); in testBarWidths() 101 support.findStr(doc, "count(/html/body/table/tr[1]/td/img)")); in testBarWidths() 105 support.findStr(doc, "/html/body/table/tr[1]/td/img[1]/@src")); in testBarWidths() 107 support.findStr(doc, "/html/body/table/tr[1]/td/img[1]/@alt")); in testBarWidths() 109 support.findStr(doc, "/html/body/table/tr[1]/td/img[1]/@width")); in testBarWidths() 113 support.findStr(doc, "/html/body/table/tr[1]/td/img[2]/@src")); in testBarWidths() [all …]
|
D | TableTest.java | 165 final HTMLSupport support = new HTMLSupport(); in testSortIds() local 166 final Document doc = support.parse(output.getFile("Test.html")); in testSortIds() 170 support.findStr(doc, "/html/body/table/thead/tr/td[1]/@class")); in testSortIds() 172 support.findStr(doc, "/html/body/table/thead/tr/td[1]/@id")); in testSortIds() 174 support.findStr(doc, "/html/body/table/tbody/tr[1]/td[1]/@id")); in testSortIds() 176 support.findStr(doc, "/html/body/table/tbody/tr[2]/td[1]/@id")); in testSortIds() 178 support.findStr(doc, "/html/body/table/tbody/tr[3]/td[1]/@id")); in testSortIds() 180 support.findStr(doc, "/html/body/table/tbody/tr[4]/td[1]/@id")); in testSortIds() 184 support.findStr(doc, "/html/body/table/thead/tr/td[2]/@class")); in testSortIds() 186 support.findStr(doc, "/html/body/table/thead/tr/td[2]/@id")); in testSortIds() [all …]
|
D | LabelColumnTest.java | 48 private HTMLSupport support; field in LabelColumnTest 60 support = new HTMLSupport(); in setup() 81 final Document doc = support.parse(output.getFile("Test.html")); in testFooter() 83 support.findStr(doc, "/html/body/table/tr/td/text()")); in testFooter() 90 final Document doc = support.parse(output.getFile("Test.html")); in testItemWithoutLink() 92 support.findStr(doc, "/html/body/table/tr/td/span/text()")); in testItemWithoutLink() 94 support.findStr(doc, "/html/body/table/tr/td/span/@class")); in testItemWithoutLink() 101 final Document doc = support.parse(output.getFile("Test.html")); in testItemWithLink() 103 support.findStr(doc, "/html/body/table/tr/td/a/text()")); in testItemWithLink() 105 support.findStr(doc, "/html/body/table/tr/td/a/@href")); in testItemWithLink() [all …]
|
D | PercentageColumnTest.java | 52 private HTMLSupport support; field in PercentageColumnTest 64 support = new HTMLSupport(); in setup() 85 final Document doc = support.parse(output.getFile("Test.html")); in testItem1() 87 support.findStr(doc, "/html/body/table/tr/td[1]/text()")); in testItem1() 95 final Document doc = support.parse(output.getFile("Test.html")); in testItem2() 97 support.findStr(doc, "/html/body/table/tr/td[1]/text()")); in testItem2() 107 final Document doc = support.parse(output.getFile("Test.html")); in testLocale() 109 support.findStr(doc, "/html/body/table/tr/td[1]/text()")); in testLocale() 117 final Document doc = support.parse(output.getFile("Test.html")); in testFooter1() 118 assertEquals("75%", support.findStr(doc, "/html/body/table/tr")); in testFooter1() [all …]
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
D | SessionsPageTest.java | 75 final Document doc = support.parse(output.getFile(".sessions.html")); in testEmptyContent() 77 support.findStr(doc, "/html/body/p[1]")); in testEmptyContent() 79 support.findStr(doc, "/html/body/p[2]")); in testEmptyContent() 91 final Document doc = support.parse(output.getFile(".sessions.html")); in testSessionListContent() 92 assertEquals("el_session", support.findStr(doc, in testSessionListContent() 94 assertEquals("Session-A", support.findStr(doc, in testSessionListContent() 97 support.findStr(doc, "/html/body/table[1]/tbody/tr[2]/td[1]")); in testSessionListContent() 99 support.findStr(doc, "/html/body/table[1]/tbody/tr[3]/td[1]")); in testSessionListContent() 131 final Document doc = support.parse(output.getFile(".sessions.html")); in testExecutionDataContent() 132 assertEquals("el_class", support.findStr(doc, in testExecutionDataContent() [all …]
|
D | ReportPageTest.java | 94 final HTMLSupport support = new HTMLSupport(); in testPageContent() local 95 final Document doc = support.parse(output.getFile("Test.html")); in testPageContent() 98 assertEquals("en", support.findStr(doc, "/html/@lang")); in testPageContent() 101 assertEquals(".resources/report.css", support.findStr(doc, in testPageContent() 105 assertEquals("Report", support.findStr(doc, in testPageContent() 107 assertEquals("Report.html", support.findStr(doc, in testPageContent() 109 assertEquals("el_report", support.findStr(doc, in testPageContent() 111 assertEquals("Test", support.findStr(doc, in testPageContent() 113 assertEquals("el_group", support.findStr(doc, in testPageContent() 117 assertEquals("Test", support.findStr(doc, "/html/body/h1/text()")); in testPageContent() [all …]
|
D | PackagePageTest.java | 75 final Document doc = support.parse(output.getFile("index.html")); in testContentsWithSource() 79 support.findStr(doc, "/html/body/div[1]/span[1]/a/@href")); in testContentsWithSource() 81 support.findStr(doc, "/html/body/div[1]/span[1]/a/@class")); in testContentsWithSource() 83 support.findStr(doc, "/html/body/div[1]/span[1]/a")); in testContentsWithSource() 84 assertEquals("el_class", support.findStr(doc, in testContentsWithSource() 87 support.findStr(doc, "/html/body/table[1]/tbody/tr[1]/td[1]/a")); in testContentsWithSource() 88 assertEquals("el_class", support.findStr(doc, in testContentsWithSource() 91 support.findStr(doc, "/html/body/table[1]/tbody/tr[2]/td[1]/a")); in testContentsWithSource() 111 final Document doc = support.parse(output.getFile("index.html")); in testContentsNoSource() 113 support.findStr(doc, "/html/body/div[1]/span[1]/a")); in testContentsNoSource()
|
D | SourceFilePageTest.java | 51 final Document result = support.parse(output in testContents() 55 assertEquals(".resources/report.css", support.findStr(result, in testContents() 57 assertEquals(".resources/prettify.css", support.findStr(result, in testContents() 62 support.findStr(result, "/html/head/script/@type")); in testContents() 64 support.findStr(result, "/html/head/script/@src")); in testContents() 66 support.findStr(result, "/html/body/@onload")); in testContents() 69 assertNotNull(support.findStr(result, "/html/body/pre")); in testContents()
|
D | PackageSourcePageTest.java | 94 final Document doc = support.parse(output.getFile("index.source.html")); in testContents() 96 support.findStr(doc, "/html/body/div[1]/span[1]/a/@href")); in testContents() 98 support.findStr(doc, "/html/body/div[1]/span[1]/a/@class")); in testContents() 100 support.findStr(doc, "/html/body/div[1]/span[1]/a")); in testContents() 101 assertEquals("el_source", support.findStr(doc, in testContents() 104 support.findStr(doc, "/html/body/table[1]/tbody/tr[1]/td[1]/a")); in testContents() 105 assertEquals("el_source", support.findStr(doc, in testContents() 107 assertEquals("Src2.java", support.findStr(doc, in testContents()
|
/external/vixl/doc/ |
D | changelog.md | 15 + Improved support for externally managed literals. 22 + Added support for `umulh` instruction. 23 + Added support for `fcmpe` and `fccmpe` instructions. 27 + Complete NEON instruction set support. 33 + MacroAssembler support for `bfm`, `ubfm` and `sbfm`. 37 + Added support for `prfm` prefetch instructions. 38 + Added support for all `frint` instruction variants. 39 + Add support for disassembling as an offset from a given address. 52 + Add macro assembler support for load/store pair with arbitrary offset. 62 + Tagged pointer support. [all …]
|
/external/curl/docs/ |
D | FEATURES | 10 - config file support 12 - range "globbing" support: [0-13], {one,two,three} 16 - metalink support (*13) 26 - "standard" proxy environment variables support 29 - IPv6 support on unix and Windows 31 - socks 4 + 5 support, with or without local name resolving 34 - support for large files (>2GB and >4GB) during upload and download 64 - Content-Encoding support for deflate and gzip 65 - "Transfer-Encoding: chunked" support in uploads 83 - 'type=' URL support [all …]
|
D | HISTORY | 23 HttpGet 1.0 was released on April 8th 1997 with brand new HTTP proxy support. 25 We soon found and fixed support for getting currencies over GOPHER. Once FTP 26 download support was added, the name of the project was changed and urlget 2.0 42 SSL support was added, powered by the SSLeay library. 46 October, with the curl 4.9 release and the introduction of cookie support, 53 curl could now simulate quite a lot of a browser. TELNET support was added. 61 January, DICT support added. 67 August, LDAP:// and FILE:// support added. The curl web site gets 1300 visits 91 September, kerberos4 support was added. 110 The first experimental ftps:// support was added in March 2001. [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCObjectWriter.h | 129 support::endian::Writer<support::little>(*OS).write(Value); in writeLE16() 133 support::endian::Writer<support::little>(*OS).write(Value); in writeLE32() 137 support::endian::Writer<support::little>(*OS).write(Value); in writeLE64() 141 support::endian::Writer<support::big>(*OS).write(Value); in writeBE16() 145 support::endian::Writer<support::big>(*OS).write(Value); in writeBE32() 149 support::endian::Writer<support::big>(*OS).write(Value); in writeBE64()
|
/external/opencv3/cmake/templates/ |
D | cvconfig.h.in | 19 /* V4L capturing support */ 22 /* V4L2 capturing support */ 34 /* Clp support */ 52 /* IEEE1394 capturing support */ 55 /* IEEE1394 capturing support - libdc1394 v2.x */ 85 /* GTK+ 2.0 Thread support */ 113 /* V4L/V4L2 capturing support via libv4l */ 130 /* OpenGL support*/ 142 /* Qt support */ 145 /* Qt OpenGL support */ [all …]
|
/external/squashfs-tools/ |
D | INSTALL | 6 1. Kernel support 11 Extended attribute support requires 2.6.35 or newer. File systems with 15 LZO compression support requires 2.6.36 or newer kernels. 17 XZ compression support requires 2.6.38 or newer kernels. 19 LZ4 support is not yet in any mainline kernel. 28 support. Read the Makefile in squashfs-tools/ for instructions on building 29 LZO, LZ4 and XZ compression support, and for instructions on disabling GZIP 30 and extended attribute support if desired.
|
/external/ipsec-tools/ |
D | NEWS | 38 o SHA2 support 39 o pkcs7 support 41 o Darwin support 47 o Native LDAP support for Xauth and modecfg 49 o Camellia cipher support 51 o Modecfg SplitNet attribute support 52 o Modecfg SplitDNS attribute support ( server side ) 53 o Modecfg Default Domain attribute support 54 o Modecfg DNS/WINS server multiple attribute support 58 o NAT-T works with multiple peers behind the NAT (need kernel support) [all …]
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 17 * disable HT for a station that does not support WMM/QoS 18 * added support for hashed password (NtHash) in EAP-pwd server 20 * added EAP-EKE server support for deriving Session-Id 26 * added support for Brainpool Elliptic Curves with SAE 28 * added support for CCMP-256 and GCMP-256 as group ciphers with FT 32 * added EAP server support for TLS session resumption 45 * add support for Acct-Multi-Session-Id in RADIUS Accounting messages 46 * add support for PMKSA caching with SAE 47 * add support for generating BSS Load element (bss_load_update_period) 50 * add support for learning STA IPv4/IPv6 addresses and configuring [all …]
|
/external/llvm/include/llvm/Support/ |
D | ARMWinEH.h | 103 const support::ulittle32_t BeginAddress; 104 const support::ulittle32_t UnwindData; 106 RuntimeFunction(const support::ulittle32_t *Data) in RuntimeFunction() 109 RuntimeFunction(const support::ulittle32_t BeginAddress, in RuntimeFunction() 110 const support::ulittle32_t UnwindData) in RuntimeFunction() 293 const support::ulittle32_t ES; 295 EpilogueScope(const support::ulittle32_t Data) : ES(Data) {} in EpilogueScope() 314 const support::ulittle32_t *Data; 316 ExceptionDataRecord(const support::ulittle32_t *Data) : Data(Data) {} in ExceptionDataRecord() 350 ArrayRef<support::ulittle32_t> EpilogueScopes() const { in EpilogueScopes()
|
D | Win64EH.h | 46 support::ulittle16_t FrameOffset; 70 support::ulittle32_t StartAddress; 71 support::ulittle32_t EndAddress; 72 support::ulittle32_t UnwindInfoOffset; 116 return *reinterpret_cast<const support::ulittle32_t *>( in getLanguageSpecificHandlerOffset() 122 *reinterpret_cast<support::ulittle32_t *>(getLanguageSpecificData()) = in setLanguageSpecificHandlerOffset()
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlversion.rpgle.in | 55 * defined if the trio support need to be configured in 61 * defined if the trio support should not be configured in 68 * Whether the thread support is configured in 84 * Whether the DOM like tree manipulation API support is configured in 92 * Whether the serialization/saving support is configured in 140 * Whether the FTP support is configured in 148 * Whether the HTTP support is configured in 156 * Whether the DTD validation support is configured in 164 * Whether the HTML support is configured in 180 * Whether the Canonicalization support is configured in [all …]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/ |
D | CHANGES | 3 *) Added support for pypy 2.2 20 *) Added support for the following grouping @-rules: 23 *) Added support for Python 3.4 and Jython 2.7 30 *) Added support for pypy (1.9, 2.0) 32 *) Added support for jython (2.5) 37 *) Added support for Python 3.3
|