Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 25 of 188) sorted by relevance

12345678

/external/llvm/test/MC/ELF/
Dcomdat-reloc.s4 .globl hello symbol
6 hello: label
/external/dokka/runners/gradle-integration-tests/testData/sourcesChange/src/main/kotlin/demo/
DHelloWorld.kt6 fun hello(): String = "Hello" method
/external/dokka/core/testdata/format/
DlinksInEmphasis.kt12 fun hello() {} in hello() method in Bar
DlinksInStrong.kt12 fun hello() {} in hello() method in Bar
DlinksInHeaders.kt18 fun hello() {} in hello() method in Bar
/external/dokka/runners/gradle-integration-tests/testData/sourcesChange/src1/main/kotlin/demo/
DHelloWorld.kt6 fun hello(): String = "Hello" method
/external/apache-commons-bcel/src/test/resources/
DJava8Example.class ... Java8Example extends java.lang.Object { public void hello () private static synthetic boolean lambda$hello$ ...
/external/kotlinx.serialization/integration-test/src/commonMain/kotlin/sample/
DSample.kt11 fun hello(): String = "Hello from ${Platform.name}" method
/external/clang/test/SemaObjC/
Dscope-check.m75 + (void) hello; class
79 + (void) hello { class
/external/ksp/examples/playground/workload/src/main/java/com/example/
DA.kt6 val hello = HELLO() in main() constant
/external/ksp/integration-tests/src/test/resources/playground/workload/src/main/java/com/example/
DA.kt6 val hello = HELLO() in main() constant
DAClass.kt10 val hello = HELLO() in foo() constant
/external/json-schema-validator/src/test/resources/draft2019-09/
Dproperties.json9 "hello": {"type": "string"}, object
22 "data": {"foo": 1, "bar": {}, "hello": "v", "world": "b"}, string
27 "data": {"foo": 1, "bar": "b", "hello": "c", "world": "d"}, string
/external/zstd/contrib/pzstd/utils/test/
DRangeTest.cpp59 auto hello = range.subpiece(0, 5); in TEST() local
65 auto hello = range; in TEST() local
/external/junit-params/src/test/java/junitparams/custom/
DCustomParametersProviderTest.java32 String hello(); in hello() method
48 private String hello; field in CustomParametersProviderTest.CustomHelloProvider
/external/pytorch/c10/test/util/
Dstring_view_test.cpp61 constexpr string_view hello = "hello"; variable
99 constexpr string_view hello = "hello"; variable
114 constexpr string_view hello = assign("hello"); in TEST() local
123 const string_view hello = assign("hello"); in TEST() local
146 constexpr string_view hello = "hello"; variable
156 constexpr string_view hello = "hello"; variable
166 constexpr string_view hello = "hello"; variable
/external/libbrillo/brillo/
Dosrelease_reader_test.cc40 string hello = "hello"; in TEST_F() local
76 string hello = "hello\n"; in TEST_F() local
/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/test/guide/
Dexample-ui-basic-01.kt23 val hello = Text("Hello World!").apply { in <lambda>() constant in kotlinx.coroutines.javafx.guide.exampleUiBasic01.ExampleApp
Dexample-ui-basic-02.kt23 val hello = Text("Hello World!").apply { in <lambda>() constant in kotlinx.coroutines.javafx.guide.exampleUiBasic02.ExampleApp
Dexample-ui-advanced-02.kt23 val hello = Text("Hello World!").apply { in <lambda>() constant in kotlinx.coroutines.javafx.guide.exampleUiAdvanced02.ExampleApp
Dexample-ui-advanced-01.kt23 val hello = Text("Hello World!").apply { in <lambda>() constant in kotlinx.coroutines.javafx.guide.exampleUiAdvanced01.ExampleApp
/external/cronet/tot/build/rust/tests/test_bin_crate/crate/src/
Dmore.rs5 pub fn hello() {} in hello() function
/external/bazelbuild-rules_python/gazelle/python/testdata/annotation_include_dep/subpkg/
Dmodule1.py1 def hello(): function
/external/bazelbuild-rules_rust/test/unit/debug_info/
Dlib.rs2 pub extern "C" fn hello() { in hello() function
/external/bazelbuild-rules_rust/test/unit/versioned_libs/
Da.rs1 pub fn hello() {} in hello() function

12345678