HomeSort by relevance Sort by last modified time
    Searched defs:TEST (Results 26 - 50 of 2252) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/testing/gtest/test/
gtest_help_test_.cc 38 // and exit with 0; otherwise the following test will be executed,
40 TEST(HelpFlagTest, ShouldNotBeRun) {
45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
gtest_main_unittest.cc 39 TEST(GTestMainTest, ShouldSucceed) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
UnitBezierTest.cpp 35 TEST(UnitBezierTest, BasicUse)
41 TEST(UnitBezierTest, Overshoot)
47 TEST(UnitBezierTest, Undershoot)
53 TEST(UnitBezierTest, InputAtEdgeOfRange)
60 TEST(UnitBezierTest, InputOutOfRange)
67 TEST(UnitBezierTest, InputOutOfRangeLargeEpsilon)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
KeyCodeConversionTestGtk.cpp 43 TEST(KeyCodeConversionTest, KeyPadClear)
48 TEST(KeyCodeConversionTest, KeyPadInsert)
54 TEST(KeyCodeConversionTest, KeyPadDelete)
60 TEST(KeyCodeConversionTest, AltGr)
MemoryInfo.cpp 41 TEST(MemoryInfo, quantizeMemorySize)
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jid_unittest.cc 9 TEST(JidTest, TestDomain) {
21 TEST(JidTest, TestNodeDomain) {
33 TEST(JidTest, TestDomainResource) {
45 TEST(JidTest, TestNodeDomainResource) {
57 TEST(JidTest, TestNode) {
69 TEST(JidTest, TestResource) {
81 TEST(JidTest, TestNodeResource) {
93 TEST(JidTest, TestFunky) {
105 TEST(JidTest, TestFunky2) {
  /external/chromium_org/tools/gn/
source_dir_unittest.cc 9 TEST(SourceDir, ResolveRelativeFile) {
30 TEST(SourceDir, ResolveRelativeDir) {
  /external/chromium_org/ui/gfx/
display_unittest.cc 12 TEST(DisplayTest, WorkArea) {
32 TEST(DisplayTest, Scale) {
  /external/chromium_org/v8/test/cctest/
test-dataflow.cc 37 TEST(BitVector) {
  /external/clang/unittests/Basic/
CharInfoTest.cpp 17 TEST(CharInfoTest, validateInfoTable) {
43 TEST(CharInfoTest, isASCII) {
54 TEST(CharInfoTest, isIdentifierHead) {
74 TEST(CharInfoTest, isIdentifierBody) {
94 TEST(CharInfoTest, isHorizontalWhitespace) {
116 TEST(CharInfoTest, isVerticalWhitespace) {
138 TEST(CharInfoTest, isWhitespace) {
160 TEST(CharInfoTest, isDigit) {
181 TEST(CharInfoTest, isHexDigit) {
202 TEST(CharInfoTest, isLetter)
    [all...]
  /external/gtest/samples/
sample1_unittest.cc 35 // This sample shows how to write a simple unit test for a function,
38 // Writing a unit test using Google C++ testing framework is easy as 1-2-3:
42 // test logic needs is declared.
51 // Step 2. Use the TEST macro to define your tests.
53 // TEST has two parameters: the test case name and the test name.
54 // After using the macro, you should define your test logic between a
56 // success or failure of a test. EXPECT_TRUE and EXPECT_EQ are
61 // In Google Test, tests are grouped into test cases. This is how w
    [all...]
  /external/gtest/test/
gtest_help_test_.cc 38 // and exit with 0; otherwise the following test will be executed,
40 TEST(HelpFlagTest, ShouldNotBeRun) {
45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
gtest_main_unittest.cc 39 TEST(GTestMainTest, ShouldSucceed) {
  /external/llvm/unittests/ADT/
IntEqClassesTest.cpp 17 TEST(IntEqClasses, Simple) {
  /external/llvm/unittests/Support/
LeakDetectorTest.cpp 19 TEST(LeakDetector, Death1) {
ProcessTest.cpp 22 TEST(ProcessTest, SelfProcess) {
  /external/markdown/MarkdownTest/
MarkdownTest.pl 44 TEST:
55 next TEST;
58 # open(TEST, $testfile) || die("Can't open testfile: $!");
61 # my $t_input = <TEST>;
122 Specify the path to the Markdown script to test. Defaults to
129 Specify the path to a directory containing test data. Defaults to "Tests".
134 output before comparing script output to the expected test result.
  /external/protobuf/gtest/samples/
sample1_unittest.cc 35 // This sample shows how to write a simple unit test for a function,
38 // Writing a unit test using Google C++ testing framework is easy as 1-2-3:
42 // test logic needs is declared.
51 // Step 2. Use the TEST macro to define your tests.
53 // TEST has two parameters: the test case name and the test name.
54 // After using the macro, you should define your test logic between a
56 // success or failure of a test. EXPECT_TRUE and EXPECT_EQ are
61 // In Google Test, tests are grouped into test cases. This is how w
    [all...]
  /external/protobuf/gtest/test/
gtest_help_test_.cc 38 // and exit with 0; otherwise the following test will be executed,
40 TEST(HelpFlagTest, ShouldNotBeRun) {
gtest_main_unittest.cc 39 TEST(GTestMainTest, ShouldSucceed) {
  /ndk/sources/android/support/tests/
ctype_unittest.cc 5 TEST(ctype, isblank) {
13 TEST(ctype, isprint) {
  /ndk/sources/third_party/googletest/googletest/samples/
sample1_unittest.cc 35 // This sample shows how to write a simple unit test for a function,
38 // Writing a unit test using Google C++ testing framework is easy as 1-2-3:
42 // test logic needs is declared.
51 // Step 2. Use the TEST macro to define your tests.
53 // TEST has two parameters: the test case name and the test name.
54 // After using the macro, you should define your test logic between a
56 // success or failure of a test. EXPECT_TRUE and EXPECT_EQ are
61 // In Google Test, tests are grouped into test cases. This is how w
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_help_test_.cc 38 // and exit with 0; otherwise the following test will be executed,
40 TEST(HelpFlagTest, ShouldNotBeRun) {
45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
gtest_main_unittest.cc 39 TEST(GTestMainTest, ShouldSucceed) {
  /art/runtime/
indenter_test.cc 20 TEST(IndenterTest, MultiLineTest) {

Completed in 1318 milliseconds

12 3 4 5 6 7 8 91011>>