Searched defs:TEST_F (Results 1 - 25 of 56) sorted by relevance

123

/art/runtime/base/unix_file/
H A Dstring_file_test.cc30 TEST_F(StringFileTest, Read) { function in namespace:unix_file
34 TEST_F(StringFileTest, SetLength) { function in namespace:unix_file
38 TEST_F(StringFileTest, Write) { function in namespace:unix_file
H A Dnull_file_test.cc27 TEST_F(NullFileTest, Read) { function in namespace:unix_file
37 TEST_F(NullFileTest, SetLength) { function in namespace:unix_file
46 TEST_F(NullFileTest, GetLength) { function in namespace:unix_file
55 TEST_F(NullFileTest, Write) { function in namespace:unix_file
H A Drandom_access_file_utils_test.cc26 TEST_F(RandomAccessFileUtilsTest, CopyFile) { function in namespace:unix_file
39 TEST_F(RandomAccessFileUtilsTest, BadSrc) { function in namespace:unix_file
45 TEST_F(RandomAccessFileUtilsTest, BadDst) { function in namespace:unix_file
H A Dfd_file_test.cc31 TEST_F(FdFileTest, Read) { function in namespace:unix_file
35 TEST_F(FdFileTest, SetLength) { function in namespace:unix_file
39 TEST_F(FdFileTest, Write) { function in namespace:unix_file
43 TEST_F(FdFileTest, UnopenedFile) { function in namespace:unix_file
50 TEST_F(FdFileTest, OpenClose) { function in namespace:unix_file
67 TEST_F(FdFileTest, ReadFullyEmptyFile) { function in namespace:unix_file
H A Dmapped_file_test.cc62 TEST_F(MappedFileTest, OkayToNotUse) { function in namespace:unix_file
69 TEST_F(MappedFileTest, OpenClose) { function in namespace:unix_file
80 TEST_F(MappedFileTest, OpenFdClose) { function in namespace:unix_file
89 TEST_F(MappedFileTest, CanUseAfterMapReadOnly) { function in namespace:unix_file
101 TEST_F(MappedFileTest, CanUseAfterMapReadWrite) { function in namespace:unix_file
113 TEST_F(MappedFileTest, CanWriteNewData) { function in namespace:unix_file
135 TEST_F(MappedFileTest, FileMustExist) { function in namespace:unix_file
142 TEST_F(MappedFileTest, FileMustBeWritable) { function in namespace:unix_file
148 TEST_F(MappedFileTest, RemappingAllowedUntilSuccess) { function in namespace:unix_file
155 TEST_F(MappedFileTes function in namespace:unix_file
171 TEST_F(MappedFileTest, ReadNotMapped) { function in namespace:unix_file
175 TEST_F(MappedFileTest, SetLengthNotMapped) { function in namespace:unix_file
179 TEST_F(MappedFileTest, WriteNotMapped) { function in namespace:unix_file
183 TEST_F(MappedFileTest, ReadMappedReadOnly) { function in namespace:unix_file
190 TEST_F(MappedFileTest, ReadMappedReadWrite) { function in namespace:unix_file
197 TEST_F(MappedFileTest, WriteMappedReadWrite) { function in namespace:unix_file
[all...]
/art/runtime/entrypoints/
H A Dmath_entrypoints_test.cc27 TEST_F(MathEntrypointsTest, DoubleToLong) { function in namespace:art
39 TEST_F(MathEntrypointsTest, FloatToLong) { function in namespace:art
51 TEST_F(MathEntrypointsTest, DoubleToInt) { function in namespace:art
63 TEST_F(MathEntrypointsTest, FloatToInt) { function in namespace:art
/art/runtime/
H A Dinstruction_set_test.cc25 TEST_F(InstructionSetTest, GetInstructionSetFromString) { function in namespace:art
35 TEST_F(InstructionSetTest, GetInstructionSetString) { function in namespace:art
45 TEST_F(InstructionSetTest, TestRoundTrip) { function in namespace:art
49 TEST_F(InstructionSetTest, PointerSize) { function in namespace:art
H A Dreference_table_test.cc29 TEST_F(ReferenceTableTest, Basics) { function in namespace:art
H A Ddex_method_iterator_test.cc29 TEST_F(DexMethodIteratorTest, Basic) { function in namespace:art
H A Dparsed_options_test.cc27 TEST_F(ParsedOptionsTest, ParsedOptions) { function in namespace:art
H A Dmonitor_pool_test.cc48 TEST_F(MonitorPoolTest, MonitorPoolTest) { function in namespace:art
H A Dutils_test.cc37 TEST_F(UtilsTest, PrettyDescriptor_ArrayReferences) { function in namespace:art
42 TEST_F(UtilsTest, PrettyDescriptor_ScalarReferences) { function in namespace:art
47 TEST_F(UtilsTest, PrettyDescriptor_Primitive) { function in namespace:art
59 TEST_F(UtilsTest, PrettyDescriptor_PrimitiveArrays) { function in namespace:art
78 TEST_F(UtilsTest, PrettyDescriptor_PrimitiveScalars) { function in namespace:art
89 TEST_F(UtilsTest, PrettyArguments) { function in namespace:art
98 TEST_F(UtilsTest, PrettyReturnType) { function in namespace:art
106 TEST_F(UtilsTest, PrettyTypeOf) { function in namespace:art
124 TEST_F(UtilsTest, PrettyClass) { function in namespace:art
133 TEST_F(UtilsTes function in namespace:art
142 TEST_F(UtilsTest, PrettyField) { function in namespace:art
158 TEST_F(UtilsTest, PrettySize) { function in namespace:art
177 TEST_F(UtilsTest, PrettyDuration) { function in namespace:art
206 TEST_F(UtilsTest, MangleForJni) { function in namespace:art
215 TEST_F(UtilsTest, JniShortName_JniLongName) { function in namespace:art
237 TEST_F(UtilsTest, Split) { function in namespace:art
303 TEST_F(UtilsTest, Join) { function in namespace:art
341 TEST_F(UtilsTest, StartsWith) { function in namespace:art
348 TEST_F(UtilsTest, EndsWith) { function in namespace:art
355 TEST_F(UtilsTest, GetDalvikCacheFilenameOrDie) { function in namespace:art
369 TEST_F(UtilsTest, GetSystemImageFilename) { function in namespace:art
374 TEST_F(UtilsTest, DexFilenameToOdexFilename) { function in namespace:art
379 TEST_F(UtilsTest, ExecSuccess) { function in namespace:art
394 TEST_F(UtilsTest, ExecError) { function in namespace:art
[all...]
H A Dzip_archive_test.cc33 TEST_F(ZipArchiveTest, FindAndExtract) { function in namespace:art
H A Dindirect_reference_table_test.cc45 TEST_F(IndirectReferenceTableTest, BasicTest) { function in namespace:art
/art/runtime/mirror/
H A Ddex_cache_test.cc34 TEST_F(DexCacheTest, Open) { function in namespace:art::mirror
/art/compiler/utils/
H A Dscoped_hashtable_test.cc33 TEST_F(ScopedHashtableTest, Basics) { function in namespace:art
/art/runtime/base/
H A Dscoped_flock_test.cc25 TEST_F(ScopedFlockTest, TestLocking) { function in namespace:art
H A Dmutex_test.cc39 TEST_F(MutexTest, LockUnlock) { function in namespace:art
58 TEST_F(MutexTest, TryLockUnlock) { function in namespace:art
76 TEST_F(MutexTest, RecursiveLockUnlock) { function in namespace:art
94 TEST_F(MutexTest, RecursiveTryLockUnlock) { function in namespace:art
135 TEST_F(MutexTest, RecursiveLockWait) { function in namespace:art
139 TEST_F(MutexTest, SharedLockUnlock) { function in namespace:art
150 TEST_F(MutexTest, ExclusiveLockUnlock) { function in namespace:art
170 TEST_F(MutexTest, SharedTryLockUnlock) { function in namespace:art
/art/compiler/sea_ir/ir/
H A Dregions_test.cc26 TEST_F(RegionsTest, Basics) { function in namespace:sea_ir
/art/compiler/sea_ir/types/
H A Dtype_data_test.cc24 TEST_F(TypeDataTest, Basics) { function in namespace:sea_ir
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints_test.cc69 TEST_F(QuickTrampolineEntrypointsTest, FrameSize) { function in namespace:art
85 TEST_F(QuickTrampolineEntrypointsTest, PointerSize) { function in namespace:art
95 TEST_F(QuickTrampolineEntrypointsTest, ReturnPC) { function in namespace:art
/art/runtime/verifier/
H A Dmethod_verifier_test.cc56 TEST_F(MethodVerifierTest, LibCore) { function in namespace:art::verifier
/art/compiler/
H A Delf_writer_test.cc48 TEST_F(ElfWriterTest, dlsym) { function in namespace:art
H A Doutput_stream_test.cc63 TEST_F(OutputStreamTest, File) { function in namespace:art
76 TEST_F(OutputStreamTest, Buffered) { function in namespace:art
91 TEST_F(OutputStreamTest, Vector) { function in namespace:art
/art/runtime/gc/
H A Dheap_test.cc31 TEST_F(HeapTest, ClearGrowthLimit) { function in namespace:art::gc
42 TEST_F(HeapTest, GarbageCollectClassLinkerInit) { function in namespace:art::gc
64 TEST_F(HeapTest, HeapBitmapCapacityTest) { function in namespace:art::gc

Completed in 2586 milliseconds

123