Home
last modified time | relevance | path

Searched refs:VERSIONS (Results 1 – 25 of 30) sorted by relevance

12

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixVersion.cpp25 CFX_PtrArray* CBC_DataMatrixVersion::VERSIONS = NULL; member in CBC_DataMatrixVersion
27 VERSIONS = new CFX_PtrArray(); in Initialize()
30 for (int32_t i = 0; i < VERSIONS->GetSize(); i++) { in Finalize()
31 delete ((CBC_DataMatrixVersion*)(VERSIONS->GetAt(i))); in Finalize()
33 VERSIONS->RemoveAll(); in Finalize()
34 delete VERSIONS; in Finalize()
85 for (int32_t i = 0; i < VERSIONS->GetSize(); i++) { in ReleaseAll()
86 delete (CBC_DataMatrixVersion*)VERSIONS->GetAt(i); in ReleaseAll()
88 VERSIONS->RemoveAll(); in ReleaseAll()
98 if (VERSIONS->GetSize() == 0) { in GetVersionForDimensions()
[all …]
DBC_DataMatrixVersion.h84 static CFX_PtrArray* VERSIONS; variable
/external/mesa3d/docs/
DRELNOTES-3.28 have been added. For a list of bug fixes please read the VERSIONS file.
DRELNOTES-3.418 see the VERSIONS file.
DRELNOTES-4.0.119 See the docs/VERSIONS file for the list of bug fixes.
DRELNOTES-3.4.218 the Mesa 3.4.1 release. For details, see the VERSIONS file.
DRELNOTES-3.4.118 the Mesa 3.4 release. For details, see the VERSIONS file.
DRELNOTES-6.3.216 6.3.2 is primarily a bug-fix release. See the VERSIONS file for details.
DRELNOTES-3.2.19 See the VERSIONS file for the exact list.
DRELNOTES-6.3.129 Bugs fixed in 6.3.1 are listed in the VERSIONS file.
DRELNOTES-6.2.119 See the VERSIONS file for details.
DRELNOTES-6.219 See the VERSIONS file for details.
DRELNOTES-6.416 6.4 is a bug-fix release. See the VERSIONS file for details.
DRELNOTES-5.0.115 Mesa 5.0.1 just fixes bugs found since the 5.0 release. See the VERSIONS
DRELNOTES-5.0.215 Mesa 5.0.2 just fixes bugs found since the 5.0.1 release. See the VERSIONS
DRELNOTES-4.0.319 See the docs/VERSIONS file for the list of bug fixes.
DRELNOTES-4.0.219 See the docs/VERSIONS file for the list of bug fixes.
DRELNOTES-6.0.115 Mesa 6.0.1 just fixes bugs found since the 6.0 release. See the VERSIONS
DRELNOTES-5.018 bug fixes, etc. see the VERSIONS file.
DRELNOTES-6.083 See the VERSIONS file for more details about bug fixes, etc. in Mesa 6.0.
DRELNOTES-6.1108 See the VERSIONS file for more details about bug fixes, etc. in Mesa 6.1.
DRELNOTES-4.0159 See the VERSIONS file for more details about bug fixes, etc. in Mesa 4.0.
/external/curl/docs/
DMakefile.am37 README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS \
/external/curl/packages/Linux/RPM/
Dcurl-ssl.spec.in75 %doc docs/TODO docs/VERSIONS docs/TheArtOfHttpScripting tests
/external/curl/packages/AIX/RPM/
Dcurl.spec.in116 %doc docs/MANUAL docs/RESOURCES docs/THANKS docs/VERSIONS docs/TODO

12