Searched refs:abbreviate (Results 1 – 25 of 26) sorted by relevance
12
/third_party/boost/tools/build/src/util/ |
D | string.jam | 61 rule abbreviate ( string ) 163 assert.result rntm : abbreviate runtime ; 164 assert.result ovrld : abbreviate overload ; 165 assert.result dbg : abbreviate debugging ; 166 assert.result async : abbreviate asynchronous ; 167 assert.result pop : abbreviate pop ; 168 assert.result aaa : abbreviate aaa ; 169 assert.result qck : abbreviate quack ; 170 assert.result sttc : abbreviate static ;
|
D | __init__.py | 285 r.append(abbreviate(part)) 289 def abbreviate(s): function 296 if s in abbreviate.abbreviations: 297 return abbreviate.abbreviations[s] 302 abbreviate.abbreviations[s] = s 318 abbreviate.abbreviations[s] = s2 321 abbreviate.abbreviations = {}
|
D | doc.jam | 323 print.list-item --abbreviate-paths\;
|
/third_party/boost/libs/test/test/ |
D | README.md | 38 ..\..\..\b2 --abbreviate-paths toolset=msvc-14.1 cxxflags="/std:c++latest"
|
/third_party/boost/tools/build/src/build/ |
D | property.jam | 253 local rule abbreviate-dashed ( string ) 258 r += [ string.abbreviate $(part) ] ; 270 if --abbreviate-paths in [ modules.peek : ARGV ] 272 .abbrev = abbreviate-dashed ; 857 import property : path-order abbreviate-dashed ; 931 assert.result optmz-off : abbreviate-dashed optimization-off ; 932 assert.result rntm-lnk-sttc : abbreviate-dashed runtime-link-static ;
|
/third_party/openGLES/docs/ |
D | syntaxrules.txt | 570 Always use the specified abbreviations. Never abbreviate terms 572 add terms to your extensions, abbreviate consistently, maintaining
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | syntaxrules.txt | 570 Always use the specified abbreviations. Never abbreviate terms 572 add terms to your extensions, abbreviate consistently, maintaining
|
/third_party/boost/libs/bimap/doc/reference/ |
D | bimap.qbk | 82 `O(i_l(n)+i_r(n)+i_a(n))`. To abbreviate the notation, we adopt the
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | material_localizations.dart | 228 /// Does not abbreviate names. Appears in spoken announcements of the date
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | root.txt | 328 "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate" 332 "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate"
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | root.txt | 329 "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate" 333 "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate"
|
/third_party/icu/icu4c/source/data/locales/ |
D | root.txt | 329 "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate" 333 "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate"
|
/third_party/boost/tools/build/doc/src/ |
D | overview.adoc | 584 `--abbreviate-paths`:: 592 option produces shorter paths than `--abbreviate-paths` does, but at the
|
D | reference.adoc | 1025 `--abbreviate-paths` reduces each element to no more than five characters.
|
/third_party/icu/docs/userguide/transforms/general/ |
D | rules.md | 180 a hyphen to abbreviate it. For example, instead of writing `[a b c d e f g m n o]`,
|
/third_party/boost/tools/build/src/tools/ |
D | msvc.jam | 138 complete list of compiler configurations are as follows (we abbreviate
|
/third_party/python/Doc/library/ |
D | decimal.rst | 1989 A. Some users abbreviate the constructor to just a single letter:
|
/third_party/python/Doc/whatsnew/ |
D | 3.6.rst | 1566 abbreviate long sequences of repeated lines in tracebacks as shown in the
|
/third_party/tzdata/ |
D | NEWS | 1248 Use "MMT" to abbreviate Liberia's time zone before 1972, as "-004430" 2568 America/Metlakatla now uses PST, not MeST, to abbreviate its time zone.
|
D | europe | 1006 # abbreviate it as "GMT", as it happened to be GMT.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vertex_program2.txt | 1229 and a set of mnemonics that abbreviate the aliasing of conventional
|
D | NV_vertex_program.txt | 1905 15 and a set of mnemonics that abbreviate the aliasing of conventional
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program2.txt | 1229 and a set of mnemonics that abbreviate the aliasing of conventional
|
D | NV_vertex_program.txt | 1905 15 and a set of mnemonics that abbreviate the aliasing of conventional
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 518 * src/raster/ftraster.c [STANDALONE_]: Do not abbreviate error macros.
|
12