HomeSort by relevance Sort by last modified time
    Searched defs:TEST_F (Results 1 - 25 of 2113) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/extras/tests/kernel.config/
aslr_rec_test.cpp 23 TEST_F(AslrMmapTest, match_default) {
33 TEST_F(AslrMmapTest, match_compat_default) {
39 TEST_F(AslrMmapTest, match_min) {
51 TEST_F(AslrMmapTest, match_compat_min) {
60 TEST_F(AslrMmapTest, match_max) {
72 TEST_F(AslrMmapTest, match_compat_max) {
81 TEST_F(AslrMmapTest, entropy_min) {
92 TEST_F(AslrMmapTest, entropy_cmpt_min) {
100 TEST_F(AslrMmapTest, entropy_max) {
111 TEST_F(AslrMmapTest, entropy_cmpt_max)
    [all...]
  /external/pdfium/fpdfsdk/
fpdfext_embeddertest.cpp 12 TEST_F(FPDFExtEmbeddertest, PageModeUnknown) {
16 TEST_F(FPDFExtEmbeddertest, PageModeUseNone) {
21 TEST_F(FPDFExtEmbeddertest, PageModeUseOutlines) {
  /external/swiftshader/third_party/LLVM/unittests/ADT/
DenseSetTest.cpp 22 TEST_F(DenseSetTest, DoubleEntrySetTest) {
  /external/webrtc/webrtc/common_audio/vad/
vad_gmm_unittest.cc 21 TEST_F(VadTest, vad_gmm) {
  /hardware/libhardware/tests/fingerprint/
fingerprint_tests.cpp 22 TEST_F(FingerprintDevice, isThereEnroll) {
27 TEST_F(FingerprintDevice, isTherePreEnroll) {
32 TEST_F(FingerprintDevice, isThereGetAuthenticatorId) {
37 TEST_F(FingerprintDevice, isThereCancel) {
42 TEST_F(FingerprintDevice, isThereRemove) {
47 TEST_F(FingerprintDevice, isThereAuthenticate) {
52 TEST_F(FingerprintDevice, isThereSetActiveGroup) {
57 TEST_F(FingerprintDevice, isThereSetNotify) {
  /system/core/libnativebridge/tests/
CompleteFlow_test.cpp 23 TEST_F(NativeBridgeTest, CompleteFlow) {
PreInitializeNativeBridgeFail1_test.cpp 33 TEST_F(NativeBridgeTest, PreInitializeNativeBridgeFail1) {
PreInitializeNativeBridgeFail2_test.cpp 33 TEST_F(NativeBridgeTest, PreInitializeNativeBridgeFail2) {
ReSetupNativeBridge_test.cpp 21 TEST_F(NativeBridgeTest, ReSetup) {
UnavailableNativeBridge_test.cpp 21 TEST_F(NativeBridgeTest, NoNativeBridge) {
  /art/dex2oat/linker/
image_write_read_test.cc 22 TEST_F(ImageTest, WriteReadUncompressed) {
26 TEST_F(ImageTest, WriteReadLZ4) {
30 TEST_F(ImageTest, WriteReadLZ4HC) {
  /art/libdexfile/dex/
descriptors_names_test.cc 25 TEST_F(DescriptorsNamesTest, PrettyDescriptor_ArrayReferences) {
30 TEST_F(DescriptorsNamesTest, PrettyDescriptor_ScalarReferences) {
35 TEST_F(DescriptorsNamesTest, PrettyDescriptor_Primitive) {
47 TEST_F(DescriptorsNamesTest, PrettyDescriptor_PrimitiveArrays) {
66 TEST_F(DescriptorsNamesTest, PrettyDescriptor_PrimitiveScalars) {
77 TEST_F(DescriptorsNamesTest, MangleForJni) {
85 TEST_F(DescriptorsNamesTest, IsValidDescriptor) {
  /art/oatdump/
oatdump_app_test.cc 21 TEST_F(OatDumpTest, TestAppWithBootImage) {
26 TEST_F(OatDumpTest, TestAppWithBootImageStatic) {
33 TEST_F(OatDumpTest, TestPicAppWithBootImage) {
40 TEST_F(OatDumpTest, TestPicAppWithBootImageStatic) {
oatdump_image_test.cc 23 TEST_F(OatDumpTest, TestImage) {
27 TEST_F(OatDumpTest, TestImageStatic) {
33 TEST_F(OatDumpTest, TestOatImage) {
37 TEST_F(OatDumpTest, TestOatImageStatic) {
  /art/runtime/entrypoints/
math_entrypoints_test.cc 27 TEST_F(MathEntrypointsTest, DoubleToLong) {
39 TEST_F(MathEntrypointsTest, FloatToLong) {
51 TEST_F(MathEntrypointsTest, DoubleToInt) {
63 TEST_F(MathEntrypointsTest, FloatToInt) {
  /bionic/libc/malloc_debug/tests/
malloc_debug_config_tests.cpp 144 TEST_F(MallocDebugConfigTest, unknown_option) {
153 TEST_F(MallocDebugConfigTest, good_option_and_bad_option) {
161 TEST_F(MallocDebugConfigTest, unparseable_number) {
169 TEST_F(MallocDebugConfigTest, illegal_value_zero) {
178 TEST_F(MallocDebugConfigTest, no_space) {
188 TEST_F(MallocDebugConfigTest, illegal_value_negative) {
198 TEST_F(MallocDebugConfigTest, overflow) {
208 TEST_F(MallocDebugConfigTest, set_value_error) {
218 TEST_F(MallocDebugConfigTest, space_before_equal) {
227 TEST_F(MallocDebugConfigTest, space_after_equal)
    [all...]
  /cts/suite/audio_quality/test/
FileUtilTest.cpp 30 TEST_F(FileUtilTest, initTest) {
SimpleScriptExecTest.cpp 26 TEST_F(ScriptExecTest, PythonVersionTest) {
31 TEST_F(ScriptExecTest, checkIfPassedTest) {
  /external/google-breakpad/src/testing/gtest/test/
gtest_list_tests_unittest_.cc 67 TEST_F(FooTest, Test1) {
70 TEST_F(FooTest, DISABLED_Test2) {
73 TEST_F(FooTest, Test3) {
gtest_prod_test.cc 49 // Tests that private members can be accessed from a TEST_F declared
51 TEST_F(PrivateCodeFixtureTest, CanAccessPrivateMembers) {
gtest_xml_outfile1_test_.cc 47 TEST_F(PropertyOne, TestSomeProperties) {
gtest_xml_outfile2_test_.cc 47 TEST_F(PropertyTwo, TestSomeProperties) {
  /external/googletest/googletest/test/
gtest_prod_test.cc 49 // Tests that private members can be accessed from a TEST_F declared
51 TEST_F(PrivateCodeFixtureTest, CanAccessPrivateMembers) {
gtest_xml_outfile1_test_.cc 47 TEST_F(PropertyOne, TestSomeProperties) {
gtest_xml_outfile2_test_.cc 47 TEST_F(PropertyTwo, TestSomeProperties) {

Completed in 244 milliseconds

1 2 3 4 5 6 7 8 91011>>