/external/protobuf/src/google/protobuf/io/ |
printer_unittest.cc | 49 // Each test repeats over several block sizes in order to test both cases 53 TEST(Printer, EmptyPrinter) { 61 TEST(Printer, BasicPrinting) { 86 TEST(Printer, WriteRaw) { 114 TEST(Printer, VariableSubstitution) { 150 TEST(Printer, InlineVariableSubstitution) { 171 TEST(Printer, Indenting) { 224 TEST(Printer, Death) { 236 TEST(Printer, WriteFailure) [all...] |
/external/webkit/Source/WebKit/chromium/tests/ |
CCThreadTest.cpp | 51 TEST(CCThreadTest, pingPongUsingCondition) 79 TEST(CCThreadTest, startPostAndWaitOnCondition)
|
/external/webrtc/src/system_wrappers/source/ |
data_log_unittest_disabled.cc | 24 ASSERT_EQ(0, DataLog::AddColumn(table_name, "test", 1)); 28 DataLog::InsertCell(table_name, "test", static_cast<double>(i)); 33 // Simple test to verify DataLog is still working when the GYP variable 35 TEST(TestDataLogDisabled, VerifyLoggingWorks) { 45 TEST(TestDataLogDisabled, EnsureNoFileIsWritten) {
|
/external/chromium/net/http/ |
http_util_unittest.cc | 14 class HttpUtilTest : public testing::Test {}; 17 TEST(HttpUtilTest, HasHeader) { 37 TEST(HttpUtilTest, StripHeaders) { 60 TEST(HttpUtilTest, HeadersIterator) { 80 TEST(HttpUtilTest, HeadersIterator_MalformedLine) { 96 TEST(HttpUtilTest, HeadersIterator_AdvanceTo) { 108 TEST(HttpUtilTest, HeadersIterator_Reset) { 121 TEST(HttpUtilTest, ValuesIterator) { 138 TEST(HttpUtilTest, ValuesIterator_Blanks) { 146 TEST(HttpUtilTest, Unquote) [all...] |
/bionic/tests/ |
regex_test.cpp | 22 TEST(regex, smoke) { 23 // A quick test of all the regex functions.
|
/external/chromium/base/ |
base64_unittest.cc | 10 class Base64Test : public testing::Test { 15 TEST(Base64Test, Basic) {
|
/external/chromium/base/debug/ |
leak_tracker_unittest.cc | 27 TEST(LeakTrackerTest, NotEnabled) { 42 TEST(LeakTrackerTest, Basic) { 72 TEST(LeakTrackerTest, LinkedList) { 103 TEST(LeakTrackerTest, NoOpCheckForLeaks) {
|
stack_trace_unittest.cc | 15 // Note: On Linux, this test currently only fully works on Debug builds. 23 TEST(StackTrace, MAYBE_OutputToStream) { 33 // so they're turned off for release builds. We stop the test here, 41 "No stack frames found. Skipping rest of test."; 46 "Unable to resolve symbols. Skipping rest of test."; 73 EXPECT_TRUE(backtrace_message.find("testing::Test::Run()") != 103 // The test is used for manual testing, e.g., to see the raw output. 104 TEST(StackTrace, DebugOutputToStream) { 111 // The test is used for manual testing, e.g., to see the raw output. 112 TEST(StackTrace, DebugPrintBacktrace) [all...] |
/external/chromium/base/nix/ |
xdg_util_unittest.cc | 35 TEST(XDGUtilTest, GetDesktopEnvironmentGnome) { 45 TEST(XDGUtilTest, GetDesktopEnvironmentKDE4) { 55 TEST(XDGUtilTest, GetDesktopEnvironmentKDE3) { 65 TEST(XDGUtilTest, GetDesktopEnvironmentXFCE) {
|
/external/chromium/chrome/browser/autofill/ |
autofill_field_unittest.cc | 13 TEST(AutofillFieldTest, Type) { 34 TEST(AutofillFieldTest, IsEmpty) { 46 TEST(AutofillFieldTest, FieldSignature) { 71 TEST(AutofillFieldTest, IsFieldFillable) {
|
/external/chromium/chrome/browser/chromeos/login/ |
user_controller_unittest.cc | 15 TEST(UserControllerTest, GetNameTooltip) {
|
/external/chromium/chrome/browser/ |
resources_util_unittest.cc | 19 TEST(ResourcesUtil, SpotCheckIds) {
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt_unittest.cc | 11 TEST(LoginPromptTest, GetSignonRealm) {
|
/external/chromium/chrome/common/ |
thumbnail_score_unittest.cc | 9 TEST(ThumbnailScoreTest, ShouldReplaceThumbnailWithType) { 26 TEST(ThumbnailScoreTest, ShouldReplaceThumbnailWithTime) { 39 TEST(ThumbnailScoreTest, RedirectCount) { 56 TEST(ThumbnailScoreTest, ShouldConsiderUpdating) {
|
worker_thread_ticker_unittest.cc | 21 // Finish the test faster. 47 TEST(WorkerThreadTickerTest, Basic) { 65 TEST(WorkerThreadTickerTest, Callback) { 82 TEST(WorkerThreadTickerTest, OutOfScope) { 99 TEST(WorkerThreadTickerTest, LongCallback) {
|
/external/chromium/net/tools/dump_cache/ |
url_utilities_unittest.cc | 15 TEST(UrlUtilitiesTest, GetUrlHost) { 32 TEST(UrlUtilitiesTest, GetUrlHostPath) { 49 TEST(UrlUtilitiesTest, GetUrlPath) { 66 TEST(UrlUtilitiesTest, Unescape) {
|
/external/chromium/testing/gtest/test/ |
gtest_break_on_failure_unittest_.cc | 32 // Unit test for Google Test's break-on-failure mode. 34 // A user can ask Google Test to seg-fault when an assertion fails, using 39 // This program will be invoked from a Python unit test. It is 51 // A test that's expected to fail. 52 TEST(Foo, Bar) {
|
/external/gtest/test/ |
gtest_break_on_failure_unittest_.cc | 32 // Unit test for Google Test's break-on-failure mode. 34 // A user can ask Google Test to seg-fault when an assertion fails, using 39 // This program will be invoked from a Python unit test. It is 51 // A test that's expected to fail. 52 TEST(Foo, Bar) {
|
/external/llvm/unittests/ADT/ |
VariadicFunctionTest.cpp | 27 TEST(VariadicFunctionTest, WorksForClassTypes) { 41 // argument type, as we want to test that this works. 50 TEST(VariadicFunctionTest, WorksForPrimitiveTypes) { 70 TEST(VariadicFunction1Test, Works) { 87 // as we want to test that VariadicFunction* can handle it. 98 TEST(VariadicFunction3Test, Works) {
|
/external/llvm/unittests/Support/ |
ManagedStatic.cpp | 31 TEST(Initialize, MultipleThreads) { 32 // Run this test under tsan: http://code.google.com/p/data-race-test/
|
/external/protobuf/src/google/protobuf/ |
generated_message_reflection_unittest.cc | 35 // To test GeneratedMessageReflection, we actually let the protocol compiler 36 // generate a full protocol message implementation and then test its 67 TEST(GeneratedMessageReflectionTest, Defaults) { 90 TEST(GeneratedMessageReflectionTest, Accessors) { 105 TEST(GeneratedMessageReflectionTest, GetStringReference) { 106 // Test that GetStringReference() returns the underlying string when it is 127 TEST(GeneratedMessageReflectionTest, DefaultsAfterClear) { 150 TEST(GeneratedMessageReflectionTest, Swap) { 163 TEST(GeneratedMessageReflectionTest, SwapWithBothSet) { 184 TEST(GeneratedMessageReflectionTest, SwapExtensions) [all...] |
/external/v8/src/ |
natives.h | 39 CORE, EXPERIMENTAL, D8, TEST
|
/external/v8/test/cctest/ |
test-platform-win32.cc | 15 TEST(VirtualMemory) {
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/ |
WMCloseCallsUIClientClose.cpp | 26 #include "Test.h" 41 TEST(WebKit2, WMCloseCallsUIClientClose)
|
WMPrint.cpp | 26 #include "Test.h" 34 TEST(WebKit2, WMPrint) 41 // FIXME: It would be nice to test that this actually paints the view into dc.
|