Searched defs:TEST (Results 176 - 200 of 208) sorted by relevance

123456789

/system/core/libcutils/tests/
H A DAshmemTest.cpp52 TEST(AshmemTest, BasicTest) { function
74 TEST(AshmemTest, ForkTest) { function
109 TEST(AshmemTest, FileOperationsTest) { function
166 TEST(AshmemTest, ProtTest) { function
194 TEST(AshmemTest, ForkProtTest) { function
212 TEST(AshmemTest, ForkMultiRegionTest) { function
H A DMemsetTest.cpp167 TEST(libcutils, android_memset16_non_zero) { function
171 TEST(libcutils, android_memset16_zero) { function
175 TEST(libcutils, android_memset32_non_zero) { function
179 TEST(libcutils, android_memset32_zero) { function
/system/core/libutils/tests/
H A DRefBase_test.cpp48 TEST(RefBase, StrongMoves) { function
76 TEST(RefBase, WeakCopies) { function
162 TEST(RefBase, RacingDestructors) { function
218 TEST(RefBase, RacingPromotions) { function
/system/extras/simpleperf/
H A Dsample_tree_test.cpp213 TEST(sample_tree, overlapped_map) { function
235 TEST(thread_tree, symbol_ULLONG_MAX) { function
H A Dcmd_record_test.cpp60 TEST(record_cmd, no_options) { ASSERT_TRUE(RunRecordCmd({})); } function
62 TEST(record_cmd, system_wide_option) { function
66 TEST(record_cmd, sample_period_option) { function
70 TEST(record_cmd, event_option) { function
74 TEST(record_cmd, freq_option) { function
79 TEST(record_cmd, output_file_option) { function
84 TEST(record_cmd, dump_kernel_mmap) { function
107 TEST(record_cmd, dump_build_id_feature) { function
119 TEST(record_cmd, tracepoint_event) { function
123 TEST(record_cm function
136 TEST(record_cmd, event_modifier) { function
140 TEST(record_cmd, fp_callchain_sampling) { function
144 TEST(record_cmd, fp_callchain_sampling_warning_on_arm) { function
156 TEST(record_cmd, system_wide_fp_callchain_sampling) { function
183 TEST(record_cmd, dwarf_callchain_sampling) { function
195 TEST(record_cmd, system_wide_dwarf_callchain_sampling) { function
201 TEST(record_cmd, no_unwind_option) { function
208 TEST(record_cmd, post_unwind_option) { function
220 TEST(record_cmd, existing_processes) { function
228 TEST(record_cmd, existing_threads) { function
237 TEST(record_cmd, no_monitored_threads) { ASSERT_FALSE(RecordCmd()->Run({""})); } function
239 TEST(record_cmd, more_than_one_event_types) { function
244 TEST(record_cmd, mmap_page_option) { function
268 TEST(record_cmd, kernel_symbol) { function
319 TEST(record_cmd, no_dump_symbols) { function
341 TEST(record_cmd, dump_kernel_symbols) { function
366 TEST(record_cmd, group_option) { function
373 TEST(record_cmd, symfs_option) { ASSERT_TRUE(RunRecordCmd({"--symfs", "/"})); } function
375 TEST(record_cmd, duration_option) { function
383 TEST(record_cmd, support_modifier_for_clock_events) { function
392 TEST(record_cmd, handle_SIGHUP) { function
402 TEST(record_cmd, stop_when_no_more_targets) { function
414 TEST(record_cmd, donot_stop_when_having_targets) { function
425 TEST(record_cmd, start_profiling_fd_option) { function
443 TEST(record_cmd, record_meta_info_feature) { function
454 TEST(record_cmd, cpu_clock_for_a_long_time) { function
463 TEST(record_cmd, dump_regs_for_tracepoint_events) { function
[all...]
H A Dcpu_hotplug_test.cpp225 TEST(cpu_offline, offline_while_recording) { function
281 TEST(cpu_offline, offline_while_ioctl_enable) { function
358 TEST(cpu_offline, offline_while_user_process_profiling) { function
431 TEST(cpu_offline, offline_while_recording_on_another_cpu) { function
/system/extras/tests/audio/alsa/
H A Dpcmtest.cpp163 TEST(pcmtest, CheckAudioDir) { function
168 TEST(pcmtest, GetSoundDevs) { function
175 TEST(pcmtest, CheckPcmSanity0) { function
179 TEST(pcmtest, CheckPcmSanity1) { function
183 TEST(pcmtests, CheckMixerSanity) { function
188 TEST(pcmtest, CheckTimesSanity0) { function
192 TEST(pcmtest, CheckTimesSanity1) { function
196 TEST(pcmtest, CheckPcmDevices) { function
203 TEST(pcmtest, CheckMixerDevices) { function
213 TEST(pcmtes function
[all...]
/system/gatekeeper/tests/
H A Dgatekeeper_messages_test.cpp49 TEST(RoundTripTest, EnrollRequestNullEnrolledNullHandle) { function
76 TEST(RoundTripTest, EnrollRequestEmptyEnrolledEmptyHandle) { function
105 TEST(RoundTripTest, EnrollRequestNonNullEnrolledOrHandle) { function
141 TEST(RoundTripTest, EnrollResponse) { function
164 TEST(RoundTripTest, VerifyRequest) { function
194 TEST(RoundTripTest, VerifyResponse) { function
217 TEST(RoundTripTest, VerifyResponseError) { function
228 TEST(RoundTripTest, VerifyRequestError) { function
239 TEST(RoundTripTest, EnrollResponseError) { function
250 TEST(RoundTripTes function
[all...]
/system/keymaster/
H A Dandroid_keymaster_messages_test.cpp66 TEST(RoundTrip, EmptyKeymasterResponse) { function in namespace:keymaster::test
75 TEST(RoundTrip, EmptyKeymasterResponseError) { function in namespace:keymaster::test
84 TEST(RoundTrip, SupportedByAlgorithmRequest) { function in namespace:keymaster::test
94 TEST(RoundTrip, SupportedByAlgorithmAndPurposeRequest) { function in namespace:keymaster::test
106 TEST(RoundTrip, SupportedResponse) { function in namespace:keymaster::test
130 TEST(RoundTrip, GenerateKeyRequest) { function in namespace:keymaster::test
139 TEST(RoundTrip, GenerateKeyResponse) { function in namespace:keymaster::test
154 TEST(RoundTrip, GenerateKeyResponseTestError) { function in namespace:keymaster::test
170 TEST(RoundTrip, GetKeyCharacteristicsRequest) { function in namespace:keymaster::test
183 TEST(RoundTri function in namespace:keymaster::test
196 TEST(RoundTrip, BeginOperationRequest) { function in namespace:keymaster::test
211 TEST(RoundTrip, BeginOperationResponse) { function in namespace:keymaster::test
250 TEST(RoundTrip, BeginOperationResponseError) { function in namespace:keymaster::test
261 TEST(RoundTrip, UpdateOperationRequest) { function in namespace:keymaster::test
285 TEST(RoundTrip, UpdateOperationResponse) { function in namespace:keymaster::test
330 TEST(RoundTrip, FinishOperationRequest) { function in namespace:keymaster::test
358 TEST(Round_Trip, FinishOperationResponse) { function in namespace:keymaster::test
384 TEST(RoundTrip, ImportKeyRequest) { function in namespace:keymaster::test
399 TEST(RoundTrip, ImportKeyResponse) { function in namespace:keymaster::test
417 TEST(RoundTrip, ExportKeyRequest) { function in namespace:keymaster::test
432 TEST(RoundTrip, ExportKeyResponse) { function in namespace:keymaster::test
444 TEST(RoundTrip, DeleteKeyRequest) { function in namespace:keymaster::test
455 TEST(RoundTrip, DeleteKeyResponse) { function in namespace:keymaster::test
462 TEST(RoundTrip, DeleteAllKeysRequest) { function in namespace:keymaster::test
469 TEST(RoundTrip, DeleteAllKeysResponse) { function in namespace:keymaster::test
476 TEST(RoundTrip, GetVersionRequest) { function in namespace:keymaster::test
491 TEST(RoundTrip, GetVersionResponse) { function in namespace:keymaster::test
513 TEST(RoundTrip, ConfigureRequest) { function in namespace:keymaster::test
525 TEST(RoundTrip, ConfigureResponse) { function in namespace:keymaster::test
532 TEST(RoundTrip, AddEntropyRequest) { function in namespace:keymaster::test
543 TEST(RoundTrip, AddEntropyResponse) { function in namespace:keymaster::test
550 TEST(RoundTrip, AbortOperationRequest) { function in namespace:keymaster::test
557 TEST(RoundTrip, AbortOperationResponse) { function in namespace:keymaster::test
564 TEST(RoundTrip, AttestKeyRequest) { function in namespace:keymaster::test
577 TEST(RoundTrip, AttestKeyResponse) { function in namespace:keymaster::test
600 TEST(RoundTrip, UpgradeKeyRequest) { function in namespace:keymaster::test
613 TEST(RoundTrip, UpgradeKeyResponse) { function in namespace:keymaster::test
726 TEST(GarbageTest, SupportedResponse) { function in namespace:keymaster::test
[all...]
H A Dnist_curve_key_exchange_test.cpp41 TEST(NistCurveKeyExchange, SharedKey) { function in namespace:keymaster::test
79 TEST(NistCurveKeyExchange, InvalidPublicKey) { function in namespace:keymaster::test
97 TEST(NistCurveKeyExchange, TestInfinity) { function in namespace:keymaster::test
184 TEST(NistCurveKeyExchange, NistTestVectors) { function in namespace:keymaster::test
/system/tools/aidl/
H A Doptions_unittest.cpp111 TEST(JavaOptionsTests, ParsesPreprocess) { function in namespace:android::aidl
126 TEST(JavaOptionsTests, ParsesCompileJava) { function in namespace:android::aidl
139 TEST(JavaOptionsTests, ParsesCompileJavaNinja) { function in namespace:android::aidl
152 TEST(CppOptionsTests, ParsesCompileCpp) { function in namespace:android::aidl
164 TEST(CppOptionsTests, ParsesCompileCppNinja) { function in namespace:android::aidl
176 TEST(OptionsTests, EndsWith) { function in namespace:android::aidl
185 TEST(OptionsTests, ReplaceSuffix) { function in namespace:android::aidl
/system/update_engine/payload_generator/
H A Dcycle_breaker_unittest.cc48 TEST(CycleBreakerTest, SimpleTest) { function in namespace:chromeos_update_engine
129 TEST(CycleBreakerTest, AggressiveCutTest) { function in namespace:chromeos_update_engine
178 TEST(CycleBreakerTest, WeightTest) { function in namespace:chromeos_update_engine
227 TEST(CycleBreakerTest, UnblockGraphTest) { function in namespace:chromeos_update_engine
255 TEST(CycleBreakerTest, SkipOpsTest) { function in namespace:chromeos_update_engine
/system/bt/osi/test/
H A Dmetrics_test.cc191 TEST(BluetoothA2DPSessionMetricsTest, TestUpdateNormal) { function in namespace:testing
225 TEST(BluetoothA2DPSessionMetricsTest, TestUpdateNew) { function in namespace:testing
251 TEST(BluetoothA2DPSessionMetricsTest, TestNullUpdate) { function in namespace:testing
277 TEST(BluetoothA2DPSessionMetricsTest, TestPartialUpdate) { function in namespace:testing
/system/core/adb/
H A Dsocket_test.cpp281 TEST(socket_test, test_skip_host_serial) { function
311 TEST(socket_test, test_skip_host_serial_prefix) { function
/system/core/debuggerd/
H A Ddebuggerd_test.cpp572 TEST(crash_dump, zombie) { function
601 TEST(tombstoned, no_notify) { function
623 TEST(tombstoned, stress) { function
701 TEST(tombstoned, java_trace_intercept_smoke) { function
732 TEST(tombstoned, multiple_intercepts) { function
744 TEST(tombstoned, intercept_any) { function
/system/core/libbacktrace/
H A Dbacktrace_offline_test.cpp133 TEST(libbacktrace, DISABLED_generate_offline_testdata) { function
342 TEST(libbacktrace, offline_eh_frame) { function
346 TEST(libbacktrace, offline_debug_frame) { function
350 TEST(libbacktrace, offline_gnu_debugdata) { function
354 TEST(libbacktrace, offline_arm_exidx) { function
360 TEST(libbacktrace, offline_unwind_mix_eh_frame_and_arm_exidx) { function
/system/core/libunwindstack/tests/
H A DUnwindTest.cpp159 TEST(UnwindTest, local) { function in namespace:unwindstack
194 TEST(UnwindTest, remote) { function in namespace:unwindstack
221 TEST(UnwindTest, from_context) { function in namespace:unwindstack
308 TEST(UnwindTest, remote_through_signal) { function in namespace:unwindstack
312 TEST(UnwindTest, remote_through_signal_sa_siginfo) { function in namespace:unwindstack
/system/core/storaged/tests/
H A Dstoraged_test.cpp58 TEST(storaged_test, retvals) { function
83 TEST(storaged_test, disk_stats) { function
141 TEST(storaged_test, stream_stats) { function
213 TEST(storaged_test, disk_stats_monitor) { function
337 TEST(storaged_test, disk_stats_publisher) { function
/system/media/audio_utils/tests/
H A Dprimitives_tests.cpp116 TEST(audio_utils_primitives, clamp_to_int) { function
188 TEST(audio_utils_primitives, memcpy) { function
344 TEST(audio_utils_primitives, memcpy_by_channel_mask) { function
412 TEST(audio_utils_primitives, memcpy_by_index_array) { function
496 TEST(audio_utils_primitives, memcpy_by_index_array_dst_index) { function
581 TEST(audio_utils_primitives, memcpy_by_index_array_src_index) { function
660 TEST(audio_utils_channels, adjust_channels) { function
/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp49 TEST(camera_metadata, allocate_normal) { function
65 TEST(camera_metadata, allocate_nodata) { function
79 TEST(camera_metadata, clone_nodata) { function
97 TEST(camera_metadata, allocate_nothing) { function
109 TEST(camera_metadata, place_normal) { function
138 TEST(camera_metadata, place_nospace) { function
163 TEST(camera_metadata, place_extraspace) { function
196 TEST(camera_metadata, get_size) { function
212 TEST(camera_metadata, add_get_normal) { function
394 TEST(camera_metadat function
442 TEST(camera_metadata, add_too_much_data) { function
462 TEST(camera_metadata, copy_metadata) { function
513 TEST(camera_metadata, copy_metadata_extraspace) { function
571 TEST(camera_metadata, copy_metadata_nospace) { function
596 TEST(camera_metadata, append_metadata) { function
679 TEST(camera_metadata, append_metadata_nospace) { function
705 TEST(camera_metadata, append_metadata_onespace) { function
787 TEST(camera_metadata, vendor_tags) { function
876 TEST(camera_metadata, add_all_tags) { function
961 TEST(camera_metadata, sort_metadata) { function
1075 TEST(camera_metadata, delete_metadata) { function
[all...]
/system/tpm/attestation/server/
H A Dpkcs11_key_store_test.cc308 TEST(KeyStoreTest_NoMock, Pkcs11NotAvailable) { function in namespace:attestation
/system/tpm/trunks/
H A Dtpm_generated_test.cc41 TEST(GeneratorTest, SerializeParseStruct) { function in namespace:trunks
71 TEST(GeneratorTest, SerializeBufferOverflow) { function in namespace:trunks
78 TEST(GeneratorTest, ParseBufferOverflow) { function in namespace:trunks
92 TEST(GeneratorTest, SynchronousCommand) { function in namespace:trunks
115 TEST(GeneratorTest, SynchronousCommandWithError) { function in namespace:trunks
138 TEST(GeneratorTest, SynchronousCommandResponseTest) { function in namespace:trunks
/system/update_engine/common/
H A Dutils_unittest.cc42 TEST(UtilsTest, CanParseECVersion) { function in namespace:chromeos_update_engine
55 TEST(UtilsTest, WriteFileOpenFailure) { function in namespace:chromeos_update_engine
59 TEST(UtilsTest, WriteFileReadFile) { function in namespace:chromeos_update_engine
70 TEST(UtilsTest, ReadFileFailure) { function in namespace:chromeos_update_engine
75 TEST(UtilsTest, ReadFileChunk) { function in namespace:chromeos_update_engine
96 TEST(UtilsTest, ErrnoNumberAsStringTest) { function in namespace:chromeos_update_engine
100 TEST(UtilsTest, IsSymlinkTest) { function in namespace:chromeos_update_engine
113 TEST(UtilsTest, SplitPartitionNameTest) { function in namespace:chromeos_update_engine
156 TEST(UtilsTest, MakePartitionNameTest) { function in namespace:chromeos_update_engine
170 TEST(UtilsTes function in namespace:chromeos_update_engine
191 TEST(UtilsTest, FuzzIntTest) { function in namespace:chromeos_update_engine
214 TEST(UtilsTest, GetFileFormatTest) { function in namespace:chromeos_update_engine
253 TEST(UtilsTest, FormatTimeDeltaTest) { function in namespace:chromeos_update_engine
293 TEST(UtilsTest, TimeFromStructTimespecTest) { function in namespace:chromeos_update_engine
310 TEST(UtilsTest, DecodeAndStoreBase64String) { function in namespace:chromeos_update_engine
333 TEST(UtilsTest, ConvertToOmahaInstallDate) { function in namespace:chromeos_update_engine
397 TEST(UtilsTest, GetMinorVersion) { function in namespace:chromeos_update_engine
453 TEST(UtilsTest, TestMacros) { function in namespace:chromeos_update_engine
461 TEST(UtilsTest, RunAsRootUnmountFilesystemFailureTest) { function in namespace:chromeos_update_engine
465 TEST(UtilsTest, RunAsRootUnmountFilesystemBusyFailureTest) { function in namespace:chromeos_update_engine
500 TEST(UtilsTest, IsMountpointTest) { function in namespace:chromeos_update_engine
[all...]
/system/update_engine/
H A Dpayload_state_unittest.cc107 TEST(PayloadStateTest, SetResponseWorksWithEmptyResponse) { function in namespace:chromeos_update_engine
145 TEST(PayloadStateTest, SetResponseWorksWithSingleUrl) { function in namespace:chromeos_update_engine
199 TEST(PayloadStateTest, SetResponseWorksWithMultipleUrls) { function in namespace:chromeos_update_engine
252 TEST(PayloadStateTest, CanAdvanceUrlIndexCorrectly) { function in namespace:chromeos_update_engine
307 TEST(PayloadStateTest, NewResponseResetsPayloadState) { function in namespace:chromeos_update_engine
359 TEST(PayloadStateTest, AllCountersGetUpdatedProperlyOnErrorCodesAndEvents) { function in namespace:chromeos_update_engine
506 TEST(PayloadStateTest, PayloadAttemptNumberIncreasesOnSuccessfulFullDownload) { function in namespace:chromeos_update_engine
547 TEST(PayloadStateTest, PayloadAttemptNumberIncreasesOnSuccessfulDeltaDownload) { function in namespace:chromeos_update_engine
586 TEST(PayloadStateTest, SetResponseResetsInvalidUrlIndex) { function in namespace:chromeos_update_engine
641 TEST(PayloadStateTes function in namespace:chromeos_update_engine
664 TEST(PayloadStateTest, NoBackoffForP2PUpdates) { function in namespace:chromeos_update_engine
695 TEST(PayloadStateTest, NoBackoffForDeltaPayloads) { function in namespace:chromeos_update_engine
739 TEST(PayloadStateTest, BackoffPeriodsAreInCorrectRange) { function in namespace:chromeos_update_engine
760 TEST(PayloadStateTest, BackoffLogicCanBeDisabled) { function in namespace:chromeos_update_engine
787 TEST(PayloadStateTest, BytesDownloadedMetricsGetAddedToCorrectSources) { function in namespace:chromeos_update_engine
911 TEST(PayloadStateTest, DownloadSourcesUsedIsCorrect) { function in namespace:chromeos_update_engine
941 TEST(PayloadStateTest, RestartingUpdateResetsMetrics) { function in namespace:chromeos_update_engine
971 TEST(PayloadStateTest, NumRebootsIncrementsCorrectly) { function in namespace:chromeos_update_engine
999 TEST(PayloadStateTest, RollbackVersion) { function in namespace:chromeos_update_engine
1047 TEST(PayloadStateTest, DurationsAreCorrect) { function in namespace:chromeos_update_engine
1110 TEST(PayloadStateTest, RebootAfterSuccessfulUpdateTest) { function in namespace:chromeos_update_engine
1154 TEST(PayloadStateTest, RestartAfterCrash) { function in namespace:chromeos_update_engine
1181 TEST(PayloadStateTest, AbnormalTerminationAttemptMetricsNoReporting) { function in namespace:chromeos_update_engine
1195 TEST(PayloadStateTest, AbnormalTerminationAttemptMetricsReported) { function in namespace:chromeos_update_engine
1217 TEST(PayloadStateTest, AbnormalTerminationAttemptMetricsClearedOnSucceess) { function in namespace:chromeos_update_engine
1255 TEST(PayloadStateTest, CandidateUrlsComputedCorrectly) { function in namespace:chromeos_update_engine
1328 TEST(PayloadStateTest, PayloadTypeMetricWhenTypeIsDelta) { function in namespace:chromeos_update_engine
1368 TEST(PayloadStateTest, PayloadTypeMetricWhenTypeIsForcedFull) { function in namespace:chromeos_update_engine
1396 TEST(PayloadStateTest, PayloadTypeMetricWhenTypeIsFull) { function in namespace:chromeos_update_engine
1425 TEST(PayloadStateTest, RebootAfterUpdateFailedMetric) { function in namespace:chromeos_update_engine
1465 TEST(PayloadStateTest, RebootAfterUpdateSucceed) { function in namespace:chromeos_update_engine
1498 TEST(PayloadStateTest, RebootAfterCanceledUpdate) { function in namespace:chromeos_update_engine
1525 TEST(PayloadStateTest, UpdateSuccessWithWipedPrefs) { function in namespace:chromeos_update_engine
1541 TEST(PayloadStateTest, DisallowP2PAfterTooManyAttempts) { function in namespace:chromeos_update_engine
1562 TEST(PayloadStateTest, DisallowP2PAfterDeadline) { function in namespace:chromeos_update_engine
1608 TEST(PayloadStateTest, P2PStateVarsInitialValue) { function in namespace:chromeos_update_engine
1624 TEST(PayloadStateTest, P2PStateVarsArePersisted) { function in namespace:chromeos_update_engine
1653 TEST(PayloadStateTest, P2PStateVarsAreClearedOnNewResponse) { function in namespace:chromeos_update_engine
[all...]
/system/core/libsync/tests/
H A Dsync_test.cpp243 TEST(AllocTest, Timeline) { function in namespace:__anon1645
248 TEST(AllocTest, Fence) { function in namespace:__anon1645
257 TEST(AllocTest, FenceNegative) { function in namespace:__anon1645
272 TEST(FenceTest, OneTimelineWait) { function in namespace:__anon1645
301 TEST(FenceTest, OneTimelinePoll) { function in namespace:__anon1645
328 TEST(FenceTest, OneTimelineMerge) { function in namespace:__anon1645
368 TEST(FenceTest, MergeSameFence) { function in namespace:__anon1645
386 TEST(FenceTest, PollOnDestroyedTimeline) { function in namespace:__anon1645
416 TEST(FenceTest, MultiTimelineWait) { function in namespace:__anon1645
451 TEST(StressTes function in namespace:__anon1645
[all...]

Completed in 1992 milliseconds

123456789