/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
channel.pyx.pxi | 1 # Copyright 2015 gRPC authors. 21 'Internal gRPC call error %d. ' + 22 'Please report to https://github.com/grpc/grpc/issues') 157 # TODO(https://github.com/grpc/grpc/issues/14569): This could be a lot simpler. 177 flags: Flags to be passed to gRPC Core as part of call creation. 179 host: A "host" string to be passed to gRPC Core as part of call creation. 374 # TODO(https://github.com/grpc/grpc/issues/3064): Cancel connectivit [all...] |
completion_queue.pyx.pxi | 1 # Copyright 2015 gRPC authors.
|
/external/grpc-grpc/test/distrib/cpp/ |
run_distrib_test_cmake.bat | 1 @rem Copyright 2016 gRPC authors. 26 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testing.appspot.com/OpenSSL-Win32-1_1_0g.zip', 'OpenSSL-Win32.zip')"
|
/external/syzkaller/vendor/google.golang.org/api/transport/http/ |
dial.go | 40 return nil, "", errors.New("unsupported gRPC connection specified")
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/ |
Program.cs | 1 // Copyright 2015 gRPC authors. 15 using Grpc.Core; 27 /// Sample client code that makes gRPC calls to the server.
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
ClientBase.cs | 3 // Copyright 2015-2016 gRPC authors. 20 using Grpc.Core.Interceptors; 21 using Grpc.Core.Internal; 22 using Grpc.Core.Utils; 24 namespace Grpc.Core 68 /// gRPC supports multiple "hosts" being served by a single server.
|
AsyncClientStreamingCall.cs | 3 // Copyright 2015 gRPC authors. 23 namespace Grpc.Core
|
CallInvocationDetails.cs | 3 // Copyright 2015 gRPC authors. 20 using Grpc.Core.Internal; 21 using Grpc.Core.Utils; 23 namespace Grpc.Core 40 /// Initializes a new instance of the <see cref="Grpc.Core.CallInvocationDetails{TRequest,TResponse}"/> struct. 51 /// Initializes a new instance of the <see cref="Grpc.Core.CallInvocationDetails{TRequest,TResponse}"/> struct. 63 /// Initializes a new instance of the <see cref="Grpc.Core.CallInvocationDetails{TRequest,TResponse}"/> struct.
|
Calls.cs | 3 // Copyright 2015 gRPC authors. 20 using Grpc.Core.Internal; 22 namespace Grpc.Core
|
ChannelOptions.cs | 2 // Copyright 2015 gRPC authors. 21 using Grpc.Core.Internal; 22 using Grpc.Core.Utils; 24 namespace Grpc.Core 28 /// Corresponds to grpc_channel_args from grpc/grpc.h. 130 public const string SslTargetNameOverride = "grpc.ssl_target_name_override"; 133 public const string Census = "grpc.census"; 136 public const string MaxConcurrentStreams = "grpc.max_concurrent_streams"; 139 public const string MaxReceiveMessageLength = "grpc.max_receive_message_length" [all...] |
ServerServiceDefinition.cs | 3 // Copyright 2015 gRPC authors. 23 using Grpc.Core.Interceptors; 24 using Grpc.Core.Internal; 25 using Grpc.Core.Utils; 27 namespace Grpc.Core
|
StatusCode.cs | 3 // Copyright 2015 gRPC authors. 19 namespace Grpc.Core 23 /// Based on grpc_status_code from grpc/status.h
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
GrpcThreadPool.cs | 3 // Copyright 2015 gRPC authors. 24 using Grpc.Core.Logging; 25 using Grpc.Core.Profiling; 26 using Grpc.Core.Utils; 28 namespace Grpc.Core.Internal 152 thread.Name = string.Format("grpc {0} (cq {1})", threadIndex, cqIndex); 208 Logger.Warning("Shutting down gRPC thread [{0}] with unfinished callbacks (Timed out waiting for callbacks to finish).",
|
NativeExtension.cs | 3 // Copyright 2015 gRPC authors. 23 using Grpc.Core.Logging; 25 namespace Grpc.Core.Internal 48 Logger.Debug("gRPC native library loaded successfully."); 83 // See https://github.com/grpc/grpc/pull/7303 for one option. 92 // With dotnet cli project targeting netcoreapp1.0, projects will use Grpc.Core assembly directly in the location where it got restored 93 // by nuget. We locate the native libraries based on known structure of Grpc.Core nuget package.
|
PlatformApis.cs | 3 // Copyright 2015 gRPC authors. 26 using Grpc.Core.Utils; 28 namespace Grpc.Core.Internal
|
/external/grpc-grpc/tools/internal_ci/linux/ |
grpc_publish_packages.sh | 2 # Copyright 2018 The gRPC Authors 24 INPUT_ARTIFACTS=$KOKORO_GFILE_DIR/github/grpc/artifacts 33 GCS_ROOT=gs://packages.grpc.io/ 50 zip -jr "$PROTOC_PLUGINS_ZIPPED_PACKAGES/grpc-$zip_dir-$GRPC_VERSION.zip" "$INPUT_ARTIFACTS/$zip_dir/"* 55 tar -cvzf "$PROTOC_PLUGINS_ZIPPED_PACKAGES/grpc-$tar_dir-$GRPC_VERSION.tar.gz" -C "$INPUT_ARTIFACTS/$tar_dir" . 59 "$PROTOC_PLUGINS_ZIPPED_PACKAGES"/grpc-protoc_windows_{x86,x64}-"$GRPC_VERSION.zip" 60 "$PROTOC_PLUGINS_ZIPPED_PACKAGES"/grpc-protoc_{linux,macos}_{x86,x64}-"$GRPC_VERSION.tar.gz" 94 "$INPUT_ARTIFACTS"/grpc-[0-9]*.tgz 99 "$INPUT_ARTIFACTS"/grpc-[0-9]*.gem 100 "$INPUT_ARTIFACTS"/grpc-tools-[0-9]*.ge [all...] |
/external/tensorflow/tensorflow/core/ops/ |
debug_ops.cc | 42 gRPC gating status, the output will simply forward the input tensor without 54 as 0/1. E.g., "DebugIdentity;grpc://foo:3333;1", 71 gRPC gating status, the output will simply forward the input tensor without 82 as 0/1. E.g., "DebugIdentity;grpc://foo:3333;1", 105 file:///foo/tfdbg_dump, grpc:://localhost:11011 107 debug node is of the grpc:// scheme, when the value of this attribute is set 108 to True, the data will not actually be sent via the grpc stream unless this 110 debug node are of the grpc:// scheme and the debug op is enabled at none of 133 file:///foo/tfdbg_dump, grpc:://localhost:11011. 135 debug node is of the grpc:// scheme, when the value of this attribute is se [all...] |
/external/golang-protobuf/protoc-gen-go/grpc/ |
grpc.go | 32 // Package grpc outputs gRPC service descriptions in Go code. 35 package grpc package 48 // the grpc package is introduced; the generated code references 49 // a constant, grpc.SupportPackageIsVersionN (where N is generatedCodeVersion). 56 grpcPkgPath = "google.golang.org/grpc" 60 generator.RegisterPlugin(new(grpc)) 63 // grpc is an implementation of the Go protocol buffer compiler's 64 // plugin architecture. It generates bindings for gRPC support. 65 type grpc struct type [all...] |
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
RouteGuideImpl.cs | 1 // Copyright 2015 gRPC authors. 23 using Grpc.Core; 24 using Grpc.Core.Utils;
|
/external/grpc-grpc/examples/node/static_codegen/route_guide/ |
route_guide_grpc_pb.js | 4 // Copyright 2015 gRPC authors. 19 var grpc = require('grpc'); variable 146 exports.RouteGuideClient = grpc.makeGenericClientConstructor(RouteGuideService);
|
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/ |
ChannelExtensions.cs | 3 // Copyright 2018 gRPC authors. 21 namespace Grpc.Core.Interceptors 29 /// Returns a <see cref="Grpc.Core.CallInvoker" /> instance that intercepts 47 /// Returns a <see cref="Grpc.Core.CallInvoker" /> instance that intercepts 68 /// Returns a <see cref="Grpc.Core.CallInvoker" /> instance that intercepts 74 /// and returns a <see cref="Grpc.Core.Metadata" /> instance that will replace the existing
|
/external/grpc-grpc/src/csharp/Grpc.Core/Logging/ |
LogLevelFilterLogger.cs | 3 // Copyright 2015 gRPC authors. 23 using Grpc.Core.Utils; 25 namespace Grpc.Core.Logging
|
TextWriterLogger.cs | 3 // Copyright 2015 gRPC authors. 23 using Grpc.Core.Utils; 25 namespace Grpc.Core.Logging
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
CallCancellationTest.cs | 3 // Copyright 2015 gRPC authors. 25 using Grpc.Core; 26 using Grpc.Core.Internal; 27 using Grpc.Core.Profiling; 28 using Grpc.Core.Utils; 31 namespace Grpc.Core.Tests
|
ContextPropagationTest.cs | 3 // Copyright 2015 gRPC authors. 24 using Grpc.Core; 25 using Grpc.Core.Internal; 26 using Grpc.Core.Utils; 29 namespace Grpc.Core.Tests
|