HomeSort by relevance Sort by last modified time
    Searched refs:CVS (Results 1 - 25 of 30) sorted by null

1 2

  /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/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/python/cpython2/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...]
  /build/soong/java/
android_resources.go 34 "CVS",
  /external/valgrind/perf/
vg_perf 34 # CVS/ or docs/.
414 if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
vg_perf.in 34 # CVS/ or docs/.
414 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
  /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 60 # CVS/ or docs/.
621 if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
vg_regtest.in 60 # CVS/ or docs/.
621 if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
  /external/strace/
strace.spec 97 %doc CREDITS ChangeLog ChangeLog-CVS COPYING NEWS README
499 - 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...]

Completed in 366 milliseconds

1 2