Searched defs:TEST_F (Results 176 - 200 of 303) sorted by relevance

1234567891011>>

/system/core/debuggerd/libdebuggerd/test/
H A Ddump_memory_test.cpp197 TEST_F(DumpMemoryTest, aligned_addr) { function
216 TEST_F(DumpMemoryTest, partial_read) { function
236 TEST_F(DumpMemoryTest, unaligned_addr) { function
255 TEST_F(DumpMemoryTest, memory_unreadable) { function
305 TEST_F(DumpMemoryTest, memory_partially_unreadable) { function
324 TEST_F(DumpMemoryTest, memory_partially_unreadable_unaligned_return) { function
349 TEST_F(DumpMemoryTest, memory_partially_unreadable_two_unaligned_reads) { function
378 TEST_F(DumpMemoryTest, address_low_fence) { function
432 TEST_F(DumpMemoryTest, memory_address_too_low) { function
449 TEST_F(DumpMemoryTes function
474 TEST_F(DumpMemoryTest, memory_address_would_overflow) { function
495 TEST_F(DumpMemoryTest, memory_address_nearly_too_high) { function
555 TEST_F(DumpMemoryTest, first_read_empty) { function
614 TEST_F(DumpMemoryTest, first_read_empty_second_read_stops) { function
673 TEST_F(DumpMemoryTest, first_read_empty_next_page_out_of_range) { function
731 TEST_F(DumpMemoryTest, first_read_empty_next_page_out_of_range_fence_post) { function
[all...]
/system/core/libappfuse/tests/
H A DFuseAppLoopTest.cc135 TEST_F(FuseAppLoopTest, LookUp) { function in namespace:android::fuse
173 TEST_F(FuseAppLoopTest, LookUp_InvalidName) { function in namespace:android::fuse
186 TEST_F(FuseAppLoopTest, LookUp_TooLargeName) { function in namespace:android::fuse
199 TEST_F(FuseAppLoopTest, GetAttr) { function in namespace:android::fuse
232 TEST_F(FuseAppLoopTest, GetAttr_Root) { function in namespace:android::fuse
265 TEST_F(FuseAppLoopTest, Open) { function in namespace:android::fuse
269 TEST_F(FuseAppLoopTest, Fsync) { function in namespace:android::fuse
273 TEST_F(FuseAppLoopTest, Release) { function in namespace:android::fuse
277 TEST_F(FuseAppLoopTest, Read) { function in namespace:android::fuse
281 TEST_F(FuseAppLoopTes function in namespace:android::fuse
285 TEST_F(FuseAppLoopTest, Break) { function in namespace:android::fuse
[all...]
/system/core/libion/tests/
H A Ddevice_test.cpp135 TEST_F(Device, KernelReadCached) function
167 TEST_F(Device, KernelWriteCached) function
199 TEST_F(Device, DMAReadCached) function
229 TEST_F(Device, DMAWriteCached) function
261 TEST_F(Device, KernelReadCachedNeedsSync) function
293 TEST_F(Device, KernelWriteCachedNeedsSync) function
325 TEST_F(Device, DMAReadCachedNeedsSync) function
357 TEST_F(Device, DMAWriteCachedNeedsSync) function
390 TEST_F(Device, KernelRead) function
422 TEST_F(Devic function
454 TEST_F(Device, DMARead) function
484 TEST_F(Device, DMAWrite) function
516 TEST_F(Device, IsCached) function
[all...]
/system/core/libmemunreachable/tests/
H A DBinder_test.cpp128 TEST_F(MemunreachableBinderTest, binder) { function in namespace:android
H A DMemUnreachable_test.cpp81 TEST_F(MemunreachableTest, clean) { function in namespace:android
90 TEST_F(MemunreachableTest, stack) { function in namespace:android
124 TEST_F(MemunreachableTest, global) { function in namespace:android
155 TEST_F(MemunreachableTest, tls) { function in namespace:android
190 TEST_F(MemunreachableTest, twice) { function in namespace:android
229 TEST_F(MemunreachableTest, log) { function in namespace:android
244 TEST_F(MemunreachableTest, notdumpable) { function in namespace:android
260 TEST_F(MemunreachableTest, leak_lots) { function in namespace:android
/system/core/libunwindstack/tests/
H A DElfTest.cpp110 TEST_F(ElfTest, invalid_memory) { function in namespace:unwindstack
117 TEST_F(ElfTest, elf_invalid) { function in namespace:unwindstack
139 TEST_F(ElfTest, elf32_invalid_machine) { function in namespace:unwindstack
152 TEST_F(ElfTest, elf64_invalid_machine) { function in namespace:unwindstack
165 TEST_F(ElfTest, elf_arm) { function in namespace:unwindstack
177 TEST_F(ElfTest, elf_mips) { function in namespace:unwindstack
189 TEST_F(ElfTest, elf_x86) { function in namespace:unwindstack
201 TEST_F(ElfTest, elf_arm64) { function in namespace:unwindstack
213 TEST_F(ElfTest, elf_x86_64) { function in namespace:unwindstack
225 TEST_F(ElfTes function in namespace:unwindstack
237 TEST_F(ElfTest, gnu_debugdata_init_fail32) { function in namespace:unwindstack
251 TEST_F(ElfTest, gnu_debugdata_init_fail64) { function in namespace:unwindstack
265 TEST_F(ElfTest, gnu_debugdata_init32) { function in namespace:unwindstack
279 TEST_F(ElfTest, gnu_debugdata_init64) { function in namespace:unwindstack
293 TEST_F(ElfTest, rel_pc) { function in namespace:unwindstack
313 TEST_F(ElfTest, step_in_signal_map) { function in namespace:unwindstack
358 TEST_F(ElfTest, step_in_interface) { function in namespace:unwindstack
376 TEST_F(ElfTest, step_in_interface_non_zero_load_bias) { function in namespace:unwindstack
394 TEST_F(ElfTest, get_global_invalid_elf) { function in namespace:unwindstack
403 TEST_F(ElfTest, get_global_valid_not_in_interface) { function in namespace:unwindstack
418 TEST_F(ElfTest, get_global_valid_below_load_bias) { function in namespace:unwindstack
434 TEST_F(ElfTest, get_global_valid_dynamic_zero) { function in namespace:unwindstack
456 TEST_F(ElfTest, get_global_valid_in_gnu_debugdata_dynamic_zero) { function in namespace:unwindstack
473 TEST_F(ElfTest, get_global_valid_dynamic_zero_non_zero_load_bias) { function in namespace:unwindstack
490 TEST_F(ElfTest, get_global_valid_dynamic_adjust_negative) { function in namespace:unwindstack
510 TEST_F(ElfTest, get_global_valid_dynamic_adjust_positive) { function in namespace:unwindstack
530 TEST_F(ElfTest, is_valid_pc_elf_invalid) { function in namespace:unwindstack
539 TEST_F(ElfTest, is_valid_pc_interface) { function in namespace:unwindstack
552 TEST_F(ElfTest, is_valid_pc_non_zero_load_bias) { function in namespace:unwindstack
567 TEST_F(ElfTest, is_valid_pc_from_gnu_debugdata) { function in namespace:unwindstack
583 TEST_F(ElfTest, error_code_not_valid) { function in namespace:unwindstack
593 TEST_F(ElfTest, error_code_valid) { function in namespace:unwindstack
[all...]
H A DUnwinderTest.cpp139 TEST_F(UnwinderTest, multiple_frames) { function in namespace:unwindstack
199 TEST_F(UnwinderTest, multiple_frames_dont_resolve_names) { function in namespace:unwindstack
260 TEST_F(UnwinderTest, non_zero_load_bias) { function in namespace:unwindstack
288 TEST_F(UnwinderTest, non_zero_elf_offset) { function in namespace:unwindstack
316 TEST_F(UnwinderTest, non_zero_map_offset) { function in namespace:unwindstack
345 TEST_F(UnwinderTest, no_frames_after_finished) { function in namespace:unwindstack
380 TEST_F(UnwinderTest, max_frames) { function in namespace:unwindstack
413 TEST_F(UnwinderTest, verify_frames_skipped) { function in namespace:unwindstack
480 TEST_F(UnwinderTest, sp_not_in_map) { function in namespace:unwindstack
525 TEST_F(UnwinderTes function in namespace:unwindstack
544 TEST_F(UnwinderTest, sp_in_device_stops_unwind) { function in namespace:unwindstack
563 TEST_F(UnwinderTest, pc_without_map) { function in namespace:unwindstack
591 TEST_F(UnwinderTest, speculative_frame) { function in namespace:unwindstack
655 TEST_F(UnwinderTest, speculative_frame_removed) { function in namespace:unwindstack
687 TEST_F(UnwinderTest, map_ignore_suffixes) { function in namespace:unwindstack
741 TEST_F(UnwinderTest, sp_pc_do_not_change) { function in namespace:unwindstack
806 TEST_F(UnwinderTest, dex_pc_in_map) { function in namespace:unwindstack
847 TEST_F(UnwinderTest, dex_pc_not_in_map) { function in namespace:unwindstack
888 TEST_F(UnwinderTest, dex_pc_multiple_frames) { function in namespace:unwindstack
947 TEST_F(UnwinderTest, format_frame_static) { function in namespace:unwindstack
1006 TEST_F(UnwinderTest, format_frame) { function in namespace:unwindstack
[all...]
/system/core/libziparchive/
H A Dzip_writer_test.cc48 TEST_F(zipwriter, WriteUncompressedZipWithOneFile) { function
75 TEST_F(zipwriter, WriteUncompressedZipWithMultipleFiles) { function
118 TEST_F(zipwriter, WriteUncompressedZipFileWithAlignedFlag) { function
150 TEST_F(zipwriter, WriteUncompressedZipFileWithAlignedFlagAndTime) { function
180 TEST_F(zipwriter, WriteUncompressedZipFileWithAlignedValue) { function
200 TEST_F(zipwriter, WriteUncompressedZipFileWithAlignedValueAndTime) { function
230 TEST_F(zipwriter, WriteCompressedZipWithOneFile) { function
252 TEST_F(zipwriter, WriteCompressedZipFlushFull) { function
289 TEST_F(zipwriter, CheckStartEntryErrors) { function
296 TEST_F(zipwrite function
353 TEST_F(zipwriter, TruncateFileAfterBackup) { function
[all...]
/system/extras/libperfmgr/tests/
H A DHintManagerTest.cc163 TEST_F(HintManagerTest, GetHintsTest) { function in namespace:android::perfmgr
173 TEST_F(HintManagerTest, HintInitDefaultTest) { function in namespace:android::perfmgr
182 TEST_F(HintManagerTest, HintTest) { function in namespace:android::perfmgr
222 TEST_F(HintManagerTest, ParseNodesTest) { function in namespace:android::perfmgr
245 TEST_F(HintManagerTest, ParseNodesDuplicateNameTest) { function in namespace:android::perfmgr
255 TEST_F(HintManagerTest, ParseNodesDuplicatePathTest) { function in namespace:android::perfmgr
265 TEST_F(HintManagerTest, ParseBadNodesTest) { function in namespace:android::perfmgr
276 TEST_F(HintManagerTest, ParseActionsTest) { function in namespace:android::perfmgr
303 TEST_F(HintManagerTest, ParseActionDuplicateNodeTest) { function in namespace:android::perfmgr
317 TEST_F(HintManagerTes function in namespace:android::perfmgr
331 TEST_F(HintManagerTest, GetFromJSONTest) { function in namespace:android::perfmgr
[all...]
/system/extras/simpleperf/
H A DCallChainJoiner_test.cpp168 TEST_F(CallChainJoinerTest, smoke) { function
236 TEST_F(CallChainJoinerTest, no_original_chains) { function
255 TEST_F(CallChainJoinerTest, no_chains) { function
/system/gatekeeper/tests/
H A Dgatekeeper_device_test.cpp54 TEST_F(GateKeeperDeviceTest, EnrollAndVerifyStress) { function
77 TEST_F(GateKeeperDeviceTest, EnrollAndVerify) { function
104 TEST_F(GateKeeperDeviceTest, EnrollAndVerifyTimeout) { function
149 TEST_F(GateKeeperDeviceTest, EnrollAndVerifyBadPassword) { function
174 TEST_F(GateKeeperDeviceTest, MinFailedAttemptsBeforeLockout) { function
203 TEST_F(GateKeeperDeviceTest, UntrustedReEnroll) { function
227 TEST_F(GateKeeperDeviceTest, TrustedReEnroll) { function
/system/libfmq/benchmarks/
H A Dmsgq_benchmark_client.cpp116 TEST_F(MQTestClient, BenchMarkMeasurePingPongTransfer) { function
152 TEST_F(MQTestClient, BenchMarkMeasureRead64Bytes) { function
185 TEST_F(MQTestClient, BenchMarkMeasureRead128Bytes) { function
219 TEST_F(MQTestClient, BenchMarkMeasureRead256Bytes) { function
252 TEST_F(MQTestClient, BenchMarkMeasureRead512Bytes) { function
283 TEST_F(MQTestClient, BenchMarkMeasureWrite64Bytes) { function
317 TEST_F(MQTestClient, BenchMarkMeasureWrite128Bytes) { function
350 TEST_F(MQTestClient, BenchMarkMeasureWrite256Bytes) { function
382 TEST_F(MQTestClient, BenchMarkMeasureWrite512Bytes) { function
421 TEST_F(MQTestClien function
[all...]
/system/libhidl/libhidlcache/
H A Dlibhidlcache_test.cpp105 TEST_F(HidlCacheTest, TestAll) { function in namespace:android
109 TEST_F(HidlCacheTest, MemoryDealer) { function in namespace:android
/system/netd/libnetdutils/
H A DSliceTest.cpp34 TEST_F(SliceTest, smoke) { function in namespace:android::netdutils
55 TEST_F(SliceTest, constructor) { function in namespace:android::netdutils
80 TEST_F(SliceTest, extract) { function in namespace:android::netdutils
H A DSyscallsTest.cpp58 TEST_F(SyscallsTest, open) { function in namespace:android::netdutils
70 TEST_F(SyscallsTest, getsockname) { function in namespace:android::netdutils
92 TEST_F(SyscallsTest, setsockopt) { function in namespace:android::netdutils
111 TEST_F(SyscallsTest, getsockopt) { function in namespace:android::netdutils
131 TEST_F(SyscallsTest, bind) { function in namespace:android::netdutils
148 TEST_F(SyscallsTest, connect) { function in namespace:android::netdutils
165 TEST_F(SyscallsTest, sendto) { function in namespace:android::netdutils
179 TEST_F(SyscallsTest, recvfrom) { function in namespace:android::netdutils
/system/netd/server/
H A DFirewallControllerTest.cpp53 TEST_F(FirewallControllerTest, TestCreateWhitelistChain) { function
93 TEST_F(FirewallControllerTest, TestCreateBlacklistChain) { function
111 TEST_F(FirewallControllerTest, TestSetStandbyRule) { function
125 TEST_F(FirewallControllerTest, TestSetDozeRule) { function
139 TEST_F(FirewallControllerTest, TestSetFirewallRule) { function
159 TEST_F(FirewallControllerTest, TestReplaceWhitelistUidRule) { function
189 TEST_F(FirewallControllerTest, TestReplaceBlacklistUidRule) { function
205 TEST_F(FirewallControllerTest, TestEnableChildChains) { function
225 TEST_F(FirewallControllerTest, TestFirewall) { function
H A DNFLogListenerTest.cpp106 TEST_F(NFLogListenerTest, subscribe) { function in namespace:android::net
112 TEST_F(NFLogListenerTest, nlmsgDone) { function in namespace:android::net
119 TEST_F(NFLogListenerTest, dispatchOk) { function in namespace:android::net
132 TEST_F(NFLogListenerTest, dispatchUnknownType) { function in namespace:android::net
/system/nvram/core/tests/
H A Dgtest_stubs.h120 #define TEST_F(fixture, name) \ macro
/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...]
/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/tpm/tpm_manager/server/
H A Ddbus_service_test.cc92 TEST_F(DBusServiceTest, CopyableCallback) { function in namespace:tpm_manager
106 TEST_F(DBusServiceTest, GetTpmStatus) { function in namespace:tpm_manager
133 TEST_F(DBusServiceTest, TakeOwnership) { function in namespace:tpm_manager
148 TEST_F(DBusServiceTest, RemoveOwnerDependency) { function in namespace:tpm_manager
169 TEST_F(DBusServiceTest, DefineSpace) { function in namespace:tpm_manager
192 TEST_F(DBusServiceTest, DestroySpace) { function in namespace:tpm_manager
211 TEST_F(DBusServiceTest, WriteSpace) { function in namespace:tpm_manager
234 TEST_F(DBusServiceTest, ReadSpace) { function in namespace:tpm_manager
257 TEST_F(DBusServiceTest, LockSpace) { function in namespace:tpm_manager
280 TEST_F(DBusServiceTes function in namespace:tpm_manager
303 TEST_F(DBusServiceTest, GetSpaceInfo) { function in namespace:tpm_manager
[all...]
/system/tpm/trunks/
H A Dhmac_authorization_delegate_test.cc116 TEST_F(HmacAuthorizationDelegateFixture, NonceRegenerationTest) { function in namespace:trunks
163 TEST_F(HmacAuthorizationDelegateFixture, CommandAuthTest) { function in namespace:trunks
178 TEST_F(HmacAuthorizationDelegateFixture, ResponseAuthTest) { function in namespace:trunks
198 TEST_F(HmacAuthorizationDelegateFixture, SessionAttributes) { function in namespace: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 Dtpm_state_test.cc150 TEST_F(TpmStateTest, FlagsClear) { function in namespace:trunks
166 TEST_F(TpmStateTest, FlagsSet) { function in namespace:trunks
183 TEST_F(TpmStateTest, EnabledTpm) { function in namespace:trunks
205 TEST_F(TpmStateTest, OwnedTpm) { function in namespace:trunks
227 TEST_F(TpmStateTest, AlgorithmSupport) { function in namespace:trunks
241 TEST_F(TpmStateTest, LockoutValuePassthrough) { function in namespace:trunks
269 TEST_F(TpmStateTest, MaxNVSize) { function in namespace:trunks
315 TEST_F(TpmStateTest, RawTpmProperty) { function in namespace:trunks
330 TEST_F(TpmStateTest, RawAlgorithmProperties) { function in namespace:trunks
346 TEST_F(TpmStateTes function in namespace:trunks
352 TEST_F(TpmStateTest, InitFailOnMissingStartupClearFlags) { function in namespace:trunks
358 TEST_F(TpmStateTest, InitFailOnFailedTPMCommand) { function in namespace:trunks
[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...]

Completed in 801 milliseconds

1234567891011>>