HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 76 - 100 of 790) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /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) {
thread_checker_unittest.cc 73 TEST(ThreadCheckerTest, CallsAllowedOnSameThread) {
84 TEST(ThreadCheckerTest, DestructorAllowedOnDifferentThread) {
97 TEST(ThreadCheckerTest, DetachFromThread) {
125 TEST(ThreadCheckerDeathTest, MethodNotAllowedOnDifferentThreadInDebug) {
131 TEST(ThreadCheckerTest, MethodAllowedOnDifferentThreadInRelease) {
154 TEST(ThreadCheckerDeathTest, DetachFromThreadInDebug) {
160 TEST(ThreadCheckerTest, DetachFromThreadInRelease) {
  /external/compiler-rt/lib/tsan/rtl_tests/
tsan_string.cc 19 TEST(ThreadSanitizer, Memcpy) {
40 TEST(ThreadSanitizer, MemcpyRace1) {
49 TEST(ThreadSanitizer, MemcpyRace2) {
58 TEST(ThreadSanitizer, MemcpyRace3) {
67 TEST(ThreadSanitizer, MemcpyStack) {
75 TEST(ThreadSanitizer, MemsetRace1) {
  /external/chromium/testing/gmock/test/
gmock-nice-strict_test.cc 113 TEST(NiceMockTest, NoWarningForUninterestingCall) {
124 TEST(NiceMockTest, NoWarningForUninterestingCallAfterDeath) {
137 TEST(NiceMockTest, InfoForUninterestingCall) {
157 TEST(NiceMockTest, AllowsExpectedCall) {
165 TEST(NiceMockTest, UnexpectedCallFails) {
174 TEST(NiceMockTest, NonDefaultConstructor) {
184 TEST(NiceMockTest, NonDefaultConstructor10) {
197 // NiceMock to be looked up in the wrong context, and this test
200 // We have to skip this test on Symbian and Windows Mobile, as it
202 TEST(NiceMockTest, AcceptsClassNamedMock)
    [all...]
gmock-cardinalities_test.cc 63 TEST(CardinalityTest, IsDefaultConstructable) {
68 TEST(CardinalityTest, IsCopyable) {
82 TEST(CardinalityTest, IsOverSaturatedByCallCountWorks) {
91 TEST(CardinalityTest, CanDescribeActualCallCount) {
110 TEST(AnyNumber, Works) {
127 TEST(AnyNumberTest, HasCorrectBounds) {
135 TEST(AtLeastTest, OnNegativeNumber) {
141 TEST(AtLeastTest, OnZero) {
155 TEST(AtLeastTest, OnPositiveNumber) {
182 TEST(AtLeastTest, HasCorrectBounds)
    [all...]
gmock-internal-utils_test.cc 65 TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameContainsNoWord) {
71 TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameContainsDigits) {
78 TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameContainsCamelCaseWords) {
86 TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameContains_SeparatedWords) {
93 TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameIsMixture) {
99 TEST(PointeeOfTest, WorksForSmartPointers) {
104 TEST(PointeeOfTest, WorksForRawPointers) {
110 TEST(GetRawPointerTest, WorksForSmartPointers) {
116 TEST(GetRawPointerTest, WorksForRawPointers) {
129 TEST(KindOfTest, Bool)
    [all...]
gmock_test.cc 64 TEST(InitGoogleMockTest, ParsesInvalidCommandLine) {
76 TEST(InitGoogleMockTest, ParsesEmptyCommandLine) {
90 TEST(InitGoogleMockTest, ParsesSingleFlag) {
105 TEST(InitGoogleMockTest, ParsesUnrecognizedFlag) {
121 TEST(InitGoogleMockTest, ParsesGoogleMockFlagAndUnrecognizedFlag) {
138 TEST(InitGoogleMockTest, CallsInitGoogleTest) {
157 TEST(WideInitGoogleMockTest, ParsesInvalidCommandLine) {
169 TEST(WideInitGoogleMockTest, ParsesEmptyCommandLine) {
183 TEST(WideInitGoogleMockTest, ParsesSingleFlag) {
198 TEST(WideInitGoogleMockTest, ParsesUnrecognizedFlag)
    [all...]
  /external/gtest/test/
gtest-port_test.cc 49 // Indicates that this translation unit is part of Google Test's
82 TEST(ImplicitCastTest, ConvertsPointers) {
87 TEST(ImplicitCastTest, CanUseInheritance) {
105 TEST(ImplicitCastTest, CanUseNonConstCastOperator) {
124 TEST(ImplicitCastTest, CanUseConstCastOperatorOnConstValues) {
149 TEST(ImplicitCastTest, CanSelectBetweenConstAndNonConstCasrAppropriately) {
170 TEST(ImplicitCastTest, CanUseImplicitConstructor) {
177 TEST(IteratorTraitsTest, WorksForSTLContainerIterators) {
184 TEST(IteratorTraitsTest, WorksForPointerToNonConst) {
189 TEST(IteratorTraitsTest, WorksForPointerToConst)
    [all...]
gtest_output_test_.cc 30 // A unit test for Google Test itself. This verifies that the basic
31 // constructs of Google Test work.
38 // Indicates that this translation unit is part of Google Test's
63 // A subroutine used by the following test.
68 // This function calls a test subroutine, catches the fatal failure it
74 // Catches the fatal failure and aborts the test.
76 // The testing::Test:: prefix is necessary when calling
77 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture
    [all...]
  /external/protobuf/gtest/test/
gtest-port_test.cc 44 // Indicates that this translation unit is part of Google Test's
56 TEST(GtestCheckSyntaxTest, BehavesLikeASingleStatement) {
59 "It's a compilation test only.";
72 TEST(GtestCheckSyntaxTest, WorksWithSwitch) {
93 TEST(GetThreadCountTest, ReturnsCorrectValue) {
116 // joining a thread, causing flakiness in this test. To counter that, we
131 TEST(GetThreadCountTest, ReturnsZeroWhenUnableToCountThreads) {
136 TEST(GtestCheckDeathTest, DiesWithCorrectOutputOnFailure) {
152 TEST(GtestCheckDeathTest, LivesSilentlyOnSuccess) {
165 class RETest : public ::testing::Test {};
    [all...]
gtest_stress_test.cc 32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
39 // gtest-internal-inl.h. This is how Google Test prevents a user from
77 // Calls a large number of Google Test assertions, where exactly one of them
96 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
97 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
98 Test::RecordProperty("shared_key", IdToString(id).c_str());
101 // is for testing whether Google Test can handle failed assertions in a
107 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
109 TEST(StressTest, CanUseScopedTraceAndAssertionsInManyThreads) {
110 // TODO(wan): when Google Test is made thread-safe, ru
    [all...]
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) {
106 TEST(IsEmptyTest, ReturnsTrueForEmptyPath) {
111 TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) {
119 TEST(RemoveDirectoryNameTest, WhenEmptyName) {
124 TEST(RemoveDirectoryNameTest, ButNoDirectory) {
130 TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName)
    [all...]
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 47 // Indicates that this translation unit is part of Google Test's
80 TEST(ImplicitCastTest, ConvertsPointers) {
85 TEST(ImplicitCastTest, CanUseInheritance) {
103 TEST(ImplicitCastTest, CanUseNonConstCastOperator) {
122 TEST(ImplicitCastTest, CanUseConstCastOperatorOnConstValues) {
147 TEST(ImplicitCastTest, CanSelectBetweenConstAndNonConstCasrAppropriately) {
168 TEST(ImplicitCastTest, CanUseImplicitConstructor) {
177 TEST(ScopedPtrTest, DefinesElementType) {
183 TEST(GtestCheckSyntaxTest, BehavesLikeASingleStatement) {
186 "It's a compilation test only."
    [all...]
gtest_output_test_.cc 30 // A unit test for Google Test itself. This verifies that the basic
31 // constructs of Google Test work.
38 // Indicates that this translation unit is part of Google Test's
63 // A subroutine used by the following test.
68 // This function calls a test subroutine, catches the fatal failure it
74 // Catches the fatal failure and aborts the test.
76 // The testing::Test:: prefix is necessary when calling
77 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 20 TEST(HasNameDeathTest, DiesOnEmptyName) {
27 TEST(HasNameDeathTest, DiesOnEmptyPattern) {
34 TEST(IsDerivedFromDeathTest, DiesOnEmptyBaseName) {
42 TEST(Decl, MatchesDeclarations) {
48 TEST(NameableDeclaration, MatchesVariousDecls) {
61 TEST(NameableDeclaration, REMatchesVariousDecls) {
84 TEST(DeclarationMatcher, MatchClass) {
100 TEST(DeclarationMatcher, ClassIsDerived) {
294 recordDecl(isDerivedFrom(recordDecl(hasName("X")).bind("test")))));
297 TEST(ClassTemplate, DoesNotMatchClass)
    [all...]
  /external/chromium/base/
template_util_unittest.cc 18 TEST(TemplateUtilTest, IsPointer) {
25 TEST(TemplateUtilTest, IsArray) {
34 TEST(TemplateUtilTest, IsNonConstReference) {
40 TEST(TemplateUtilTest, IsConvertible) {
56 TEST(TemplateUtilTest, IsClass) {
stringize_macros_unittest.cc 16 TEST(StringizeTest, Ansi) {
35 TEST(StringizeTest, Wide) {
52 TEST(ToLStringTest, Main) {
tools_sanity_unittest.cc 70 // A memory leak detector should report an error in this test.
71 TEST(ToolsSanityTest, MemoryLeak) {
76 TEST(ToolsSanityTest, AccessesToNewMemory) {
77 // This test may corrupt memory if not run under Valgrind.
87 TEST(ToolsSanityTest, AccessesToMallocMemory) {
88 // This test may corrupt memory if not run under Valgrind.
97 TEST(ToolsSanityTest, ArrayDeletedWithoutBraces) {
98 // This test may corrupt memory if not run under Valgrind.
106 TEST(ToolsSanityTest, SingleElementDeletedWithBraces) {
107 // This test may corrupt memory if not run under Valgrind
    [all...]
  /external/v8/test/cctest/
test-func-name-inference.cc 111 TEST(GlobalProperty) {
123 TEST(GlobalVar) {
135 TEST(LocalVar) {
149 TEST(InConstructor) {
163 TEST(Factory) {
179 TEST(Static) {
197 TEST(Prototype) {
215 TEST(ObjectLiteral) {
229 TEST(AsParameter) {
245 TEST(MultipleFuncsConditional)
    [all...]
  /external/chromium/base/synchronization/
cancellation_flag_unittest.cc 22 // Define our test class.
35 TEST(CancellationFlagTest, SimpleSingleThreadedTest) {
42 TEST(CancellationFlagTest, DoubleSetTest) {
51 TEST(CancellationFlagTest, SetOnDifferentThreadDeathTest) {
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_tray_gtk_unittest.cc 22 TEST(StatusTrayGtkTest, CreateTray) {
27 TEST(StatusTrayGtkTest, CreateIcon) {
41 TEST(StatusTrayGtkTest, ClickOnIcon) {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_flags_test.cc 37 TEST(SanitizerCommon, BooleanFlags) {
49 TEST(SanitizerCommon, IntFlags) {
57 TEST(SanitizerCommon, StrFlags) {
sanitizer_stackdepot_test.cc 20 TEST(SanitizerCommon, StackDepotBasic) {
30 TEST(SanitizerCommon, StackDepotAbsent) {
36 TEST(SanitizerCommon, StackDepotEmptyStack) {
43 TEST(SanitizerCommon, StackDepotZeroId) {
49 TEST(SanitizerCommon, StackDepotSame) {
61 TEST(SanitizerCommon, StackDepotSeveral) {
  /external/chromium/chrome/browser/sync/util/
crypto_helpers_unittest.cc 8 TEST(ChecksumTest, MD5ChecksumTest) {
19 TEST(CryptoHelpers, GetRandomBytes) {

Completed in 419 milliseconds

1 2 34 5 6 7 8 91011>>