Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/pytorch/c10/test/util/
H A 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
/aosp_15_r20/external/json-schema-validator/src/test/resources/draft2019-09/
H A 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
/aosp_15_r20/external/libchrome/ipc/
H A Dsync_socket_unittest.cc232 char hello[kHelloStringLength] = {0}; in TEST_F() local
263 char hello[kHelloStringLength] = {0}; in TEST_F() local
299 char hello[kHelloStringLength] = {0}; in TEST_F() local
/aosp_15_r20/external/cronet/ipc/
H A Dsync_socket_unittest.cc252 char hello[kHelloStringLength] = {0}; in TEST_F() local
284 char hello[kHelloStringLength] = {0}; in TEST_F() local
323 char hello[kHelloStringLength] = {0}; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/crc/
Dcrc32c_test.cc144 std::string hello = "Hello, "; in TEST() local
172 std::string hello = "Hello, "; in TEST() local
184 std::string hello = "Hello, "; in TEST() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/crc/
H A Dcrc32c_test.cc144 std::string hello = "Hello, "; in TEST() local
172 std::string hello = "Hello, "; in TEST() local
184 std::string hello = "Hello, "; in TEST() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/tests/
H A Dtest_bytes.rs159 let mut hello = Bytes::from(&b"helloworld"[..]); in split_off() localVariable
165 let mut hello = BytesMut::from(&b"helloworld"[..]); in split_off() localVariable
175 let mut hello = Bytes::from(&b"helloworld"[..]); in split_off_oob() localVariable
272 let mut hello = Bytes::from(&b"helloworld"[..]); in split_to_oob() localVariable
279 let mut hello = BytesMut::from(&b"helloworld"[..]); in split_to_oob_mut() localVariable
317 let mut hello = Bytes::from(s); in truncate() localVariable
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/crc/
H A Dcrc32c_test.cc146 std::string hello = "Hello, "; in TEST() local
174 std::string hello = "Hello, "; in TEST() local
186 std::string hello = "Hello, "; in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/crc/
H A Dcrc32c_test.cc146 std::string hello = "Hello, "; in TEST() local
174 std::string hello = "Hello, "; in TEST() local
186 std::string hello = "Hello, "; in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/crc/
H A Dcrc32c_test.cc146 std::string hello = "Hello, "; in TEST() local
174 std::string hello = "Hello, "; in TEST() local
186 std::string hello = "Hello, "; in TEST() local
/aosp_15_r20/external/llvm/test/MC/ELF/
H A Dcomdat-reloc.s4 .globl hello symbol
6 hello: label
/aosp_15_r20/external/dokka/runners/gradle-integration-tests/testData/sourcesChange/src/main/kotlin/demo/
H A DHelloWorld.kt6 fun hello(): String = "Hello" method
/aosp_15_r20/external/dokka/core/testdata/format/
H A DlinksInEmphasis.kt12 fun hello() {} in hello() method in Bar
H A DlinksInStrong.kt12 fun hello() {} in hello() method
H A DlinksInHeaders.kt18 fun hello() {} in hello() method in Bar
/aosp_15_r20/external/dokka/runners/gradle-integration-tests/testData/sourcesChange/src1/main/kotlin/demo/
H A DHelloWorld.kt6 fun hello(): String = "Hello" method
/aosp_15_r20/external/apache-commons-bcel/src/test/resources/
HDJava8Example.class ... Java8Example extends java.lang.Object { public void hello () private static synthetic boolean lambda$hello$ ...
/aosp_15_r20/external/kotlinx.serialization/integration-test/src/commonMain/kotlin/sample/
H A DSample.kt11 fun hello(): String = "Hello from ${Platform.name}" method
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dscope-check.m75 + (void) hello; class
79 + (void) hello { class
/aosp_15_r20/external/ksp/examples/playground/workload/src/main/java/com/example/
H A DA.kt6 val hello = HELLO() in main() constant
/aosp_15_r20/external/ksp/integration-tests/src/test/resources/playground/workload/src/main/java/com/example/
H A DA.kt6 val hello = HELLO() in main() constant
/aosp_15_r20/external/python/uritemplates/tests/fixtures/
Dspec-examples-by-section.json8 "hello" : "Hello World!", string
41 "hello" : "Hello World!", string
95 "hello" : "Hello World!", string
152 "hello" : "Hello World!", string
194 "hello" : "Hello World!", string
246 "hello" : "Hello World!", string
298 "hello" : "Hello World!", string
349 "hello" : "Hello World!", string
397 "hello" : "Hello World!", string
/aosp_15_r20/external/zstd/contrib/pzstd/utils/test/
H A DRangeTest.cpp59 auto hello = range.subpiece(0, 5); in TEST() local
65 auto hello = range; in TEST() local
/aosp_15_r20/external/junit-params/src/test/java/junitparams/custom/
H A DCustomParametersProviderTest.java32 String hello(); in hello() method
48 private String hello; field in CustomParametersProviderTest.CustomHelloProvider
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/tests/
Dbigint.rs1232 let hello = BigInt::parse_bytes(b"-22405534230753963835153736737", 10).unwrap(); in test_lower_hex() localVariable
1242 let hello = BigInt::parse_bytes(b"-22405534230753963835153736737", 10).unwrap(); in test_upper_hex() localVariable
1252 let hello = BigInt::parse_bytes(b"-224055342307539", 10).unwrap(); in test_binary() localVariable
1265 let hello = BigInt::parse_bytes(b"-22405534230753963835153736737", 10).unwrap(); in test_octal() localVariable
1275 let hello = BigInt::parse_bytes(b"-22405534230753963835153736737", 10).unwrap(); in test_display() localVariable

12345678910