Searched refs:TEST_F (Results 1 - 25 of 61) 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 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
68 TEST_F(FdFileTest, ReadFullyEmptyFile) { 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 Dmapped_file_test.cc73 TEST_F(MappedFileTest, OkayToNotUse) { function in namespace:unix_file
80 TEST_F(MappedFileTest, OpenClose) { function in namespace:unix_file
91 TEST_F(MappedFileTest, OpenFdClose) { function in namespace:unix_file
100 TEST_F(MappedFileTest, CanUseAfterMapReadOnly) { function in namespace:unix_file
112 TEST_F(MappedFileTest, CanUseAfterMapReadWrite) { function in namespace:unix_file
125 TEST_F(MappedFileTest, CanWriteNewData) { function in namespace:unix_file
148 TEST_F(MappedFileTest, FileMustExist) { function in namespace:unix_file
155 TEST_F(MappedFileTest, FileMustBeWritable) { function in namespace:unix_file
161 TEST_F(MappedFileTest, RemappingAllowedUntilSuccess) { function in namespace:unix_file
168 TEST_F(MappedFileTes function in namespace:unix_file
184 TEST_F(MappedFileTest, ReadNotMapped) { function in namespace:unix_file
188 TEST_F(MappedFileTest, SetLengthNotMapped) { function in namespace:unix_file
192 TEST_F(MappedFileTest, WriteNotMapped) { function in namespace:unix_file
196 TEST_F(MappedFileTest, ReadMappedReadOnly) { function in namespace:unix_file
203 TEST_F(MappedFileTest, ReadMappedReadWrite) { function in namespace:unix_file
211 TEST_F(MappedFileTest, WriteMappedReadWrite) { function in namespace:unix_file
[all...]
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
/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 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
405 TEST_F(UtilsTest, RoundUpToPowerOfTwo) { function in namespace:art
417 TEST_F(UtilsTest, MostSignificantBit) { function in namespace:art
425 TEST_F(UtilsTest, MinimumBitsToStore) { function in namespace:art
[all...]
H A Ddex_method_iterator_test.cc29 TEST_F(DexMethodIteratorTest, Basic) { function in namespace:art
H A Dmem_map_test.cc105 TEST_F(MemMapTest, Start) { function in namespace:art
126 TEST_F(MemMapTest, MapAnonymousEmpty) { function in namespace:art
148 TEST_F(MemMapTest, MapAnonymousEmpty32bit) { function in namespace:art
163 TEST_F(MemMapTest, MapAnonymousExactAddr) { function in namespace:art
197 TEST_F(MemMapTest, RemapAtEnd) { function in namespace:art
202 TEST_F(MemMapTest, RemapAtEnd32bit) { function in namespace:art
207 TEST_F(MemMapTest, MapAnonymousExactAddr32bitHighAddr) { function in namespace:art
222 TEST_F(MemMapTest, MapAnonymousOverflow) { function in namespace:art
238 TEST_F(MemMapTest, MapAnonymousLow4GBExpectedTooHigh) { function in namespace:art
251 TEST_F(MemMapTes function in namespace:art
265 TEST_F(MemMapTest, CheckNoGaps) { function in namespace:art
[all...]
H A Ddex_file_test.cc32 TEST_F(DexFileTest, Open) { function in namespace:art
167 TEST_F(DexFileTest, Header) { function in namespace:art
198 TEST_F(DexFileTest, GetLocationChecksum) { function in namespace:art
204 TEST_F(DexFileTest, GetChecksum) { function in namespace:art
213 TEST_F(DexFileTest, ClassDefs) { function in namespace:art
226 TEST_F(DexFileTest, GetMethodSignature) { function in namespace:art
276 TEST_F(DexFileTest, FindStringId) { function in namespace:art
292 TEST_F(DexFileTest, FindTypeId) { function in namespace:art
304 TEST_F(DexFileTest, FindProtoId) { function in namespace:art
321 TEST_F(DexFileTes function in namespace:art
336 TEST_F(DexFileTest, FindFieldId) { function in namespace:art
351 TEST_F(DexFileTest, GetMultiDexClassesDexName) { function in namespace:art
359 TEST_F(DexFileTest, GetDexCanonicalLocation) { function in namespace:art
[all...]
H A Dthread_pool_test.cc61 TEST_F(ThreadPoolTest, CheckRun) { function in namespace:art
76 TEST_F(ThreadPoolTest, StopStart) { function in namespace:art
132 TEST_F(ThreadPoolTest, RecursiveTest) { function in namespace:art
H A Djni_internal_test.cc108 TEST_F(JniInternalTest, AllocObject) { function in namespace:art
123 TEST_F(JniInternalTest, GetVersion) { function in namespace:art
127 TEST_F(JniInternalTest, FindClass) { function in namespace:art
172 TEST_F(JniInternalTest, GetFieldID) { function in namespace:art
223 TEST_F(JniInternalTest, GetStaticFieldID) { function in namespace:art
268 TEST_F(JniInternalTest, GetMethodID) { function in namespace:art
317 TEST_F(JniInternalTest, CallVoidMethodNullReceiver) { function in namespace:art
333 TEST_F(JniInternalTest, GetStaticMethodID) { function in namespace:art
371 TEST_F(JniInternalTest, FromReflectedField_ToReflectedField) { function in namespace:art
403 TEST_F(JniInternalTes function in namespace:art
459 TEST_F(JniInternalTest, RegisterAndUnregisterNatives) { function in namespace:art
649 TEST_F(JniInternalTest, BooleanArrays) { function in namespace:art
653 TEST_F(JniInternalTest, ByteArrays) { function in namespace:art
657 TEST_F(JniInternalTest, CharArrays) { function in namespace:art
661 TEST_F(JniInternalTest, DoubleArrays) { function in namespace:art
665 TEST_F(JniInternalTest, FloatArrays) { function in namespace:art
669 TEST_F(JniInternalTest, IntArrays) { function in namespace:art
673 TEST_F(JniInternalTest, LongArrays) { function in namespace:art
677 TEST_F(JniInternalTest, ShortArrays) { function in namespace:art
682 TEST_F(JniInternalTest, GetPrimitiveArrayElementsOfWrongType) { function in namespace:art
719 TEST_F(JniInternalTest, ReleasePrimitiveArrayElementsOfWrongType) { function in namespace:art
764 TEST_F(JniInternalTest, GetReleasePrimitiveArrayCriticalOfWrongType) { function in namespace:art
774 TEST_F(JniInternalTest, GetPrimitiveArrayRegionElementsOfWrongType) { function in namespace:art
821 TEST_F(JniInternalTest, SetPrimitiveArrayRegionElementsOfWrongType) { function in namespace:art
868 TEST_F(JniInternalTest, NewObjectArray) { function in namespace:art
894 TEST_F(JniInternalTest, NewObjectArrayWithPrimitiveClasses) { function in namespace:art
912 TEST_F(JniInternalTest, NewObjectArrayWithInitialValue) { function in namespace:art
933 TEST_F(JniInternalTest, GetArrayLength) { function in namespace:art
937 TEST_F(JniInternalTest, GetObjectClass) { function in namespace:art
956 TEST_F(JniInternalTest, GetSuperclass) { function in namespace:art
973 TEST_F(JniInternalTest, IsAssignableFrom) { function in namespace:art
1010 TEST_F(JniInternalTest, GetObjectRefType) { function in namespace:art
1033 TEST_F(JniInternalTest, StaleWeakGlobal) { function in namespace:art
1048 TEST_F(JniInternalTest, NewStringUTF) { function in namespace:art
1064 TEST_F(JniInternalTest, NewString) { function in namespace:art
1079 TEST_F(JniInternalTest, NewStringNullCharsZeroLength) { function in namespace:art
1085 TEST_F(JniInternalTest, NewStringNullCharsNonzeroLength) { function in namespace:art
1091 TEST_F(JniInternalTest, NewStringNegativeLength) { function in namespace:art
1099 TEST_F(JniInternalTest, GetStringLength_GetStringUTFLength) { function in namespace:art
1103 TEST_F(JniInternalTest, GetStringRegion_GetStringUTFRegion) { function in namespace:art
1152 TEST_F(JniInternalTest, GetStringUTFChars_ReleaseStringUTFChars) { function in namespace:art
1174 TEST_F(JniInternalTest, GetStringChars_ReleaseStringChars) { function in namespace:art
1204 TEST_F(JniInternalTest, GetStringCritical_ReleaseStringCritical) { function in namespace:art
1228 TEST_F(JniInternalTest, GetObjectArrayElement_SetObjectArrayElement) { function in namespace:art
1299 TEST_F(JniInternalTest, GetPrimitiveField_SetPrimitiveField) { function in namespace:art
1330 TEST_F(JniInternalTest, GetObjectField_SetObjectField) { function in namespace:art
1362 TEST_F(JniInternalTest, NewLocalRef_nullptr) { function in namespace:art
1366 TEST_F(JniInternalTest, NewLocalRef) { function in namespace:art
1376 TEST_F(JniInternalTest, DeleteLocalRef_nullptr) { function in namespace:art
1380 TEST_F(JniInternalTest, DeleteLocalRef) { function in namespace:art
1404 TEST_F(JniInternalTest, PushLocalFrame_10395422) { function in namespace:art
1419 TEST_F(JniInternalTest, PushLocalFrame_PopLocalFrame) { function in namespace:art
1455 TEST_F(JniInternalTest, NewGlobalRef_nullptr) { function in namespace:art
1459 TEST_F(JniInternalTest, NewGlobalRef) { function in namespace:art
1469 TEST_F(JniInternalTest, DeleteGlobalRef_nullptr) { function in namespace:art
1473 TEST_F(JniInternalTest, DeleteGlobalRef) { function in namespace:art
1500 TEST_F(JniInternalTest, NewWeakGlobalRef_nullptr) { function in namespace:art
1504 TEST_F(JniInternalTest, NewWeakGlobalRef) { function in namespace:art
1514 TEST_F(JniInternalTest, DeleteWeakGlobalRef_nullptr) { function in namespace:art
1518 TEST_F(JniInternalTest, DeleteWeakGlobalRef) { function in namespace:art
1545 TEST_F(JniInternalTest, ExceptionDescribe) { function in namespace:art
1551 TEST_F(JniInternalTest, Throw) { function in namespace:art
1566 TEST_F(JniInternalTest, ThrowNew) { function in namespace:art
1587 TEST_F(JniInternalTest, NewDirectBuffer_GetDirectBufferAddress_GetDirectBufferCapacity) { function in namespace:art
1622 TEST_F(JniInternalTest, MonitorEnterExit) { function in namespace:art
1678 TEST_F(JniInternalTest, DetachCurrentThread) { function in namespace:art
[all...]
H A Dreflection_test.cc495 TEST_F(ReflectionTest, StaticMainMethod) { function in namespace:art
520 TEST_F(ReflectionTest, StaticNopMethod) { function in namespace:art
525 TEST_F(ReflectionTest, NonStaticNopMethod) { function in namespace:art
530 TEST_F(ReflectionTest, StaticIdentityByteMethod) { function in namespace:art
535 TEST_F(ReflectionTest, NonStaticIdentityByteMethod) { function in namespace:art
540 TEST_F(ReflectionTest, StaticIdentityIntMethod) { function in namespace:art
545 TEST_F(ReflectionTest, NonStaticIdentityIntMethod) { function in namespace:art
550 TEST_F(ReflectionTest, StaticIdentityDoubleMethod) { function in namespace:art
555 TEST_F(ReflectionTest, NonStaticIdentityDoubleMethod) { function in namespace:art
560 TEST_F(ReflectionTes function in namespace:art
565 TEST_F(ReflectionTest, NonStaticSumIntIntMethod) { function in namespace:art
570 TEST_F(ReflectionTest, StaticSumIntIntIntMethod) { function in namespace:art
575 TEST_F(ReflectionTest, NonStaticSumIntIntIntMethod) { function in namespace:art
580 TEST_F(ReflectionTest, StaticSumIntIntIntIntMethod) { function in namespace:art
585 TEST_F(ReflectionTest, NonStaticSumIntIntIntIntMethod) { function in namespace:art
590 TEST_F(ReflectionTest, StaticSumIntIntIntIntIntMethod) { function in namespace:art
595 TEST_F(ReflectionTest, NonStaticSumIntIntIntIntIntMethod) { function in namespace:art
600 TEST_F(ReflectionTest, StaticSumDoubleDoubleMethod) { function in namespace:art
605 TEST_F(ReflectionTest, NonStaticSumDoubleDoubleMethod) { function in namespace:art
610 TEST_F(ReflectionTest, StaticSumDoubleDoubleDoubleMethod) { function in namespace:art
615 TEST_F(ReflectionTest, NonStaticSumDoubleDoubleDoubleMethod) { function in namespace:art
620 TEST_F(ReflectionTest, StaticSumDoubleDoubleDoubleDoubleMethod) { function in namespace:art
625 TEST_F(ReflectionTest, NonStaticSumDoubleDoubleDoubleDoubleMethod) { function in namespace:art
630 TEST_F(ReflectionTest, StaticSumDoubleDoubleDoubleDoubleDoubleMethod) { function in namespace:art
635 TEST_F(ReflectionTest, NonStaticSumDoubleDoubleDoubleDoubleDoubleMethod) { function in namespace:art
[all...]
/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/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/compiler/utils/x86_64/
H A Dassembler_x86_64_test.cc78 TEST_F(AssemblerX86_64Test, Toolchain) { function in namespace:art
83 TEST_F(AssemblerX86_64Test, PushqRegs) { function in namespace:art
87 TEST_F(AssemblerX86_64Test, PushqImm) { function in namespace:art
92 TEST_F(AssemblerX86_64Test, MovqRegs) { function in namespace:art
96 TEST_F(AssemblerX86_64Test, MovqImm) { function in namespace:art
101 TEST_F(AssemblerX86_64Test, AddqRegs) { function in namespace:art
105 TEST_F(AssemblerX86_64Test, AddqImm) { function in namespace:art
110 TEST_F(AssemblerX86_64Test, SubqRegs) { function in namespace:art
114 TEST_F(AssemblerX86_64Test, SubqImm) { function in namespace:art
119 TEST_F(AssemblerX86_64Tes function in namespace:art
124 TEST_F(AssemblerX86_64Test, XorqImm) { function in namespace:art
128 TEST_F(AssemblerX86_64Test, Movl) { function in namespace:art
147 TEST_F(AssemblerX86_64Test, Movw) { function in namespace:art
225 TEST_F(AssemblerX86_64Test, SetCC) { function in namespace:art
277 TEST_F(AssemblerX86_64Test, BuildFrame) { function in namespace:art
305 TEST_F(AssemblerX86_64Test, RemoveFrame) { function in namespace:art
323 TEST_F(AssemblerX86_64Test, IncreaseFrame) { function in namespace:art
341 TEST_F(AssemblerX86_64Test, DecreaseFrame) { function in namespace:art
[all...]
/art/compiler/sea_ir/types/
H A Dtype_inference_visitor_test.cc36 TEST_F(TypeInferenceVisitorTest, MergeIntWithByte) { function in namespace:sea_ir
48 TEST_F(TypeInferenceVisitorTest, MergeIntWithShort) { function in namespace:sea_ir
60 TEST_F(TypeInferenceVisitorTest, MergeMultipleInts) { function in namespace:sea_ir
74 TEST_F(TypeInferenceVisitorTest, MergeMultipleShorts) { function in namespace:sea_ir
88 TEST_F(TypeInferenceVisitorTest, MergeMultipleIntsWithShorts) { function in namespace:sea_ir
104 TEST_F(TypeInferenceVisitorTest, GetOperandTypes) { function in namespace:sea_ir
H A Dtype_data_test.cc24 TEST_F(TypeDataTest, Basics) { function in namespace:sea_ir
/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
/art/runtime/arch/
H A Darch_test.cc47 TEST_F(ArchTest, ARM) { function in namespace:art
105 TEST_F(ArchTest, ARM64) { function in namespace:art
163 TEST_F(ArchTest, MIPS) { function in namespace:art
221 TEST_F(ArchTest, X86) { function in namespace:art
279 TEST_F(ArchTest, X86_64) { function in namespace:art
360 TEST_F(ArchTest, ThreadOffsets) { function in namespace:art
398 TEST_F(ArchTest, CalleeSaveMethodOffsets) { function in namespace:art
422 TEST_F(ArchTest, HeapReferenceSize) { function in namespace:art
431 TEST_F(ArchTest, StackReferenceSize) { function in namespace:art
/art/compiler/utils/
H A Dswap_space_test.cc73 TEST_F(SwapSpaceTest, Memory) { function in namespace:art
77 TEST_F(SwapSpaceTest, Swap) { function in namespace:art
/art/compiler/
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/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/gc/accounting/
H A Dspace_bitmap_test.cc32 TEST_F(SpaceBitmapTest, Init) { function in namespace:art::gc::accounting
59 TEST_F(SpaceBitmapTest, ScanRange) { function in namespace:art::gc::accounting
160 TEST_F(SpaceBitmapTest, VisitorObjectAlignment) { function in namespace:art::gc::accounting
164 TEST_F(SpaceBitmapTest, VisitorPageAlignment) { function in namespace:art::gc::accounting

Completed in 2142 milliseconds

123