/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/ |
D | kml_parser_test.cc | 46 TEST(KmlParser, ParseNonexistentFile) { in TEST() function 58 TEST(KmlParser, ParseEmptyKmlFile) { in TEST() function 66 TEST(KmlParser, ParseEmptyKmlString) { in TEST() function 85 TEST(KmlParser, ParseValidKmlFile) { in TEST() function 94 TEST(KmlParser, ParseValidKmlString) { in TEST() function 157 TEST(KmlParser, ParseValidComplexFile) { in TEST() function 181 TEST(KmlParser, ParseValidComplexString) { in TEST() function 214 TEST(KmlParser, ParseOneCoordinateFile) { in TEST() function 226 TEST(KmlParser, ParseOneCoordinateString) { in TEST() function 249 TEST(KmlParser, ParseMultipleCoordinatesFile) { in TEST() function [all …]
|
D | gpx_parser_test.cc | 48 TEST(GpxParser, ParseFileNotFound) { in TEST() function 59 TEST(GpxParser, ParseEmptyFile) { in TEST() function 68 TEST(GpxParser, ParseEmptyString) { in TEST() function 87 TEST(GpxParser, ParseEmptyRteTrkFile) { in TEST() function 96 TEST(GpxParser, ParseEmptyRteTrkString) { in TEST() function 141 TEST(GpxParser, ParseValidFile) { in TEST() function 159 TEST(GpxParser, ParseValidString) { in TEST() function 184 TEST(GpxParser, ParseFileNullAttributeFile) { in TEST() function 198 TEST(GpxParser, ParseFileNullAttributeString) { in TEST() function 221 TEST(GpxParser, ParseLocationMissingLatitudeFile) { in TEST() function [all …]
|
/device/google/cuttlefish/host/commands/cvd_send_sms/unittest/ |
D | pdu_format_builder_test.cc | 23 TEST(PDUFormatBuilderTest, EmptyUserDataFails) { in TEST() function 31 TEST(PDUFormatBuilderTest, NotInAlphabetCharacterFails) { in TEST() function 41 TEST(PDUFormatBuilderTest, With161CharactersFails) { in TEST() function 54 TEST(PDUFormatBuilderTest, With1CharacterSucceeds) { in TEST() function 64 TEST(PDUFormatBuilderTest, With7CharactersSucceeds) { in TEST() function 74 TEST(PDUFormatBuilderTest, With8CharactersSucceeds) { in TEST() function 84 TEST(PDUFormatBuilderTest, With160CharactersSucceeds) { in TEST() function 118 TEST(PDUFormatBuilderTest, With160MultiByteCharactersSucceeds) { in TEST() function 152 TEST(PDUFormatBuilderTest, FullAlphabetSucceeds) { in TEST() function 171 TEST(PDUFormatBuilderTest, WithEmptySenderPhoneNumberFails) { in TEST() function [all …]
|
/device/google/cuttlefish/common/libs/utils/ |
D | result_test.cpp | 36 TEST(ResultTest, ExpectBoolGoodNoMessage) { in TEST() function 44 TEST(ResultTest, ExpectBoolGoodWithMessage) { in TEST() function 52 TEST(ResultTest, ExpectBoolBadNoMessage) { in TEST() function 60 TEST(ResultTest, ExpectBoolBadWithMessage) { in TEST() function 69 TEST(ResultTest, ExpectWithResultGoodNoMessage) { in TEST() function 81 TEST(ResultTest, ExpectWithResultGoodWithMessage) { in TEST() function 93 TEST(ResultTest, ExpectWithResultBadNoMessage) { in TEST() function 105 TEST(ResultTest, ExpectWithResultBadWithMessage) { in TEST() function 118 TEST(ResultTest, ExpectEqGoodNoMessage) { in TEST() function 126 TEST(ResultTest, ExpectEqGoodWithMessage) { in TEST() function [all …]
|
D | flag_parser_test.cpp | 35 TEST(FlagParser, DuplicateAlias) { in TEST() function 40 TEST(FlagParser, ConflictingAlias) { in TEST() function 47 TEST(FlagParser, StringFlag) { in TEST() function 62 TEST(FlagParser, NormalizedStringFlag) { in TEST() function 107 TEST(FlagParser, GflagsIncompatibleFlag) { in TEST() function 112 TEST(FlagParser, StringFlagXml) { in TEST() function 125 TEST(FlagParser, RepeatedStringFlag) { in TEST() function 132 TEST(FlagParser, RepeatedListFlag) { in TEST() function 143 TEST(FlagParser, FlagRemoval) { in TEST() function 156 TEST(FlagParser, IntFlag) { in TEST() function [all …]
|
D | unix_sockets_test.cpp | 44 TEST(UnixSocketMessage, ExtractFileDescriptors) { in TEST() function 69 TEST(UnixMessageSocket, SendPlainMessage) { in TEST() function 81 TEST(UnixMessageSocket, SendFileDescriptor) { in TEST() function 103 TEST(UnixMessageSocket, SendTwoFileDescriptors) { in TEST() function 128 TEST(UnixMessageSocket, SendCredentials) { in TEST() function 157 TEST(UnixMessageSocket, BadCredentialsBlocked) { in TEST() function 177 TEST(UnixMessageSocket, AutoCredentials) { in TEST() function
|
D | base64_test.cpp | 26 TEST(Base64Test, EncodeMult3) { in TEST() function 35 TEST(Base64Test, EncodeNonMult3) { in TEST() function 44 TEST(Base64Test, DecodeMult3) { in TEST() function 53 TEST(Base64Test, DecodeNonMult3) { in TEST() function
|
D | network_test.cpp | 23 TEST(CommonUtilNetwork, MacAddressToString) { in TEST() function 32 TEST(CommonUtilNetwork, Ipv6ToString) { in TEST() function
|
D | proc_file_utils_test.cpp | 29 TEST(ProcFileUid, SelfUidTest) { in TEST() function 37 TEST(ProcFilePid, CurrentPidCollected) { in TEST() function
|
/device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
D | command_parser_test.cpp | 20 TEST(CommandParserUnitTest, SkipPrefix) { in TEST() function 29 TEST(CommandParserUnitTest, SkipPrefixAT) { in TEST() function 38 TEST(CommandParserUnitTest, SkipComma) { in TEST() function 47 TEST(CommandParserUnitTest, SkipWhiteSpace) { in TEST() function 57 TEST(CommandParserUnitTest, GetNextStr_default) { in TEST() function 65 TEST(CommandParserUnitTest, GetNextStr_withparam) { in TEST() function 76 TEST(CommandParserUnitTest, GetNextInt) { in TEST() function 85 TEST(CommandParserUnitTest, GetNextHexInt) { // Hexadecimal string to decimal value in TEST() function 93 TEST(CommandParserUnitTest, GetNextStrDeciToHex) { in TEST() function
|
D | pdu_parser_test.cpp | 20 TEST(PDUParserTest, IsValidPDU_true) { in TEST() function 30 TEST(PDUParserTest, IsValidPDU_false) { in TEST() function 36 TEST(PDUParserTest, CreatePDU) { in TEST() function 45 TEST(PDUParserTest, GetPhoneNumberFromAddress) { in TEST() function 54 TEST(PDUParserTest, BCDToString) { in TEST() function
|
/device/generic/car/emulator/usbpt/usbip-service/ |
D | UsbIpTest.cpp | 67 TEST(UsbIpTest, ReturnsFirstHighSpeedPort) { in TEST() function 73 TEST(UsbIpTest, ReturnsFirstSuperSpeedPort) { in TEST() function 79 TEST(UsbIpTest, ReturnsFirstFreeHighSpeedPort) { in TEST() function 85 TEST(UsbIpTest, ReturnsFirstFreeSuperSpeedPort) { in TEST() function 91 TEST(UsbIpTest, AllHighSpeedPortsAllocatted) { in TEST() function 97 TEST(UsbIpTest, AllSuperSpeedPortsAllocated) { in TEST() function
|
/device/google/trout/hal/sensors/2.1/tests/ |
D | MultiPoll.cpp | 63 TEST(MultiPollTest, EmptyList) { in TEST() function 71 TEST(MultiPollTest, DataAvailable) { in TEST() function 89 TEST(MultiPollTest, DataComesUpLater) { in TEST() function 111 TEST(MultiPollTest, OneFdHasData) { in TEST() function 127 TEST(MultiPollTest, TwoFdHaveData) { in TEST() function 152 TEST(MultiPollTest, ZeroWait) { in TEST() function 176 TEST(MultiPollTest, AddOneLater) { in TEST() function
|
D | IioUtilsTest.cpp | 47 TEST(IIoUtilsTest, ScanEmptyDirectory) { in TEST() function 124 TEST(IioUtilsTest, LoadValidSensor) { in TEST() function
|
/device/google/cuttlefish/common/libs/net/ |
D | netlink_request_test.cpp | 122 TEST(NetlinkClientTest, BasicStringNode) { in TEST() function 140 TEST(NetlinkClientTest, BasicIntNode) { in TEST() function 156 TEST(NetlinkClientTest, AllIntegerTypes) { in TEST() function 206 TEST(NetlinkClientTest, SingleList) { in TEST() function 228 TEST(NetlinkClientTest, NestedList) { in TEST() function 255 TEST(NetlinkClientTest, ListSequence) { in TEST() function 288 TEST(NetlinkClientTest, ComplexList) { in TEST() function 321 TEST(NetlinkClientTest, SimpleNetlinkCreateHeader) { in TEST() function 345 TEST(NetlinkClientTest, SimpleNetlinkUpdateHeader) { in TEST() function
|
/device/google/cuttlefish/host/libs/web/http_client/unittest/ |
D | http_client_util_test.cc | 23 TEST(HttpClientUtilTest, ScrubSecretsAuthorizationMatch) { in TEST() function 40 TEST(HttpClientUtilTest, ScrubSecretsAuthorizationNoMatch) { in TEST() function 50 TEST(HttpClientUtilTest, ScrubSecretsClientSecretMatch) { in TEST() function 68 TEST(HttpClientUtilTest, ScrubSecretsClientSecretNoMatch) { in TEST() function
|
/device/google/atv/audio_proxy/service/ |
D | ServiceConfigTest.cpp | 21 TEST(ServiceConfigTest, GoodConfig) { in TEST() function 34 TEST(ServiceConfigTest, MultipleStreams) { in TEST() function 55 TEST(ServiceConfigTest, NoStreamConfig) { in TEST() function
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | Parser_unittest.cpp | 22 TEST(ParserTest, normalizeTypeDeclaration) { in TEST() function 43 TEST(ParserTest, parseTypeDeclaration) { in TEST() function 81 TEST(ParserTest, parseParameterDeclaration) { in TEST() function
|
/device/google/cuttlefish/host/commands/metrics/unittest/ |
D | utils_tests.cpp | 24 TEST(MacAddressTest, ValidMacAddress) { in TEST() function 31 TEST(MacAddressTest, MacAddressFormat) { in TEST() function
|
/device/google/trout/hal/dumpstate/1.1/tests/ |
D | tests.cpp | 42 TEST(DumpstateServer, RunCommand) { in TEST() function 50 TEST(Configuration, FromXmlBuffer) { in TEST() function
|
/device/google/cuttlefish/host/libs/config/adb/ |
D | test.cpp | 43 TEST(AdbConfigTest, SetFromFlags) { in TEST() function 61 TEST(AdbConfigTest, SerializeDeserialize) { in TEST() function
|
/device/google/cuttlefish/common/libs/security/ |
D | keymaster_channel_test.cpp | 28 TEST(KeymasterChannel, SendAndReceiveRequest) { in TEST() function 53 TEST(KeymasterChannel, SendAndReceiveResponse) { in TEST() function
|
/device/google/cuttlefish/tests/hal/ |
D | hal_implementation_test.cpp | 388 TEST(Hal, AllAidlInterfacesAreInAosp) { in TEST() function 407 TEST(Hal, AidlInterfacesImplemented) { in TEST() function
|
/device/google/cuttlefish/host/commands/cvd_update_security_algorithm/unittest/ |
D | update_security_algorithm_command_builder_test.cc | 20 TEST(CommandBuilderTest, GetATCommand) { in TEST() function
|
/device/google/cuttlefish/host/commands/cvd_send_id_disclosure/unittest/ |
D | cellular_identifier_disclosure_command_builder_test.cc | 20 TEST(CommandBuilderTest, GetATCommand) { in TEST() function
|