/external/grpc-grpc/examples/node/static_codegen/ |
D | helloworld_pb.js | 12 goog.exportSymbol('proto.helloworld.HelloReply', null, global); 13 goog.exportSymbol('proto.helloworld.HelloRequest', null, global); 25 proto.helloworld.HelloRequest = function(opt_data) { 28 goog.inherits(proto.helloworld.HelloRequest, jspb.Message); 30 proto.helloworld.HelloRequest.displayName = 'proto.helloworld.HelloRequest'; 45 proto.helloworld.HelloRequest.prototype.toObject = function(opt_includeInstance) { 46 return proto.helloworld.HelloRequest.toObject(opt_includeInstance, this); 55 * @param {!proto.helloworld.HelloRequest} msg The msg instance to transform. 58 proto.helloworld.HelloRequest.toObject = function(includeInstance, msg) { 74 * @return {!proto.helloworld.HelloRequest} [all …]
|
/external/grpc-grpc/examples/objective-c/helloworld/HelloWorld.xcodeproj/ |
D | project.pbxproj | 15 …31D47F0E63 /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6B4E1F55F8A2E… 19 …HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = … 20 …3800040F884 /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application… 28 …EE88 /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeI… 29 …HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = te… 37 EF61CF6AE2536A31D47F0E63 /* libPods-HelloWorld.a in Frameworks */, 48 5E3690621B2A23800040F884 /* HelloWorld */, 58 5E3690601B2A23800040F884 /* HelloWorld.app */, 63 5E3690621B2A23800040F884 /* HelloWorld */ = { 68 path = HelloWorld; [all …]
|
/external/grpc-grpc/doc/ |
D | server_reflection_tutorial.md | 21 This [Makefile](../examples/cpp/helloworld/Makefile#L37#L45) demonstrates 32 Here we use `examples/cpp/helloworld` as an example to show the use of gRPC 39 [Makefile](../examples/cpp/helloworld/Makefile) of the helloworld example. We 43 $ make -C examples/cpp/helloworld 44 $ examples/cpp/helloworld/greeter_server & 69 helloworld.Greeter 81 $ grpc_cli ls localhost:50051 helloworld.Greeter -l 86 filename: helloworld.proto 87 package: helloworld; 89 rpc SayHello(helloworld.HelloRequest) returns (helloworld.HelloReply) {} [all …]
|
D | command_line_tool.md | 88 helloworld.Greeter 102 $ grpc_cli ls localhost:50051 helloworld.Greeter -l 105 `helloworld.Greeter` is full name of the service. 110 filename: helloworld.proto 111 package: helloworld; 113 rpc SayHello(helloworld.HelloRequest) returns (helloworld.HelloReply) {} 126 $ grpc_cli ls localhost:50051 helloworld.Greeter.SayHello -l 129 `helloworld.Greeter.SayHello` is full name of the method. 134 rpc SayHello(helloworld.HelloRequest) returns (helloworld.HelloReply) {} 145 $ grpc_cli type localhost:50051 helloworld.HelloRequest [all …]
|
/external/grpc-grpc/examples/objective-c/helloworld/HelloWorld.xcodeproj/xcshareddata/xcschemes/ |
D | HelloWorld.xcscheme | 18 BuildableName = "HelloWorld.app" 19 BlueprintName = "HelloWorld" 20 ReferencedContainer = "container:HelloWorld.xcodeproj"> 36 BuildableName = "HelloWorld.app" 37 BlueprintName = "HelloWorld" 38 ReferencedContainer = "container:HelloWorld.xcodeproj"> 59 BuildableName = "HelloWorld.app" 60 BlueprintName = "HelloWorld" 61 ReferencedContainer = "container:HelloWorld.xcodeproj"> 78 BuildableName = "HelloWorld.app" [all …]
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/ |
D | HelloworldGrpc.cs | 3 // source: helloworld.proto 25 namespace Helloworld { namespace 31 static readonly string __ServiceName = "helloworld.Greeter"; 33 …Helloworld.HelloRequest> __Marshaller_helloworld_HelloRequest = grpc::Marshallers.Create((arg) => … 34 …Helloworld.HelloReply> __Marshaller_helloworld_HelloReply = grpc::Marshallers.Create((arg) => glob… 36 …al::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new grpc::Method<g… 46 get { return global::Helloworld.HelloworldReflection.Descriptor.Services[0]; } 58 …irtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global::Hellowo… in SayHello() 96 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() 106 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() [all …]
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/ |
D | HelloworldGrpc.cs | 2 // source: helloworld.proto 26 namespace Helloworld { namespace 32 static readonly string __ServiceName = "helloworld.Greeter"; 34 …Helloworld.HelloRequest> __Marshaller_HelloRequest = grpc::Marshallers.Create((arg) => global::Goo… 35 …Helloworld.HelloReply> __Marshaller_HelloReply = grpc::Marshallers.Create((arg) => global::Google.… 37 …al::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new grpc::Method<g… 47 get { return global::Helloworld.HelloworldReflection.Descriptor.Services[0]; } 59 …irtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global::Hellowo… in SayHello() 97 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() 107 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() [all …]
|
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/ |
D | HelloworldGrpc.cs | 3 // source: helloworld.proto 25 namespace Helloworld { namespace 31 static readonly string __ServiceName = "helloworld.Greeter"; 33 …Helloworld.HelloRequest> __Marshaller_helloworld_HelloRequest = grpc::Marshallers.Create((arg) => … 34 …Helloworld.HelloReply> __Marshaller_helloworld_HelloReply = grpc::Marshallers.Create((arg) => glob… 36 …al::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new grpc::Method<g… 46 get { return global::Helloworld.HelloworldReflection.Descriptor.Services[0]; } 58 …irtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global::Hellowo… in SayHello() 96 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() 106 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() [all …]
|
/external/grpc-grpc/examples/python/interceptors/default_value/ |
D | helloworld_pb2.py | 2 # source: helloworld.proto 19 name='helloworld.proto', 20 package='helloworld', 22 …\x01 \x01(\t2I\n\x07Greeter\x12>\n\x08SayHello\x12\x18.helloworld.HelloRequest\x1a\x16.helloworld.… 30 full_name='helloworld.HelloRequest', 36 name='name', full_name='helloworld.HelloRequest.name', index=0, 61 full_name='helloworld.HelloReply', 67 name='message', full_name='helloworld.HelloReply.message', index=0, 96 # @@protoc_insertion_point(class_scope:helloworld.HelloRequest) 103 # @@protoc_insertion_point(class_scope:helloworld.HelloReply) [all …]
|
/external/grpc-grpc/examples/python/interceptors/headers/ |
D | helloworld_pb2.py | 2 # source: helloworld.proto 19 name='helloworld.proto', 20 package='helloworld', 22 …\x01 \x01(\t2I\n\x07Greeter\x12>\n\x08SayHello\x12\x18.helloworld.HelloRequest\x1a\x16.helloworld.… 30 full_name='helloworld.HelloRequest', 36 name='name', full_name='helloworld.HelloRequest.name', index=0, 61 full_name='helloworld.HelloReply', 67 name='message', full_name='helloworld.HelloReply.message', index=0, 96 # @@protoc_insertion_point(class_scope:helloworld.HelloRequest) 103 # @@protoc_insertion_point(class_scope:helloworld.HelloReply) [all …]
|
/external/grpc-grpc/examples/python/multiplex/ |
D | helloworld_pb2.py | 2 # source: helloworld.proto 19 name='helloworld.proto', 20 package='helloworld', 22 …\x01 \x01(\t2I\n\x07Greeter\x12>\n\x08SayHello\x12\x18.helloworld.HelloRequest\x1a\x16.helloworld.… 30 full_name='helloworld.HelloRequest', 36 name='name', full_name='helloworld.HelloRequest.name', index=0, 61 full_name='helloworld.HelloReply', 67 name='message', full_name='helloworld.HelloReply.message', index=0, 96 # @@protoc_insertion_point(class_scope:helloworld.HelloRequest) 103 # @@protoc_insertion_point(class_scope:helloworld.HelloReply) [all …]
|
/external/grpc-grpc/examples/python/helloworld/ |
D | helloworld_pb2.py | 2 # source: helloworld.proto 19 name='helloworld.proto', 20 package='helloworld', 22 …\x01 \x01(\t2I\n\x07Greeter\x12>\n\x08SayHello\x12\x18.helloworld.HelloRequest\x1a\x16.helloworld.… 30 full_name='helloworld.HelloRequest', 36 name='name', full_name='helloworld.HelloRequest.name', index=0, 61 full_name='helloworld.HelloReply', 67 name='message', full_name='helloworld.HelloReply.message', index=0, 96 # @@protoc_insertion_point(class_scope:helloworld.HelloRequest) 103 # @@protoc_insertion_point(class_scope:helloworld.HelloReply) [all …]
|
/external/grpc-grpc-java/documentation/ |
D | server-reflection-tutorial.md | 18 `examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java`, we 32 --- a/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java 33 +++ b/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java 34 @@ -33,6 +33,7 @@ package io.grpc.examples.helloworld; 91 helloworld.Greeter 103 $ ./grpc_cli ls localhost:50051 helloworld.Greeter -l 108 filename: helloworld.proto 109 package: helloworld; 111 rpc SayHello(helloworld.HelloRequest) returns (helloworld.HelloReply) {} 124 $ ./grpc_cli ls localhost:50051 helloworld.Greeter.SayHello -l [all …]
|
/external/javapoet/ |
D | README.md | 13 Here's a (boring) `HelloWorld` class: 16 package com.example.helloworld; 18 public final class HelloWorld { 35 TypeSpec helloWorld = TypeSpec.classBuilder("HelloWorld") 40 JavaFile javaFile = JavaFile.builder("com.example.helloworld", helloWorld) 47 type, parameters and code statements. We add the main method to a `HelloWorld` class, and then add 48 that to a `HelloWorld.java` file. 217 TypeSpec helloWorld = TypeSpec.classBuilder("HelloWorld") 224 JavaFile javaFile = JavaFile.builder("com.example.helloworld", helloWorld) 241 public final class HelloWorld { [all …]
|
/external/skia/example/ |
D | HelloWorld.cpp | 8 #include "example/HelloWorld.h" 19 return new HelloWorld(argc, argv, platformData); in Create() 22 HelloWorld::HelloWorld(int argc, char** argv, void* platformData) in HelloWorld() function in HelloWorld 36 HelloWorld::~HelloWorld() { in ~HelloWorld() 41 void HelloWorld::updateTitle() { in updateTitle() 51 void HelloWorld::onBackendCreated() { in onBackendCreated() 57 void HelloWorld::onPaint(SkSurface* surface) { in onPaint() 107 void HelloWorld::onIdle() { in onIdle() 112 bool HelloWorld::onChar(SkUnichar c, skui::ModifierKey modifiers) { in onChar()
|
/external/skqp/example/ |
D | HelloWorld.cpp | 8 #include "HelloWorld.h" 19 return new HelloWorld(argc, argv, platformData); in Create() 22 HelloWorld::HelloWorld(int argc, char** argv, void* platformData) in HelloWorld() function in HelloWorld 36 HelloWorld::~HelloWorld() { in ~HelloWorld() 41 void HelloWorld::updateTitle() { in updateTitle() 51 void HelloWorld::onBackendCreated() { in onBackendCreated() 57 void HelloWorld::onPaint(SkCanvas* canvas) { in onPaint() 105 void HelloWorld::onIdle() { in onIdle() 110 bool HelloWorld::onChar(SkUnichar c, uint32_t modifiers) { in onChar()
|
/external/javassist/sample/hotswap/ |
D | Test.java | 7 new HelloWorld().print(); in main() 9 File newfile = new File("logging/HelloWorld.class"); in main() 14 hs.reload("HelloWorld", bytes); in main() 15 new HelloWorld().print(); in main() 17 newfile = new File("HelloWorld.class"); in main() 22 hs.reload("HelloWorld", bytes); in main() 23 new HelloWorld().print(); in main()
|
/external/llvm-project/llvm/docs/ |
D | WritingAnLLVMNewPMPass.rst | 35 Here we describe how to write the "hello world" of passes. The "HelloWorld" 41 name alongside the HelloWorld source files. 52 this example, we'll use ``llvm/lib/Transforms/HelloNew/HelloWorld.cpp``, 55 ``HelloWorld.cpp``: 60 HelloWorld.cpp 77 ``llvm/include/llvm/Transforms/HelloNew/HelloWorld.h``. The file should 105 Next we'll create ``llvm/lib/Transforms/HelloNew/HelloWorld.cpp``, starting 110 #include "llvm/Transforms/HelloNew/HelloWorld.h" 142 FUNCTION_PASS("helloworld", HelloWorldPass()) 144 ... which adds the pass under the name "helloworld". [all …]
|
/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/ |
D | CMakeLists.txt | 15 # cmake "superbuild" file for C++ helloworld example. 16 # This build file demonstrates how to build the helloworld project 20 # including the "helloworld" project itself. 26 project(HelloWorld-SuperBuild C CXX) 97 # Build the helloworld projects itself using a CMakeLists.txt that assumes all the dependencies 99 # Even though helloworld is not really an "external project" from perspective of this build, 101 # to locate all the dependencies (if we were building helloworld directly in this build we, 104 ExternalProject_Add(helloworld 105 PREFIX helloworld 107 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/helloworld"
|
/external/grpc-grpc/examples/ruby/lib/ |
D | helloworld_pb.rb | 2 # source: helloworld.proto 7 add_message "helloworld.HelloRequest" do 10 add_message "helloworld.HelloReply" do 15 module Helloworld module 16 …HelloRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloRequest").m… 17 …HelloReply = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloReply").msgcl…
|
/external/grpc-grpc/examples/cpp/helloworld/ |
D | Makefile | 41 greeter_client: helloworld.pb.o helloworld.grpc.pb.o greeter_client.o 44 greeter_server: helloworld.pb.o helloworld.grpc.pb.o greeter_server.o 47 greeter_async_client: helloworld.pb.o helloworld.grpc.pb.o greeter_async_client.o 50 greeter_async_client2: helloworld.pb.o helloworld.grpc.pb.o greeter_async_client2.o 53 greeter_async_server: helloworld.pb.o helloworld.grpc.pb.o greeter_async_server.o
|
D | README.md | 18 Change your current directory to examples/cpp/helloworld 21 $ cd examples/cpp/helloworld/ 37 [helloworld.proto](../../protos/helloworld.proto). The `Greeting` 49 package helloworld; 81 $ make helloworld.grpc.pb.cc helloworld.pb.cc 86 …I ../../protos/ --grpc_out=. --plugin=protoc-gen-grpc=grpc_cpp_plugin ../../protos/helloworld.proto 87 $ protoc -I ../../protos/ --cpp_out=. ../../protos/helloworld.proto 104 auto stub = helloworld::Greeter::NewStub(channel); 207 helloworld::Greeter::AsyncService service;
|
/external/grpc-grpc/examples/php/ |
D | greeter_client.php | 20 …-grpc_out=./ --plugin=protoc-gen-grpc=./../../bins/opt/grpc_php_plugin ./../protos/helloworld.proto 24 @include_once dirname(__FILE__).'/Helloworld/GreeterClient.php'; 25 @include_once dirname(__FILE__).'/Helloworld/HelloReply.php'; 26 @include_once dirname(__FILE__).'/Helloworld/HelloRequest.php'; 27 @include_once dirname(__FILE__).'/GPBMetadata/Helloworld.php'; 31 $client = new Helloworld\GreeterClient('localhost:50051', [ 34 $request = new Helloworld\HelloRequest();
|
/external/smali/examples/HelloWorld/ |
D | HelloWorld.smali | 6 #java -jar smali.jar -o classes.dex HelloWorld.smali 7 #zip HelloWorld.zip classes.dex 8 #adb push HelloWorld.zip /data/local 9 #adb shell dalvikvm -cp /data/local/HelloWorld.zip HelloWorld 12 #java -Xmx512m -jar smali.jar HelloWorld.smali
|
/external/grpc-grpc/examples/ |
D | BUILD | 32 name = "helloworld", 33 srcs = ["protos/helloworld.proto"], 43 srcs = ["cpp/helloworld/greeter_client.cc"], 45 deps = [":helloworld", "//:grpc++"], 50 srcs = ["cpp/helloworld/greeter_server.cc"], 52 deps = [":helloworld", "//:grpc++"],
|