Home
last modified time | relevance | path

Searched defs:FormatTest (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/clang/unittests/Format/
H A DFormatTest.cpp28 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/
Dformat_test.cc23 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 Ddbformat_test.cc45 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/
Dformat_test.go138 type FormatTest struct { struct
139 name string
140 format string
141 result string
/aosp_15_r20/system/media/audio_utils/tests/
H A Dformat_tests.cpp60 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 DFormatTest.java37 public final class FormatTest { class
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/
H A DFormatTest.java37 public final class FormatTest { class
/aosp_15_r20/external/emboss/compiler/back_end/util/
H A Dcode_template_test.py24 class FormatTest(unittest.TestCase): class
/aosp_15_r20/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
H A DFormatTest.java10 public class FormatTest extends TestBase class
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_format.py55 class FormatTest(unittest.TestCase): class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_format.py96 class FormatTest(unittest.TestCase): class
Dtest_decimal.py928 class FormatTest(unittest.TestCase): class
/aosp_15_r20/frameworks/av/media/module/foundation/tests/colorutils/
H A DColorUtilsTest.cpp394 TEST_P(ColorAspectsTest, FormatTest) { in TEST_P() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_test.py5042 class FormatTest(test_util.TensorFlowTestCase): class