Searched refs:versioninfo (Results 1 – 13 of 13) sorted by relevance
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
D | ReportPage.java | 151 final HTMLElement versioninfo = footer.span(Styles.RIGHT); in footer() local 152 versioninfo.text("Created with "); in footer() 153 versioninfo.a(JaCoCo.HOMEURL).text("JaCoCo"); in footer() 154 versioninfo.text(" ").text(JaCoCo.VERSION); in footer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/ |
D | tag-versioninfo.test | 1 ; RUN: llvm-rc /FO %t %p/Inputs/tag-versioninfo.rc 59 ; RUN: not llvm-rc /FO %t %p/Inputs/tag-versioninfo-mixed-ints-strings.rc 2>&1 | FileCheck %s --che… 64 ; RUN: not llvm-rc /FO %t %p/Inputs/tag-versioninfo-word-too-large.rc 2>&1 | FileCheck %s --check-p…
|
D | parser.test | 223 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-versioninfo-wrong-fixed.rc 2>&1 | FileCheck %s --ch… 228 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-versioninfo-named-main-block.rc 2>&1 | FileCheck %s… 233 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-versioninfo-unnamed-inner-block.rc 2>&1 | FileCheck… 238 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-versioninfo-unnamed-value.rc 2>&1 | FileCheck %s --… 243 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-versioninfo-bad-type.rc 2>&1 | FileCheck %s --check… 248 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-versioninfo-repeated-fixed.rc 2>&1 | FileCheck %s -…
|
D | versioninfo-padding.test | 1 ; RUN: llvm-rc /FO %t %p/Inputs/versioninfo-padding.rc
|
/external/python/cpython2/Lib/ |
D | platform.py | 758 versioninfo=('', '', '') 759 return release,versioninfo,machine 773 versioninfo=('', '', '') 779 return release,versioninfo,machine 782 def mac_ver(release='',versioninfo=('','',''),machine=''): argument 805 return release,versioninfo,machine
|
/external/python/cpython3/Lib/ |
D | platform.py | 594 versioninfo = ('', '', '') 600 return release, versioninfo, machine 603 def mac_ver(release='', versioninfo=('', '', ''), machine=''): argument 620 return release, versioninfo, machine
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 231 .. function:: mac_ver(release='', versioninfo=('','',''), machine='') 233 Get Mac OS version information and return it as tuple ``(release, versioninfo, 234 machine)`` with *versioninfo* being a tuple ``(version, dev_stage,
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 233 .. function:: mac_ver(release='', versioninfo=('','',''), machine='') 235 Get Mac OS version information and return it as tuple ``(release, versioninfo, 236 machine)`` with *versioninfo* being a tuple ``(version, dev_stage,
|
/external/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 353 div.versioninfo {
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 353 div.versioninfo {
|
/external/python/httplib2/doc/html/_static/ |
D | sphinxdoc.css | 399 div.versioninfo {
|
/external/dtc/Documentation/ |
D | manual.txt | 163 sourcefile: versioninfo plugindecl list_of_memreserve devicetree 170 versioninfo: '/' 'dts-v1' '/' ';'
|
/external/python/setuptools/docs/ |
D | easy_install.txt | 241 the package(s) you don't need by deleting the PackageName-versioninfo.egg file
|