HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 151 - 175 of 2356) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/testing/gtest/test/
gtest-filepath_test.cc 32 // Google Test filepath utilities
35 // Google Test. They are subject to change without notice.
38 // build or make-files for some existing Google Test clients. Do not
44 // Indicates that this translation unit is part of Google Test's
86 TEST(GetCurrentDirTest, ReturnsCurrentDir) {
110 TEST(IsEmptyTest, ReturnsTrueForEmptyPath) {
114 TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) {
122 TEST(RemoveDirectoryNameTest, WhenEmptyName) {
127 TEST(RemoveDirectoryNameTest, ButNoDirectory) {
133 TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName)
    [all...]
gtest_xml_output_unittest_.cc 32 // Unit test for Google Test XML output.
34 // A user can specify XML output in a Google Test program to run via
38 // This program will be invoked from a Python unit test. Don't run it
47 using ::testing::Test;
50 class SuccessfulTest : public Test {
58 class FailedTest : public Test {
65 class DisabledTest : public Test {
69 FAIL() << "Unexpected failure: Disabled test should not be run";
72 TEST(MixedResultTest, Succeeds)
    [all...]
gtest-port_test.cc 49 // Indicates that this translation unit is part of Google Test's
64 TEST(IsXDigitTest, WorksForNarrowAscii) {
77 TEST(IsXDigitTest, ReturnsFalseForNarrowNonAscii) {
82 TEST(IsXDigitTest, WorksForWideAscii) {
95 TEST(IsXDigitTest, ReturnsFalseForWideNonAscii) {
119 TEST(ImplicitCastTest, ConvertsPointers) {
124 TEST(ImplicitCastTest, CanUseInheritance) {
142 TEST(ImplicitCastTest, CanUseNonConstCastOperator) {
161 TEST(ImplicitCastTest, CanUseConstCastOperatorOnConstValues) {
186 TEST(ImplicitCastTest, CanSelectBetweenConstAndNonConstCasrAppropriately)
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 32 // Google Test filepath utilities
35 // Google Test. They are subject to change without notice.
38 // build or make-files for some existing Google Test clients. Do not
44 // Indicates that this translation unit is part of Google Test's
86 TEST(GetCurrentDirTest, ReturnsCurrentDir) {
110 TEST(IsEmptyTest, ReturnsTrueForEmptyPath) {
114 TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) {
122 TEST(RemoveDirectoryNameTest, WhenEmptyName) {
127 TEST(RemoveDirectoryNameTest, ButNoDirectory) {
133 TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName)
    [all...]
  /external/chromium/base/memory/
ref_counted_unittest.cc 27 TEST(RefCountedUnitTest, TestSelfAssignment) {
34 TEST(RefCountedUnitTest, ScopedRefPtrMemberAccess) {
  /external/chromium/chrome/browser/sync/util/
data_encryption_unittest.cc 17 TEST(DataEncryption, TestEncryptDecryptOfSampleString) {
25 TEST(DataEncryption, TestDecryptFailure) {
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest_.cc 32 // Unit test for Google Test XML output.
34 // A user can specify XML output in a Google Test program to run via
38 // This program will be invoked from a Python unit test. Don't run it
47 using ::testing::Test;
51 class SuccessfulTest : public Test {
59 class FailedTest : public Test {
66 class DisabledTest : public Test {
70 FAIL() << "Unexpected failure: Disabled test should not be run";
73 TEST(MixedResultTest, Succeeds)
    [all...]
  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
widget_test.cc 32 // Google Test - FrameworkSample
36 // This is a simple test file for the Widget class in the Widget.framework
43 // This test verifies that the constructor sets the internal state of the
45 TEST(WidgetInitializerTest, TestConstructor) {
51 // This test verifies the conversion of the float and string values to int and
53 TEST(WidgetInitializerTest, TestConversion) {
63 // Use the Google Test main that is linked into the framework. It does something
  /external/chromium_org/base/android/
jni_string_unittest.cc 15 TEST(JniString, BasicConversionsUTF8) {
23 TEST(JniString, BasicConversionsUTF16) {
  /external/chromium_org/device/usb/
usb_ids_unittest.cc 19 TEST(UsbIdsTest, GetVendorName) {
24 TEST(UsbIdsTest, GetProductName) {
  /external/chromium_org/net/quic/crypto/
crypto_utils_test.cc 10 namespace test { namespace in namespace:net
13 TEST(CryptoUtilsTest, IsValidSNI) {
26 EXPECT_TRUE(CryptoUtils::IsValidSNI("test.google.com"));
29 TEST(CryptoUtilsTest, NormalizeHostname) {
48 } // namespace test
  /external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
widget_test.cc 32 // Google Test - FrameworkSample
36 // This is a simple test file for the Widget class in the Widget.framework
43 // This test verifies that the constructor sets the internal state of the
45 TEST(WidgetInitializerTest, TestConstructor) {
51 // This test verifies the conversion of the float and string values to int and
53 TEST(WidgetInitializerTest, TestConversion) {
63 // Use the Google Test main that is linked into the framework. It does something
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserValuesTest.cpp 40 TEST(CSSParserValuesTest, InitWithEmpty8BitsString)
49 TEST(CSSParserValuesTest, InitWithEmpty16BitsString)
  /external/chromium_org/third_party/libjingle/source/talk/base/
crc32_unittest.cc 35 TEST(Crc32Test, TestBasic) {
42 TEST(Crc32Test, TestMultipleUpdates) {
linuxwindowpicker_unittest.cc 39 TEST(LinuxWindowPickerTest, TestGetWindowList) {
46 TEST(LinuxWindowPickerTest, TestGetDesktopList) {
  /external/chromium_org/third_party/mesa/src/src/mapi/shared-glapi/tests/
check_table.cpp 39 TEST(GetProcAddress, ABIOffsetByName)
52 TEST(GetProcAddress, TableBigEnoughForABI)
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive1_test.cc 7 #include "util/test.h"
14 // Test simple repetition operators
15 TEST(Repetition, Simple) {
26 // Test capturing parens -- (a) -- inside repetition operators
27 TEST(Repetition, Capturing) {
35 // This would be a great test, but it runs forever when PCRE is enabled.
  /external/gtest/test/
gtest_xml_output_unittest_.cc 32 // Unit test for Google Test XML output.
34 // A user can specify XML output in a Google Test program to run via
38 // This program will be invoked from a Python unit test. Don't run it
47 using ::testing::Test;
51 class SuccessfulTest : public Test {
59 class FailedTest : public Test {
66 class DisabledTest : public Test {
70 FAIL() << "Unexpected failure: Disabled test should not be run";
73 TEST(MixedResultTest, Succeeds)
    [all...]
  /external/mesa3d/src/mapi/shared-glapi/tests/
check_table.cpp 39 TEST(GetProcAddress, ABIOffsetByName)
52 TEST(GetProcAddress, TableBigEnoughForABI)
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget_test.cc 32 // Google Test - FrameworkSample
36 // This is a simple test file for the Widget class in the Widget.framework
43 // This test verifies that the constructor sets the internal state of the
45 TEST(WidgetInitializerTest, TestConstructor) {
51 // This test verifies the conversion of the float and string values to int and
53 TEST(WidgetInitializerTest, TestConversion) {
63 // Use the Google Test main that is linked into the framework. It does something
  /external/regex-re2/re2/testing/
exhaustive1_test.cc 7 #include "util/test.h"
14 // Test simple repetition operators
15 TEST(Repetition, Simple) {
26 // Test capturing parens -- (a) -- inside repetition operators
27 TEST(Repetition, Capturing) {
35 // This would be a great test, but it runs forever when PCRE is enabled.
  /ndk/sources/android/support/tests/
ctype_unittest.cc 5 TEST(ctype, isblank) {
13 TEST(ctype, isprint) {
  /system/extras/tests/bionic/libc/
run-test.sh 17 # This shell script is used to run one test on a device emulator.
62 echo "Usage: $PROGNAME [options] <test-name>"
64 echo "Run one C library test on a device/emulator through ADB."
94 echo "ERROR: Please specify test name."
97 TEST=`echo "$FILE" | sed -e "s!test_\(.*\)_intermediates!\\1!g"`
98 echo " $TEST"
103 TEST="$PARAMETERS"
104 # Normalize test name, i.e. remove test_ prefix
105 TEST=`echo "$TEST" | sed -e "s!^test_!!g"
    [all...]
  /bionic/tests/
fenv_test.cpp 38 TEST(fenv, fesetround_fegetround_FE_TONEAREST) {
44 TEST(fenv, fesetround_fegetround_FE_TOWARDZERO) {
50 TEST(fenv, fesetround_fegetround_FE_UPWARD) {
56 TEST(fenv, fesetround_fegetround_FE_DOWNWARD) {
62 TEST(fenv, feclearexcept_fetestexcept) {
83 TEST(fenv, FE_DFL_ENV_macro) {
  /external/chromium/base/threading/
non_thread_safe_unittest.cc 73 TEST(NonThreadSafeTest, CallsAllowedOnSameThread) {
84 TEST(NonThreadSafeTest, DetachThenDestructOnDifferentThread) {
113 TEST(NonThreadSafeDeathTest, MethodNotAllowedOnDifferentThreadInDebug) {
119 TEST(NonThreadSafeTest, MethodAllowedOnDifferentThreadInRelease) {
138 TEST(NonThreadSafeDeathTest, DestructorNotAllowedOnDifferentThreadInDebug) {
144 TEST(NonThreadSafeTest, DestructorAllowedOnDifferentThreadInRelease) {

Completed in 1077 milliseconds

1 2 3 4 5 67 8 91011>>