/aosp_15_r20/external/pytorch/c10/test/util/ |
H A D | string_view_test.cpp | 61 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 D | properties.json | 9 "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 D | sync_socket_unittest.cc | 232 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 D | sync_socket_unittest.cc | 252 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/ |
D | crc32c_test.cc | 144 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 D | crc32c_test.cc | 144 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 D | test_bytes.rs | 159 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 D | crc32c_test.cc | 146 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 D | crc32c_test.cc | 146 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 D | crc32c_test.cc | 146 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 D | comdat-reloc.s | 4 .globl hello symbol 6 hello: label
|
/aosp_15_r20/external/dokka/runners/gradle-integration-tests/testData/sourcesChange/src/main/kotlin/demo/ |
H A D | HelloWorld.kt | 6 fun hello(): String = "Hello" method
|
/aosp_15_r20/external/dokka/core/testdata/format/ |
H A D | linksInEmphasis.kt | 12 fun hello() {} in hello() method
|
H A D | linksInStrong.kt | 12 fun hello() {} in hello() method
|
H A D | linksInHeaders.kt | 18 fun hello() {} in hello() method
|
/aosp_15_r20/external/dokka/runners/gradle-integration-tests/testData/sourcesChange/src1/main/kotlin/demo/ |
H A D | HelloWorld.kt | 6 fun hello(): String = "Hello" method
|
/aosp_15_r20/external/apache-commons-bcel/src/test/resources/ |
HD | Java8Example.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 D | Sample.kt | 11 fun hello(): String = "Hello from ${Platform.name}" method
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | scope-check.m | 75 + (void) hello; class 79 + (void) hello { class
|
/aosp_15_r20/external/ksp/examples/playground/workload/src/main/java/com/example/ |
H A D | A.kt | 6 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 D | A.kt | 6 val hello = HELLO() in main() constant
|
/aosp_15_r20/external/python/uritemplates/tests/fixtures/ |
D | spec-examples-by-section.json | 8 "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 D | RangeTest.cpp | 59 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 D | CustomParametersProviderTest.java | 32 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/ |
D | bigint.rs | 1232 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
|