Searched refs:TEST_F (Results 26 - 50 of 306) sorted by relevance

1234567891011>>

/system/core/libmemunreachable/tests/
H A DDisableMalloc_test.cpp40 TEST_F(DisableMallocTest, reenable) { function in namespace:android
56 TEST_F(DisableMallocTest, deadlock_allocate) { function in namespace:android
73 TEST_F(DisableMallocTest, deadlock_new) { function in namespace:android
93 TEST_F(DisableMallocTest, deadlock_delete) { function in namespace:android
107 TEST_F(DisableMallocTest, deadlock_free) { function in namespace:android
121 TEST_F(DisableMallocTest, deadlock_fork) { function in namespace:android
/system/bt/osi/test/
H A Dfuture_test.cc37 TEST_F(FutureTest, test_future_non_immediate) { function
49 TEST_F(FutureTest, test_future_immediate) { function
H A Dlist_test.cc12 TEST_F(ListTest, test_new_free_simple) { function
18 TEST_F(ListTest, test_free_null) { function
23 TEST_F(ListTest, test_empty_list_is_empty) { function
29 TEST_F(ListTest, test_empty_list_has_no_length) { function
35 TEST_F(ListTest, test_simple_list_prepend) { function
43 TEST_F(ListTest, test_simple_list_append) { function
51 TEST_F(ListTest, test_list_remove_found) { function
60 TEST_F(ListTest, test_list_remove_not_found) { function
70 TEST_F(ListTest, test_list_front) { function
81 TEST_F(ListTes function
92 TEST_F(ListTest, test_list_clear) { function
105 TEST_F(ListTest, test_list_append_multiple) { function
119 TEST_F(ListTest, test_list_prepend_multiple) { function
133 TEST_F(ListTest, test_list_begin_empty_list) { function
139 TEST_F(ListTest, test_list_next) { function
162 TEST_F(ListTest, test_list_foreach_full) { function
179 TEST_F(ListTest, test_list_foreach_partial) { function
[all...]
H A Dreactor_test.cc33 TEST_F(ReactorTest, reactor_new) { function
39 TEST_F(ReactorTest, reactor_free_null) { reactor_free(NULL); } function
41 TEST_F(ReactorTest, reactor_stop_start) { function
48 TEST_F(ReactorTest, reactor_repeated_stop_start) { function
57 TEST_F(ReactorTest, reactor_start_wait_stop) { function
82 TEST_F(ReactorTest, reactor_unregister_from_callback) { function
98 TEST_F(ReactorTest, reactor_unregister_from_separate_thread) { function
H A Dsemaphore_test.cc33 TEST_F(SemaphoreTest, test_new_simple) { function
39 TEST_F(SemaphoreTest, test_new_with_value) { function
51 TEST_F(SemaphoreTest, test_try_wait) { function
63 TEST_F(SemaphoreTest, test_wait_after_post) { function
71 TEST_F(SemaphoreTest, test_ensure_wait) { function
/system/bt/service/test/
H A Dsettings_unittest.cc46 TEST_F(SettingsTest, EmptyCommandLine) { function in namespace:__anon887
52 TEST_F(SettingsTest, UnexpectedSwitches1) { function in namespace:__anon887
59 TEST_F(SettingsTest, UnexpectedSwitches2) { function in namespace:__anon887
65 TEST_F(SettingsTest, UnexpectedArguments1) { function in namespace:__anon887
71 TEST_F(SettingsTest, UnexpectedArguments2) { function in namespace:__anon887
78 TEST_F(SettingsTest, TooManyIpcOptions) { function in namespace:__anon887
86 TEST_F(SettingsTest, GoodArgumentsCreateIpc) { function in namespace:__anon887
93 TEST_F(SettingsTest, GoodArgumentsAndroidIpc) { function in namespace:__anon887
/system/core/libnativebridge/tests/
H A DInvalidCharsNativeBridge_test.cpp23 TEST_F(NativeBridgeTest, InvalidChars) { function in namespace:android
H A DNativeBridge3GetError_test.cpp23 TEST_F(NativeBridgeTest, V3_GetError) { function in namespace:android
H A DNativeBridge3InitAnonymousNamespace_test.cpp23 TEST_F(NativeBridgeTest, V3_InitAnonymousNamespace) { function in namespace:android
H A DNativeBridge3IsPathSupported_test.cpp23 TEST_F(NativeBridgeTest, V3_IsPathSupported) { function in namespace:android
H A DNativeBridge3UnloadLibrary_test.cpp23 TEST_F(NativeBridgeTest, V3_UnloadLibrary) { function in namespace:android
H A DPreInitializeNativeBridgeFail1_test.cpp33 TEST_F(NativeBridgeTest, PreInitializeNativeBridgeFail1) { function in namespace:android
H A DPreInitializeNativeBridgeFail2_test.cpp33 TEST_F(NativeBridgeTest, PreInitializeNativeBridgeFail2) { function in namespace:android
/system/update_engine/common/
H A Dfile_fetcher_unittest.cc29 TEST_F(FileFetcherUnitTest, SupporterUrlsTest) { function in namespace:chromeos_update_engine
/system/update_engine/
H A Dhardware_chromeos_unittest.cc62 TEST_F(HardwareChromeOSTest, NoFileFoundReturnsDefault) { function in namespace:chromeos_update_engine
67 TEST_F(HardwareChromeOSTest, DontReadStatefulInNormalMode) { function in namespace:chromeos_update_engine
74 TEST_F(HardwareChromeOSTest, ReadStatefulInDevMode) { function in namespace:chromeos_update_engine
83 TEST_F(HardwareChromeOSTest, ReadRootfsIfStatefulNotFound) { function in namespace:chromeos_update_engine
H A Domaha_request_params_unittest.cc80 TEST_F(OmahaRequestParamsTest, MissingChannelTest) { function in namespace:chromeos_update_engine
86 TEST_F(OmahaRequestParamsTest, ForceVersionTest) { function in namespace:chromeos_update_engine
92 TEST_F(OmahaRequestParamsTest, ForcedURLTest) { function in namespace:chromeos_update_engine
97 TEST_F(OmahaRequestParamsTest, MissingURLTest) { function in namespace:chromeos_update_engine
102 TEST_F(OmahaRequestParamsTest, DeltaOKTest) { function in namespace:chromeos_update_engine
107 TEST_F(OmahaRequestParamsTest, NoDeltasTest) { function in namespace:chromeos_update_engine
114 TEST_F(OmahaRequestParamsTest, SetTargetChannelTest) { function in namespace:chromeos_update_engine
128 TEST_F(OmahaRequestParamsTest, SetIsPowerwashAllowedTest) { function in namespace:chromeos_update_engine
142 TEST_F(OmahaRequestParamsTest, SetTargetChannelInvalidTest) { function in namespace:chromeos_update_engine
162 TEST_F(OmahaRequestParamsTes function in namespace:chromeos_update_engine
177 TEST_F(OmahaRequestParamsTest, SetTargetChannelWorks) { function in namespace:chromeos_update_engine
216 TEST_F(OmahaRequestParamsTest, ChannelIndexTest) { function in namespace:chromeos_update_engine
232 TEST_F(OmahaRequestParamsTest, ToMoreStableChannelFlagTest) { function in namespace:chromeos_update_engine
242 TEST_F(OmahaRequestParamsTest, ShouldPowerwashTest) { function in namespace:chromeos_update_engine
256 TEST_F(OmahaRequestParamsTest, CollectECFWVersionsTest) { function in namespace:chromeos_update_engine
[all...]
/system/core/libutils/tests/
H A DVector_test.cpp41 TEST_F(VectorTest, CopyOnWrite_CopyAndAddElements) { function in namespace:android
77 TEST_F(VectorTest, SetCapacity_Overflow) { function in namespace:android
82 TEST_F(VectorTest, SetCapacity_ShrinkBelowSize) { function in namespace:android
95 TEST_F(VectorTest, _grow_OverflowSize) { function in namespace:android
104 TEST_F(VectorTest, _grow_OverflowCapacityDoubling) { function in namespace:android
112 TEST_F(VectorTest, _grow_OverflowBufferAlloc) { function in namespace:android
119 TEST_F(VectorTest, editArray_Shared) { function in namespace:android
/system/update_engine/update_manager/
H A Dreal_system_provider_unittest.cc76 TEST_F(UmRealSystemProviderTest, InitTest) { function in namespace:chromeos_update_manager
83 TEST_F(UmRealSystemProviderTest, IsOOBECompleteTrue) { function in namespace:chromeos_update_manager
88 TEST_F(UmRealSystemProviderTest, IsOOBECompleteFalse) { function in namespace:chromeos_update_manager
94 TEST_F(UmRealSystemProviderTest, KioskRequiredPlatformVersion) { function in namespace:chromeos_update_manager
100 TEST_F(UmRealSystemProviderTest, KioskRequiredPlatformVersionFailure) { function in namespace:chromeos_update_manager
109 TEST_F(UmRealSystemProviderTest, function in namespace:chromeos_update_manager
127 TEST_F(UmRealSystemProviderTest, KioskRequiredPlatformVersion) { function in namespace:chromeos_update_manager
H A Dgeneric_variables_unittest.cc38 TEST_F(UmPollCopyVariableTest, SimpleTest) { function in namespace:chromeos_update_manager
59 TEST_F(UmPollCopyVariableTest, SetFlagTest) { function in namespace:chromeos_update_manager
88 TEST_F(UmPollCopyVariableTest, UseCopyConstructorTest) { function in namespace:chromeos_update_manager
103 TEST_F(UmConstCopyVariableTest, SimpleTest) { function in namespace:chromeos_update_manager
121 TEST_F(UmCallCopyVariableTest, SimpleTest) { function in namespace:chromeos_update_manager
141 TEST_F(UmCallCopyVariableTest, NullTest) { function in namespace:chromeos_update_manager
164 TEST_F(UmAsyncCopyVariableTest, ConstructorTest) { function in namespace:chromeos_update_manager
170 TEST_F(UmAsyncCopyVariableTest, SetValueTest) { function in namespace:chromeos_update_manager
178 TEST_F(UmAsyncCopyVariableTest, UnsetValueTest) { function in namespace:chromeos_update_manager
195 TEST_F(UmAsyncCopyVariableTes function in namespace:chromeos_update_manager
[all...]
/system/tpm/tpm_manager/server/
H A Dtpm2_status_test.cc49 TEST_F(Tpm2StatusTest, IsEnabledSuccess) { function in namespace:tpm_manager
56 TEST_F(Tpm2StatusTest, IsEnabledFailure) { function in namespace:tpm_manager
61 TEST_F(Tpm2StatusTest, IsEnabledNoRepeatedInitialization) { function in namespace:tpm_manager
67 TEST_F(Tpm2StatusTest, IsOwnedSuccess) { function in namespace:tpm_manager
74 TEST_F(Tpm2StatusTest, IsOwnedFailure) { function in namespace:tpm_manager
79 TEST_F(Tpm2StatusTest, IsOwnedRepeatedInitializationOnFalse) { function in namespace:tpm_manager
89 TEST_F(Tpm2StatusTest, IsOwnedNoRepeatedInitializationOnTrue) { function in namespace:tpm_manager
96 TEST_F(Tpm2StatusTest, GetDictionaryAttackInfoInitializeFailure) { function in namespace:tpm_manager
107 TEST_F(Tpm2StatusTest, GetDictionaryAttackInfoForwarding) { function in namespace:tpm_manager
131 TEST_F(Tpm2StatusTes function in namespace:tpm_manager
[all...]
/system/tpm/trunks/
H A Dpolicy_session_test.cc57 TEST_F(PolicySessionTest, GetDelegateUninitialized) { function in namespace:trunks
64 TEST_F(PolicySessionTest, GetDelegateSuccess) { function in namespace:trunks
69 TEST_F(PolicySessionTest, StartBoundSessionSuccess) { function in namespace:trunks
75 TEST_F(PolicySessionTest, StartBoundSessionFailure) { function in namespace:trunks
84 TEST_F(PolicySessionTest, StartBoundSessionBadType) { function in namespace:trunks
90 TEST_F(PolicySessionTest, StartUnboundSessionSuccess) { function in namespace:trunks
95 TEST_F(PolicySessionTest, StartUnboundSessionFailure) { function in namespace:trunks
103 TEST_F(PolicySessionTest, GetDigestSuccess) { function in namespace:trunks
114 TEST_F(PolicySessionTest, GetDigestFailure) { function in namespace:trunks
122 TEST_F(PolicySessionTes function in namespace:trunks
138 TEST_F(PolicySessionTest, PolicyORBadParam) { function in namespace:trunks
147 TEST_F(PolicySessionTest, PolicyORFailure) { function in namespace:trunks
155 TEST_F(PolicySessionTest, PolicyPCRSuccess) { function in namespace:trunks
176 TEST_F(PolicySessionTest, PolicyPCRFailure) { function in namespace:trunks
183 TEST_F(PolicySessionTest, PolicyPCRTrialWithNoDigest) { function in namespace:trunks
188 TEST_F(PolicySessionTest, PolicyCommandCodeSuccess) { function in namespace:trunks
196 TEST_F(PolicySessionTest, PolicyCommandCodeFailure) { function in namespace:trunks
203 TEST_F(PolicySessionTest, PolicyAuthValueSuccess) { function in namespace:trunks
210 TEST_F(PolicySessionTest, PolicyAuthValueFailure) { function in namespace:trunks
217 TEST_F(PolicySessionTest, EntityAuthorizationForwardingTest) { function in namespace:trunks
[all...]
H A Dscoped_key_handle_test.cc49 TEST_F(ScopedKeyHandleTest, FlushHandle) { function in namespace:trunks
56 TEST_F(ScopedKeyHandleTest, GetTest) { function in namespace:trunks
62 TEST_F(ScopedKeyHandleTest, ReleaseTest) { function in namespace:trunks
69 TEST_F(ScopedKeyHandleTest, ResetAndFlush) { function in namespace:trunks
82 TEST_F(ScopedKeyHandleTest, NullReset) { function in namespace:trunks
/system/core/libunwindstack/tests/
H A DDwarfMemoryTest.cpp62 TEST_F(DwarfMemoryTest, ReadBytes) { function in namespace:unwindstack
82 TEST_F(DwarfMemoryTest, ReadSigned_check) { function in namespace:unwindstack
121 TEST_F(DwarfMemoryTest, ReadULEB128) { function in namespace:unwindstack
138 TEST_F(DwarfMemoryTest, ReadSLEB128) { function in namespace:unwindstack
178 TEST_F(DwarfMemoryTest, GetEncodedSize_absptr_uint32_t) { function in namespace:unwindstack
182 TEST_F(DwarfMemoryTest, GetEncodedSize_absptr_uint64_t) { function in namespace:unwindstack
186 TEST_F(DwarfMemoryTest, GetEncodedSize_data1) { function in namespace:unwindstack
196 TEST_F(DwarfMemoryTest, GetEncodedSize_data2) { function in namespace:unwindstack
206 TEST_F(DwarfMemoryTest, GetEncodedSize_data4) { function in namespace:unwindstack
216 TEST_F(DwarfMemoryTes function in namespace:unwindstack
226 TEST_F(DwarfMemoryTest, GetEncodedSize_unknown) { function in namespace:unwindstack
244 TEST_F(DwarfMemoryTest, ReadEncodedValue_omit_uint32_t) { function in namespace:unwindstack
248 TEST_F(DwarfMemoryTest, ReadEncodedValue_omit_uint64_t) { function in namespace:unwindstack
252 TEST_F(DwarfMemoryTest, ReadEncodedValue_absptr_uint32_t) { function in namespace:unwindstack
263 TEST_F(DwarfMemoryTest, ReadEncodedValue_absptr_uint64_t) { function in namespace:unwindstack
274 TEST_F(DwarfMemoryTest, ReadEncodedValue_aligned_uint32_t) { function in namespace:unwindstack
286 TEST_F(DwarfMemoryTest, ReadEncodedValue_aligned_uint64_t) { function in namespace:unwindstack
313 TEST_F(DwarfMemoryTest, ReadEncodedValue_leb128_uint32_t) { function in namespace:unwindstack
317 TEST_F(DwarfMemoryTest, ReadEncodedValue_leb128_uint64_t) { function in namespace:unwindstack
334 TEST_F(DwarfMemoryTest, ReadEncodedValue_data1_uint32_t) { function in namespace:unwindstack
338 TEST_F(DwarfMemoryTest, ReadEncodedValue_data1_uint64_t) { function in namespace:unwindstack
355 TEST_F(DwarfMemoryTest, ReadEncodedValue_data2_uint32_t) { function in namespace:unwindstack
359 TEST_F(DwarfMemoryTest, ReadEncodedValue_data2_uint64_t) { function in namespace:unwindstack
376 TEST_F(DwarfMemoryTest, ReadEncodedValue_data4_uint32_t) { function in namespace:unwindstack
380 TEST_F(DwarfMemoryTest, ReadEncodedValue_data4_uint64_t) { function in namespace:unwindstack
397 TEST_F(DwarfMemoryTest, ReadEncodedValue_data8_uint32_t) { function in namespace:unwindstack
401 TEST_F(DwarfMemoryTest, ReadEncodedValue_data8_uint64_t) { function in namespace:unwindstack
415 TEST_F(DwarfMemoryTest, ReadEncodedValue_non_zero_adjust_uint32_t) { function in namespace:unwindstack
419 TEST_F(DwarfMemoryTest, ReadEncodedValue_non_zero_adjust_uint64_t) { function in namespace:unwindstack
432 TEST_F(DwarfMemoryTest, ReadEncodedValue_overflow_uint32_t) { function in namespace:unwindstack
436 TEST_F(DwarfMemoryTest, ReadEncodedValue_overflow_uint64_t) { function in namespace:unwindstack
452 TEST_F(DwarfMemoryTest, ReadEncodedValue_high_bit_set_uint32_t) { function in namespace:unwindstack
456 TEST_F(DwarfMemoryTest, ReadEncodedValue_high_bit_set_uint64_t) { function in namespace:unwindstack
460 TEST_F(DwarfMemoryTest, AdjustEncodedValue_absptr) { function in namespace:unwindstack
466 TEST_F(DwarfMemoryTest, AdjustEncodedValue_pcrel) { function in namespace:unwindstack
480 TEST_F(DwarfMemoryTest, AdjustEncodedValue_textrel) { function in namespace:unwindstack
494 TEST_F(DwarfMemoryTest, AdjustEncodedValue_datarel) { function in namespace:unwindstack
508 TEST_F(DwarfMemoryTest, AdjustEncodedValue_funcrel) { function in namespace:unwindstack
[all...]
/system/connectivity/wifilogd/tests/
H A Dos_unittest.cpp95 TEST_F(OsTest, GetControlSocketReturnsFdAndZeroOnSuccess) { function in namespace:android::wifilogd
105 TEST_F(OsTest, GetControlSocketReturnsInvalidFdAndErrorOnFailure) { function in namespace:android::wifilogd
115 TEST_F(OsTest, GetTimestampSucceeds) { function in namespace:android::wifilogd
127 TEST_F(OsTest, NanosleepPassesNormalValueToSyscall) { function in namespace:android::wifilogd
134 TEST_F(OsTest, NanosleepPassesMaxmimalValueToSyscall) { function in namespace:android::wifilogd
140 TEST_F(OsTest, NanosleepPassesZeroValueToSyscall) { function in namespace:android::wifilogd
145 TEST_F(OsTest, NanosleepClampsOverlyLargeValue) { function in namespace:android::wifilogd
151 TEST_F(OsTest, NanosleepRetriesOnInterruptedCall) { function in namespace:android::wifilogd
163 TEST_F(OsTest, NanosleepRetriesMultipleTimesIfNecessary) { function in namespace:android::wifilogd
181 TEST_F(OsTes function in namespace:android::wifilogd
193 TEST_F(OsTest, ReceiveDatagramReturnsCorrectValueForMaxSizedDatagram) { function in namespace:android::wifilogd
204 TEST_F(OsTest, ReceieveDatagramReturnsCorrectValueForRegularSizedDatagram) { function in namespace:android::wifilogd
217 TEST_F(OsTest, ReceieveDatagramReturnsCorrectValueForOversizedDatagram) { function in namespace:android::wifilogd
230 TEST_F(OsTest, ReceieveDatagramReturnsCorrectValueForZeroByteDatagram) { function in namespace:android::wifilogd
241 TEST_F(OsTest, ReceieveDatagramReturnsCorrectValueOnFailure) { function in namespace:android::wifilogd
253 TEST_F(OsTest, WriteReturnsCorrectValueForSuccessfulWrite) { function in namespace:android::wifilogd
263 TEST_F(OsTest, WriteReturnsCorrectValueForTruncatedWrite) { function in namespace:android::wifilogd
274 TEST_F(OsTest, WriteReturnsCorrectValueForSuccessfulZeroByteWrite) { function in namespace:android::wifilogd
283 TEST_F(OsTest, WriteReturnsCorrectValueForFailedWrite) { function in namespace:android::wifilogd
294 TEST_F(OsTest, WriteReturnsCorrectValueForFailedZeroByteWrite) { function in namespace:android::wifilogd
310 TEST_F(OsDeathTest, GetTimestampOverlyLargeNsecsCausesDeath) { function in namespace:android::wifilogd
319 TEST_F(OsDeathTest, GetTimestampRawOsErrorCausesDeath) { function in namespace:android::wifilogd
324 TEST_F(OsDeathTest, NanosleepUnexpectedErrorCausesDeath) { function in namespace:android::wifilogd
330 TEST_F(OsDeathTest, ReceiveDatagramWithOverlyLargeBufferCausesDeath) { function in namespace:android::wifilogd
338 TEST_F(OsDeathTest, WriteWithOverlyLargeBufferCausesDeath) { function in namespace:android::wifilogd
345 TEST_F(OsDeathTest, WriteWithOverrunCausesDeath) { function in namespace:android::wifilogd
[all...]
/system/tools/aidl/
H A Daidl_unittest.cpp101 TEST_F(AidlTest, JavaAcceptsMissingPackage) { function in namespace:android::aidl
105 TEST_F(AidlTest, RejectsArraysOfBinders) { function in namespace:android::aidl
117 TEST_F(AidlTest, CppRejectsMissingPackage) { function in namespace:android::aidl
123 TEST_F(AidlTest, RejectsOnewayOutParameters) { function in namespace:android::aidl
134 TEST_F(AidlTest, RejectsOnewayNonVoidReturn) { function in namespace:android::aidl
140 TEST_F(AidlTest, RejectsNullablePrimitive) { function in namespace:android::aidl
146 TEST_F(AidlTest, ParsesNullableAnnotation) { function in namespace:android::aidl
160 TEST_F(AidlTest, ParsesUtf8Annotations) { function in namespace:android::aidl
174 TEST_F(AidlTest, AcceptsOneway) { function in namespace:android::aidl
184 TEST_F(AidlTes function in namespace:android::aidl
193 TEST_F(AidlTest, ParsesPreprocessedFileWithWhitespace) { function in namespace:android::aidl
202 TEST_F(AidlTest, PreferImportToPreprocessed) { function in namespace:android::aidl
222 TEST_F(AidlTest, WritePreprocessedFile) { function in namespace:android::aidl
240 TEST_F(AidlTest, RequireOuterClass) { function in namespace:android::aidl
251 TEST_F(AidlTest, ParseCompoundParcelableFromPreprocess) { function in namespace:android::aidl
265 TEST_F(AidlTest, FailOnParcelable) { function in namespace:android::aidl
276 TEST_F(AidlTest, FailOnDuplicateConstantNames) { function in namespace:android::aidl
291 TEST_F(AidlTest, FailOnMalformedConstHexValue) { function in namespace:android::aidl
305 TEST_F(AidlTest, ParsePositiveConstHexValue) { function in namespace:android::aidl
323 TEST_F(AidlTest, ParseNegativeConstHexValue) { function in namespace:android::aidl
341 TEST_F(AidlTest, UnderstandsNestedParcelables) { function in namespace:android::aidl
358 TEST_F(AidlTest, UnderstandsNativeParcelables) { function in namespace:android::aidl
385 TEST_F(AidlTest, WritesCorrectDependencyFile) { function in namespace:android::aidl
402 TEST_F(AidlTest, WritesCorrectDependencyFileNinja) { function in namespace:android::aidl
420 TEST_F(AidlTest, WritesTrivialDependencyFileForParcelable) { function in namespace:android::aidl
[all...]

Completed in 324 milliseconds

1234567891011>>