/aosp_15_r20/external/clang/unittests/Format/ |
H A D | FormatTest.cpp | 28 class FormatTest : public ::testing::Test { class 97 TEST_F(FormatTest, MessUp) { in TEST_F() argument 109 TEST_F(FormatTest, DoesNotChangeCorrectlyFormattedCode) { in TEST_F() argument 113 TEST_F(FormatTest, FormatsGlobalStatementsAt0) { in TEST_F() argument 120 TEST_F(FormatTest, FormatsUnwrappedLinesAtFirstFormat) { in TEST_F() argument 124 TEST_F(FormatTest, FormatsNestedBlockStatements) { in TEST_F() argument 128 TEST_F(FormatTest, FormatsNestedCall) { in TEST_F() argument 134 TEST_F(FormatTest, NestedNameSpecifiers) { in TEST_F() argument 141 TEST_F(FormatTest, OnlyGeneratesNecessaryReplacements) { in TEST_F() argument 163 TEST_F(FormatTest, RemovesEmptyLines) { in TEST_F() argument [all …]
|
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | format_test.cc | 23 using FormatTest = testing::Test; typedef 25 TEST_F(FormatTest, DefaultToStd430) { in TEST_F() argument 31 TEST_F(FormatTest, SizeInBytesVector_Std430) { in TEST_F() argument 41 TEST_F(FormatTest, SizeInBytesMatrix_Std430) { in TEST_F() argument 52 TEST_F(FormatTest, SizeInBytesMatrix_Std140) { in TEST_F() argument 261 TEST_F(FormatTest, SegmentPackedList_Std430) { in TEST_F() argument 275 TEST_F(FormatTest, SegmentListR32G32_Std140) { in TEST_F() argument 291 TEST_F(FormatTest, SegmentListR32G32B32_Std140) { in TEST_F() argument 311 TEST_F(FormatTest, SegmentListR32G32B32_Std430) { in TEST_F() argument 331 TEST_F(FormatTest, SegmentMat2x2_Std140) { in TEST_F() argument [all …]
|
/aosp_15_r20/external/leveldb/db/ |
H A D | dbformat_test.cc | 45 TEST(FormatTest, InternalKey_EncodeDecode) { in TEST() argument 67 TEST(FormatTest, InternalKey_DecodeFromEmpty) { in TEST() argument 73 TEST(FormatTest, InternalKeyShortSeparator) { in TEST() argument 107 TEST(FormatTest, InternalKeyShortestSuccessor) { in TEST() argument 114 TEST(FormatTest, ParsedInternalKeyDebugString) { in TEST() argument 120 TEST(FormatTest, InternalKeyDebugString) { in TEST() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/time/ |
D | format_test.go | 138 type FormatTest struct { struct 139 name string 140 format string 141 result string
|
/aosp_15_r20/system/media/audio_utils/tests/ |
H A D | format_tests.cpp | 60 class FormatTest : public testing::TestWithParam<std::tuple<audio_format_t, audio_format_t>> class 64 TEST_P(FormatTest, memcpy_by_audio_format) in TEST_P() argument
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/ |
H A D | FormatTest.java | 37 public final class FormatTest { class
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/ |
H A D | FormatTest.java | 37 public final class FormatTest { class
|
/aosp_15_r20/external/emboss/compiler/back_end/util/ |
H A D | code_template_test.py | 24 class FormatTest(unittest.TestCase): class
|
/aosp_15_r20/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/ |
H A D | FormatTest.java | 10 public class FormatTest extends TestBase class
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_format.py | 55 class FormatTest(unittest.TestCase): class
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_format.py | 96 class FormatTest(unittest.TestCase): class
|
D | test_decimal.py | 928 class FormatTest(unittest.TestCase): class
|
/aosp_15_r20/frameworks/av/media/module/foundation/tests/colorutils/ |
H A D | ColorUtilsTest.cpp | 394 TEST_P(ColorAspectsTest, FormatTest) { in TEST_P() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | image_ops_test.py | 5042 class FormatTest(test_util.TensorFlowTestCase): class
|