Home
last modified time | relevance | path

Searched refs:CVS (Results 1 – 25 of 149) sorted by relevance

123456

/external/expat/
D.gitignore1 # CVS default ignores begin
28 # CVS default ignores end
/external/python/cpython2/Demo/pdist/
DREADME1 Filesystem, RCS and CVS client and server classes
9 CVS stuff
13 rcvs.py Remote CVS client command line interface
15 cvslib.py CVS admin files classes (used by rrcs)
16 cvslock.py CVS locking algorithms
Drcvs.py35 from cvslib import CVS, File
241 class RCVS(CVS):
246 CVS.__init__(self)
Dcvslib.py174 class CVS: class
353 x = CVS()
/external/ltp/testcases/open_posix_testsuite/
DNEWS24 -March 11, 2004 Test Pass Results - (CVS pull 3-04-04)
25 POSIX Test Suite test pass results available for [CVS pull 3-04-04, Kernel 2.6.1, libc-2004-02-15 a…
27 -March 1, 2004 Test Pass Results - (CVS pull 2-20-04)
28 POSIX Test Suite test pass results available for [CVS pull 2-20-04, Kernel 2.6.1, libc-2004-02-01 a…
/external/squashfs-tools/
DREADME3 This is the squashfs.sourceforge.net CVS repository imported into this
17 The kernel and kernel-2.4 directories (imported from CVS) are not really
/external/clang/test/SemaCXX/
Dexceptions.cpp246 typedef const volatile S CVS; typedef
249 throw CVS(); // expected-error{{no matching constructor for initialization}} in f()
/external/llvm-project/clang/test/SemaCXX/
Dexceptions.cpp251 typedef const volatile S CVS; typedef
254 throw CVS(); // expected-error{{no matching constructor for initialization}} in f()
/external/openssh/
DREADME23 This version actively tracks changes in the OpenBSD CVS repository.
44 This version of OpenSSH is based upon code retrieved from the OpenBSD CVS
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp264 CVSymbol CVS = SS.readRecord(Offset); in getOrCreateGlobalSymbolByOffset() local
266 switch (CVS.kind()) { in getOrCreateGlobalSymbolByOffset()
268 UDTSym US = cantFail(SymbolDeserializer::deserializeAs<UDTSym>(CVS)); in getOrCreateGlobalSymbolByOffset()
/external/ltp/runtest/
DMakefile31 UNWANTED_FILES := Makefile CVS STAX
/external/icu/icu4c/source/samples/
Dreadme.txt57 - The "icuapps" CVS module contains other applications and libraries not
58 included with ICU. You can check it out from the CVS command line
/external/f2fs-tools/
D.gitignore16 CVS
/external/cldr/tools/scripts/
DplatformDiffTool.sh19 cp -r ${TREE}/CVS ${TREE}.new/
/external/e2fsprogs/util/
Dgen-tarball.in37 -o -name CVS -o -name \*.rej -o -name Makefile.pq \
/external/jline/src/src/site/apt/
Dbuilding.apt9 …Source code is included in the JLine distribution, or can be checked out from CVS as described {{{…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp230 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol()
231 return SymbolDeserializer::deserializeAs<T>(CVS, Symbol); in fromCodeViewSymbol()
254 Error fromCodeViewSymbol(CVSymbol CVS) override { in fromCodeViewSymbol()
255 this->Kind = CVS.kind(); in fromCodeViewSymbol()
256 Data = CVS.RecordData.drop_front(sizeof(RecordPrefix)); in fromCodeViewSymbol()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp253 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol()
254 return SymbolDeserializer::deserializeAs<T>(CVS, Symbol); in fromCodeViewSymbol()
277 Error fromCodeViewSymbol(CVSymbol CVS) override { in fromCodeViewSymbol()
278 this->Kind = CVS.kind(); in fromCodeViewSymbol()
279 Data = CVS.RecordData.drop_front(sizeof(RecordPrefix)); in fromCodeViewSymbol()
/external/libdivsufsort/CMakeModules/
DProjectCPack.cmake35 SET(CPACK_SOURCE_IGNORE_FILES "/CVS/" "/build/" "/\\\\.build/" "/\\\\.svn/" "~$")
/external/python/cpython2/Mac/
DMakefile.in196 *CVS) ;; \
280 *CVS) ;; \
/external/ltp/
D.gitignore1 CVS
/external/python/cpython2/Tools/scripts/
DREADME17 cvsfiles.py Print a list of files that are under CVS
41 logmerge.py Consolidate CVS/RCS logs read from stdin
/external/openssh/contrib/solaris/
DREADME13 1. make -F Makefile.in distprep (Only if you are getting from the CVS tree)
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp274 CVSymbol CVS = SS.readRecord(Offset); in getOrCreateGlobalSymbolByOffset() local
276 switch (CVS.kind()) { in getOrCreateGlobalSymbolByOffset()
278 UDTSym US = cantFail(SymbolDeserializer::deserializeAs<UDTSym>(CVS)); in getOrCreateGlobalSymbolByOffset()
/external/mesa3d/docs/
Drepository.rst168 If you are familiar with CVS or similar system, this is similar to
171 update. (CVS doesn't work like Git in this respect, but this is

123456