Searched refs:sys (Results 1 - 7 of 7) sorted by relevance

/lucene-3.6.0/dev-tools/scripts/
H A DdiffSources.py17 import sys namespace
22 if '-skipWhitespace' in sys.argv:
23 sys.argv.remove('-skipWhitespace')
27 if len(sys.argv) != 3:
39 sys.exit(0)
41 p = subprocess.Popen(['diff', DIFF_FLAGS, '-x', '.svn', '-x', 'build', sys.argv[1], sys.argv[2]], shell=False, stdout=subprocess.PIPE)
H A DbuildAndPushRelease.py20 import sys namespace
156 doPrepare = '-prepare' in sys.argv
158 sys.argv.remove('-prepare')
159 doPush = '-push' in sys.argv
161 sys.argv.remove('-push')
162 root = os.path.abspath(sys.argv[1])
163 version = sys.argv[2]
164 gpgKeyID = sys.argv[3]
165 rcNum = int(sys.argv[4])
166 username = sys
[all...]
H A DcheckJavaDocs.py16 import sys namespace
87 sys.exit(1)
106 checkPackageSummaries(sys.argv[1])
H A DsmokeTestRelease.py27 import sys namespace
819 workingCopy = os.path.abspath('%s/../..' % sys.path[0])
904 sys.stdout.write('.')
963 # sys.path[0] is the directory containing this script: dev-tools/scripts/
964 sourceLocation = os.path.abspath('%s/../maven' % sys.path[0])
997 sys.stdout.write('.')
1001 if len(sys.argv) != 4:
1003 print 'Usage python -u %s BaseURL version tmpDir' % sys.argv[0]
1005 sys.exit(1)
1007 baseURL = sys
[all...]
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/
H A DmakeEuroparlLineFile.py16 import sys namespace
23 sys.argv.remove('-verbose')
29 sys.argv.remove('-docPerParagraph')
105 dirIn = sys.argv[1]
106 fileOut = sys.argv[2]
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/
H A DmakeEuroparlLineFile.py16 import sys namespace
23 sys.argv.remove('-verbose')
29 sys.argv.remove('-docPerParagraph')
105 dirIn = sys.argv[1]
106 fileOut = sys.argv[2]
/lucene-3.6.0/lucene/contrib/misc/src/java/org/apache/lucene/store/
H A DNativePosixUtil.cpp23 #include <sys/mman.h> // posix_madvise, madvise
24 #include <sys/types.h> // constants for open
25 #include <sys/stat.h> // constants for open

Completed in 28 milliseconds