Searched refs:TEST_F (Results 1 - 25 of 306) 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
43 TEST_F(ListCommandTest, show_features_option) { 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 Darray_test.cc9 TEST_F(ArrayTest, test_new_free_simple) { function
15 TEST_F(ArrayTest, test_free_null) { array_free(NULL); } function
17 TEST_F(ArrayTest, test_invalid_ptr) { function
23 TEST_F(ArrayTest, test_invalid_at) { function
29 TEST_F(ArrayTest, test_append_value) { function
40 TEST_F(ArrayTest, test_append_ptr) { function
53 TEST_F(ArrayTest, test_large_element) { function
H A Dthread_test.cc13 TEST_F(ThreadTest, test_new_simple) { function
19 TEST_F(ThreadTest, test_free_simple) { function
24 TEST_F(ThreadTest, test_name) { function
30 TEST_F(ThreadTest, test_long_name) { function
36 TEST_F(ThreadTest, test_very_long_name) { function
47 TEST_F(ThreadTest, test_thread_is_self) { function
53 TEST_F(ThreadTest, test_thread_is_not_self) { function
H A Dhash_map_utils_test.cc39 TEST_F(HashMapUtilsTest, test_empty_string_params) { function
45 TEST_F(HashMapUtilsTest, test_semicolons) { function
51 TEST_F(HashMapUtilsTest, test_equal_sign_in_value) { function
61 TEST_F(HashMapUtilsTest, test_two_pairs_with_same_key) { function
70 TEST_F(HashMapUtilsTest, test_one_key_value_pair_without_semicolon) { function
79 TEST_F(HashMapUtilsTest, test_one_key_value_pair_with_semicolon) { function
88 TEST_F(HashMapUtilsTest, test_one_pair_with_empty_value) { function
97 TEST_F(HashMapUtilsTest, test_one_pair_with_empty_key) { function
103 TEST_F(HashMapUtilsTest, test_two_key_value_pairs) { function
H A Dconfig_test.cc62 TEST_F(ConfigTest, config_new_empty) { function
67 TEST_F(ConfigTest, config_new_no_file) { function
72 TEST_F(ConfigTest, config_new) { function
77 TEST_F(ConfigTest, config_new_clone) { function
92 TEST_F(ConfigTest, config_has_section) { function
97 TEST_F(ConfigTest, config_has_key_in_default_section) { function
106 TEST_F(ConfigTest, config_has_keys) { function
114 TEST_F(ConfigTest, config_no_bad_keys) { function
122 TEST_F(ConfigTest, config_get_int_version) { function
127 TEST_F(ConfigTes function
132 TEST_F(ConfigTest, config_get_uint64) { function
140 TEST_F(ConfigTest, config_get_uint64_default) { function
146 TEST_F(ConfigTest, config_remove_section) { function
153 TEST_F(ConfigTest, config_remove_section_missing) { function
158 TEST_F(ConfigTest, config_remove_key) { function
165 TEST_F(ConfigTest, config_remove_key_missing) { function
172 TEST_F(ConfigTest, config_save_basic) { function
[all...]
H A Dproperties_test.cc27 TEST_F(PropertiesTest, test_default_value) { function
33 TEST_F(PropertiesTest, test_successfull_set_and_get_value) { function
43 TEST_F(PropertiesTest, test_default_value_int32) { function
49 TEST_F(PropertiesTest, test_successfull_set_and_get_value_int32) { function
H A Drand_test.cc9 TEST_F(RandTest, test_rand) { function
H A Dtime_test.cc39 TEST_F(TimeTest, test_time_get_os_boottime_ms_not_zero) {
48 TEST_F(TimeTest, test_time_get_os_boottime_us_not_zero) { function
57 TEST_F(TimeTest, test_time_get_os_boottime_ms_increases_upper_bound) { function
67 TEST_F(TimeTest, test_time_get_os_boottime_us_increases_upper_bound) { function
77 TEST_F(TimeTest, test_time_get_os_boottime_ms_increases_lower_bound) { function
98 TEST_F(TimeTest, test_time_get_os_boottime_us_increases_lower_bound) { function
119 TEST_F(TimeTest, test_time_gettimeofday_us_not_zero) { function
128 TEST_F(TimeTest, test_time_gettimeofday_us_increases_upper_bound) { function
138 TEST_F(TimeTest, test_time_gettimeofday_us_increases_lower_bound) { function
/system/core/libutils/tests/
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
H A DUnicode_test.cpp40 TEST_F(UnicodeTest, UTF8toUTF16ZeroLength) { function in namespace:android
50 TEST_F(UnicodeTest, UTF8toUTF16ASCIILength) { function in namespace:android
61 TEST_F(UnicodeTest, UTF8toUTF16Plane1Length) { function in namespace:android
72 TEST_F(UnicodeTest, UTF8toUTF16SurrogateLength) { function in namespace:android
83 TEST_F(UnicodeTest, UTF8toUTF16TruncatedUTF8) { function in namespace:android
95 TEST_F(UnicodeTest, UTF8toUTF16Normal) { function in namespace:android
121 TEST_F(UnicodeTest, strstr16EmptyTarget) { function in namespace:android
126 TEST_F(UnicodeTest, strstr16EmptyTarget_bug) { function in namespace:android
151 TEST_F(UnicodeTest, strstr16SameString) { function in namespace:android
157 TEST_F(UnicodeTes function in namespace:android
164 TEST_F(UnicodeTest, strstr16TargetEndOfString) { function in namespace:android
169 TEST_F(UnicodeTest, strstr16TargetWithinString) { function in namespace:android
174 TEST_F(UnicodeTest, strstr16TargetNotPresent) { function in namespace:android
181 TEST_F(UnicodeTest, InvalidUtf8OverreadDetected) { function in namespace:android
[all...]
/system/update_engine/update_manager/
H A Dreal_updater_provider_unittest.cc135 TEST_F(UmRealUpdaterProviderTest, UpdaterStartedTimeIsWallclockTime) { function in namespace:chromeos_update_manager
144 TEST_F(UmRealUpdaterProviderTest, GetLastCheckedTimeOkay) { function in namespace:chromeos_update_manager
153 TEST_F(UmRealUpdaterProviderTest, GetLastCheckedTimeFailNoValue) { function in namespace:chromeos_update_manager
159 TEST_F(UmRealUpdaterProviderTest, GetProgressOkayMin) { function in namespace:chromeos_update_manager
165 TEST_F(UmRealUpdaterProviderTest, GetProgressOkayMid) { function in namespace:chromeos_update_manager
171 TEST_F(UmRealUpdaterProviderTest, GetProgressOkayMax) { function in namespace:chromeos_update_manager
177 TEST_F(UmRealUpdaterProviderTest, GetProgressFailNoValue) { function in namespace:chromeos_update_manager
183 TEST_F(UmRealUpdaterProviderTest, GetProgressFailTooSmall) { function in namespace:chromeos_update_manager
189 TEST_F(UmRealUpdaterProviderTest, GetProgressFailTooBig) { function in namespace:chromeos_update_manager
195 TEST_F(UmRealUpdaterProviderTes function in namespace:chromeos_update_manager
203 TEST_F(UmRealUpdaterProviderTest, GetStageOkayCheckingForUpdate) { function in namespace:chromeos_update_manager
212 TEST_F(UmRealUpdaterProviderTest, GetStageOkayUpdateAvailable) { function in namespace:chromeos_update_manager
221 TEST_F(UmRealUpdaterProviderTest, GetStageOkayDownloading) { function in namespace:chromeos_update_manager
230 TEST_F(UmRealUpdaterProviderTest, GetStageOkayVerifying) { function in namespace:chromeos_update_manager
239 TEST_F(UmRealUpdaterProviderTest, GetStageOkayFinalizing) { function in namespace:chromeos_update_manager
248 TEST_F(UmRealUpdaterProviderTest, GetStageOkayUpdatedNeedReboot) { function in namespace:chromeos_update_manager
257 TEST_F(UmRealUpdaterProviderTest, GetStageOkayReportingErrorEvent) { function in namespace:chromeos_update_manager
266 TEST_F(UmRealUpdaterProviderTest, GetStageOkayAttemptingRollback) { function in namespace:chromeos_update_manager
275 TEST_F(UmRealUpdaterProviderTest, GetStageFailNoValue) { function in namespace:chromeos_update_manager
281 TEST_F(UmRealUpdaterProviderTest, GetNewVersionOkay) { function in namespace:chromeos_update_manager
289 TEST_F(UmRealUpdaterProviderTest, GetNewVersionFailNoValue) { function in namespace:chromeos_update_manager
295 TEST_F(UmRealUpdaterProviderTest, GetPayloadSizeOkayZero) { function in namespace:chromeos_update_manager
304 TEST_F(UmRealUpdaterProviderTest, GetPayloadSizeOkayArbitrary) { function in namespace:chromeos_update_manager
313 TEST_F(UmRealUpdaterProviderTest, GetPayloadSizeOkayTwoGigabytes) { function in namespace:chromeos_update_manager
322 TEST_F(UmRealUpdaterProviderTest, GetPayloadSizeFailNoValue) { function in namespace:chromeos_update_manager
328 TEST_F(UmRealUpdaterProviderTest, GetCurrChannelOkay) { function in namespace:chromeos_update_manager
338 TEST_F(UmRealUpdaterProviderTest, GetCurrChannelFailEmpty) { function in namespace:chromeos_update_manager
346 TEST_F(UmRealUpdaterProviderTest, GetNewChannelOkay) { function in namespace:chromeos_update_manager
356 TEST_F(UmRealUpdaterProviderTest, GetNewChannelFailEmpty) { function in namespace:chromeos_update_manager
364 TEST_F(UmRealUpdaterProviderTest, GetP2PEnabledOkayPrefDoesntExist) { function in namespace:chromeos_update_manager
368 TEST_F(UmRealUpdaterProviderTest, GetP2PEnabledOkayPrefReadsFalse) { function in namespace:chromeos_update_manager
373 TEST_F(UmRealUpdaterProviderTest, GetP2PEnabledReadWhenInitialized) { function in namespace:chromeos_update_manager
379 TEST_F(UmRealUpdaterProviderTest, GetP2PEnabledUpdated) { function in namespace:chromeos_update_manager
388 TEST_F(UmRealUpdaterProviderTest, GetCellularEnabledOkayPrefDoesntExist) { function in namespace:chromeos_update_manager
392 TEST_F(UmRealUpdaterProviderTest, GetCellularEnabledOkayPrefReadsTrue) { function in namespace:chromeos_update_manager
398 TEST_F(UmRealUpdaterProviderTest, GetUpdateCompletedTimeOkay) { function in namespace:chromeos_update_manager
404 TEST_F(UmRealUpdaterProviderTest, GetUpdateCompletedTimeFailNoValue) { function in namespace:chromeos_update_manager
410 TEST_F(UmRealUpdaterProviderTest, GetUpdateCompletedTimeFailInvalidValue) { function in namespace:chromeos_update_manager
415 TEST_F(UmRealUpdaterProviderTest, GetConsecutiveFailedUpdateChecks) { function in namespace:chromeos_update_manager
424 TEST_F(UmRealUpdaterProviderTest, GetServerDictatedPollInterval) { function in namespace:chromeos_update_manager
433 TEST_F(UmRealUpdaterProviderTest, GetUpdateRestrictions) { function in namespace:chromeos_update_manager
442 TEST_F(UmRealUpdaterProviderTest, GetUpdateRestrictionsNone) { function in namespace:chromeos_update_manager
[all...]
/system/connectivity/wifilogd/tests/
H A Dbyte_buffer_unittest.cpp43 TEST_F(ByteBufferTest, AppendMinimalOnEmptyBufferSucceeds) { function in namespace:android::wifilogd
47 TEST_F(ByteBufferTest, AppendMaximalOnEmptyBufferSucceeds) { function in namespace:android::wifilogd
51 TEST_F(ByteBufferTest, AppendStoresOurData) { function in namespace:android::wifilogd
61 TEST_F(ByteBufferTest, AssigningWorks) { function in namespace:android::wifilogd
73 TEST_F(ByteBufferTest, ChainingWorks) { function in namespace:android::wifilogd
83 TEST_F(ByteBufferTest, CopyingWorks) { function in namespace:android::wifilogd
92 TEST_F(ByteBufferTest, DataDoesNotReturnNullOnFreshBuffer) { function in namespace:android::wifilogd
96 TEST_F(ByteBufferTest, DataDoesNotReturnNullAfterLargeWrite) { function in namespace:android::wifilogd
101 TEST_F(ByteBufferTest, SizeReturnsZeroOnFreshBuffer) { function in namespace:android::wifilogd
105 TEST_F(ByteBufferTes function in namespace:android::wifilogd
110 TEST_F(ByteBufferTest, SizeIsCorrectAfterLargeWrite) { function in namespace:android::wifilogd
115 TEST_F(ByteBufferTest, SizeIsCorrectAfterMultipleWrites) { function in namespace:android::wifilogd
127 TEST_F(ByteBufferDeathTest, AppendLargerThanBufferCausesDeath) { function in namespace:android::wifilogd
134 TEST_F(ByteBufferDeathTest, AppendLargerThanFreeSpaceCausesDeath) { function in namespace:android::wifilogd
[all...]
H A Dmessage_buffer_unittest.cpp66 TEST_F(MessageBufferTest, AppendMinimalOnEmptyBufferSucceeds) { function in namespace:android::wifilogd
70 TEST_F(MessageBufferTest, AppendMaximalOnEmptyBufferSucceeds) { function in namespace:android::wifilogd
74 TEST_F(MessageBufferTest, AppendMaximalAfterFillAndClearSucceeds) { function in namespace:android::wifilogd
82 TEST_F(MessageBufferTest, AppendUnalignedMessagesDoesNotCrash) { function in namespace:android::wifilogd
92 TEST_F(MessageBufferTest, AppendLargerThanBufferFails) { function in namespace:android::wifilogd
98 TEST_F(MessageBufferTest, AppendLargerThanFreeSpaceFails) { function in namespace:android::wifilogd
107 TEST_F(MessageBufferTest, AppendMultipleMessagesToFillBufferDoesNotCrash) { function in namespace:android::wifilogd
111 TEST_F(MessageBufferTest, CanFitNowIsCorrectOnFreshBuffer) { function in namespace:android::wifilogd
116 TEST_F(MessageBufferTest, CanFitNowIsCorrectAfterSmallWrite) { function in namespace:android::wifilogd
126 TEST_F(MessageBufferTes function in namespace:android::wifilogd
131 TEST_F(MessageBufferTest, CanFitNowIsCorrectOnRewoundBuffer) { function in namespace:android::wifilogd
137 TEST_F(MessageBufferTest, CanFitNowIsCorrectAfterClear) { function in namespace:android::wifilogd
145 TEST_F(MessageBufferTest, CanFitEverIsCorrectOnFreshBuffer) { function in namespace:android::wifilogd
150 TEST_F(MessageBufferTest, CanFitEverIsCorrectAfterSmallWrite) { function in namespace:android::wifilogd
156 TEST_F(MessageBufferTest, CanFitEverIsCorrectOnFullBuffer) { function in namespace:android::wifilogd
162 TEST_F(MessageBufferTest, CanFitEverIsCorrectAfterRewind) { function in namespace:android::wifilogd
169 TEST_F(MessageBufferTest, CanFitEverIsCorrectAfterClear) { function in namespace:android::wifilogd
176 TEST_F(MessageBufferTest, ConsumeNextMessageReturnsNullOnFreshBuffer) { function in namespace:android::wifilogd
181 TEST_F(MessageBufferTest, ConsumeNextMessageReturnsNullAfterFillAndClear) { function in namespace:android::wifilogd
189 TEST_F(MessageBufferTest, ConsumeNextMessageCanReadMinimalMessage) { function in namespace:android::wifilogd
197 TEST_F(MessageBufferTest, ConsumeNextMessageCanReadMaximalMessage) { function in namespace:android::wifilogd
205 TEST_F(MessageBufferTest, function in namespace:android::wifilogd
214 TEST_F(MessageBufferTest, function in namespace:android::wifilogd
223 TEST_F(MessageBufferTest, function in namespace:android::wifilogd
236 TEST_F(MessageBufferTest, function in namespace:android::wifilogd
251 TEST_F(MessageBufferTest, function in namespace:android::wifilogd
269 TEST_F(MessageBufferTest, ConsumeNextMessageReturnsOurMessages) { function in namespace:android::wifilogd
280 TEST_F(MessageBufferTest, GetFreeSizeIsCorrectOnFreshBuffer) { function in namespace:android::wifilogd
284 TEST_F(MessageBufferTest, GetFreeSizeIsCorrectAfterSmallWrite) { function in namespace:android::wifilogd
290 TEST_F(MessageBufferTest, GetFreeSizeIsCorrectOnFullBuffer) { function in namespace:android::wifilogd
295 TEST_F(MessageBufferTest, GetFreeSizeIsCorrectAfterRewindOfFullBuffer) { function in namespace:android::wifilogd
301 TEST_F(MessageBufferTest, GetFreeSizeIsCorrectAfterClear) { function in namespace:android::wifilogd
307 TEST_F(MessageBufferTest, RewindDoesNotAffectWritePointer) { function in namespace:android::wifilogd
326 TEST_F(MessageBufferDeathTest, AppendZeroBytesCausesDeath) { function in namespace:android::wifilogd
331 TEST_F(MessageBufferDeathTest, ConstructionOfUselesslySmallBufferCausesDeath) { function in namespace:android::wifilogd
[all...]
/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
134 TEST_F(CryptoUtilityImplTest, DecryptInvalidKey) { function in namespace:attestation
140 TEST_F(CryptoUtilityImplTes function in namespace:attestation
146 TEST_F(CryptoUtilityImplTest, DecryptInvalidData2) { function in namespace:attestation
155 TEST_F(CryptoUtilityImplTest, GetRSASubjectPublicKeyInfo) { function in namespace:attestation
161 TEST_F(CryptoUtilityImplTest, GetRSASubjectPublicKeyInfoBadInput) { function in namespace:attestation
168 TEST_F(CryptoUtilityImplTest, GetRSASubjectPublicKeyInfoPairWise) { function in namespace:attestation
177 TEST_F(CryptoUtilityImplTest, EncryptIdentityCredential) { function in namespace:attestation
189 TEST_F(CryptoUtilityImplTest, EncryptIdentityCredentialBadEK) { function in namespace:attestation
195 TEST_F(CryptoUtilityImplTest, EncryptForUnbind) { function in namespace:attestation
206 TEST_F(CryptoUtilityImplTest, EncryptForUnbindBadKey) { function in namespace:attestation
211 TEST_F(CryptoUtilityImplTest, EncryptForUnbindLargeInput) { function in namespace:attestation
222 TEST_F(CryptoUtilityImplTest, VerifySignatureBadSignature) { function in namespace:attestation
232 TEST_F(CryptoUtilityImplTest, VerifySignatureBadKey) { function in namespace:attestation
[all...]
/system/update_engine/common/
H A Dprefs_unittest.cc61 TEST_F(PrefsTest, GetFileNameForKey) { function in namespace:chromeos_update_engine
69 TEST_F(PrefsTest, GetFileNameForKeyBadCharacter) { function in namespace:chromeos_update_engine
74 TEST_F(PrefsTest, GetFileNameForKeyEmpty) { function in namespace:chromeos_update_engine
79 TEST_F(PrefsTest, GetString) { function in namespace:chromeos_update_engine
87 TEST_F(PrefsTest, GetStringBadKey) { function in namespace:chromeos_update_engine
92 TEST_F(PrefsTest, GetStringNonExistentKey) { function in namespace:chromeos_update_engine
97 TEST_F(PrefsTest, SetString) { function in namespace:chromeos_update_engine
105 TEST_F(PrefsTest, SetStringBadKey) { function in namespace:chromeos_update_engine
111 TEST_F(PrefsTest, SetStringCreateDir) { function in namespace:chromeos_update_engine
121 TEST_F(PrefsTes function in namespace:chromeos_update_engine
126 TEST_F(PrefsTest, SetStringFileCreationFailure) { function in namespace:chromeos_update_engine
132 TEST_F(PrefsTest, GetInt64) { function in namespace:chromeos_update_engine
139 TEST_F(PrefsTest, GetInt64BadValue) { function in namespace:chromeos_update_engine
145 TEST_F(PrefsTest, GetInt64Max) { function in namespace:chromeos_update_engine
153 TEST_F(PrefsTest, GetInt64Min) { function in namespace:chromeos_update_engine
161 TEST_F(PrefsTest, GetInt64Negative) { function in namespace:chromeos_update_engine
168 TEST_F(PrefsTest, GetInt64NonExistentKey) { function in namespace:chromeos_update_engine
173 TEST_F(PrefsTest, SetInt64) { function in namespace:chromeos_update_engine
180 TEST_F(PrefsTest, SetInt64BadKey) { function in namespace:chromeos_update_engine
186 TEST_F(PrefsTest, SetInt64Max) { function in namespace:chromeos_update_engine
194 TEST_F(PrefsTest, SetInt64Min) { function in namespace:chromeos_update_engine
202 TEST_F(PrefsTest, GetBooleanFalse) { function in namespace:chromeos_update_engine
209 TEST_F(PrefsTest, GetBooleanTrue) { function in namespace:chromeos_update_engine
217 TEST_F(PrefsTest, GetBooleanBadValue) { function in namespace:chromeos_update_engine
224 TEST_F(PrefsTest, GetBooleanBadEmptyValue) { function in namespace:chromeos_update_engine
231 TEST_F(PrefsTest, GetBooleanNonExistentKey) { function in namespace:chromeos_update_engine
236 TEST_F(PrefsTest, SetBooleanTrue) { function in namespace:chromeos_update_engine
244 TEST_F(PrefsTest, SetBooleanFalse) { function in namespace:chromeos_update_engine
252 TEST_F(PrefsTest, SetBooleanBadKey) { function in namespace:chromeos_update_engine
258 TEST_F(PrefsTest, ExistsWorks) { function in namespace:chromeos_update_engine
267 TEST_F(PrefsTest, DeleteWorks) { function in namespace:chromeos_update_engine
285 TEST_F(PrefsTest, ObserversCalled) { function in namespace:chromeos_update_engine
302 TEST_F(PrefsTest, OnlyCalledOnObservedKeys) { function in namespace:chromeos_update_engine
315 TEST_F(PrefsTest, RemovedObserversNotCalled) { function in namespace:chromeos_update_engine
328 TEST_F(PrefsTest, UnsuccessfulCallsNotObserved) { function in namespace:chromeos_update_engine
346 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/bt/vendor_libs/test_vendor_lib/test/
H A Diterator_test.cc52 TEST_F(IteratorTest, extractTest) { function in namespace:test_vendor_lib
61 TEST_F(IteratorTest, extractBoundsDeathTest) { function in namespace:test_vendor_lib
70 TEST_F(IteratorTest, dereferenceDeathTest) { function in namespace:test_vendor_lib
76 TEST_F(IteratorTest, plusEqTest) { function in namespace:test_vendor_lib
86 TEST_F(IteratorTest, preIncrementTest) { function in namespace:test_vendor_lib
95 TEST_F(IteratorTest, postIncrementTest) { function in namespace:test_vendor_lib
104 TEST_F(IteratorTest, additionTest) { function in namespace:test_vendor_lib
114 TEST_F(IteratorTest, minusEqTest) { function in namespace:test_vendor_lib
125 TEST_F(IteratorTest, preDecrementTest) { function in namespace:test_vendor_lib
134 TEST_F(IteratorTes function in namespace:test_vendor_lib
144 TEST_F(IteratorTest, subtractionTest) { function in namespace:test_vendor_lib
155 TEST_F(IteratorTest, plusEqBoundsTest) { function in namespace:test_vendor_lib
165 TEST_F(IteratorTest, preIncrementBoundsTest) { function in namespace:test_vendor_lib
175 TEST_F(IteratorTest, postIncrementBoundsTest) { function in namespace:test_vendor_lib
185 TEST_F(IteratorTest, additionBoundsTest) { function in namespace:test_vendor_lib
195 TEST_F(IteratorTest, minusEqBoundsTest) { function in namespace:test_vendor_lib
205 TEST_F(IteratorTest, preDecrementBoundsTest) { function in namespace:test_vendor_lib
214 TEST_F(IteratorTest, postDecrementBoundsTest) { function in namespace:test_vendor_lib
223 TEST_F(IteratorTest, subtractionBoundsTest) { function in namespace:test_vendor_lib
[all...]
/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.cpp105 TEST_F(AstCppTests, GeneratesHeader) { function in namespace:android::aidl::cpp
148 TEST_F(AstCppTests, GeneratesEnum) { function in namespace:android::aidl::cpp
155 TEST_F(AstCppTests, GeneratesArgList) { function in namespace:android::aidl::cpp
166 TEST_F(AstCppTests, GeneratesStatement) { function in namespace:android::aidl::cpp
171 TEST_F(AstCppTests, GeneratesComparison) { function in namespace:android::aidl::cpp
177 TEST_F(AstCppTests, GeneratesStatementBlock) { function in namespace:android::aidl::cpp
184 TEST_F(AstCppTests, GeneratesConstructorImpl) { function in namespace:android::aidl::cpp
195 TEST_F(AstCppTests, GeneratesAssignment) { function in namespace:android::aidl::cpp
202 TEST_F(AstCppTests, GeneratesMethodCall) { function in namespace:android::aidl::cpp
211 TEST_F(AstCppTest function in namespace:android::aidl::cpp
222 TEST_F(AstCppTests, GeneratesSwitchStatement) { function in namespace:android::aidl::cpp
234 TEST_F(AstCppTests, GeneratesMethodImpl) { function in namespace:android::aidl::cpp
[all...]
H A Dtype_cpp_unittest.cpp46 TEST_F(CppTypeNamespaceTest, HasSomeBasicTypes) { function in namespace:android::aidl::cpp
57 TEST_F(CppTypeNamespaceTest, SupportsListString) { function in namespace:android::aidl::cpp
62 TEST_F(CppTypeNamespaceTest, SupportsNestedParcelableClass) { function in namespace:android::aidl::cpp

Completed in 320 milliseconds

1234567891011>>