Searched refs:TEST_F (Results 1 - 25 of 40) sorted by relevance

12

/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.cc30 TEST_F(FdFileTest, Read) { function in namespace:unix_file
34 TEST_F(FdFileTest, SetLength) { function in namespace:unix_file
38 TEST_F(FdFileTest, Write) { function in namespace:unix_file
42 TEST_F(FdFileTest, UnopenedFile) { function in namespace:unix_file
49 TEST_F(FdFileTest, OpenClose) { 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.cc56 TEST_F(MappedFileTest, OkayToNotUse) { function in namespace:unix_file
63 TEST_F(MappedFileTest, OpenClose) { function in namespace:unix_file
74 TEST_F(MappedFileTest, OpenFdClose) { function in namespace:unix_file
83 TEST_F(MappedFileTest, CanUseAfterMapReadOnly) { function in namespace:unix_file
95 TEST_F(MappedFileTest, CanUseAfterMapReadWrite) { function in namespace:unix_file
107 TEST_F(MappedFileTest, CanWriteNewData) { function in namespace:unix_file
129 TEST_F(MappedFileTest, FileMustExist) { function in namespace:unix_file
136 TEST_F(MappedFileTest, FileMustBeWritable) { function in namespace:unix_file
142 TEST_F(MappedFileTest, RemappingAllowedUntilSuccess) { function in namespace:unix_file
149 TEST_F(MappedFileTes function in namespace:unix_file
165 TEST_F(MappedFileTest, ReadNotMapped) { function in namespace:unix_file
169 TEST_F(MappedFileTest, SetLengthNotMapped) { function in namespace:unix_file
173 TEST_F(MappedFileTest, WriteNotMapped) { function in namespace:unix_file
177 TEST_F(MappedFileTest, ReadMappedReadOnly) { function in namespace:unix_file
184 TEST_F(MappedFileTest, ReadMappedReadWrite) { function in namespace:unix_file
191 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 Dmem_map_test.cc26 TEST_F(MemMapTest, MapAnonymousEmpty) { function in namespace:art
H A Dutils_test.cc35 TEST_F(UtilsTest, PrettyDescriptor_ArrayReferences) { function in namespace:art
40 TEST_F(UtilsTest, PrettyDescriptor_ScalarReferences) { function in namespace:art
45 TEST_F(UtilsTest, PrettyDescriptor_PrimitiveArrays) { function in namespace:art
64 TEST_F(UtilsTest, PrettyDescriptor_PrimitiveScalars) { function in namespace:art
75 TEST_F(UtilsTest, PrettyArguments) { function in namespace:art
84 TEST_F(UtilsTest, PrettyReturnType) { function in namespace:art
92 TEST_F(UtilsTest, PrettyTypeOf) { function in namespace:art
109 TEST_F(UtilsTest, PrettyClass) { function in namespace:art
118 TEST_F(UtilsTest, PrettyClassAndClassLoader) { function in namespace:art
127 TEST_F(UtilsTes function in namespace:art
142 TEST_F(UtilsTest, PrettySize) { function in namespace:art
161 TEST_F(UtilsTest, PrettyDuration) { function in namespace:art
189 TEST_F(UtilsTest, MangleForJni) { function in namespace:art
198 TEST_F(UtilsTest, JniShortName_JniLongName) { function in namespace:art
220 TEST_F(UtilsTest, Split) { function in namespace:art
286 TEST_F(UtilsTest, Join) { function in namespace:art
324 TEST_F(UtilsTest, StartsWith) { function in namespace:art
331 TEST_F(UtilsTest, EndsWith) { function in namespace:art
345 TEST_F(UtilsTest, GetDalvikCacheFilenameOrDie) { function in namespace:art
[all...]
H A Ddex_file_test.cc26 TEST_F(DexFileTest, Open) { function in namespace:art
83 TEST_F(DexFileTest, Header) { function in namespace:art
114 TEST_F(DexFileTest, GetLocationChecksum) { function in namespace:art
120 TEST_F(DexFileTest, GetChecksum) { function in namespace:art
127 TEST_F(DexFileTest, ClassDefs) { function in namespace:art
140 TEST_F(DexFileTest, CreateMethodSignature) { function in namespace:art
196 TEST_F(DexFileTest, FindStringId) { function in namespace:art
212 TEST_F(DexFileTest, FindTypeId) { function in namespace:art
224 TEST_F(DexFileTest, FindProtoId) { function in namespace:art
241 TEST_F(DexFileTes function in namespace:art
257 TEST_F(DexFileTest, FindFieldId) { function in namespace:art
[all...]
H A Djni_internal_test.cc726 TEST_F(JniInternalTest, AllocObject) { function in namespace:art
741 TEST_F(JniInternalTest, GetVersion) { function in namespace:art
754 TEST_F(JniInternalTest, FindClass) { function in namespace:art
800 TEST_F(JniInternalTest, GetFieldID) { function in namespace:art
840 TEST_F(JniInternalTest, GetStaticFieldID) { function in namespace:art
873 TEST_F(JniInternalTest, GetMethodID) { function in namespace:art
904 TEST_F(JniInternalTest, GetStaticMethodID) { function in namespace:art
931 TEST_F(JniInternalTest, FromReflectedField_ToReflectedField) { function in namespace:art
949 TEST_F(JniInternalTest, FromReflectedMethod_ToReflectedMethod) { function in namespace:art
975 TEST_F(JniInternalTes function in namespace:art
1067 TEST_F(JniInternalTest, BooleanArrays) { function in namespace:art
1071 TEST_F(JniInternalTest, ByteArrays) { function in namespace:art
1075 TEST_F(JniInternalTest, CharArrays) { function in namespace:art
1079 TEST_F(JniInternalTest, DoubleArrays) { function in namespace:art
1083 TEST_F(JniInternalTest, FloatArrays) { function in namespace:art
1087 TEST_F(JniInternalTest, IntArrays) { function in namespace:art
1091 TEST_F(JniInternalTest, LongArrays) { function in namespace:art
1095 TEST_F(JniInternalTest, ShortArrays) { function in namespace:art
1100 TEST_F(JniInternalTest, NewObjectArray) { function in namespace:art
1132 TEST_F(JniInternalTest, GetArrayLength) { function in namespace:art
1136 TEST_F(JniInternalTest, GetObjectClass) { function in namespace:art
1150 TEST_F(JniInternalTest, GetSuperclass) { function in namespace:art
1162 TEST_F(JniInternalTest, IsAssignableFrom) { function in namespace:art
1172 TEST_F(JniInternalTest, GetObjectRefType) { function in namespace:art
1189 TEST_F(JniInternalTest, NewStringUTF) { function in namespace:art
1205 TEST_F(JniInternalTest, NewString) { function in namespace:art
1220 TEST_F(JniInternalTest, NewStringNullCharsZeroLength) { function in namespace:art
1227 TEST_F(JniInternalTest, DISABLED_NewStringNullCharsNonzeroLength) { function in namespace:art
1231 TEST_F(JniInternalTest, GetStringLength_GetStringUTFLength) { function in namespace:art
1235 TEST_F(JniInternalTest, GetStringRegion_GetStringUTFRegion) { function in namespace:art
1272 TEST_F(JniInternalTest, GetStringUTFChars_ReleaseStringUTFChars) { function in namespace:art
1294 TEST_F(JniInternalTest, GetStringChars_ReleaseStringChars) { function in namespace:art
1318 TEST_F(JniInternalTest, GetStringCritical_ReleaseStringCritical) { function in namespace:art
1342 TEST_F(JniInternalTest, GetObjectArrayElement_SetObjectArrayElement) { function in namespace:art
1387 TEST_F(JniInternalTest, GetPrimitiveField_SetPrimitiveField) { function in namespace:art
1417 TEST_F(JniInternalTest, GetObjectField_SetObjectField) { function in namespace:art
1449 TEST_F(JniInternalTest, NewLocalRef_NULL) { function in namespace:art
1453 TEST_F(JniInternalTest, NewLocalRef) { function in namespace:art
1463 TEST_F(JniInternalTest, DeleteLocalRef_NULL) { function in namespace:art
1467 TEST_F(JniInternalTest, DeleteLocalRef) { function in namespace:art
1491 TEST_F(JniInternalTest, PushLocalFrame_10395422) { function in namespace:art
1506 TEST_F(JniInternalTest, PushLocalFrame_PopLocalFrame) { function in namespace:art
1545 TEST_F(JniInternalTest, NewGlobalRef_NULL) { function in namespace:art
1549 TEST_F(JniInternalTest, NewGlobalRef) { function in namespace:art
1559 TEST_F(JniInternalTest, DeleteGlobalRef_NULL) { function in namespace:art
1563 TEST_F(JniInternalTest, DeleteGlobalRef) { function in namespace:art
1590 TEST_F(JniInternalTest, NewWeakGlobalRef_NULL) { function in namespace:art
1594 TEST_F(JniInternalTest, NewWeakGlobalRef) { function in namespace:art
1604 TEST_F(JniInternalTest, DeleteWeakGlobalRef_NULL) { function in namespace:art
1608 TEST_F(JniInternalTest, DeleteWeakGlobalRef) { function in namespace:art
1635 TEST_F(JniInternalTest, StaticMainMethod) { function in namespace:art
1661 TEST_F(JniInternalTest, StaticNopMethod) { function in namespace:art
1667 TEST_F(JniInternalTest, NonStaticNopMethod) { function in namespace:art
1673 TEST_F(JniInternalTest, StaticIdentityByteMethod) { function in namespace:art
1679 TEST_F(JniInternalTest, NonStaticIdentityByteMethod) { function in namespace:art
1685 TEST_F(JniInternalTest, StaticIdentityIntMethod) { function in namespace:art
1691 TEST_F(JniInternalTest, NonStaticIdentityIntMethod) { function in namespace:art
1697 TEST_F(JniInternalTest, StaticIdentityDoubleMethod) { function in namespace:art
1703 TEST_F(JniInternalTest, NonStaticIdentityDoubleMethod) { function in namespace:art
1709 TEST_F(JniInternalTest, StaticSumIntIntMethod) { function in namespace:art
1715 TEST_F(JniInternalTest, NonStaticSumIntIntMethod) { function in namespace:art
1721 TEST_F(JniInternalTest, StaticSumIntIntIntMethod) { function in namespace:art
1727 TEST_F(JniInternalTest, NonStaticSumIntIntIntMethod) { function in namespace:art
1733 TEST_F(JniInternalTest, StaticSumIntIntIntIntMethod) { function in namespace:art
1739 TEST_F(JniInternalTest, NonStaticSumIntIntIntIntMethod) { function in namespace:art
1745 TEST_F(JniInternalTest, StaticSumIntIntIntIntIntMethod) { function in namespace:art
1751 TEST_F(JniInternalTest, NonStaticSumIntIntIntIntIntMethod) { function in namespace:art
1757 TEST_F(JniInternalTest, StaticSumDoubleDoubleMethod) { function in namespace:art
1763 TEST_F(JniInternalTest, NonStaticSumDoubleDoubleMethod) { function in namespace:art
1769 TEST_F(JniInternalTest, StaticSumDoubleDoubleDoubleMethod) { function in namespace:art
1775 TEST_F(JniInternalTest, NonStaticSumDoubleDoubleDoubleMethod) { function in namespace:art
1781 TEST_F(JniInternalTest, StaticSumDoubleDoubleDoubleDoubleMethod) { function in namespace:art
1787 TEST_F(JniInternalTest, NonStaticSumDoubleDoubleDoubleDoubleMethod) { function in namespace:art
1793 TEST_F(JniInternalTest, StaticSumDoubleDoubleDoubleDoubleDoubleMethod) { function in namespace:art
1799 TEST_F(JniInternalTest, NonStaticSumDoubleDoubleDoubleDoubleDoubleMethod) { function in namespace:art
1805 TEST_F(JniInternalTest, Throw) { function in namespace:art
1820 TEST_F(JniInternalTest, ThrowNew) { function in namespace:art
1842 TEST_F(JniInternalTest, DISABLED_NewDirectBuffer_GetDirectBufferAddress_GetDirectBufferCapacity) { function in namespace:art
1854 TEST_F(JniInternalTest, MonitorEnterExit) { function in namespace:art
1911 TEST_F(JniInternalTest, DetachCurrentThread) { function in namespace:art
[all...]
H A Dthread_pool_test.cc60 TEST_F(ThreadPoolTest, CheckRun) { function in namespace:art
75 TEST_F(ThreadPoolTest, StopStart) { function in namespace:art
130 TEST_F(ThreadPoolTest, RecursiveTest) { function in namespace:art
H A Ddex_method_iterator_test.cc25 TEST_F(DexMethodIteratorTest, Basic) { function in namespace:art
H A Dbarrier_test.cc67 TEST_F(BarrierTest, CheckWait) { function in namespace:art
122 TEST_F(BarrierTest, CheckPass) { function in namespace:art
/art/runtime/entrypoints/
H A Dmath_entrypoints_test.cc26 TEST_F(MathEntrypointsTest, DoubleToLong) { function in namespace:art
38 TEST_F(MathEntrypointsTest, FloatToLong) { function in namespace:art
50 TEST_F(MathEntrypointsTest, DoubleToInt) { function in namespace:art
62 TEST_F(MathEntrypointsTest, FloatToInt) { function in namespace:art
/art/runtime/gc/
H A Dheap_test.cc30 TEST_F(HeapTest, ClearGrowthLimit) { function in namespace:art::gc
41 TEST_F(HeapTest, GarbageCollectClassLinkerInit) { function in namespace:art::gc
58 TEST_F(HeapTest, HeapBitmapCapacityTest) { function in namespace:art::gc
/art/compiler/sea_ir/types/
H A Dtype_inference_visitor_test.cc37 TEST_F(TypeInferenceVisitorTest, MergeIntWithByte) { function in namespace:sea_ir
49 TEST_F(TypeInferenceVisitorTest, MergeIntWithShort) { function in namespace:sea_ir
61 TEST_F(TypeInferenceVisitorTest, MergeMultipleInts) { function in namespace:sea_ir
75 TEST_F(TypeInferenceVisitorTest, MergeMultipleShorts) { function in namespace:sea_ir
89 TEST_F(TypeInferenceVisitorTest, MergeMultipleIntsWithShorts) { function in namespace:sea_ir
105 TEST_F(TypeInferenceVisitorTest, GetOperandTypes) { function in namespace:sea_ir
H A Dtype_data_test.cc25 TEST_F(TypeDataTest, Basics) { function in namespace:sea_ir
/art/runtime/base/
H A Dmutex_test.cc38 TEST_F(MutexTest, LockUnlock) { function in namespace:art
57 TEST_F(MutexTest, TryLockUnlock) { function in namespace:art
75 TEST_F(MutexTest, RecursiveLockUnlock) { function in namespace:art
93 TEST_F(MutexTest, RecursiveTryLockUnlock) { function in namespace:art
134 TEST_F(MutexTest, RecursiveLockWait) { function in namespace:art
138 TEST_F(MutexTest, SharedLockUnlock) { function in namespace:art
149 TEST_F(MutexTest, ExclusiveLockUnlock) { function in namespace:art
169 TEST_F(MutexTest, SharedTryLockUnlock) { function in namespace:art
H A Dtiming_logger_test.cc27 TEST_F(TimingLoggerTest, StartEnd) { function in namespace:art
42 TEST_F(TimingLoggerTest, StartNewEnd) { function in namespace:art
64 TEST_F(TimingLoggerTest, StartNewEndNested) { function in namespace:art
99 TEST_F(TimingLoggerTest, Scoped) { function in namespace:art
132 TEST_F(TimingLoggerTest, ScopedAndExplicit) { function in namespace:art
/art/runtime/mirror/
H A Dobject_test.cc73 TEST_F(ObjectTest, AsmConstants) { function in namespace:art::mirror
82 TEST_F(ObjectTest, IsInSamePackage) { function in namespace:art::mirror
92 TEST_F(ObjectTest, Clone) { function in namespace:art::mirror
102 TEST_F(ObjectTest, AllocObjectArray) { function in namespace:art::mirror
135 TEST_F(ObjectTest, AllocArray) { function in namespace:art::mirror
179 TEST_F(ObjectTest, PrimitiveArray_Boolean_Alloc) { function in namespace:art::mirror
182 TEST_F(ObjectTest, PrimitiveArray_Byte_Alloc) { function in namespace:art::mirror
185 TEST_F(ObjectTest, PrimitiveArray_Char_Alloc) { function in namespace:art::mirror
188 TEST_F(ObjectTest, PrimitiveArray_Double_Alloc) { function in namespace:art::mirror
191 TEST_F(ObjectTes function in namespace:art::mirror
194 TEST_F(ObjectTest, PrimitiveArray_Int_Alloc) { function in namespace:art::mirror
197 TEST_F(ObjectTest, PrimitiveArray_Long_Alloc) { function in namespace:art::mirror
200 TEST_F(ObjectTest, PrimitiveArray_Short_Alloc) { function in namespace:art::mirror
204 TEST_F(ObjectTest, CheckAndAllocArrayFromCode) { function in namespace:art::mirror
222 TEST_F(ObjectTest, CreateMultiArray) { function in namespace:art::mirror
256 TEST_F(ObjectTest, StaticFieldFromCode) { function in namespace:art::mirror
301 TEST_F(ObjectTest, String) { function in namespace:art::mirror
325 TEST_F(ObjectTest, StringEqualsUtf8) { function in namespace:art::mirror
340 TEST_F(ObjectTest, StringEquals) { function in namespace:art::mirror
356 TEST_F(ObjectTest, StringCompareTo) { function in namespace:art::mirror
372 TEST_F(ObjectTest, StringLength) { function in namespace:art::mirror
385 TEST_F(ObjectTest, DescriptorCompare) { function in namespace:art::mirror
446 TEST_F(ObjectTest, StringHashCode) { function in namespace:art::mirror
457 TEST_F(ObjectTest, InstanceOf) { function in namespace:art::mirror
491 TEST_F(ObjectTest, IsAssignableFrom) { function in namespace:art::mirror
528 TEST_F(ObjectTest, IsAssignableFromArray) { function in namespace:art::mirror
581 TEST_F(ObjectTest, FindInstanceField) { function in namespace:art::mirror
614 TEST_F(ObjectTest, FindStaticField) { function in namespace:art::mirror
[all...]
/art/compiler/
H A Doutput_stream_test.cc61 TEST_F(OutputStreamTest, File) { function in namespace:art
74 TEST_F(OutputStreamTest, Buffered) { function in namespace:art
89 TEST_F(OutputStreamTest, Vector) { function in namespace:art
/art/compiler/jni/
H A Djni_compiler_test.cc134 TEST_F(JniCompilerTest, CompileAndRunNoArgMethod) { function in namespace:art
146 TEST_F(JniCompilerTest, CompileAndRunIntMethodThroughStub) { function in namespace:art
161 TEST_F(JniCompilerTest, CompileAndRunStaticIntMethodThroughStub) { function in namespace:art
188 TEST_F(JniCompilerTest, CompileAndRunIntMethod) { function in namespace:art
214 TEST_F(JniCompilerTest, CompileAndRunIntIntMethod) { function in namespace:art
241 TEST_F(JniCompilerTest, CompileAndRunLongLongMethod) { function in namespace:art
269 TEST_F(JniCompilerTest, CompileAndRunDoubleDoubleMethod) { function in namespace:art
298 TEST_F(JniCompilerTest, CompileAndRun_fooJJ_synchronized) { function in namespace:art
331 TEST_F(JniCompilerTest, CompileAndRunIntObjectObjectMethod) { function in namespace:art
375 TEST_F(JniCompilerTes function in namespace:art
398 TEST_F(JniCompilerTest, CompileAndRunStaticDoubleDoubleMethod) { function in namespace:art
435 TEST_F(JniCompilerTest, CompileAndRunStaticIntObjectObjectMethod) { function in namespace:art
486 TEST_F(JniCompilerTest, CompileAndRunStaticSynchronizedIntObjectObjectMethod) { function in namespace:art
523 TEST_F(JniCompilerTest, ExceptionHandling) { function in namespace:art
604 TEST_F(JniCompilerTest, NativeStackTraceElement) { function in namespace:art
616 TEST_F(JniCompilerTest, ReturnGlobalRef) { function in namespace:art
634 TEST_F(JniCompilerTest, LocalReferenceTableClearingTest) { function in namespace:art
653 TEST_F(JniCompilerTest, JavaLangSystemArrayCopy) { function in namespace:art
669 TEST_F(JniCompilerTest, CompareAndSwapInt) { function in namespace:art
686 TEST_F(JniCompilerTest, GetText) { function in namespace:art
695 TEST_F(JniCompilerTest, GetSinkPropertiesNative) { function in namespace:art
711 TEST_F(JniCompilerTest, UpcallReturnTypeChecking_Instance) { function in namespace:art
729 TEST_F(JniCompilerTest, UpcallReturnTypeChecking_Static) { function in namespace:art
755 TEST_F(JniCompilerTest, UpcallArgumentTypeChecking_Instance) { function in namespace:art
766 TEST_F(JniCompilerTest, UpcallArgumentTypeChecking_Static) { function in namespace:art
[all...]
/art/runtime/verifier/
H A Dmethod_verifier_test.cc54 TEST_F(MethodVerifierTest, LibCore) { function in namespace:art::verifier
H A Dreg_type_test.cc29 TEST_F(RegTypeTest, ConstLoHi) { function in namespace:art::verifier
52 TEST_F(RegTypeTest, Pairs) { function in namespace:art::verifier
76 TEST_F(RegTypeTest, Primitives) { function in namespace:art::verifier
340 TEST_F(RegTypeReferenceTest, JavalangObjectImprecise) { function in namespace:art::verifier
355 TEST_F(RegTypeReferenceTest, UnresolvedType) { function in namespace:art::verifier
372 TEST_F(RegTypeReferenceTest, UnresolvedUnintializedType) { function in namespace:art::verifier
394 TEST_F(RegTypeReferenceTest, Dump) { function in namespace:art::verifier
417 TEST_F(RegTypeReferenceTest, JavalangString) { function in namespace:art::verifier
437 TEST_F(RegTypeReferenceTest, JavalangObject) { function in namespace:art::verifier
451 TEST_F(RegTypeReferenceTes function in namespace:art::verifier
475 TEST_F(RegTypeTest, ConstPrecision) { function in namespace:art::verifier
[all...]
/art/runtime/gc/accounting/
H A Dspace_bitmap_test.cc34 TEST_F(SpaceBitmapTest, Init) { function in namespace:art::gc::accounting
60 TEST_F(SpaceBitmapTest, ScanRange) { function in namespace:art::gc::accounting
/art/compiler/utils/
H A Ddedupe_set_test.cc38 TEST_F(DedupeSetTest, Test) { function in namespace:art

Completed in 345 milliseconds

12