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

  /external/clang/include/clang/
Makefile 17 | grep -v CVS | grep -v .svn | grep -v .dir` ; do \
35 | grep -v CVS | grep -v .tmp | grep -v .dir` ; do \
  /external/clang/include/clang-c/
Makefile 14 | grep -v CVS | grep -v .svn | grep -v .dir` ; do \
27 | grep -v CVS | grep -v .tmp | grep -v .dir` ; do \
  /external/e2fsprogs/util/
gen-tarball.in 39 -o -name CVS -o -name \*.rej -o -name Makefile.pq \
  /external/dbus/
update-dbus-docs.sh 17 export CVSROOT=":ext:${user}cvs.freedesktop.org:/cvs/dbus"
24 cvs co dbus || die "failed to cvs update"
47 find doc -not -type d | grep -v CVS | grep -v -E '.~[0-9.]+~' | grep -v Makefile | grep -vE '.c$' | grep -v man3dbus | grep -v .cvsignore | sort > filesystem.list || die "could not list doc/* contents"
  /external/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/llvm/lib/CodeGen/
ELFWriter.cpp 421 void ELFWriter::EmitGlobalConstantStruct(const ConstantStruct *CVS,
426 unsigned Size = TD->getTypeAllocSize(CVS->getType());
427 const StructLayout *cvsLayout = TD->getStructLayout(CVS->getType());
429 for (unsigned i = 0, e = CVS->getNumOperands(); i != e; ++i) {
430 const Constant* field = CVS->getOperand(i);
461 } else if (const ConstantStruct *CVS = dyn_cast<ConstantStruct>(CV)) {
462 EmitGlobalConstantStruct(CVS, GblS);
    [all...]
ELFWriter.h 229 void EmitGlobalConstantStruct(const ConstantStruct *CVS,
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 160 test -d CVS && vc_ignore="$vc_ignore .cvsignore"
460 if test -d CVS; then
461 grep -F "/$file/" $dir/CVS/Entries 2>/dev/null |
  /external/valgrind/main/perf/
vg_perf 34 # CVS/ or docs/.
331 if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
vg_perf.in 34 # CVS/ or docs/.
331 if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
  /external/webkit/Tools/Scripts/
commit-log-editor 272 $foundComment = 1 if (/\S/ && !/^CVS:/);
  /external/e2fsprogs/resize/
Makefile.in 124 -o -name CVS -o -name \*.rej \) -print) \
  /external/valgrind/main/tests/
vg_regtest 48 # CVS/ or docs/.
398 if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
vg_regtest.in 48 # CVS/ or docs/.
398 if ($dir =~ /^(BitKeeper|CVS|SCCS|docs|doc)$/) { return; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 209 milliseconds