Searched refs:TEST_F (Results 1 - 25 of 341) sorted by relevance

1234567891011>>

/system/extras/simpleperf/
H A Dcmd_list_test.cpp31 TEST_F(ListCommandTest, no_options) { function
35 TEST_F(ListCommandTest, one_option) { function
39 TEST_F(ListCommandTest, multiple_options) { function
/system/extras/tests/kernel.config/
H A Daslr_rec_test.cpp23 TEST_F(AslrMmapTest, match_default) { function
33 TEST_F(AslrMmapTest, match_compat_default) { function
39 TEST_F(AslrMmapTest, match_min) { function
51 TEST_F(AslrMmapTest, match_compat_min) { function
60 TEST_F(AslrMmapTest, match_max) { function
72 TEST_F(AslrMmapTest, match_compat_max) { function
81 TEST_F(AslrMmapTest, entropy_min) { function
92 TEST_F(AslrMmapTest, entropy_cmpt_min) { function
100 TEST_F(AslrMmapTest, entropy_max) { function
111 TEST_F(AslrMmapTes function
119 TEST_F(AslrMmapTest, entropy_def) { function
129 TEST_F(AslrMmapTest, entropy_cmpt_def) { function
[all...]
/system/core/libnativebridge/tests/
H A DReSetupNativeBridge_test.cpp21 TEST_F(NativeBridgeTest, ReSetup) { function in namespace:android
H A DUnavailableNativeBridge_test.cpp21 TEST_F(NativeBridgeTest, NoNativeBridge) { function in namespace:android
H A DNativeBridgeVersion_test.cpp23 TEST_F(NativeBridgeTest, Version) { function in namespace:android
H A DValidNameNativeBridge_test.cpp23 TEST_F(NativeBridgeTest, ValidName) { function in namespace:android
/system/bt/osi/test/
H A Dproperties_test.cpp29 TEST_F(PropertiesTest, test_default_value) { function
35 TEST_F(PropertiesTest, test_successfull_set_and_get_value) { function
H A Darray_test.cpp11 TEST_F(ArrayTest, test_new_free_simple) { function
17 TEST_F(ArrayTest, test_free_null) { function
21 TEST_F(ArrayTest, test_invalid_ptr) { function
27 TEST_F(ArrayTest, test_invalid_at) { function
33 TEST_F(ArrayTest, test_append_value) { function
44 TEST_F(ArrayTest, test_append_ptr) { function
57 TEST_F(ArrayTest, test_large_element) { function
H A Dthread_test.cpp15 TEST_F(ThreadTest, test_new_simple) { function
21 TEST_F(ThreadTest, test_free_simple) { function
26 TEST_F(ThreadTest, test_name) { function
32 TEST_F(ThreadTest, test_long_name) { function
38 TEST_F(ThreadTest, test_very_long_name) { function
49 TEST_F(ThreadTest, test_thread_is_self) { function
55 TEST_F(ThreadTest, test_thread_is_not_self) { function
H A Drand_test.cpp11 TEST_F(RandTest, test_rand) { function
H A Dhash_map_utils_test.cpp44 TEST_F(HashMapUtilsTest, test_empty_string_params) { function
50 TEST_F(HashMapUtilsTest, test_semicolons) { function
56 TEST_F(HashMapUtilsTest, test_equal_sign_in_value) { function
65 TEST_F(HashMapUtilsTest, test_two_pairs_with_same_key) { function
74 TEST_F(HashMapUtilsTest, test_one_key_value_pair_without_semicolon) { function
83 TEST_F(HashMapUtilsTest, test_one_key_value_pair_with_semicolon) { function
92 TEST_F(HashMapUtilsTest, test_one_pair_with_empty_value) { function
101 TEST_F(HashMapUtilsTest, test_one_pair_with_empty_key) { function
107 TEST_F(HashMapUtilsTest, test_two_key_value_pairs) { function
119 TEST_F(HashMapUtilsTes function
[all...]
H A Dconfig_test.cpp61 TEST_F(ConfigTest, config_new_empty) { function
67 TEST_F(ConfigTest, config_new_no_file) { function
73 TEST_F(ConfigTest, config_new) { function
79 TEST_F(ConfigTest, config_free_null) { function
83 TEST_F(ConfigTest, config_new_clone) { function
96 TEST_F(ConfigTest, config_has_section) { function
102 TEST_F(ConfigTest, config_has_key_in_default_section) { function
109 TEST_F(ConfigTest, config_has_keys) { function
118 TEST_F(ConfigTest, config_no_bad_keys) { function
126 TEST_F(ConfigTes function
132 TEST_F(ConfigTest, config_get_int_default) { function
138 TEST_F(ConfigTest, config_remove_section) { function
146 TEST_F(ConfigTest, config_remove_section_missing) { function
152 TEST_F(ConfigTest, config_remove_key) { function
160 TEST_F(ConfigTest, config_remove_key_missing) { function
168 TEST_F(ConfigTest, config_section_begin) { function
178 TEST_F(ConfigTest, config_section_next) { function
190 TEST_F(ConfigTest, config_section_end) { function
199 TEST_F(ConfigTest, config_save_basic) { function
[all...]
H A Dtime_test.cpp41 TEST_F(TimeTest, test_time_get_os_boottime_ms_not_zero) {
51 TEST_F(TimeTest, test_time_get_os_boottime_ms_increases_upper_bound) { function
61 TEST_F(TimeTest, test_time_get_os_boottime_ms_increases_lower_bound) { function
/system/core/libutils/tests/
H A DUnicode_test.cpp36 TEST_F(UnicodeTest, UTF8toUTF16ZeroLength) { function in namespace:android
46 TEST_F(UnicodeTest, UTF8toUTF16ASCIILength) { function in namespace:android
57 TEST_F(UnicodeTest, UTF8toUTF16Plane1Length) { function in namespace:android
68 TEST_F(UnicodeTest, UTF8toUTF16SurrogateLength) { function in namespace:android
79 TEST_F(UnicodeTest, UTF8toUTF16TruncatedUTF8) { function in namespace:android
91 TEST_F(UnicodeTest, UTF8toUTF16Normal) { function in namespace:android
117 TEST_F(UnicodeTest, strstr16EmptyTarget) { function in namespace:android
122 TEST_F(UnicodeTest, strstr16SameString) { function in namespace:android
128 TEST_F(UnicodeTest, strstr16TargetStartOfString) { function in namespace:android
135 TEST_F(UnicodeTes function in namespace:android
140 TEST_F(UnicodeTest, strstr16TargetWithinString) { function in namespace:android
145 TEST_F(UnicodeTest, strstr16TargetNotPresent) { function in namespace:android
[all...]
H A DString8_test.cpp35 TEST_F(String8Test, Cstr) { function in namespace:android
41 TEST_F(String8Test, OperatorPlus) { function in namespace:android
59 TEST_F(String8Test, OperatorPlusEquals) { function in namespace:android
76 TEST_F(String8Test, SetToSizeMaxReturnsNoMemory) { function in namespace:android
82 TEST_F(String8Test, CorrectInvalidSurrogate) { function in namespace:android
91 TEST_F(String8Test, CheckUtf32Conversion) { function in namespace:android
/system/connectivity/shill/dbus/
H A Dchromeos_dbus_adaptor_unittest.cc33 TEST_F(ChromeosDBusAdaptorTest, SanitizePathElement) { function in namespace:shill
/system/connectivity/shill/
H A Djson_store_unittest.cc95 TEST_F(JsonStoreTest, StringsCanBeStoredInMemory) { function in namespace:shill
106 TEST_F(JsonStoreTest, BoolsCanBeStoredInMemory) { function in namespace:shill
116 TEST_F(JsonStoreTest, IntsCanBeStoredInMemory) { function in namespace:shill
127 TEST_F(JsonStoreTest, Uint64sCanBeStoredInMemory) { function in namespace:shill
140 TEST_F(JsonStoreTest, StringListsCanBeStoredInMemory) { function in namespace:shill
157 TEST_F(JsonStoreTest, CryptedStringsCanBeStoredInMemory) { function in namespace:shill
170 TEST_F(JsonStoreTest, RawValuesOfCryptedStringsDifferFromOriginalValues) { function in namespace:shill
182 TEST_F(JsonStoreTest, DifferentGroupsCanHaveDifferentValuesForSameKey) { function in namespace:shill
194 TEST_F(JsonStoreTest, CanUseNullptrToCheckPresenceOfKey) { function in namespace:shill
235 TEST_F(JsonStoreTes function in namespace:shill
242 TEST_F(JsonStoreTest, GetFromNonexistentGroupAndKeyFails) { function in namespace:shill
250 TEST_F(JsonStoreTest, GetOfNonexistentPropertyFails) { function in namespace:shill
258 TEST_F(JsonStoreTest, GetOfPropertyFromWrongGroupFails) { function in namespace:shill
266 TEST_F(JsonStoreTest, GetDoesNotMatchOnValue) { function in namespace:shill
275 TEST_F(JsonStoreTest, ConversionFromStringIsProhibited) { function in namespace:shill
289 TEST_F(JsonStoreTest, ConversionFromBoolIsProhibited) { function in namespace:shill
302 TEST_F(JsonStoreTest, ConversionFromIntIsProhibited) { function in namespace:shill
315 TEST_F(JsonStoreTest, ConversionFromUint64IsProhibited) { function in namespace:shill
328 TEST_F(JsonStoreTest, ConversionFromStringListIsProhibited) { function in namespace:shill
342 TEST_F(JsonStoreTest, ConversionFromCryptedStringIsProhibited) { function in namespace:shill
357 TEST_F(JsonStoreTest, DeleteKeyDeletesExistingKey) { function in namespace:shill
365 TEST_F(JsonStoreTest, DeleteKeyDeletesOnlySpecifiedKey) { function in namespace:shill
373 TEST_F(JsonStoreTest, DeleteKeySucceedsOnMissingKey) { function in namespace:shill
379 TEST_F(JsonStoreTest, DeleteKeyFailsWhenGivenWrongGroup) { function in namespace:shill
388 TEST_F(JsonStoreTest, EmptyStoreReturnsNoGroups) { function in namespace:shill
394 TEST_F(JsonStoreTest, GetGroupsReturnsAllGroups) { function in namespace:shill
400 TEST_F(JsonStoreTest, GetGroupsWithKeyReturnsAllMatchingGroups) { function in namespace:shill
407 TEST_F(JsonStoreTest, GetGroupsWithKeyReturnsOnlyMatchingGroups) { function in namespace:shill
413 TEST_F(JsonStoreTest, GetGroupsWithPropertiesReturnsAllMatchingGroups) { function in namespace:shill
423 TEST_F(JsonStoreTest, GetGroupsWithPropertiesReturnsOnlyMatchingGroups) { function in namespace:shill
433 TEST_F(JsonStoreTest, GetGroupsWithPropertiesCanMatchOnMultipleProperties) { function in namespace:shill
446 TEST_F(JsonStoreTest, GetGroupsWithPropertiesChecksValuesForBoolIntAndString) { function in namespace:shill
495 TEST_F(JsonStoreTest, ContainsGroupFindsExistingGroup) { function in namespace:shill
500 TEST_F(JsonStoreTest, ContainsGroupDoesNotFabricateGroups) { function in namespace:shill
504 TEST_F(JsonStoreTest, DeleteGroupDeletesExistingGroup) { function in namespace:shill
514 TEST_F(JsonStoreTest, DeleteGroupDeletesOnlySpecifiedGroup) { function in namespace:shill
522 TEST_F(JsonStoreTest, DeleteGroupSucceedsOnMissingGroup) { function in namespace:shill
529 TEST_F(JsonStoreTest, OpenSucceedsOnNonExistentFile) { function in namespace:shill
535 TEST_F(JsonStoreTest, OpenFailsOnNonJsonData) { function in namespace:shill
544 TEST_F(JsonStoreTest, OpenFailsWhenRootIsNonDictionary) { function in namespace:shill
552 TEST_F(JsonStoreTest, OpenWarnsOnRootDictionaryWithNonStringDescription) { function in namespace:shill
560 TEST_F(JsonStoreTest, OpenFailsOnRootDictionaryWithoutSettings) { function in namespace:shill
569 TEST_F(JsonStoreTest, OpenSucceedsOnEmptySettings) { function in namespace:shill
574 TEST_F(JsonStoreTest, OpenFailsWhenSettingsIsNonDictionary) { function in namespace:shill
583 TEST_F(JsonStoreTest, OpenSucceedsOnEmptyGroup) { function in namespace:shill
591 TEST_F(JsonStoreTest, OpenFailsWhenGroupIsNonDictionary) { function in namespace:shill
606 TEST_F(JsonStoreTest, OpenSucceedsOnSettingWithBooleanValue) { function in namespace:shill
615 TEST_F(JsonStoreTest, OpenSucceedsOnSettingWithMinIntegerValue) { function in namespace:shill
624 TEST_F(JsonStoreTest, OpenSucceedsOnSettingWithMaxIntegerValue) { function in namespace:shill
633 TEST_F(JsonStoreTest, OpenSucceedsOnSettingWithStringValue) { function in namespace:shill
642 TEST_F(JsonStoreTest, OpenSucceedsOnSettingWithEscapedStringValue) { function in namespace:shill
653 TEST_F(JsonStoreTest, OpenSucceedsOnSettingWithMinUint64Value) { function in namespace:shill
664 TEST_F(JsonStoreTest, OpenSucceedsOnSettingWithMaxUint64Value) { function in namespace:shill
675 TEST_F(JsonStoreTest, OpenSucceedsOnSettingWithEmptyListValue) { function in namespace:shill
685 TEST_F(JsonStoreTest, OpenSucceedsOnSettingWithStringListValueWithSingleItem) { function in namespace:shill
694 TEST_F( function in namespace:shill
704 TEST_F(JsonStoreTest, OpenSucceedsOnSettingWhenStringListHasEscapedItem) { function in namespace:shill
715 TEST_F(JsonStoreTest, function in namespace:shill
732 TEST_F(JsonStoreTest, OpenFailsOnSettingWithNullValue) { function in namespace:shill
744 TEST_F(JsonStoreTest, OpenFailsOnSettingWithBadBooleanValue) { function in namespace:shill
755 TEST_F(JsonStoreTest, OpenFailsOnSettingWithOverlySmallInteger) { function in namespace:shill
766 TEST_F(JsonStoreTest, OpenFailsOnSettingWithOverlyLargeInteger) { function in namespace:shill
777 TEST_F(JsonStoreTest, OpenFailsOnSettingWithDoubleValue) { function in namespace:shill
788 TEST_F(JsonStoreTest, OpenFailsOnSettingWithDictionaryValue) { function in namespace:shill
800 TEST_F(JsonStoreTest, OpenFailsOnSettingWithOverlayLargeUint64Value) { function in namespace:shill
813 TEST_F(JsonStoreTest, OpenFailsOnSettingWithOverlaySmallUint64Value) { function in namespace:shill
826 TEST_F(JsonStoreTest, OpenFailsWhenSettingHasEscapedStringWithInvalidHex) { function in namespace:shill
839 TEST_F(JsonStoreTest, function in namespace:shill
853 TEST_F(JsonStoreTest, OpenFailsOnCoercedSettingWithBadNativeType) { function in namespace:shill
867 TEST_F(JsonStoreTest, OpenFailsOnCoercedSettingWhenEncodedValueIsNotAString) { function in namespace:shill
881 TEST_F(JsonStoreTest, OpenFailsOnSettingWithIntListValue) { function in namespace:shill
894 TEST_F(JsonStoreTest, OpenClearsExistingInMemoryData) { function in namespace:shill
908 TEST_F(JsonStoreTest, OpenClearsExistingInMemoryGroups) { function in namespace:shill
921 TEST_F(JsonStoreTest, ClosePersistsData) { function in namespace:shill
938 TEST_F(JsonStoreTest, FlushCreatesPersistentStore) { function in namespace:shill
954 TEST_F(JsonStoreTest, FlushFailsWhenPathIsNotWriteable) { function in namespace:shill
969 TEST_F(JsonStoreTest, CanPersistAndRestoreHeader) { function in namespace:shill
980 TEST_F(JsonStoreTest, CanPersistAndRestoreAllTypes) { function in namespace:shill
997 TEST_F(JsonStoreTest, CanPersistAndRestoreNonUtf8Strings) { function in namespace:shill
1007 TEST_F(JsonStoreTest, CanPersistAndRestoreNonUtf8StringList) { function in namespace:shill
1018 TEST_F(JsonStoreTest, CanPersistAndRestoreStringsWithEmbeddedNulls) { function in namespace:shill
1028 TEST_F(JsonStoreTest, CanPersistAndRestoreStringListWithEmbeddedNulls) { function in namespace:shill
1039 TEST_F(JsonStoreTest, CanPersistAndRestoreMultipleGroups) { function in namespace:shill
1050 TEST_F(JsonStoreTest, CanPersistAndRestoreMultipleGroupsWithSameKeys) { function in namespace:shill
1063 TEST_F(JsonStoreTest, CanDeleteKeyFromPersistedData) { function in namespace:shill
1082 TEST_F(JsonStoreTest, CanDeleteGroupFromPersistedData) { function in namespace:shill
1100 TEST_F(JsonStoreTest, MarkAsCorruptedFailsWhenStoreHasNotBeenPersisted) { function in namespace:shill
1106 TEST_F(JsonStoreTest, MarkAsCorruptedMovesCorruptStore) { function in namespace:shill
[all...]
H A Dcrypto_rot47_unittest.cc39 TEST_F(CryptoROT47Test, GetID) { function in namespace:shill
43 TEST_F(CryptoROT47Test, Encrypt) { function in namespace:shill
51 TEST_F(CryptoROT47Test, Decrypt) { function in namespace:shill
/system/tpm/attestation/common/
H A Dcrypto_utility_impl_test.cc70 TEST_F(CryptoUtilityImplTest, GetRandomSuccess) { function in namespace:attestation
78 TEST_F(CryptoUtilityImplTest, GetRandomIntOverflow) { function in namespace:attestation
84 TEST_F(CryptoUtilityImplTest, PairwiseSealedEncryption) { function in namespace:attestation
100 TEST_F(CryptoUtilityImplTest, SealFailure) { function in namespace:attestation
108 TEST_F(CryptoUtilityImplTest, EncryptNoData) { function in namespace:attestation
114 TEST_F(CryptoUtilityImplTest, EncryptInvalidKey) { function in namespace:attestation
120 TEST_F(CryptoUtilityImplTest, UnsealInvalidData) { function in namespace:attestation
125 TEST_F(CryptoUtilityImplTest, UnsealError) { function in namespace:attestation
135 TEST_F(CryptoUtilityImplTest, DecryptInvalidKey) { function in namespace:attestation
141 TEST_F(CryptoUtilityImplTes function in namespace:attestation
147 TEST_F(CryptoUtilityImplTest, DecryptInvalidData2) { function in namespace:attestation
156 TEST_F(CryptoUtilityImplTest, GetRSASubjectPublicKeyInfo) { function in namespace:attestation
162 TEST_F(CryptoUtilityImplTest, GetRSASubjectPublicKeyInfoBadInput) { function in namespace:attestation
169 TEST_F(CryptoUtilityImplTest, GetRSASubjectPublicKeyInfoPairWise) { function in namespace:attestation
178 TEST_F(CryptoUtilityImplTest, EncryptIdentityCredential) { function in namespace:attestation
192 TEST_F(CryptoUtilityImplTest, EncryptIdentityCredentialBadEK) { function in namespace:attestation
200 TEST_F(CryptoUtilityImplTest, EncryptForUnbind) { function in namespace:attestation
211 TEST_F(CryptoUtilityImplTest, EncryptForUnbindBadKey) { function in namespace:attestation
216 TEST_F(CryptoUtilityImplTest, EncryptForUnbindLargeInput) { function in namespace:attestation
227 TEST_F(CryptoUtilityImplTest, VerifySignatureBadSignature) { function in namespace:attestation
237 TEST_F(CryptoUtilityImplTest, VerifySignatureBadKey) { function in namespace:attestation
[all...]
/system/update_engine/common/
H A Dprefs_unittest.cc62 TEST_F(PrefsTest, GetFileNameForKey) { function in namespace:chromeos_update_engine
70 TEST_F(PrefsTest, GetFileNameForKeyBadCharacter) { function in namespace:chromeos_update_engine
75 TEST_F(PrefsTest, GetFileNameForKeyEmpty) { function in namespace:chromeos_update_engine
80 TEST_F(PrefsTest, GetString) { function in namespace:chromeos_update_engine
88 TEST_F(PrefsTest, GetStringBadKey) { function in namespace:chromeos_update_engine
93 TEST_F(PrefsTest, GetStringNonExistentKey) { function in namespace:chromeos_update_engine
98 TEST_F(PrefsTest, SetString) { function in namespace:chromeos_update_engine
106 TEST_F(PrefsTest, SetStringBadKey) { function in namespace:chromeos_update_engine
112 TEST_F(PrefsTest, SetStringCreateDir) { function in namespace:chromeos_update_engine
122 TEST_F(PrefsTes function in namespace:chromeos_update_engine
127 TEST_F(PrefsTest, SetStringFileCreationFailure) { function in namespace:chromeos_update_engine
133 TEST_F(PrefsTest, GetInt64) { function in namespace:chromeos_update_engine
140 TEST_F(PrefsTest, GetInt64BadValue) { function in namespace:chromeos_update_engine
146 TEST_F(PrefsTest, GetInt64Max) { function in namespace:chromeos_update_engine
154 TEST_F(PrefsTest, GetInt64Min) { function in namespace:chromeos_update_engine
162 TEST_F(PrefsTest, GetInt64Negative) { function in namespace:chromeos_update_engine
169 TEST_F(PrefsTest, GetInt64NonExistentKey) { function in namespace:chromeos_update_engine
174 TEST_F(PrefsTest, SetInt64) { function in namespace:chromeos_update_engine
181 TEST_F(PrefsTest, SetInt64BadKey) { function in namespace:chromeos_update_engine
187 TEST_F(PrefsTest, SetInt64Max) { function in namespace:chromeos_update_engine
195 TEST_F(PrefsTest, SetInt64Min) { function in namespace:chromeos_update_engine
203 TEST_F(PrefsTest, GetBooleanFalse) { function in namespace:chromeos_update_engine
210 TEST_F(PrefsTest, GetBooleanTrue) { function in namespace:chromeos_update_engine
218 TEST_F(PrefsTest, GetBooleanBadValue) { function in namespace:chromeos_update_engine
225 TEST_F(PrefsTest, GetBooleanBadEmptyValue) { function in namespace:chromeos_update_engine
232 TEST_F(PrefsTest, GetBooleanNonExistentKey) { function in namespace:chromeos_update_engine
237 TEST_F(PrefsTest, SetBooleanTrue) { function in namespace:chromeos_update_engine
245 TEST_F(PrefsTest, SetBooleanFalse) { function in namespace:chromeos_update_engine
253 TEST_F(PrefsTest, SetBooleanBadKey) { function in namespace:chromeos_update_engine
259 TEST_F(PrefsTest, ExistsWorks) { function in namespace:chromeos_update_engine
268 TEST_F(PrefsTest, DeleteWorks) { function in namespace:chromeos_update_engine
286 TEST_F(PrefsTest, ObserversCalled) { function in namespace:chromeos_update_engine
303 TEST_F(PrefsTest, OnlyCalledOnObservedKeys) { function in namespace:chromeos_update_engine
316 TEST_F(PrefsTest, RemovedObserversNotCalled) { function in namespace:chromeos_update_engine
329 TEST_F(PrefsTest, UnsuccessfulCallsNotObserved) { function in namespace:chromeos_update_engine
347 TEST_F(MemoryPrefsTest, BasicTest) { function in namespace:chromeos_update_engine
[all...]
H A Dterminator_unittest.cc52 TEST_F(TerminatorTest, HandleSignalTest) { function in namespace:chromeos_update_engine
58 TEST_F(TerminatorTest, ScopedTerminatorExitUnblockerTest) { function in namespace:chromeos_update_engine
67 TEST_F(TerminatorDeathTest, ExitTest) { function in namespace:chromeos_update_engine
73 TEST_F(TerminatorDeathTest, RaiseSignalTest) { function in namespace:chromeos_update_engine
79 TEST_F(TerminatorDeathTest, ScopedTerminatorExitUnblockerExitTest) { function in namespace:chromeos_update_engine
/system/core/libion/tests/
H A Dformerly_valid_handle_test.cpp45 TEST_F(FormerlyValidHandle, free) function
50 TEST_F(FormerlyValidHandle, map) function
58 TEST_F(FormerlyValidHandle, share) function
/system/tools/aidl/
H A Dast_cpp_unittest.cpp104 TEST_F(AstCppTests, GeneratesHeader) { function in namespace:android::aidl::cpp
147 TEST_F(AstCppTests, GeneratesEnum) { function in namespace:android::aidl::cpp
154 TEST_F(AstCppTests, GeneratesArgList) { function in namespace:android::aidl::cpp
165 TEST_F(AstCppTests, GeneratesStatement) { function in namespace:android::aidl::cpp
170 TEST_F(AstCppTests, GeneratesComparison) { function in namespace:android::aidl::cpp
176 TEST_F(AstCppTests, GeneratesStatementBlock) { function in namespace:android::aidl::cpp
183 TEST_F(AstCppTests, GeneratesConstructorImpl) { function in namespace:android::aidl::cpp
194 TEST_F(AstCppTests, GeneratesAssignment) { function in namespace:android::aidl::cpp
201 TEST_F(AstCppTests, GeneratesMethodCall) { function in namespace:android::aidl::cpp
210 TEST_F(AstCppTest function in namespace:android::aidl::cpp
221 TEST_F(AstCppTests, GeneratesSwitchStatement) { function in namespace:android::aidl::cpp
233 TEST_F(AstCppTests, GeneratesMethodImpl) { function in namespace:android::aidl::cpp
[all...]
/system/update_engine/update_manager/
H A Dreal_system_provider_unittest.cc45 TEST_F(UmRealSystemProviderTest, InitTest) { function in namespace:chromeos_update_manager
51 TEST_F(UmRealSystemProviderTest, IsOOBECompleteTrue) { function in namespace:chromeos_update_manager
56 TEST_F(UmRealSystemProviderTest, IsOOBECompleteFalse) { function in namespace:chromeos_update_manager
/system/connectivity/shill/ethernet/
H A Dethernet_eap_service_unittest.cc64 TEST_F(EthernetEapServiceTest, MethodOverrides) { function in namespace:shill
72 TEST_F(EthernetEapServiceTest, OnEapCredentialsChanged) { function in namespace:shill
81 TEST_F(EthernetEapServiceTest, OnEapCredentialPropertyChanged) { function in namespace:shill
87 TEST_F(EthernetEapServiceTest, Unload) { function in namespace:shill
93 TEST_F(EthernetEapServiceTest, PropertyChanges) { function in namespace:shill
99 TEST_F(EthernetEapServiceTest, CustomSetterNoopChange) { function in namespace:shill

Completed in 528 milliseconds

1234567891011>>