HomeSort by relevance Sort by last modified time
    Searched defs:TEST (Results 1 - 25 of 2580) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
gtest_test.cc 19 // Sanity test that gtest alone works on host and target
20 TEST(GTest, Nop) {}
  /bionic/tests/
ctype_test.cpp 21 TEST(ctype, isalnum) {
29 TEST(ctype, isalpha) {
37 TEST(ctype, isascii) {
42 TEST(ctype, isblank) {
48 TEST(ctype, iscntrl) {
53 TEST(ctype, isdigit) {
59 TEST(ctype, isgraph) {
67 TEST(ctype, islower) {
73 TEST(ctype, isprint) {
79 TEST(ctype, ispunct)
    [all...]
stdint_test.cpp 21 TEST(stdint_types, type_sizes) {
strings_test.cpp 22 TEST(strings, ffs) {
sys_syscall_test.cpp 21 TEST(unistd, syscall) {
sys_types_test.cpp 21 TEST(sys_types, type_sizes) {
  /external/chromium_org/base/process/
process_metrics_unittest_ios.cc 10 TEST(ProcessMetricsTestIos, Memory) {
  /external/chromium_org/chrome/browser/
file_select_helper_unittest.cc 8 TEST(FileSelectHelperTest, IsAcceptTypeValid) {
  /external/chromium_org/chrome/browser/install_verification/win/
module_info_unittest.cc 9 TEST(ModuleInfoTest, TestCase) {
  /external/chromium_org/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 19 TEST(UiGfxImageTest, ViewsImageView) {
20 gfx::Image image(gfx::test::CreatePlatformImage());
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_unittest.cc 13 TEST(LanguageOptionsHandlerTest, GetUILanguageCodeSet) {
17 // Note that we don't test a false case, as such an expectation will
23 TEST(LanguageOptionsHandlerTest, GetSpellCheckLanguageCodeSet) {
  /external/chromium_org/chrome/common/
content_settings_helper_unittest.cc 11 TEST(ContentSettingsHelperTest, OriginToString16) {
  /external/chromium_org/chrome/installer/setup/
compat_checks_unittest.cc 8 // Test that we detect the incompatible SEP version. The very last digit
10 TEST(CompatTests, SymantecSEPVersion) {
  /external/chromium_org/chrome/installer/util/
compat_checks_unittest.cc 8 // Test that we detect the incompatible SEP version. The very last digit
10 TEST(CompatTests, SymantecSEP) {
  /external/chromium_org/chrome/test/chromedriver/chrome/
status_unittest.cc 5 #include "chrome/test/chromedriver/chrome/status.h"
8 TEST(StatusTest, Ok) {
16 TEST(StatusTest, Error) {
24 TEST(StatusTest, ErrorWithDetails) {
32 TEST(StatusTest, ErrorWithCause) {
48 TEST(StatusTest, AddDetails) {
  /external/chromium_org/content/common/
page_zoom_unittest.cc 9 TEST(PageZoomTest, ZoomValuesEqual) {
10 // Test two identical values.
13 // Test two values that are close enough to be considered equal.
16 // Test two values that are close, but should not be considered equal.
  /external/chromium_org/testing/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/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/animation/
AnimatableNeutralTest.cpp 43 TEST(AnimationAnimatableNeutralTest, Create)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementationTest.cpp 40 TEST(DOMImplementationTest, TextMIMEType)
69 TEST(DOMImplementationTest, TextXMLType)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserThreadTest.cpp 14 TEST(HTMLParserThread, Init)
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
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)
74 TEST(UnitBezierTest, InputOutOfRangeCoincidentEndpoints)
81 TEST(UnitBezierTest, InputOutOfRangeVerticalGradient)
88 TEST(UnitBezierTest, InputOutOfRangeDistinctEndpoints)
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityPolicyTest.cpp 42 TEST(SecurityPolicyTest, ReferrerIsAlwaysAWebURL)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MemoryInfo.cpp 41 TEST(MemoryInfo, quantizeMemorySize)

Completed in 859 milliseconds

1 2 3 4 5 6 7 8 91011>>