HomeSort by relevance Sort by last modified time
    Searched defs:FormatTest (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_format.py 55 class FormatTest(unittest.TestCase):
293 test_support.run_unittest(FormatTest)
  /external/python/cpython2/Lib/test/
test_format.py 55 class FormatTest(unittest.TestCase):
342 test_support.run_unittest(FormatTest)
  /external/python/cpython3/Lib/test/
test_format.py 95 class FormatTest(unittest.TestCase):
test_decimal.py     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 1 //===- unittest/Format/FormatTest.cpp - Formatting unit tests -------------===//
28 class FormatTest : public ::testing::Test {
97 TEST_F(FormatTest, MessUp) {
109 TEST_F(FormatTest, DoesNotChangeCorrectlyFormattedCode) {
113 TEST_F(FormatTest, FormatsGlobalStatementsAt0) {
120 TEST_F(FormatTest, FormatsUnwrappedLinesAtFirstFormat) {
124 TEST_F(FormatTest, FormatsNestedBlockStatements) {
128 TEST_F(FormatTest, FormatsNestedCall) {
134 TEST_F(FormatTest, NestedNameSpecifiers) {
141 TEST_F(FormatTest, OnlyGeneratesNecessaryReplacements)
    [all...]
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 591 FormatTest,

Completed in 268 milliseconds