Home
last modified time | relevance | path

Searched defs:HelloWorld (Results 1 – 21 of 21) sorted by relevance

/external/bazelbuild-rules_java/examples/hello_world/com/google/
DHelloWorld.java16 public class HelloWorld { class
18 private HelloWorld() {} in HelloWorld() method in HelloWorld
/external/rust/android-crates-io/crates/icu_provider/src/
Dhello_world.rs30 pub struct HelloWorld<'data> { struct
36 impl Default for HelloWorld<'_> { argument
44 impl<'a> ZeroFrom<'a, str> for HelloWorld<'a> { implementation
/external/javassist/sample/hotswap/logging/
DHelloWorld.java1 public class HelloWorld { class
/external/javassist/sample/hotswap/
DHelloWorld.java1 public class HelloWorld { class
/external/bazelbuild-rules_go/tests/core/go_plugin/
Dplugin.go3 const HelloWorld = "Hello, world!" const
Dall_test.go9 const HelloWorld = "Hello, world!" const
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue144/
DHelloWorld.java1 public class HelloWorld { class
/external/grpc-grpc/examples/cpp/wait_for_ready/
DCMakeLists.txt22 project(HelloWorld C CXX) project
/external/grpc-grpc/examples/cpp/keepalive/
DCMakeLists.txt22 project(HelloWorld C CXX) project
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
DHelloWorld.java28 public class HelloWorld { class
/external/grpc-grpc/examples/cpp/helloworld/
DCMakeLists.txt22 project(HelloWorld C CXX) project
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
DHelloWorld.java34 public class HelloWorld extends SyncDebuggee implements HelloWorldInterface { class
/external/grpc-grpc/examples/cpp/health/
DCMakeLists.txt22 project(HelloWorld C CXX) project
/external/sandboxed-api/oss-internship-2020/libuv/examples/
Dhelloworld.cc40 absl::Status HelloWorld() { in HelloWorld() function
/external/rust/android-crates-io/extra_versions/crates/jni/example/
DHelloWorld.java1 class HelloWorld { class
/external/rust/android-crates-io/crates/jni/example/
DHelloWorld.java1 class HelloWorld { class
/external/webrtc/third_party/crc32c/src/src/
Dcrc32c_extend_unittests.h55 TYPED_TEST_P(ExtendTest, HelloWorld) { in TYPED_TEST_P() argument
/external/libchrome/base/i18n/
Dstreaming_utf8_validator_unittest.cc307 TEST(StreamingUtf8ValidatorTest, HelloWorld) { in TEST() argument
/external/cronet/tot/base/i18n/
Dstreaming_utf8_validator_unittest.cc290 TEST(StreamingUtf8ValidatorTest, HelloWorld) { in TEST() argument
/external/cronet/stable/base/i18n/
Dstreaming_utf8_validator_unittest.cc290 TEST(StreamingUtf8ValidatorTest, HelloWorld) { in TEST() argument
/external/pytorch/test/
Dtest_serialization.py1046 class HelloWorld: class