Searched refs:TEST (Results 251 - 275 of 2385) sorted by relevance

<<11121314151617181920>>

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
H A D2-1.c25 #define TEST "2-1" macro
27 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
34 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid());
49 puts("TEST PASSED");
53 puts("TEST FAILED");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
H A D1-1.c22 #define TEST "1-1" macro
24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
32 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid());
52 puts("TEST PASSED");
57 puts("TEST FAILED");
H A D1-2.c22 #define TEST "1-2" macro
24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
32 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid());
52 puts("TEST PASSED");
57 puts("TEST FAILED");
H A D5-1.c30 #define TEST "5-1" macro
32 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
48 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid());
73 printf("TEST FAILED\n");
80 printf("TEST PASSED\n");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
H A D1-1.c22 #define TEST "1-1" macro
24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
32 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid());
54 puts("TEST PASSED");
59 puts("TEST FAILED");
H A D1-2.c23 #define TEST "2-1" macro
25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
34 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid());
56 puts("TEST PASSED");
61 puts("TEST FAILED: Semaphore is not locked");
H A D11-1.c22 #define TEST "11-1" macro
24 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
32 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid());
54 puts("TEST PASSED");
59 puts("TEST FAILED");
H A D3-1.c23 #define TEST "3-1" macro
25 #define ERROR_PREFIX "unexpected error: " FUNCTION " " TEST ": "
33 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid());
57 puts("TEST PASSED");
62 puts("TEST FAILED");
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_manager_unittest.cc26 TEST(UdpSocketManager, CreateCallsInitAndDoesNotLeakMemory) { function in namespace:webrtc::test
38 TEST(UdpSocketManager, AddAndRemoveSocketDoesNotLeakMemory) { function in namespace:webrtc::test
60 TEST(UdpSocketManager, UnremovedSocketsGetCollectedAtManagerDeletion) { function in namespace:webrtc::test
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test_.cc77 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
84 TEST(PassingTest, PassingTest1) { function
87 TEST(PassingTest, PassingTest2) { function
105 TEST(FatalFailureTest, FatalFailureInSubroutine) { function
112 TEST(FatalFailureTest, FatalFailureInNestedSubroutine) { function
120 // When calling HasFatalFailure() inside a TEST, TEST_F, or test
129 TEST(FatalFailureTest, NonfatalFailureInSubroutine) { function
136 TEST(LoggingTest, InterleavingLoggingAndAssertions) { function
164 TEST(SCOPED_TRACETest, ObeysScopes) { function
183 TEST(SCOPED_TRACETes function
194 TEST(SCOPED_TRACETest, WorksInSubroutine) { function
202 TEST(SCOPED_TRACETest, CanBeNested) { function
211 TEST(SCOPED_TRACETest, CanBeRepeated) { function
285 TEST(SCOPED_TRACETest, WorksConcurrently) { function
310 TEST(DisabledTestsWarningTest, function
445 TEST(AddFailureAtTest, MessageContainsSpecifiedFileAndLineNumber) { function
564 TEST(TEST_F_before_TEST_in_same_test_case, DefinedUsingTESTAndShouldFail) {} function
569 TEST(TEST_before_TEST_F_in_same_test_case, DefinedUsingTEST) {} function
580 TEST(ExpectNonfatalFailureTest, CanReferenceGlobalVariables) { function
589 TEST(ExpectNonfatalFailureTest, CanReferenceLocalVariables) { function
600 TEST(ExpectNonfatalFailureTest, SucceedsWhenThereIsOneNonfatalFailure) { function
608 TEST(ExpectNonfatalFailureTest, FailsWhenThereIsNoNonfatalFailure) { function
616 TEST(ExpectNonfatalFailureTest, FailsWhenThereAreTwoNonfatalFailures) { function
626 TEST(ExpectNonfatalFailureTest, FailsWhenThereIsOneFatalFailure) { function
635 TEST(ExpectNonfatalFailureTest, FailsWhenStatementReturns) { function
646 TEST(ExpectNonfatalFailureTest, FailsWhenStatementThrows) { function
659 TEST(ExpectFatalFailureTest, CanReferenceGlobalVariables) { function
668 TEST(ExpectFatalFailureTest, CanReferenceLocalStaticVariables) { function
678 TEST(ExpectFatalFailureTest, SucceedsWhenThereIsOneFatalFailure) { function
686 TEST(ExpectFatalFailureTest, FailsWhenThereIsNoFatalFailure) { function
699 TEST(ExpectFatalFailureTest, FailsWhenThereAreTwoFatalFailures) { function
709 TEST(ExpectFatalFailureTest, FailsWhenThereIsOneNonfatalFailure) { function
718 TEST(ExpectFatalFailureTest, FailsWhenStatementReturns) { function
729 TEST(ExpectFatalFailureTest, FailsWhenStatementThrows) { function
789 TEST(ADeathTest, ShouldRunFirst) { function
[all...]
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc64 TEST(ScopedPtrTest, DefinesElementType) { function in namespace:testing::internal
70 TEST(GtestCheckSyntaxTest, BehavesLikeASingleStatement) { function in namespace:testing::internal
86 TEST(GtestCheckSyntaxTest, WorksWithSwitch) { function in namespace:testing::internal
107 TEST(GetThreadCountTest, ReturnsCorrectValue) { function in namespace:testing::internal
142 TEST(GetThreadCountTest, ReturnsZeroWhenUnableToCountThreads) { function in namespace:testing::internal
147 TEST(GtestCheckDeathTest, DiesWithCorrectOutputOnFailure) { function in namespace:testing::internal
163 TEST(GtestCheckDeathTest, LivesSilentlyOnSuccess) { function in namespace:testing::internal
241 TEST(IsInSetTest, NulCharIsNotInAnySet) { function in namespace:testing::internal
247 TEST(IsInSetTest, WorksForNonNulChars) { function in namespace:testing::internal
255 TEST(IsDigitTes function in namespace:testing::internal
264 TEST(IsDigitTest, IsTrueForDigit) { function in namespace:testing::internal
271 TEST(IsPunctTest, IsFalseForNonPunct) { function in namespace:testing::internal
279 TEST(IsPunctTest, IsTrueForPunct) { function in namespace:testing::internal
285 TEST(IsRepeatTest, IsFalseForNonRepeatChar) { function in namespace:testing::internal
293 TEST(IsRepeatTest, IsTrueForRepeatChar) { function in namespace:testing::internal
299 TEST(IsWhiteSpaceTest, IsFalseForNonWhiteSpace) { function in namespace:testing::internal
307 TEST(IsWhiteSpaceTest, IsTrueForWhiteSpace) { function in namespace:testing::internal
316 TEST(IsWordCharTest, IsFalseForNonWordChar) { function in namespace:testing::internal
324 TEST(IsWordCharTest, IsTrueForLetter) { function in namespace:testing::internal
331 TEST(IsWordCharTest, IsTrueForDigit) { function in namespace:testing::internal
338 TEST(IsWordCharTest, IsTrueForUnderscore) { function in namespace:testing::internal
342 TEST(IsValidEscapeTest, IsFalseForNonPrintable) { function in namespace:testing::internal
347 TEST(IsValidEscapeTest, IsFalseForDigit) { function in namespace:testing::internal
352 TEST(IsValidEscapeTest, IsFalseForWhiteSpace) { function in namespace:testing::internal
357 TEST(IsValidEscapeTest, IsFalseForSomeLetter) { function in namespace:testing::internal
362 TEST(IsValidEscapeTest, IsTrueForPunct) { function in namespace:testing::internal
373 TEST(IsValidEscapeTest, IsTrueForSomeLetter) { function in namespace:testing::internal
382 TEST(AtomMatchesCharTest, EscapedPunct) { function in namespace:testing::internal
394 TEST(AtomMatchesCharTest, Escaped_d) { function in namespace:testing::internal
403 TEST(AtomMatchesCharTest, Escaped_D) { function in namespace:testing::internal
412 TEST(AtomMatchesCharTest, Escaped_s) { function in namespace:testing::internal
423 TEST(AtomMatchesCharTest, Escaped_S) { function in namespace:testing::internal
432 TEST(AtomMatchesCharTest, Escaped_w) { function in namespace:testing::internal
444 TEST(AtomMatchesCharTest, Escaped_W) { function in namespace:testing::internal
455 TEST(AtomMatchesCharTest, EscapedWhiteSpace) { function in namespace:testing::internal
474 TEST(AtomMatchesCharTest, UnescapedDot) { function in namespace:testing::internal
483 TEST(AtomMatchesCharTest, UnescapedChar) { function in namespace:testing::internal
493 TEST(ValidateRegexTest, GeneratesFailureAndReturnsFalseForInvalid) { function in namespace:testing::internal
529 TEST(ValidateRegexTest, ReturnsTrueForValid) { function in namespace:testing::internal
540 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForZeroOrOne) { function in namespace:testing::internal
552 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForZeroOrMany) { function in namespace:testing::internal
563 TEST(MatchRepetitionAndRegexAtHeadTest, WorksForOneOrMany) { function in namespace:testing::internal
574 TEST(MatchRegexAtHeadTest, ReturnsTrueForEmptyRegex) { function in namespace:testing::internal
579 TEST(MatchRegexAtHeadTest, WorksWhenDollarIsInRegex) { function in namespace:testing::internal
586 TEST(MatchRegexAtHeadTest, WorksWhenRegexStartsWithEscapeSequence) { function in namespace:testing::internal
594 TEST(MatchRegexAtHeadTest, WorksWhenRegexStartsWithRepetition) { function in namespace:testing::internal
603 TEST(MatchRegexAtHeadTest, function in namespace:testing::internal
614 TEST(MatchRegexAtHeadTest, MatchesSequentially) { function in namespace:testing::internal
620 TEST(MatchRegexAnywhereTest, ReturnsFalseWhenStringIsNull) { function in namespace:testing::internal
624 TEST(MatchRegexAnywhereTest, WorksWhenRegexStartsWithCaret) { function in namespace:testing::internal
633 TEST(MatchRegexAnywhereTest, ReturnsFalseWhenNoMatch) { function in namespace:testing::internal
638 TEST(MatchRegexAnywhereTest, ReturnsTrueWhenMatchingPrefix) { function in namespace:testing::internal
644 TEST(MatchRegexAnywhereTest, ReturnsTrueWhenMatchingNonPrefix) { function in namespace:testing::internal
650 TEST(RETest, ImplicitConstructorWorks) { function in namespace:testing::internal
659 TEST(RETest, RejectsInvalidRegex) { function in namespace:testing::internal
674 TEST(RETest, FullMatchWorks) { function in namespace:testing::internal
690 TEST(RETest, PartialMatchWorks) { function in namespace:testing::internal
707 TEST(CaptureTest, CapturesStdout) { function in namespace:testing::internal
717 TEST(CaptureTest, CapturesStderr) { function in namespace:testing::internal
728 TEST(CaptureTest, CapturesStdoutAndStderr) { function in namespace:testing::internal
737 TEST(CaptureDeathTest, CannotReenterStdoutCapture) { function in namespace:testing::internal
749 TEST(ThreadLocalTest, DefaultConstructorInitializesToDefaultValues) { function in namespace:testing::internal
757 TEST(ThreadLocalTest, SingleParamConstructorInitializesToParam) { function in namespace:testing::internal
772 TEST(ThreadLocalTest, ValueDefaultContructorIsNotRequiredForParamVersion) { function in namespace:testing::internal
777 TEST(ThreadLocalTest, GetAndPointerReturnSameValue) { function in namespace:testing::internal
787 TEST(ThreadLocalTest, PointerAndConstPointerReturnSameValue) { function in namespace:testing::internal
801 TEST(ThreadWithParamTest, ConstructorExecutesThreadFunc) { function in namespace:testing::internal
808 TEST(MutexDeathTest, AssertHeldShouldAssertWhenNotLocked) { function in namespace:testing::internal
819 TEST(MutexTest, AssertHeldShouldNotAssertWhenLocked) { function in namespace:testing::internal
864 TEST(MutexTest, OnlyOneThreadCanLockAtATime) { function in namespace:testing::internal
902 TEST(ThreadLocalTest, ParameterizedConstructorSetsDefault) { function in namespace:testing::internal
945 TEST(ThreadLocalTest, DestroysManagedObjectForOwnThreadWhenDying) { function in namespace:testing::internal
974 TEST(ThreadLocalTest, DestroysManagedObjectAtThreadExit) { function in namespace:testing::internal
1005 TEST(ThreadLocalTest, ThreadLocalMutationsAffectOnlyCurrentThread) { function in namespace:testing::internal
[all...]
/external/Microsoft-GSL/tests/
H A Dutils_tests.cpp30 TEST(finally_lambda) function
40 TEST(finally_lambda_move) function
59 TEST(finally_function_with_bind) function
71 TEST(finally_function_ptr) function
81 TEST(narrow_cast) function
92 TEST(narrow) function
/external/clang/unittests/Driver/
H A DMultilibTest.cpp23 TEST(MultilibTest, MultilibValidity) { function
43 TEST(MultilibTest, OpEqReflexivity1) { function
48 TEST(MultilibTest, OpEqReflexivity2) { function
53 TEST(MultilibTest, OpEqReflexivity3) { function
60 TEST(MultilibTest, OpEqInequivalence1) { function
69 TEST(MultilibTest, OpEqInequivalence2) { function
75 TEST(MultilibTest, OpEqEquivalence1) { function
84 TEST(MultilibTest, OpEqEquivalence2) { function
94 TEST(MultilibTest, OpEqEquivalence3) { function
104 TEST(MultilibTes function
114 TEST(MultilibTest, OpEqInequivalence3) { function
122 TEST(MultilibTest, OpEqInequivalence4) { function
130 TEST(MultilibTest, OpEqInequivalence5) { function
138 TEST(MultilibTest, Construction1) { function
145 TEST(MultilibTest, Construction2) { function
158 TEST(MultilibTest, Construction3) { function
181 TEST(MultilibTest, SetConstruction1) { function
197 TEST(MultilibTest, SetConstruction2) { function
226 TEST(MultilibTest, SetPushback) { function
240 TEST(MultilibTest, SetRegexFilter) { function
256 TEST(MultilibTest, SetFilterObject) { function
285 TEST(MultilibTest, SetSelection1) { function
306 TEST(MultilibTest, SetSelection2) { function
341 TEST(MultilibTest, SetCombineWith) { function
[all...]
/external/libchrome/base/
H A Dcallback_helpers_unittest.cc17 TEST(CallbackHelpersTest, TestScopedClosureRunnerExitScope) { function in namespace:__anon9964
26 TEST(CallbackHelpersTest, TestScopedClosureRunnerRelease) { function in namespace:__anon9964
39 TEST(CallbackHelpersTest, TestScopedClosureRunnerReplaceClosure) { function in namespace:__anon9964
53 TEST(CallbackHelpersTest, TestScopedClosureRunnerRunAndReset) { function in namespace:__anon9964
64 TEST(CallbackHelpersTest, TestScopedClosureRunnerMoveConstructor) { function in namespace:__anon9964
76 TEST(CallbackHelpersTest, TestScopedClosureRunnerMoveAssignment) { function in namespace:__anon9964
/external/libchrome/base/threading/
H A Dnon_thread_safe_unittest.cc84 TEST(NonThreadSafeTest, CallsAllowedOnSameThread) { function in namespace:base
95 TEST(NonThreadSafeTest, DetachThenDestructOnDifferentThread) { function in namespace:base
124 TEST(NonThreadSafeDeathTest, MethodNotAllowedOnDifferentThreadInDebug) { function in namespace:base
130 TEST(NonThreadSafeTest, MethodAllowedOnDifferentThreadInRelease) { function in namespace:base
149 TEST(NonThreadSafeDeathTest, DestructorNotAllowedOnDifferentThreadInDebug) { function in namespace:base
155 TEST(NonThreadSafeTest, DestructorAllowedOnDifferentThreadInRelease) { function in namespace:base
/external/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util_unittest.cc50 TEST(TemplateUtilTest, TestSize) { function in namespace:google::protobuf::internal::__anon17238
54 TEST(TemplateUtilTest, TestIntegralConstants) { function in namespace:google::protobuf::internal::__anon17238
63 TEST(TemplateUtilTest, TestTemplateIf) { function in namespace:google::protobuf::internal::__anon17238
71 TEST(TemplateUtilTest, TestTemplateTypeEquals) { function in namespace:google::protobuf::internal::__anon17238
89 TEST(TemplateUtilTest, TestTemplateAndOr) { function in namespace:google::protobuf::internal::__anon17238
120 TEST(TemplateUtilTest, TestIdentity) { function in namespace:google::protobuf::internal::__anon17238
/external/regex-re2/re2/testing/
H A Dstring_generator_test.cc81 TEST(StringGenerator, NoLength) { function in namespace:re2
85 TEST(StringGenerator, NoLengthNoAlphabet) { function in namespace:re2
89 TEST(StringGenerator, NoAlphabet) { function in namespace:re2
93 TEST(StringGenerator, Simple) { function in namespace:re2
97 TEST(StringGenerator, UTF8) { function in namespace:re2
101 TEST(StringGenerator, GenNULL) { function in namespace:re2
/external/webrtc/webrtc/base/
H A Dmd5digest_unittest.cc22 TEST(Md5DigestTest, TestSize) { function in namespace:rtc
28 TEST(Md5DigestTest, TestBasic) { function in namespace:rtc
38 TEST(Md5DigestTest, TestMultipleUpdates) { function in namespace:rtc
50 TEST(Md5DigestTest, TestReuse) { function in namespace:rtc
58 TEST(Md5DigestTest, TestBufferTooSmall) { function in namespace:rtc
66 TEST(Md5DigestTest, TestBufferConst) { function in namespace:rtc
H A Dsha1digest_unittest.cc22 TEST(Sha1DigestTest, TestSize) { function in namespace:rtc
28 TEST(Sha1DigestTest, TestBasic) { function in namespace:rtc
38 TEST(Sha1DigestTest, TestMultipleUpdates) { function in namespace:rtc
51 TEST(Sha1DigestTest, TestReuse) { function in namespace:rtc
61 TEST(Sha1DigestTest, TestBufferTooSmall) { function in namespace:rtc
69 TEST(Sha1DigestTest, TestBufferConst) { function in namespace:rtc
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Ddyadic_decimator_unittest.cc25 TEST(DyadicDecimatorTest, GetOutLengthToDyadicDecimate) { function in namespace:webrtc
33 TEST(DyadicDecimatorTest, DyadicDecimateErrorValues) { function in namespace:webrtc
59 TEST(DyadicDecimatorTest, DyadicDecimateEvenLengthEvenSequence) { function in namespace:webrtc
76 TEST(DyadicDecimatorTest, DyadicDecimateEvenLengthOddSequence) { function in namespace:webrtc
93 TEST(DyadicDecimatorTest, DyadicDecimateOddLengthEvenSequence) { function in namespace:webrtc
110 TEST(DyadicDecimatorTest, DyadicDecimateOddLengthOddSequence) { function in namespace:webrtc
/external/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp121 TEST(NamedDeclPrinter, TestNamespace1) { function
128 TEST(NamedDeclPrinter, TestNamespace2) { function
135 TEST(NamedDeclPrinter, TestUnscopedUnnamedEnum) { function
142 TEST(NamedDeclPrinter, TestNamedEnum) { function
149 TEST(NamedDeclPrinter, TestScopedNamedEnum) { function
156 TEST(NamedDeclPrinter, TestClassWithUnscopedUnnamedEnum) { function
163 TEST(NamedDeclPrinter, TestClassWithUnscopedNamedEnum) { function
170 TEST(NamedDeclPrinter, TestClassWithScopedNamedEnum) { function
/external/compiler-rt/lib/asan/tests/
H A Dasan_oob_test.cc69 TEST(AddressSanitizer, OOB_char) { function
73 TEST(AddressSanitizer, OOB_int) { function
77 TEST(AddressSanitizer, OOBRightTest) { function
104 TEST(AddressSanitizer, LargeOOBRightTest) { function
114 TEST(AddressSanitizer, DISABLED_DemoOOBLeftLow) { function
118 TEST(AddressSanitizer, DISABLED_DemoOOBLeftHigh) { function
122 TEST(AddressSanitizer, DISABLED_DemoOOBRightLow) { function
126 TEST(AddressSanitizer, DISABLED_DemoOOBRightHigh) { function
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-internal-utils_test.cc51 TEST(MatcherTupleTest, ForSize0) { function in namespace:__anon7034
55 TEST(MatcherTupleTest, ForSize1) { function in namespace:__anon7034
60 TEST(MatcherTupleTest, ForSize2) { function in namespace:__anon7034
65 TEST(MatcherTupleTest, ForSize5) { function in namespace:__anon7034
74 TEST(FunctionTest, Nullary) { function in namespace:__anon7034
83 TEST(FunctionTest, Unary) { function in namespace:__anon7034
94 TEST(FunctionTest, Binary) { function in namespace:__anon7034
107 TEST(FunctionTest, LongArgumentList) { function in namespace:__anon7034
/external/google-tv-pairing-protocol/cpp/tests/polo/util/
H A Dpoloutiltest.cc21 TEST(PoloUtilTest, BytesToHexString) { function in namespace:polo::util
27 TEST(PoloUtilTest, BytesToHexStringLeadingNull) { function in namespace:polo::util
33 TEST(PoloUtilTest, HexStringToBytes) { function in namespace:polo::util
44 TEST(PoloUtilTest, IntToBigEndianBytes) { function in namespace:polo::util
54 TEST(PoloUtilTest, IntToBigEndianBytes_NullBytes) { function in namespace:polo::util
64 TEST(PoloUtilTest, BigEndianBytesToInt) { function in namespace:polo::util
70 TEST(PoloUtilTest, BigEndianBytesToInt_NullBytes) { function in namespace:polo::util
76 TEST(PoloUtilTest, GenerateRandomBytes) { function in namespace:polo::util
/external/googletest/googlemock/test/
H A Dgmock-generated-internal-utils_test.cc51 TEST(MatcherTupleTest, ForSize0) { function in namespace:__anon7122
55 TEST(MatcherTupleTest, ForSize1) { function in namespace:__anon7122
60 TEST(MatcherTupleTest, ForSize2) { function in namespace:__anon7122
65 TEST(MatcherTupleTest, ForSize5) { function in namespace:__anon7122
74 TEST(FunctionTest, Nullary) { function in namespace:__anon7122
83 TEST(FunctionTest, Unary) { function in namespace:__anon7122
94 TEST(FunctionTest, Binary) { function in namespace:__anon7122
107 TEST(FunctionTest, LongArgumentList) { function in namespace:__anon7122

Completed in 5073 milliseconds

<<11121314151617181920>>