/external/dropbear/libtommath/ |
mess.sh | 2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi
|
/external/dropbear/libtomcrypt/ |
mess.sh | 2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here, removed"; rm -f $1 ; fi
|
crypt.tex | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
parsecvs.sh | 20 cvs $CVSOPTS up -Pd .; 22 cvs $CVSOPTS log > $f
|
setup.sh | 3 # setup script for use with Neil Skrypuch's Search CVS tool 5 # used to check out cvs content so that it can be logged by parsecvs.sh 18 cvs -d :pserver:anonymous@dev.eclipse.org:$CVSROOT $quietcvs co $project; 21 # list projects to extract; add other cvs roots (eg. /cvsroot/modeling) as necessary below 28 # do checkouts for each cvs root's projects
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
testing.properties.template | 43 cvsRoot=:pserver:anonymous@ottcvs1:/home/cvs/releng
|
/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
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-bcel.jar | |
ant.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
feedPublish.eclipse.properties | 90 # options for publishing files - need either an scp target or a cvs root/path, or both 93 # /path/to/cvs/executable 94 cvsExec=/usr/bin/cvs 95 # user@cvsServer:/path/to/cvs/root 97 # cvs/module/path
|
feedPublish.emf.properties | 76 # options for publishing files - need either an scp target or a cvs root/path, or both 79 # /path/to/cvs/executable 80 cvsExec=/usr/bin/cvs 81 # user@cvsServer:/path/to/cvs/root 83 # cvs/module/path 97 #cvsRoot=nickb@dbzi:/home/cvs
|
feedPublish.uml2.properties | 76 # options for publishing files - need either an scp target or a cvs root/path, or both 79 # /path/to/cvs/executable 80 cvsExec=/usr/bin/cvs 81 # user@cvsServer:/path/to/cvs/root 83 # cvs/module/path
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentResolverTest.java | 730 ContentValues[] cvs = new ContentValues[2]; local 731 cvs[0] = new ContentValues(); 732 cvs[0].put(COLUMN_KEY_NAME, key4); 733 cvs[0].put(COLUMN_VALUE_NAME, value4); 735 cvs[1] = new ContentValues(); 736 cvs[1].put(COLUMN_KEY_NAME, key5); 737 cvs[1].put(COLUMN_VALUE_NAME, value5); 739 assertEquals(2, mContentResolver.bulkInsert(TABLE1_URI, cvs)); 756 mContentResolver.bulkInsert(null, cvs); [all...] |
/external/openssh/contrib/caldera/ |
openssh.spec | 17 #old cvs stuff. please update before use. may be deprecated. 21 %define cvs %{nil} 24 %define cvs cvs20050315 35 Version : %{version}%{cvs} 57 # %{use_stable}==0: :pserver:cvs@bass.directhit.com:/cvs/openssh_cvs 171 %setup %([ -z "%{cvs}" ] || echo "-n %{name}_cvs") -a2
|
/external/openssh/contrib/redhat/ |
openssh.spec | 478 - update to current CVS (not for use in distribution) 501 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298) 505 - pull cvs patch to add -t flag to sshd (#28611) 512 - pull cvs patch to fix remote port forwarding with protocol 2 515 - pull cvs patch to add session initialization to no-pty sessions 516 - pull cvs patch to not cut off challengeresponse auth needlessly 567 - drop various patches that came from or went upstream or to or from CVS 626 - Tweak the init script to match the CVS contrib script more closely. 633 - Resync with parts of Damien Miller's openssh.spec from CVS, including 642 - Resync with parts of Damien Miller's openssh.spec from CVS [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | 1482 ContentValues[] cvs = new ContentValues[len]; local 1543 ContentValues[] cvs = new ContentValues[len]; local [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
CalendarTest.java | [all...] |
/external/mksh/src/ |
Build.sh | [all...] |
/external/bison/ |
maint.mk | [all...] |
/prebuilts/tools/common/ant/ |
ant.jar | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |