Home
last modified time | relevance | path

Searched refs:abbreviate (Results 1 – 25 of 26) sorted by relevance

12

/third_party/boost/tools/build/src/util/
Dstring.jam61 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__.py285 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 = {}
Ddoc.jam323 print.list-item --abbreviate-paths\;
/third_party/boost/libs/test/test/
DREADME.md38 ..\..\..\b2 --abbreviate-paths toolset=msvc-14.1 cxxflags="/std:c++latest"
/third_party/boost/tools/build/src/build/
Dproperty.jam253 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/
Dsyntaxrules.txt570 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/
Dsyntaxrules.txt570 Always use the specified abbreviations. Never abbreviate terms
572 add terms to your extensions, abbreviate consistently, maintaining
/third_party/boost/libs/bimap/doc/reference/
Dbimap.qbk82 `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/
Dmaterial_localizations.dart228 /// Does not abbreviate names. Appears in spoken announcements of the date
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Droot.txt328 "/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/
Droot.txt329 "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate"
333 "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate"
/third_party/icu/icu4c/source/data/locales/
Droot.txt329 "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate"
333 "/LOCALE/calendar/chinese/cyclicNameSets/solarTerms/format/abbreviate"
/third_party/boost/tools/build/doc/src/
Doverview.adoc584 `--abbreviate-paths`::
592 option produces shorter paths than `--abbreviate-paths` does, but at the
Dreference.adoc1025 `--abbreviate-paths` reduces each element to no more than five characters.
/third_party/icu/docs/userguide/transforms/general/
Drules.md180 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/
Dmsvc.jam138 complete list of compiler configurations are as follows (we abbreviate
/third_party/python/Doc/library/
Ddecimal.rst1989 A. Some users abbreviate the constructor to just a single letter:
/third_party/python/Doc/whatsnew/
D3.6.rst1566 abbreviate long sequences of repeated lines in tracebacks as shown in the
/third_party/tzdata/
DNEWS1248 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.
Deurope1006 # abbreviate it as "GMT", as it happened to be GMT.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program2.txt1229 and a set of mnemonics that abbreviate the aliasing of conventional
DNV_vertex_program.txt1905 15 and a set of mnemonics that abbreviate the aliasing of conventional
/third_party/openGLES/extensions/NV/
DNV_vertex_program2.txt1229 and a set of mnemonics that abbreviate the aliasing of conventional
DNV_vertex_program.txt1905 15 and a set of mnemonics that abbreviate the aliasing of conventional
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.210518 * src/raster/ftraster.c [STANDALONE_]: Do not abbreviate error macros.

12