Searched +full:grpcio +full:- +full:sys +full:- (Results 1 – 25 of 27) sorted by relevance
12
/external/rust/crates/grpcio/ |
D | Cargo.toml.orig | 2 name = "grpcio" 6 license = "Apache-2.0" 8 repository = "https://github.com/tikv/grpc-rs" 10 homepage = "https://github.com/tikv/grpc-rs" 11 documentation = "https://docs.rs/grpcio" 13 categories = ["asynchronous", "network-programming"] 17 all-features = true 20 grpcio-sys = { path = "grpc-sys", version = "0.8", default-features = false } 30 members = ["proto", "benchmark", "compiler", "interop", "tests-and-examples"] 33 default = ["protobuf-codec", "secure", "use-bindgen"] [all …]
|
D | Cargo.toml | 9 # issue against the rust-lang/cargo repository. If you're 15 name = "grpcio" 20 homepage = "https://github.com/tikv/grpc-rs" 21 documentation = "https://docs.rs/grpcio" 24 categories = ["asynchronous", "network-programming"] 25 license = "Apache-2.0" 26 repository = "https://github.com/tikv/grpc-rs" 28 all-features = true 38 [dependencies.grpcio-sys] 40 default-features = false [all …]
|
D | CHANGELOG.md | 1 # 0.8.2 - 2012-03-10 3 - Fix send requirement in connectivity APIs (#516) 5 # 0.8.1 - 2021-03-05 7 - Support watch connectivity state (#513) 8 - Fix prost build of grpcio-proto (#515) 10 # grpcio-sys 0.8.1 - 2021-03-02 12 - Detect changes ahead to ease pain of upgrading compiler (#511) 14 # 0.8.0 - 2021-02-19 16 - Fix clippy warnings (#504) 17 - Add a way to not use bindgen (#499) [all …]
|
D | README.md | 1 # gRPC-rs 3 `gRPC-rs` is a Rust wrapper of [gRPC Core](https://github.com/grpc/grpc). [gRPC](http://www.grpc.io… 5 [![Crates.io](https://img.shields.io/crates/v/grpcio.svg?maxAge=2592000)](https://crates.io/crates/… 6 [![docs.rs](https://docs.rs/grpcio/badge.svg)](https://docs.rs/grpcio) 7 [![Build Status](https://github.com/tikv/grpc-rs/workflows/CI/badge.svg)](https://github.com/tikv/g… 8 [![Build Status](https://travis-ci.org/tikv/grpc-rs.svg)](https://travis-ci.org/tikv/grpc-rs) 14 - [x] Basic asynchronous unary/steaming call 15 - [x] SSL 16 - [x] Generic call 17 - [x] Connection level compression [all …]
|
D | Android.bp | 1 // This file is generated by cargo2android.py --run --device --dependencies --features=protobuf,pro… 8 // Added automatically by a large-scale-change 9 // See: http://go/android-license-faq 14 "SPDX-license-identifier-Apache-2.0", 24 crate_name: "grpcio", 29 "protobuf-codec", 42 // boringssl-src-0.2.0 43 // cc-1.0.67 44 // cfg-if-1.0.0 45 // cmake-0.1.45 [all …]
|
/external/rust/crates/grpcio-sys/ |
D | METADATA | 1 name: "grpcio-sys" 6 value: "https://crates.io/crates/grpcio-sys" 10 value: "https://static.crates.io/crates/grpcio-sys/grpcio-sys-0.8.1.crate"
|
D | Cargo.toml.orig | 2 name = "grpcio-sys" 5 license = "Apache-2.0" 7 repository = "https://github.com/tikv/grpc-rs" 8 homepage = "https://github.com/tikv/grpc-rs" 9 documentation = "https://docs.rs/grpcio-sys" 11 categories = ["external-ffi-bindings", "network-programming"] 23 "grpc/src/objective-c/*", 29 "grpc/third_party/abseil-cpp/absl/time/internal/cctz/testdata", 32 "grpc/third_party/boringssl-with-bazel/*", 39 "grpc/third_party/envoy-api/*", [all …]
|
D | Cargo.toml | 9 # issue against the rust-lang/cargo repository. If you're 15 name = "grpcio-sys" 19 …-c/*", "grpc/src/php/*", "grpc/src/python/*", "grpc/src/ruby/*", "grpc/test/core/end2end/*", "grpc… 21 homepage = "https://github.com/tikv/grpc-rs" 22 documentation = "https://docs.rs/grpcio-sys" 24 categories = ["external-ffi-bindings", "network-programming"] 25 license = "Apache-2.0" 26 repository = "https://github.com/tikv/grpc-rs" 30 [dependencies.libz-sys] 34 [dependencies.openssl-sys] [all …]
|
D | README.android | 1 This package is imported to Android and uses Android's external/grpc-grpc 12 is necessary, but building the grpcio crate fails without it. 15 If features are changed for the grpcio-sys crate, please ensure those
|
/external/rust/crates/grpcio-sys/grpc/tools/release/ |
D | verify_python_release.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 34 import sys 37 "grpcio", 38 "grpcio-tools", 39 "grpcio-status", 40 "grpcio-health-checking", 41 "grpcio-reflection", 42 "grpcio-channelz", 43 "grpcio-testing", 91 local_but_not_remote = local_artifacts - remote_artifacts [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpc_prefixed/ |
D | generate.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Generates grpc-prefixed packages using template renderer. 16 To use this script, please use 3.7+ interpreter. This script is work-directory 28 import sys 46 """Meta-info of a PyPI package.""" 53 def clean() -> None: 65 def generate_package(meta: PackageMeta) -> None: 83 sys.executable, 84 os.path.join(package_path, 'setup.py'), 'sdist', '--dist-dir', DIST_PATH 105 destination_package='grpcio')) [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/ |
D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 import sys 24 PY3 = sys.version_info.major == 3 29 # Break import-style to ensure we can actually find our in-repo dependencies. 41 'grpcio>={version}'.format(version=grpc_version.VERSION), 42 'grpcio-tools>={version}'.format(version=grpc_version.VERSION), 43 'grpcio-health-checking>={version}'.format(version=grpc_version.VERSION), 44 'oauth2client>=1.4.7', 'protobuf>=3.6.0', 'six>=1.10', 'google-auth>=1.0.0', 96 name='grpcio-tests',
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 export PYTHON=${PYTHON:-python} 22 export PIP=${PIP:-pip} 23 export AUDITWHEEL=${AUDITWHEEL:-auditwheel} 25 mkdir -p "${ARTIFACTS_OUT}" 34 # https://bitbucket.org/pypa/wheel/issues/99/cannot-exclude-directory 37 GRPCIO_STRIP_TEMPDIR=$(mktemp -d) 38 GRPCIO_TAR_GZ_LIST=( dist/grpcio-*.tar.gz ) 40 GRPCIO_STRIPPED_TAR_GZ=$(mktemp -t "XXXXXXXXXX.tar.gz") [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 export PYTHON=${PYTHON:-python} 22 export PIP=${PIP:-pip} 23 export AUDITWHEEL=${AUDITWHEEL:-auditwheel} 26 "${PIP}" install --upgrade cython 31 export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=${GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS:-2} 33 mkdir -p "${ARTIFACTS_OUT}" 42 # https://bitbucket.org/pypa/wheel/issues/99/cannot-exclude-directory 45 GRPCIO_STRIP_TEMPDIR=$(mktemp -d) [all …]
|
/external/grpc-grpc/src/python/grpcio_reflection/ |
D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 import sys 24 # Break import-style to ensure we can actually find our local modules. 29 """No-op command.""" 45 'Development Status :: 5 - Production/Stable', 62 'grpcio>={version}'.format(version=grpc_version.VERSION), 69 'grpcio-tools=={version}'.format(version=grpc_version.VERSION),) 78 # wire up commands to no-op not to break the external dependencies 84 name='grpcio-reflection', 89 author_email='grpc-io@googlegroups.com',
|
/external/grpc-grpc/src/python/grpcio/ |
D | commands.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 import sys 60 A key-value pair included in the HTTP header. It is a 61 2-tuple where the first entry is the key and the 65 the key must end with '-bin', i.e. 66 ``('binary-metadata-bin', b'\\x00\\xFF')`` 78 # https://bitbucket.org/pypa/pypi/issues/120/binary-wheels-for-linux-are-not-supported 82 If we can retrieve a pre-compiled bdist from online, uses it. Else, emits a 107 raise CommandError('{}\n\nCould not write grpcio bdist: {}'.format( 131 sys.path.append(src_dir) [all …]
|
/external/grpc-grpc/src/python/grpcio_testing/ |
D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 import sys 24 # Break import style to ensure that we can find same-directory modules. 33 'grpcio>={version}'.format(version=grpc_version.VERSION), 37 name='grpcio-testing', 42 author_email='grpc-io@googlegroups.com',
|
/external/grpc-grpc/tools/distrib/python/grpcio_tools/ |
D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 import sys 35 sys.path.insert(0, os.path.abspath('.')) 41 'Development Status :: 5 - Production/Stable', 52 PY3 = sys.version_info.major == 3 63 # We can also use these variables as a way to inject environment-specific 64 # compiler/linker flags. We assume GCC-like compilers and/or MinGW as a 69 EXTRA_ENV_COMPILE_ARGS = '-std=c++11' 70 if 'win32' in sys.platform: 71 if sys.version_info < (3, 5): [all …]
|
/external/rust/crates/grpcio/.github/workflows/ |
D | ci.yml | 7 - master 9 - cron: '0 22 * * *' 13 RUSTFLAGS: "--deny=warnings" 17 Linux-Format: 18 name: Linux-Format 19 runs-on: ubuntu-latest 21 - uses: actions/checkout@v2 22 - run: sudo apt-get install -y clang-tidy-9 23 … - run: sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-9 100 24 …- run: which go && go version && which cargo && cargo version && clang --version && openssl versio… [all …]
|
/external/rust/crates/grpcio/scripts/ |
D | generate-bindings.sh | 5 # The generated bindings will overwrite grpc-sys/bindings/* 8 ARCH=`uname -p` 11 cargo build -p grpcio-sys --target ${ARCH}-unknown-linux-gnu 12 rustfmt grpc-sys/bindings/* 13 if [ "$(uname -s)" == "Linux" ]; then 14 sed -i '/^pub type .*= ::std::os::raw::.*/d' grpc-sys/bindings/*
|
/external/rust/crates/grpcio-sys/grpc/ |
D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 36 import sys 44 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in. 45 egg_info.manifest_maker.template = 'PYTHON-MANIFEST.in' 47 PY3 = sys.version_info.major == 3 48 PYTHON_STEM = os.path.join('src', 'python', 'grpcio') 53 ABSL_INCLUDE = (os.path.join('third_party', 'abseil-cpp'),) 60 if 'darwin' in sys.platform: 62 if 'freebsd' in sys.platform: 64 if 'linux' in sys.platform: [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/ |
D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 import sys 41 sys.path.insert(0, os.path.abspath('.')) 48 if sys.version_info[0] == 2: 56 'Development Status :: 5 - Production/Stable', 67 PY3 = sys.version_info.major == 3 80 cpp_test = subprocess.Popen([cxx, '-x', 'c++', '-std=c++11', '-'], 87 # Double-check to see if -latomic actually can solve the problem. 90 [cxx, '-x', 'c++', '-std=c++11', '-latomic', '-'], 102 # We can also use these variables as a way to inject environment-specific [all …]
|
/external/grpc-grpc/ |
D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 import sys 32 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in. 33 egg_info.manifest_maker.template = 'PYTHON-MANIFEST.in' 35 PY3 = sys.version_info.major == 3 36 PYTHON_STEM = os.path.join('src', 'python', 'grpcio') 44 if 'darwin' in sys.platform: 46 if 'freebsd' in sys.platform: 48 if 'linux' in sys.platform: 50 if 'openbsd' in sys.platform: [all …]
|
/external/tensorflow/tensorflow/tools/pip_package/ |
D | setup.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 39 import sys 49 # For pip, we will remove all '-' characters from this string, and use the 60 if '--project_name' in sys.argv: 61 project_name_idx = sys.argv.index('--project_name') 62 project_name = sys.argv[project_name_idx + 1] 63 sys.argv.remove('--project_name') 64 sys.argv.pop(project_name_idx) 83 'absl-py ~= 0.10', 116 REQUIRED_PACKAGES[i] = 'tb-nightly ~= 2.5.0.a' [all …]
|
/external/autotest/utils/ |
D | external_packages.py | 3 import logging, os, shutil, sys, tempfile, time, urllib2 12 'chromeos-mirror/gentoo/distfiles/') 52 beneath our own autotest/site-packages directory. 56 re-install the package every time build_externals is invoked, as this 61 @attribute urls - A tuple of URLs to try fetching the package from. 62 @attribute local_filename - A local filename to use when saving the 64 @attribute dist_name - The name of the Python distribution. For example, 66 MySQL-python. This is generally the PyPI name. Defaults to the 68 @attribute hex_sum - The hex digest (currently SHA1) of this package 70 @attribute module_name - The installed python module name to be used for [all …]
|
12