Home
last modified time | relevance | path

Searched defs:TestString (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dsync_map_count_test.cc77 struct TestString { struct
78 TestString(std::string string) : string_(string) {} in TestString() argument
79 std::string String() const { return string_; } in String()
81 bool operator<(const TestString& other) const { return other.string_ > string_; } in operator <()
82 bool operator==(const TestString& other) const { return other.string_ == string_; } in operator ==()
85 std::string string_;
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/
Denv.rs424 struct TestString { in test_parse_string_and_list() struct
425 string_val: String, in test_parse_string_and_list()
426 string_list: Vec<String>, in test_parse_string_and_list()
476 struct TestString { in test_parse_string() struct
477 string_val: String, in test_parse_string()
548 struct TestString { in test_parse_off_string() struct
549 string_val_1: String, in test_parse_off_string()
/aosp_15_r20/external/noto-fonts/emoji-compat/tests/src/androidx/emoji2/bundled/util/
H A DTestString.java25 public class TestString { class
36 public TestString(int... codePoints) { in TestString() method in TestString
46 public TestString(Emoji.EmojiMapping emojiMapping) { in TestString() method in TestString
50 public TestString(String string) { in TestString() method in TestString
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/
Denv.rs290 struct TestString { in test_parse_string() struct
291 string_val: String, in test_parse_string()
324 struct TestString { in test_parse_off_string() struct
325 string_val_1: String, in test_parse_off_string()
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/
H A DSerializableTestClasses.kt16 data class TestString(@ProtoNumber(2) val b: String) dataClass
/aosp_15_r20/external/libcap/cap/
H A Dcap_test.go46 func TestString(t *testing.T) { func
/aosp_15_r20/external/bazelbuild-rules_go/tests/extras/go_embed_data/
H A Dembed_test.go69 func TestString(t *testing.T) { func
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/impl/
H A Diostream_test.cc39 TEST(OStreamTest, TestString) { in TEST() argument
/aosp_15_r20/system/extras/libfscrypt/tests/
H A Dfscrypt_test.cpp29 const EncryptionOptions TestString(unsigned int first_api_level, const std::string instring, in TestString() function
/aosp_15_r20/external/clang/test/Misc/
H A Dast-dump-attr.cpp82 static int TestString __attribute__((alias("alias1"))); variable
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dnatconv_test.go73 func TestString(t *testing.T) { func
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/tests/
H A Dvalue_test.cc40 TEST(ValueTest, TestString) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/syntax/
Dparse_test.go616 func TestString(t *testing.T) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdh/
Decdh_test.go191 func TestString(t *testing.T) { func
/aosp_15_r20/external/pigweed/pw_checksum/
H A Dcrc32_test.cc111 void TestString() { in TestString() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
Dstring_test.go197 func TestString(t *testing.T) { func
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/crc/
H A Dcrc32c_benchmark.cc25 std::string TestString(size_t len) { in TestString() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/crc/
H A Dcrc32c_benchmark.cc25 std::string TestString(size_t len) { in TestString() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/crc/
H A Dcrc32c_benchmark.cc25 std::string TestString(size_t len) { in TestString() function
/aosp_15_r20/prebuilts/go/linux-x86/src/expvar/
Dexpvar_test.go133 func TestString(t *testing.T) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/constant/
Dvalue_test.go428 func TestString(t *testing.T) { func
/aosp_15_r20/external/abseil-cpp/absl/crc/
H A Dcrc32c_benchmark.cc25 std::string TestString(size_t len) { in TestString() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/crc/
Dcrc32c_benchmark.cc25 std::string TestString(size_t len) { in TestString() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dhashtable_lookup_test.cc155 TEST(HashtableLookupOpTest, TestString) { in TEST() argument
/aosp_15_r20/external/libchrome/components/json_schema/
H A Djson_schema_validator_unittest_base.cc466 void JSONSchemaValidatorTestBase::TestString() { in TestString() function in JSONSchemaValidatorTestBase

12