/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ |
D | BenchmarkServiceGrpc.java | 30 private static volatile io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Messages.SimpleRequest, 31 io.grpc.benchmarks.proto.Messages.SimpleResponse> getUnaryCallMethod; 35 requestType = io.grpc.benchmarks.proto.Messages.SimpleRequest.class, 36 responseType = io.grpc.benchmarks.proto.Messages.SimpleResponse.class, 38 public static io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Messages.SimpleRequest, 39 io.grpc.benchmarks.proto.Messages.SimpleResponse> getUnaryCallMethod() { in getUnaryCallMethod() 40 ….grpc.MethodDescriptor<io.grpc.benchmarks.proto.Messages.SimpleRequest, io.grpc.benchmarks.proto.M… in getUnaryCallMethod() 45 …grpc.MethodDescriptor.<io.grpc.benchmarks.proto.Messages.SimpleRequest, io.grpc.benchmarks.proto.M… in getUnaryCallMethod() 51 io.grpc.benchmarks.proto.Messages.SimpleRequest.getDefaultInstance())) in getUnaryCallMethod() 53 io.grpc.benchmarks.proto.Messages.SimpleResponse.getDefaultInstance())) in getUnaryCallMethod() [all …]
|
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | TestServiceGrpc.java | 66 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.Messages.SimpleReques… 67 io.grpc.testing.integration.Messages.SimpleResponse> getUnaryCallMethod; 71 requestType = io.grpc.testing.integration.Messages.SimpleRequest.class, 72 responseType = io.grpc.testing.integration.Messages.SimpleResponse.class, 74 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.Messages.SimpleRequest, 75 io.grpc.testing.integration.Messages.SimpleResponse> getUnaryCallMethod() { in getUnaryCallMethod() 76 ….MethodDescriptor<io.grpc.testing.integration.Messages.SimpleRequest, io.grpc.testing.integration.… in getUnaryCallMethod() 81 …MethodDescriptor.<io.grpc.testing.integration.Messages.SimpleRequest, io.grpc.testing.integration.… in getUnaryCallMethod() 87 io.grpc.testing.integration.Messages.SimpleRequest.getDefaultInstance())) in getUnaryCallMethod() 89 io.grpc.testing.integration.Messages.SimpleResponse.getDefaultInstance())) in getUnaryCallMethod() [all …]
|
D | ReconnectServiceGrpc.java | 66 io.grpc.testing.integration.Messages.ReconnectInfo> getStopMethod; 71 responseType = io.grpc.testing.integration.Messages.ReconnectInfo.class, 74 io.grpc.testing.integration.Messages.ReconnectInfo> getStopMethod() { in getStopMethod() 75 …grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integration.Messages.ReconnectInfo> ge… in getStopMethod() 80 …grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integration.Messages.ReconnectInfo>new… in getStopMethod() 88 io.grpc.testing.integration.Messages.ReconnectInfo.getDefaultInstance())) in getStopMethod() 137 …io.grpc.stub.StreamObserver<io.grpc.testing.integration.Messages.ReconnectInfo> responseObserver) { in stop() 155 io.grpc.testing.integration.Messages.ReconnectInfo>( in bindService() 193 …io.grpc.stub.StreamObserver<io.grpc.testing.integration.Messages.ReconnectInfo> responseObserver) { in stop() 229 …public io.grpc.testing.integration.Messages.ReconnectInfo stop(io.grpc.testing.integration.EmptyPr… in stop() [all …]
|
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/ |
D | Messages.java | 6 public final class Messages { class 7 private Messages() {} in Messages() method in Messages 93 return io.grpc.benchmarks.proto.Messages.getDescriptor().getEnumTypes().get(0); in getDescriptor() 204 return io.grpc.benchmarks.proto.Messages.internal_static_grpc_testing_BoolValue_descriptor; in getDescriptor() 209 … return io.grpc.benchmarks.proto.Messages.internal_static_grpc_testing_BoolValue_fieldAccessorTable in internalGetFieldAccessorTable() 211 …io.grpc.benchmarks.proto.Messages.BoolValue.class, io.grpc.benchmarks.proto.Messages.BoolValue.Bui… in internalGetFieldAccessorTable() 264 if (!(obj instanceof io.grpc.benchmarks.proto.Messages.BoolValue)) { in equals() 267 …io.grpc.benchmarks.proto.Messages.BoolValue other = (io.grpc.benchmarks.proto.Messages.BoolValue) … in equals() 291 public static io.grpc.benchmarks.proto.Messages.BoolValue parseFrom( in parseFrom() 296 public static io.grpc.benchmarks.proto.Messages.BoolValue parseFrom( in parseFrom() [all …]
|
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/ |
D | Messages.java | 6 public final class Messages { class 7 private Messages() {} in Messages() method in Messages 127 return io.grpc.testing.integration.Messages.getDescriptor().getEnumTypes().get(0); in getDescriptor() 174 io.grpc.testing.integration.Messages.PayloadType getType(); in getType() 262 return io.grpc.testing.integration.Messages.internal_static_grpc_testing_Payload_descriptor; in getDescriptor() 267 …return io.grpc.testing.integration.Messages.internal_static_grpc_testing_Payload_fieldAccessorTable in internalGetFieldAccessorTable() 269 …io.grpc.testing.integration.Messages.Payload.class, io.grpc.testing.integration.Messages.Payload.B… in internalGetFieldAccessorTable() 293 public io.grpc.testing.integration.Messages.PayloadType getType() { in getType() 294 …io.grpc.testing.integration.Messages.PayloadType result = io.grpc.testing.integration.Messages.Pay… in getType() 295 … return result == null ? io.grpc.testing.integration.Messages.PayloadType.UNRECOGNIZED : result; in getType() [all …]
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/ |
D | AsyncServer.java | 25 import io.grpc.benchmarks.proto.Messages; 197 private static final Messages.SimpleResponse BIDI_RESPONSE = Messages.SimpleResponse 199 .setPayload(Messages.Payload.newBuilder() 213 public void unaryCall(Messages.SimpleRequest request, in unaryCall() 214 StreamObserver<Messages.SimpleResponse> responseObserver) { in unaryCall() 220 public StreamObserver<Messages.SimpleRequest> streamingCall( in streamingCall() 221 final StreamObserver<Messages.SimpleResponse> observer) { in streamingCall() 222 final ServerCallStreamObserver<Messages.SimpleResponse> responseObserver = in streamingCall() 223 (ServerCallStreamObserver<Messages.SimpleResponse>) observer; in streamingCall() 225 return new StreamObserver<Messages.SimpleRequest>() { in streamingCall() [all …]
|
/external/llvm-project/flang/include/flang/Parser/ |
D | message.h | 214 class Messages { 216 Messages() {} in Messages() function 217 Messages(Messages &&that) : messages_{std::move(that.messages_)} {} in Messages() function 218 Messages &operator=(Messages &&that) { 231 void Annex(Messages &&that) { in Annex() 236 void Merge(Messages &&); 237 void Copy(const Messages &); 251 ContextualMessages(CharBlock at, Messages *m) : at_{at}, messages_{m} {} in ContextualMessages() 252 explicit ContextualMessages(Messages *m) : messages_{m} {} in ContextualMessages() 257 Messages *messages() const { return messages_; } in messages() [all …]
|
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Diagnostics.cpp | 49 Dest.Messages.push_back(Error->Errors[i].Messages[0]); in ~OverloadContext() 70 Last.Messages.emplace_back(); in addError() 71 Last.Messages.back().Range = Range; in addError() 72 Last.Messages.back().Type = Error; in addError() 73 return ArgStream(&Last.Messages.back().Args); in addError() 177 if (Content.Messages.size() == 1) { in printErrorContentToStream() 178 printMessageToStream(Content.Messages[0], "", OS); in printErrorContentToStream() 180 for (size_t i = 0, e = Content.Messages.size(); i != e; ++i) { in printErrorContentToStream() 182 printMessageToStream(Content.Messages[i], in printErrorContentToStream()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Diagnostics.cpp | 50 Dest.Messages.push_back(Error->Errors[i].Messages[0]); in ~OverloadContext() 71 Last.Messages.emplace_back(); in addError() 72 Last.Messages.back().Range = Range; in addError() 73 Last.Messages.back().Type = Error; in addError() 74 return ArgStream(&Last.Messages.back().Args); in addError() 176 if (Content.Messages.size() == 1) { in printErrorContentToStream() 177 printMessageToStream(Content.Messages[0], "", OS); in printErrorContentToStream() 179 for (size_t i = 0, e = Content.Messages.size(); i != e; ++i) { in printErrorContentToStream() 181 printMessageToStream(Content.Messages[i], in printErrorContentToStream()
|
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
D | TestServiceImpl.java | 31 import io.grpc.testing.integration.Messages.Payload; 32 import io.grpc.testing.integration.Messages.PayloadType; 33 import io.grpc.testing.integration.Messages.ResponseParameters; 34 import io.grpc.testing.integration.Messages.SimpleRequest; 35 import io.grpc.testing.integration.Messages.SimpleResponse; 36 import io.grpc.testing.integration.Messages.StreamingInputCallRequest; 37 import io.grpc.testing.integration.Messages.StreamingInputCallResponse; 38 import io.grpc.testing.integration.Messages.StreamingOutputCallRequest; 39 import io.grpc.testing.integration.Messages.StreamingOutputCallResponse; 146 public StreamObserver<Messages.StreamingInputCallRequest> streamingInputCall( in streamingInputCall() [all …]
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | Http2OkHttpTest.java | 114 Messages.ResponseParameters.Builder responseParameters = in receivedDataForFinishedStream() 115 Messages.ResponseParameters.newBuilder() in receivedDataForFinishedStream() 117 Messages.StreamingOutputCallRequest.Builder requestBuilder = in receivedDataForFinishedStream() 118 Messages.StreamingOutputCallRequest.newBuilder() in receivedDataForFinishedStream() 119 .setResponseType(Messages.PayloadType.COMPRESSABLE); in receivedDataForFinishedStream() 124 StreamRecorder<Messages.StreamingOutputCallResponse> recorder = StreamRecorder.create(); in receivedDataForFinishedStream() 125 StreamObserver<Messages.StreamingOutputCallRequest> requestStream = in receivedDataForFinishedStream() 127 Messages.StreamingOutputCallRequest request = requestBuilder.build(); in receivedDataForFinishedStream()
|
D | CascadingTest.java | 43 import io.grpc.testing.integration.Messages.SimpleRequest; 44 import io.grpc.testing.integration.Messages.SimpleResponse; 166 blockingStub.unaryCall(Messages.SimpleRequest.newBuilder().setResponseSize(3).build()); in testCascadingCancellationViaLeafFailure() 292 Messages.SimpleRequest req = (Messages.SimpleRequest) message; in startCallTreeServer() 306 new StreamObserver<Messages.SimpleResponse>() { in startCallTreeServer() 308 public void onNext(Messages.SimpleResponse value) { in startCallTreeServer()
|
/external/guice/core/test/com/google/inject/ |
D | ProvisionExceptionsTest.java | 19 import com.google.inject.internal.Messages; 56 IllegalStateException.class, Messages.getOnlyCause(pe.getErrorMessages()).getClass()); in testConstructorRuntimeException() 80 assertEquals(IOException.class, Messages.getOnlyCause(pe.getErrorMessages()).getClass()); in testConstructorCheckedException() 111 IllegalStateException.class, Messages.getOnlyCause(pe.getErrorMessages()).getClass()); in testCustomProvidersRuntimeException() 139 IllegalStateException.class, Messages.getOnlyCause(pe.getErrorMessages()).getClass()); in testProviderMethodRuntimeException() 167 assertEquals(IOException.class, Messages.getOnlyCause(pe.getErrorMessages()).getClass()); in testProviderMethodCheckedException()
|
/external/llvm-project/flang/lib/Parser/ |
D | message.cpp | 259 bool Messages::Merge(const Message &msg) { in Merge() 270 void Messages::Merge(Messages &&that) { in Merge() 287 void Messages::Copy(const Messages &that) { in Copy() 294 void Messages::ResolveProvenances(const AllCookedSources &allCooked) { in ResolveProvenances() 300 void Messages::Emit(llvm::raw_ostream &o, const AllCookedSources &allCooked, in Emit() 313 void Messages::AttachTo(Message &msg) { in AttachTo() 320 bool Messages::AnyFatalError() const { in AnyFatalError()
|
D | prescan.h | 31 class Messages; variable 36 Prescanner(Messages &, CookedSource &, Preprocessor &, 42 const Messages &messages() const { return messages_; } in messages() 43 Messages &messages() { return messages_; } in messages() 187 Messages &messages_;
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/ |
D | LongLivedChannel.java | 22 import io.grpc.testing.integration.Messages.Payload; 23 import io.grpc.testing.integration.Messages.SimpleRequest; 24 import io.grpc.testing.integration.Messages.SimpleResponse; 60 .setResponseType(Messages.PayloadType.COMPRESSABLE) in doGet()
|
/external/guice/core/src/com/google/inject/ |
D | CreationException.java | 22 import com.google.inject.internal.Messages; 40 initCause(Messages.getOnlyCause(this.messages)); in CreationException() 50 return Messages.formatMessages("Unable to create injector, see the following errors", messages); in getMessage()
|
D | ProvisionException.java | 22 import com.google.inject.internal.Messages; 42 initCause(Messages.getOnlyCause(this.messages)); in ProvisionException() 61 return Messages.formatMessages("Unable to provision, see the following errors", messages); in getMessage()
|
D | ConfigurationException.java | 21 import com.google.inject.internal.Messages; 40 initCause(Messages.getOnlyCause(this.messages)); in ConfigurationException() 73 return Messages.formatMessages("Guice configuration errors", messages); in getMessage()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/ |
D | SingleValueAsArrayTest.java | 21 List<Messages> bs = Collections.emptyList(); 24 Bean1421A(final List<Messages> bs) in Bean1421A() 30 static class Messages class in SingleValueAsArrayTest 35 Messages(final List<MessageWrapper> cs) in Messages() method in SingleValueAsArrayTest.Messages
|
/external/guice/core/src/com/google/inject/internal/ |
D | InternalProvisionException.java | 85 return new InternalProvisionException(Messages.create(format, arguments)); in create() 96 return new InternalProvisionException(Messages.create(cause, messageFormat, arguments)); in errorInUserCode() 157 Messages.formatParameter(dependency), Messages.convert(dependency.getKey()) in onNullInjectedIntoNonNullableDependency() 167 ? Messages.formatParameter(dependency) in onNullInjectedIntoNonNullableDependency() 219 builder.add(Messages.mergeSources(newSources, error)); in getErrors()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/ |
D | Messages.Designer.cs | 25 internal class Messages { class 32 internal Messages() { in Messages() method in Antlr.Runtime.Messages 42 … new global::System.Resources.ResourceManager("Antlr.Runtime.Messages", typeof(Messages).Assembly);
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/ |
D | Utils.java | 26 import io.grpc.benchmarks.proto.Messages; 27 import io.grpc.benchmarks.proto.Messages.Payload; 28 import io.grpc.benchmarks.proto.Messages.SimpleRequest; 29 import io.grpc.benchmarks.proto.Messages.SimpleResponse; 251 if (!Messages.PayloadType.COMPRESSABLE.equals(request.getResponseType())) { in makeResponse() 256 Messages.PayloadType type = request.getResponseType(); in makeResponse() 267 public static SimpleRequest makeRequest(Messages.PayloadType payloadType, int reqLength, in makeRequest()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
D | Utils.java | 38 public static final Messages messages= 39 new Messages(SerializerMessages.class.getName());
|
/external/llvm-project/flang/lib/Semantics/ |
D | canonicalize-acc.h | 14 class Messages; variable 18 bool CanonicalizeAcc(parser::Messages &messages, parser::Program &program);
|