/external/grpc-grpc-java/buildscripts/ |
D | sonatype-upload.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eu -o pipefail 18 if [ $# -ne 2 ]; then 20 Usage: $0 PROFILEID DIR 26 DIR Directory to upload to Sonatype as a new staging repository 28 ~/.config/sonatype-upload: Configuration file for Sonatype username and password 36 * Change the drop-down from "Summary" to "User Token" 43 DIR="$2" 44 if [ -z "$DIR" ]; then 45 echo "Must specify non-empty directory name" [all …]
|
/external/curl/tests/data/ |
D | test624 | 6 --ftp-create-dirs 11 # Server-side 16 # Client-side 22 SFTP put with --ftp-create-dirs 25 --ftp-create-dirs --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file624.txt s… 28 …CDIR/libtest/test610.pl move %PWD/log/test624.dir/upload.624 %PWD/log/upload.624 rmdir %PWD/log/te… 32 for ssh upload test 39 <upload> 41 for ssh upload test 42 </upload>
|
D | test216 | 8 # Server-side 12 # Client-side 18 FTP upload two files to the same dir 21 -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/ -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/pat… 23 <file name="log/upload.216"> 24 upload this file twice 39 STOR upload.216
|
D | test615 | 11 # Client-side 17 perl %SRCDIR/libtest/test613.pl prepare %PWD/log/test615.dir 23 --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file615.txt sftp://%HOSTIP:%SSH… 26 perl %SRCDIR/libtest/test613.pl postprocess %PWD/log/test615.dir 30 for ssh upload test
|
/external/skqp/infra/bots/assets/ |
D | asset_utils_test.py | 5 # Use of this source code is governed by a BSD-style license that can be 29 CIPD_DEV_SERVICE_URL = 'https://chrome-infra-packages-dev.appspot.com' 30 GS_BUCKET = 'skia-infra-testdata' 54 self.dir = tempfile.mkdtemp() 57 target = os.path.join(self.dir, name) 60 contents = os.listdir(os.path.join(self.dir, name)) 63 def upload(self, name, version, target_dir, extra_tags=None): member in _LocalStore 64 shutil.copytree(target_dir, os.path.join(self.dir, name, str(version))) 67 shutil.copytree(os.path.join(self.dir, name, str(version)), target_dir) 71 shutil.rmtree(self.dir) [all …]
|
/external/skia/infra/bots/assets/ |
D | asset_utils_test.py | 5 # Use of this source code is governed by a BSD-style license that can be 29 CIPD_DEV_SERVICE_URL = 'https://chrome-infra-packages-dev.appspot.com' 30 GS_BUCKET = 'skia-infra-testdata' 54 self.dir = tempfile.mkdtemp() 57 target = os.path.join(self.dir, name) 60 contents = os.listdir(os.path.join(self.dir, name)) 63 def upload(self, name, version, target_dir, extra_tags=None): member in _LocalStore 64 shutil.copytree(target_dir, os.path.join(self.dir, name, str(version))) 67 shutil.copytree(os.path.join(self.dir, name, str(version)), target_dir) 71 shutil.rmtree(self.dir) [all …]
|
/external/curl/docs/ |
D | FEATURES | 10 - config file support 11 - multiple URLs in a single command line 12 - range "globbing" support: [0-13], {one,two,three} 13 - multiple file upload on a single command line 14 - custom maximum transfer rate 15 - redirectable stderr 16 - metalink support (*13) 19 - full URL syntax with no length limit 20 - custom maximum download time 21 - custom least download speed acceptable [all …]
|
/external/flatbuffers/.travis/ |
D | deploy-python.sh | 3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 4 PROD_REPOSITORY="https://upload.pypi.org/legacy/" 7 twine upload \ 8 --username "$PYPI_USERNAME" \ 9 --password "$PYPI_PASSWORD" \ 10 --repository-url "$PROD_REPOSITORY" \ 11 "$DIR/../python/dist/"*
|
/external/droiddriver/ |
D | contributing_aosp.md | 6 DroidDriver is an "unbundled" project. If you specify the repo manifest branch "droiddriver-dev" (s… 8 Create a dir for AOSP, e.g. ~/android/aosp. It should be separate from your work on the internal re… 12 $ mkdir droiddriver-dev 13 $ cd droiddriver-dev 14 $ repo init -u https://android.googlesource.com/a/platform/manifest -b droiddriver-dev 18 The code should be downloaded to the current dir. You may see some lines in the output like: 22 These messages seem non-fatal and you should see these dirs after it is done: 28 [Submitting patches to Android](https://source.android.com/source/submit-patches.html) 30 - `cd external/droiddriver/` 31 - `repo start somebranchname .` [all …]
|
/external/autotest/cli/ |
D | skylab_utils.py | 2 # Use of this source code is governed by a BSD-style license that can be 21 INTERNAL_GERRIT_HOST = 'chrome-internal-review.googlesource.com' 24 INTERNAL_INVENTORY_REPO_URL = ('https://chrome-internal.googlesource.com/' 27 r'https://chrome-internal-review.googlesource.com/c/chromeos/' 28 'infra_internal/skylab_inventory/\\+/([0-9]*)') 29 MSG_INVALID_IN_SKYLAB = 'This is currently not supported with --skylab.' 92 labels={'Code-Review': 2, 'Verified': 1}, 93 msg='Set TBR by "atest --skylab"', 112 """Initialize inventory repo at the given dir.""" 135 """Get path to the data dir.""" [all …]
|
/external/autotest/client/common_lib/ |
D | packages.py | 4 upload and remove packages. 7 #pylint: disable=missing-docstring 82 repo_run_command(repo, 'mkdir -p %s' % remote_path, cd=False) 93 'df -PB %d . | tail -1' % 10 ** 9).stdout.split() 118 cmd = 'find . -type f -atime +%s -exec rm -f {} \;' % older_than_days 138 curl_cmd_pattern = 'curl --connect-timeout 15 -s %s -o %s' 154 target: Optional string that should either be 'file' or 'dir' 157 if target == 'dir': 158 test_cmd = 'test -d %s' 160 test_cmd = 'test -e %s' [all …]
|
D | revision_control.py | 50 repo is up-to-date, if not update. It delegates the install to 64 In such repos the -git-dir option should point to 65 the .git directory and -work-tree should point to 69 (.git) in the same directory. This class assumes non-bare 81 # path to .git dir 99 raise ValueError('Unsupported operation -- this object was not' 109 # base git command , pointing to gitpath git dir 110 gitcmdbase = '%s --git-dir=%s' % (self.git_base_cmd, 113 gitcmdbase += ' --work-tree=%s' % self.work_tree 178 cmd += '-b %s' % remote_branch [all …]
|
/external/curl/docs/libcurl/opts/ |
D | CURLOPT_UPLOAD.3 | 8 .\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. 26 CURLOPT_UPLOAD \- enable data upload 30 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_UPLOAD, long upload); 32 The long parameter \fIupload\fP set to 1 tells the library to prepare for and 33 perform an upload. The \fICURLOPT_READDATA(3)\fP and 38 Using PUT with HTTP 1.1 implies the use of a "Expect: 100-continue" header. 41 If you use PUT to an HTTP 1.1 server, you can upload data without knowing the 43 by adding a header like "Transfer-Encoding: chunked" with 61 curl_easy_setopt(curl, CURLOPT_URL, "ftp://example.com/dir/to/newfile"); 66 /* Set the size of the file to upload */
|
/external/autotest/utils/ |
D | packager.py | 1 #!/usr/bin/python -u 4 Utility to upload or remove the packages from the packages repository. 18 ACTION_UPLOAD = 'upload' 28 exclude_string = ('--exclude="deps/*" --exclude="tests/*" ' 29 '--exclude="site_tests/*" --exclude="**.pyc"') 38 exclude_string += ' --exclude="profilers/%s"' % f 41 # directory. We use '-C' for tar to change to the required 50 # Also note that this only works because tar prevents us from un-tarring 59 parser.add_option("-d", "--dependency", help="package the dependency" 60 " from client/deps directory and upload to the repo", [all …]
|
D | tko_publish.py | 19 USAGE="""tko-publish [options] <resultsdir> <rsync-destination-path> 25 <rsync-destination-path> A valid rsync destination path where to upload the 29 RSYNC_COMMAND = 'rsync -aqz "%s" "%s"' 33 regex = re.compile('[1-9][0-9]*-') 36 for dir in os.listdir(path): 37 # skip directories not matching the job result dir pattern 38 if not regex.match(dir): 41 dir = os.path.join(options.resultsdir, dir) 42 if (os.path.isdir(dir) 43 and not os.path.exists(os.path.join(dir, PUBLISH_FLAGFILE))): [all …]
|
/external/python/futures/ |
D | setup.cfg | 2 source-dir = docs 3 build-dir = build/sphinx 6 upload-dir = build/sphinx/html
|
/external/skia/infra/bots/recipe_modules/gsutil/ |
D | api.py | 2 # Use of this source code is governed by a BSD-style license that can be 16 """Attempt to upload or download files to/from Google Cloud Storage (GCS). 22 extra_args: optional list of args to be passed to gsutil. e.g. [-Z] asks 23 all files be compressed with gzip after upload and before download. 24 multi_thread: if the -m argument should be used to copy multiple items 25 at once (e.g. gsutil -m cp foo* gs://bar/dir) 31 cmd = ['-m'] + cmd 36 name = 'upload %s' % name 45 if i == UPLOAD_ATTEMPTS - 1:
|
/external/skqp/infra/bots/recipe_modules/gsutil/ |
D | api.py | 2 # Use of this source code is governed by a BSD-style license that can be 16 """Attempt to upload or download files to/from Google Cloud Storage (GCS). 22 extra_args: optional list of args to be passed to gsutil. e.g. [-Z] asks 23 all files be compressed with gzip after upload and before download. 24 multi_thread: if the -m argument should be used to copy multiple items 25 at once (e.g. gsutil -m cp foo* gs://bar/dir) 31 cmd = ['-m'] + cmd 36 name = 'upload %s' % name 45 if i == UPLOAD_ATTEMPTS - 1:
|
/external/autotest/site_utils/deployment/ |
D | cmdparse_unittest.py | 38 parser.parse_args(['--option', '--nooption']) 40 parser.parse_args(['--nooption', '--option']) 51 parser.parse_args(['--option', '--nooption']) 53 parser.parse_args(['--nooption', '--option']) 70 arguments = parser.parse_args(['--option']) 76 arguments = parser.parse_args(['--option']) 82 arguments = parser.parse_args(['--nooption']) 88 arguments = parser.parse_args(['--nooption']) 97 _ALL_SUBCOMMANDS = ['servo', 'firmware', 'test-image', 'repair'] 109 """Test handling of `--web`, both long and short forms.""" [all …]
|
/external/python/setuptools/setuptools/command/ |
D | upload_docs.py | 1 # -*- coding: utf-8 -*- 4 Implements a Distutils 'upload_docs' subcommand (upload documentation to 23 from .upload import upload 28 return s.encode('utf-8', errors) 31 class upload_docs(upload): 36 description = 'Upload documentation to PyPI' 40 "url of repository [default: %s]" % upload.DEFAULT_REPOSITORY), 41 ('show-response', None, 43 ('upload-dir=', None, 'directory to upload'), 45 boolean_options = upload.boolean_options [all …]
|
/external/libjpeg-turbo/ |
D | .travis.yml | 5 - /^[0-9]+\.[0-9]+\.[0-9]+/ 6 - /^jpeg-.*/ 10 - os: linux 14 - docker 15 - os: osx 18 - os: linux 23 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address -fno-omit-frame-pointer" 24 CMAKE_FLAGS="-DENABLE_SHARED=0" 29 - nasm 30 - os: linux [all …]
|
/external/libmtp/examples/ |
D | evolution-sync.sh | 10 SENDFILE=`which mtp-sendfile` 11 # SENDFILE="$HOME/comp-apps/bin/sendfile" 12 #EADDEXP=`which evolution-addressbook-export` 14 EADDEXP="/usr/libexec/evolution/2.6/evolution-addressbook-export" 26 # evolution-addressbook-export -l 36 # Check for sync dir, create it if needed 38 if test -d $SYNC_HOME ; then 43 # This is a working dir for contact merging, you can put 53 if test -f $EADDEXP ; then 54 echo "evolution-addressbook-export present in $EADDEXP, OK." [all …]
|
/external/skqp/infra/bots/ |
D | upload_md.py | 2 # Use of this source code is governed by a BSD-style license that can be 5 """Update and upload markdown files using the output of fiddlecli.""" 19 Automatic commit by the Housekeeper-Nightly-Bookmaker bot. 29 parser.add_argument("--bookmaker_binary") 30 parser.add_argument("--fiddlecli_output") 37 upload=False, 41 '-a', 'docs/status.json', 42 '-f', args.fiddlecli_output, 43 '-r', 'site/user/api', 55 diff_files = subprocess.check_output(['git', 'diff', '--name-only']) [all …]
|
/external/jsoncpp/ |
D | makerelease.py | 6 python makerelease.py --platform=msvc6,msvc71,msvc80,msvc90,mingw -ublep 0.6.0 0.7.0-dev 9 python makerelease.py --force --retag --platform=msvc6,msvc71,msvc80,mingw -ublep test-0.6.0 test-0… 12 python makerelease.py 0.5.0 0.6.0-dev 34 SCONS_LOCAL_URL = 'http://sourceforge.net/projects/scons/files/scons-local/1.2.0/scons-local-1.2.0.… 49 cmd = ['svn', '--non-interactive', command] + list(args) 63 stdout = svn_command( 'status', '--xml' ) 68 status = entry.find('wc-status').get('item') 98 svn_command( 'ci', '-m', message ) 103 svn_command( 'copy', '-m', message, '.', tag_url ) 108 svn_command( 'delete', '-m', message, tag_url ) [all …]
|
/external/cn-cbor/src/ |
D | CMakeLists.txt | 3 # compiling/installing sources for cn-cbor 6 cn-cbor.c 7 cn-create.c 8 cn-encoder.c 9 cn-error.c 10 cn-get.c 14 add_definitions(-DUSE_CBOR_CONTEXT) 16 add_library ( cn-cbor SHARED ${cbor_srcs} ) 17 target_include_directories ( cn-cbor PUBLIC ../include ) 18 target_include_directories ( cn-cbor PRIVATE ../src ) [all …]
|