OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:greet
(Results
1 - 8
of
8
) sorted by null
/external/grpc-grpc/examples/php/
greeter_client.php
29
function
greet
($name)
function
43
echo
greet
($name)."\n";
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/experimental/
CompressingHelloWorldClient.java
56
public void
greet
(String name) {
method in class:CompressingHelloWorldClient
57
logger.info("Will try to
greet
" + name + " ...");
72
*
Greet
server. If provided, the first element of {@code args} is the name to use in the
81
user = args[0]; /* Use the arg as the name to
greet
if provided */
83
client.
greet
(user);
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworld/
HelloWorldClient.java
55
public void
greet
(String name) {
method in class:HelloWorldClient
56
logger.info("Will try to
greet
" + name + " ...");
69
*
Greet
server. If provided, the first element of {@code args} is the name to use in the
78
user = args[0]; /* Use the arg as the name to
greet
if provided */
80
client.
greet
(user);
/external/python/cpython2/Demo/curses/
xmas.py
72
def
greet
():
function
713
greet
()
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/advanced/
HelloJsonClient.java
64
public void
greet
(String name) {
method in class:HelloJsonClient
65
logger.info("Will try to
greet
" + name + " ...");
78
*
Greet
server. If provided, the first element of {@code args} is the name to use in the
87
user = args[0]; /* Use the arg as the name to
greet
if provided */
89
client.
greet
(user);
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/header/
CustomHeaderClient.java
61
private void
greet
(String name) {
method in class:CustomHeaderClient
62
logger.info("Will try to
greet
" + name + " ...");
83
user = args[0]; /* Use the arg as the name to
greet
if provided */
85
client.
greet
(user);
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/
HelloWorldClientTls.java
87
public void
greet
(String name) {
method in class:HelloWorldClientTls
88
logger.info("Will try to
greet
" + name + " ...");
101
*
Greet
server. If provided, the first element of {@code args} is the name to use in the
133
user = args[0]; /* Use the arg as the name to
greet
if provided */
135
client.
greet
(user);
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/grpc/helloworld/
HelloWorldClient.java
75
public void
greet
(String name) {
method in class:HelloWorldClient
76
logger.info("Will try to
greet
" + name + " ...");
100
*
Greet
server. If provided, the first element of {@code args} is the name to use in the
137
client.
greet
(user);
Completed in 396 milliseconds