/external/ltp/runtest/ |
Makefile | 29 # We don't want to copy over directories like CVS, STAX, etc, or the Makefile 31 UNWANTED_FILES := Makefile CVS STAX
|
/external/bison/build-aux/ |
gnu-web-doc-update | 102 find_tool CVS cvs 169 && $CVS -d $USER@cvs.sv.gnu.org:/webcvs/$pkg co $pkg ) 178 | $XARGS --no-run-if-empty -- $CVS add -ko 180 $CVS ci -m $version
|
vc-list-files | 83 elif test -d CVS; then 93 if (f ~ /CVS\/Entries$/) \
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
messages.properties | 60 RSSFeedPublisherTask.UsingCVSRoot=Using CVS Root: 61 RSSFeedPublisherTask.UsingCVSPath=Using CVS Path: 62 RSSFeedPublisherTask.UsingCVSTemp=Using CVS Temp: 64 RSSFeedPublisherTask.ErrorNothingToDo=Error\! Must specify SCP and/or CVS options to publish a feed file. Nothing to do\! 66 RSSFeedPublisherTask.CVSWarning=cvs add: use `cvs commit' to add this file permanently
|
/external/clang/test/SemaCXX/ |
exceptions.cpp | 246 typedef const volatile S CVS; 249 throw CVS(); // expected-error{{no matching constructor for initialization}}
|
/external/e2fsprogs/util/ |
gen-tarball.in | 39 -o -name CVS -o -name \*.rej -o -name Makefile.pq \
|
/external/ltp/tools/pounder21/ |
Makefile | 43 cd ../../../; make clean; tar -cvzf $(NAME)-`date '+%Y-%m-%d'`.src.tar.gz --exclude '*CVS*' $(NAME) 48 cd ../../../; tar -czf $(NAME)-`date '+%Y-%m-%d'`.`uname -m`.tar.gz $(NAME) --exclude='*CVS*' 65 rm -rf `find tests/* 2>/dev/null | grep -v CVS`
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
Makefile | 15 # make -s BUILD_FOR_WEBSITE=1 inside the cvs commit script.
65 pod2man --release=CVS --center="LLVM Command Guide" $< $@
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ELFWriter.cpp | 419 void ELFWriter::EmitGlobalConstantStruct(const ConstantStruct *CVS, 424 unsigned Size = TD->getTypeAllocSize(CVS->getType()); 425 const StructLayout *cvsLayout = TD->getStructLayout(CVS->getType()); 427 for (unsigned i = 0, e = CVS->getNumOperands(); i != e; ++i) { 428 const Constant* field = CVS->getOperand(i); 459 } else if (const ConstantStruct *CVS = dyn_cast<ConstantStruct>(CV)) { 460 EmitGlobalConstantStruct(CVS, GblS); [all...] |
ELFWriter.h | 229 void EmitGlobalConstantStruct(const ConstantStruct *CVS,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
rcvs.py | 3 """Remote CVS -- command line interface"""
11 # - cvs rm
20 # - edit log message the way CVS lets you edit it
21 # - cvs diff -rREVA -rREVB
22 # - send mail the way CVS sends it
35 from cvslib import CVS, File
229 Subject: CVS changes: %s
241 class RCVS(CVS):
246 CVS.__init__(self)
299 raise RuntimeError, "'cvs add' needs at least one file" [all...] |
cvslib.py | 1 """Utilities for CVS administration."""
20 eseen -- true if the data from the CVS/Entries entry is up to date
28 entry in the CVS/Entries file.
43 extra -- 5th string from CVS/Entries file
125 """Return a line suitable for inclusion in CVS/Entries.
174 class CVS:
176 """Represent the contents of a CVS admin file (and more).
207 """Read the contents of CVS/Entries"""
219 """Write CVS/Entries back"""
275 file = os.path.join("CVS", file) [all...] |
/external/openssh/contrib/redhat/ |
openssh.spec | 477 - update to current CVS (not for use in distribution) 500 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298) 504 - pull cvs patch to add -t flag to sshd (#28611) 511 - pull cvs patch to fix remote port forwarding with protocol 2 514 - pull cvs patch to add session initialization to no-pty sessions 515 - pull cvs patch to not cut off challengeresponse auth needlessly 566 - drop various patches that came from or went upstream or to or from CVS 625 - Tweak the init script to match the CVS contrib script more closely. 632 - Resync with parts of Damien Miller's openssh.spec from CVS, including 641 - Resync with parts of Damien Miller's openssh.spec from CVS [all...] |
/external/valgrind/perf/ |
vg_perf.in | 34 # CVS/ or docs/. 408 if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
dumpICUrules.bat | 269 # ignore CVS keyword substitutions 381 # ignore CVS keyword substitutions
|
/build/soong/java/ |
app.go | 164 "CVS",
|
/external/e2fsprogs/resize/ |
Makefile.in | 126 -o -name CVS -o -name \*.rej \) -print) \
|
/external/syslinux/ |
syslinux.spec | 169 - Templatize for inclusion in CVS tree
|
/external/valgrind/tests/ |
vg_regtest.in | 58 # CVS/ or docs/. 609 if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
|
/external/strace/ |
strace.spec | 91 %doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README 478 - update to CVS, reintegrate ia64 support
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |
/external/libxml2/ |
Makefile.am | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
Makefile | 1006 *CVS) ;; \ [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/config/ |
Makefile | 1007 *CVS) ;; \ [all...] |