HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 126 - 150 of 2774) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest_.cc 32 // Unit test for Google Test's --gtest_list_tests flag.
34 // A user can ask Google Test to list all tests that will run
38 // This program will be invoked from a Python unit test.
43 // Several different test cases and tests that will be listed.
44 TEST(Foo, Bar1) {
47 TEST(Foo, Bar2) {
50 TEST(Foo, DISABLED_Bar3) {
53 TEST(Abc, Xyz) {
56 TEST(Abc, Def)
    [all...]
gtest-death-test_ex_test.cc 34 #include "gtest/gtest-death-test.h"
50 // exceptions do not escape death test macros.
51 TEST(CxxExceptionDeathTest, ExceptionIsFailure) {
55 FAIL() << "An exception escaped a death test macro invocation "
66 TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) {
80 TEST(SehExceptionDeasTest, CatchExceptionsDoesNotInterfere) {
  /bionic/tests/
arpa_inet_test.cpp 21 TEST(arpa_inet, inet_addr) {
25 TEST(arpa_inet, inet_aton) {
31 TEST(arpa_inet, inet_lnaof) {
36 TEST(arpa_inet, inet_makeaddr) {
41 TEST(arpa_inet, inet_netof) {
46 TEST(arpa_inet, inet_network) {
50 TEST(arpa_inet, inet_ntoa) {
55 TEST(arpa_inet, inet_pton__inet_ntop) {
63 TEST(arpa_inet, inet_ntop_overflow) {
  /external/chromium_org/base/win/
win_util_unittest.cc 33 // The test is somewhat silly, because the Vista bots some have UAC enabled
35 TEST(BaseWinUtilTest, TestIsUACEnabled) {
43 TEST(BaseWinUtilTest, TestGetUserSidString) {
49 TEST(BaseWinUtilTest, TestGetNonClientMetrics) {
  /external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine_unittest.cc 9 TEST(CustomDictionaryTest, HandlesEmptyWordWithInvalidSubstring) {
16 TEST(CustomDictionaryTest, Basic) {
27 TEST(CustomDictionaryTest, HandlesNullCharacters) {
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_http_client_unittest.cc 9 #include "chrome/test/chromedriver/chrome/devtools_http_client.h"
10 #include "chrome/test/chromedriver/chrome/status.h"
25 TEST(ParseWebViewsInfo, Normal) {
39 TEST(ParseWebViewsInfo, Multiple) {
59 TEST(ParseWebViewsInfo, WithoutDebuggerUrl) {
93 TEST(ParseWebViewsInfo, Types) {
102 TEST(ParseWebViewsInfo, NonList) {
106 TEST(ParseWebViewsInfo, NonDictionary) {
110 TEST(ParseWebViewsInfo, NoId) {
116 TEST(ParseWebViewsInfo, InvalidId)
    [all...]
  /external/chromium_org/gin/test/
run_js_tests.cc 7 #include "gin/test/file_runner.h"
24 TEST(JSTest, File) {
26 .AppendASCII("test")
30 TEST(JSTest, GTest) {
32 .AppendASCII("test")
36 TEST(JSTest, ModuleRegistry) {
  /external/chromium_org/sandbox/mac/
policy_unittest.cc 11 TEST(PolicyTest, ValidEmptyPolicy) {
15 TEST(PolicyTest, ValidPolicy) {
24 TEST(PolicyTest, InvalidPolicyEmptyRule) {
27 policy.rules["test"] = rule;
31 TEST(PolicyTest, InvalidPolicySubstitue) {
34 policy.rules["test"] = rule;
38 TEST(PolicyTest, InvalidPolicyWithPortAllow) {
46 TEST(PolicyTest, InvalidPolicyWithPortDenyError) {
54 TEST(PolicyTest, InvalidPolicyWithPortDummy) {
62 TEST(PolicyTest, InvalidPolicyDefaultRule)
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-death-test_ex_test.cc 34 #include "gtest/gtest-death-test.h"
50 // exceptions do not escape death test macros.
51 TEST(CxxExceptionDeathTest, ExceptionIsFailure) {
55 FAIL() << "An exception escaped a death test macro invocation "
66 TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) {
80 TEST(SehExceptionDeasTest, CatchExceptionsDoesNotInterfere) {
  /external/chromium_org/third_party/boringssl/
boringssl_unittest.cc 67 TEST(BoringSSL, AES128GCM) {
79 TEST(BoringSSL, AES256GCM) {
91 TEST(BoringSSL, ChaCha20Poly1305) {
104 TEST(BoringSSL, RC4MD5) {
116 TEST(BoringSSL, AESKW128) {
128 TEST(BoringSSL, AESKW256) {
140 TEST(BoringSSL, Base64) {
144 TEST(BoringSSL, BIO) {
148 TEST(BoringSSL, BN) {
152 TEST(BoringSSL, ByteString)
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/
addressinput_util_unittest.cc 15 TEST(AddressinputUtilTest, AddressRequiresRegionCode) {
20 TEST(AddressinputUtilTest, UsRequiresState) {
30 TEST(AddressinputUtilTest, CompleteAddressReturnsTrue) {
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive2_test.cc 7 #include "util/test.h"
15 // Test empty string matches (aka "(?:)")
16 TEST(EmptyString, Exhaustive) {
22 // Test escaped versions of regexp syntax.
23 TEST(Punctuation, Literals) {
32 // Test ^ $ . \A \z in presence of line endings.
35 TEST(LineEnds, Exhaustive) {
41 // Test what does and does not match \n.
42 // This would be a good test, except that PCRE seems to have a bug:
45 // So when we run the test, the tester complains tha
    [all...]
  /external/chromium_org/third_party/webrtc/base/
event_unittest.cc 16 TEST(EventTest, InitiallySignaled) {
21 TEST(EventTest, ManualReset) {
33 TEST(EventTest, AutoReset) {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
codec_database_test.cc 11 // Implementation of codec data base test
14 #include "webrtc/modules/video_coding/main/test/codec_database_test.h"
22 #include "webrtc/modules/video_coding/main/test/test_callbacks.h"
23 #include "webrtc/modules/video_coding/main/test/test_macros.h"
24 #include "webrtc/modules/video_coding/main/test/test_util.h"
25 #include "webrtc/test/testsupport/fileutils.h"
26 #include "webrtc/test/testsupport/metrics/video_metrics.h"
63 _outname = test::OutputPath() + "CDBtest_decoded.yuv";
67 _encodedName = test::OutputPath() + "CDBtest_encoded.vp8";
105 TEST(VideoCodingModule::NumberOfCodecs() > 0)
    [all...]
  /external/gtest/test/
gtest-death-test_ex_test.cc 34 #include "gtest/gtest-death-test.h"
50 // exceptions do not escape death test macros.
51 TEST(CxxExceptionDeathTest, ExceptionIsFailure) {
55 FAIL() << "An exception escaped a death test macro invocation "
66 TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) {
80 TEST(SehExceptionDeasTest, CatchExceptionsDoesNotInterfere) {
  /external/regex-re2/re2/testing/
exhaustive2_test.cc 7 #include "util/test.h"
15 // Test empty string matches (aka "(?:)")
16 TEST(EmptyString, Exhaustive) {
22 // Test escaped versions of regexp syntax.
23 TEST(Punctuation, Literals) {
32 // Test ^ $ . \A \z in presence of line endings.
35 TEST(LineEnds, Exhaustive) {
41 // Test what does and does not match \n.
42 // This would be a good test, except that PCRE seems to have a bug:
45 // So when we run the test, the tester complains tha
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
json_test.cc 26 TEST(JsonTest, EmptyStringIsNotValid) {
31 TEST(JsonTest, EmptyDictionaryContainsNoKeys) {
39 TEST(JsonTest, InvalidJsonIsNotValid) {
44 TEST(JsonTest, OneKeyIsValid) {
52 TEST(JsonTest, EmptyStringKeyIsNotInObject) {
59 TEST(JsonTest, EmptyKeyIsValid) {
67 TEST(JsonTest, EmptyValueIsValid) {
75 TEST(JsonTest, Utf8EncodingIsValid) {
83 TEST(JsonTest, InvalidUtf8IsNotValid) {
88 TEST(JsonTest, NullInMiddleIsNotValid)
    [all...]
  /art/runtime/base/
hex_dump_test.cc 33 TEST(HexDump, OneLine) {
42 TEST(HexDump, MultiLine) {
54 TEST(HexDump, ShowActualAddresses) {
63 TEST(HexDump, Prefix) {
66 oss << HexDump(test_text, strlen(test_text), false, "test prefix: ");
68 "test prefix: " ZEROPREFIX "00000000: 30 31 32 33 34 35 36 37 38 39 61 62 63 64 65 66 "
stringprintf_test.cc 23 TEST(StringPrintfTest, HexSizeT) {
  /external/chromium_org/base/android/
sys_utils_unittest.cc 13 TEST(SysUtils, AmountOfPhysicalMemory) {
  /external/chromium_org/base/process/
process_metrics_unittest_ios.cc 10 TEST(ProcessMetricsTestIos, Memory) {
  /external/chromium_org/base/test/
test_pending_task_unittest.cc 5 #include "base/test/test_pending_task.h"
15 TEST(TestPendingTaskTest, TraceSupport) {
19 TRACE_EVENT1("test", "TestPendingTask::TraceSupport", "task", task.AsValue());
25 TEST(TestPendingTaskTest, ToString) {
32 TEST(TestPendingTaskTest, GTestPrettyPrint) {
43 TEST(TestPendingTaskTest, ShouldRunBefore) {
  /external/chromium_org/components/nacl/browser/
nacl_process_host_unittest.cc 9 TEST(NaClProcessHostTest, AddressSpaceAllocation) {
  /external/chromium_org/components/search/
search_android_unittest.cc 19 TEST(SearchTest, EmbeddedSearchAPIEnabled) {
  /external/chromium_org/content/child/
simple_webmimeregistry_impl_unittest.cc 12 TEST(SimpleWebMimeRegistryImpl, mimeTypeTest)

Completed in 1307 milliseconds

1 2 3 4 56 7 8 91011>>