/external/chromium/chrome/browser/sessions/ |
session_backend_unittest.cc | 10 #include "testing/gtest/include/gtest/gtest.h" 33 class SessionBackendTest : public testing::Test { 48 // Path used in testing.
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_thread2_whitebox_unittest.cc | 12 #include "testing/gtest/include/gtest/gtest.h" 13 #include "testing/gmock/include/gmock/gmock.h" 22 class SyncerThread2WhiteboxTest : public testing::Test {
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host_unittest.cc | 18 #include "testing/gmock/include/gmock/gmock.h" 19 #include "testing/gtest/include/gtest/gtest.h" 47 class SyncBackendHostTest : public testing::Test {
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_name_folder_controller_unittest.mm | 12 #include "testing/gtest/include/gtest/gtest.h" 13 #import "testing/gtest_mac.h" 14 #include "testing/platform_test.h"
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_controller_unittest.mm | 29 // for unit testing. 77 // the ExtensionInstalledBubble for unit testing. 107 // Allows us to create the window and browser for testing.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_unittest.mm | 16 #include "testing/gmock/include/gmock/gmock.h" 17 #include "testing/gtest/include/gtest/gtest.h" 18 #import "testing/gtest_mac.h" 19 #include "testing/platform_test.h" 22 using ::testing::A; 23 using ::testing::InSequence; 24 using ::testing::Return; 25 using ::testing::ReturnArg; 26 using ::testing::StrictMock; 27 using ::testing::_ [all...] |
/external/chromium/chrome/browser/ui/cocoa/translate/ |
translate_infobar_unittest.mm | 19 #import "testing/gmock/include/gmock/gmock.h" 20 #import "testing/gtest/include/gtest/gtest.h" 21 #import "testing/platform_test.h"
|
/external/chromium/chrome/browser/ui/views/ |
html_dialog_view_browsertest.cc | 17 #include "testing/gmock/include/gmock/gmock.h" 18 #include "testing/gtest/include/gtest/gtest.h" 22 using testing::Eq;
|
/external/chromium/chrome/browser/web_resource/ |
promo_resource_service.h | 68 // belongs to. For testing purposes, you can override the current channel 82 // Overrides the current Chrome release channel for testing purposes. 189 // Overrides the current Chrome release channel for testing purposes.
|
/external/chromium/crypto/ |
symmetric_key_unittest.cc | 12 #include "testing/gtest/include/gtest/gtest.h" 78 : public testing::TestWithParam<PBKDF2TestVector> { 225 testing::ValuesIn(kTestVectors));
|
/external/chromium/net/spdy/ |
spdy_session_pool.h | 64 // For testing, setting is_secure to false allows Spdy to connect with a 124 friend class SpdySessionPoolPeer; // For testing. 125 friend class SpdyNetworkTransactionTest; // For testing.
|
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash_test.cc | 21 #include "testing.h" 28 class RollingHashSimpleTest : public testing::Test { 93 class RollingHashTest : public testing::Test {
|
/external/chromium/testing/gtest/test/ |
gtest-options_test.cc | 58 namespace testing { namespace 67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile. 212 } // namespace testing
|
/external/dropbear/libtommath/demo/ |
demo.c | 73 printf("Testing montgomery...\n"); 75 printf("Testing digit size: %d\n", i); 107 printf("Testing: mp_get_int\n"); 127 printf("Testing: mp_sqrt\n"); 178 printf("Testing (not safe-prime): %9d bits \r", ix); 195 printf("Testing ( safe-prime): %9d bits \r", ix); 242 printf("testing mp_cnt_lsb...\n"); 253 printf("Testing mp_reduce_2k...\n"); 282 printf("Testing mp_div_3...\n"); 297 printf("\n\nPassed div_3 testing\n") [all...] |
/external/gtest/scripts/ |
gen_gtest_pred_impl.py | 132 // text, and returns a testing::AssertionResult. See the definition 157 if (const ::testing::AssertionResult gtest_ar = (expression)) \\ 267 GTEST_ASSERT_(::testing::AssertPred%(n)sHelper(#pred""" % DEFS 379 // involved to set up the stage for testing Google Test using Google 382 // Currently, gtest_unittest takes ~11 seconds to run in the testing 432 """// Sample functions/functors for testing %(arity)s predicate assertions. 469 testing::AssertionResult PredFormatFunction%(n)s(""" % DEFS 479 return testing::AssertionSuccess(); 481 testing::Message msg; 489 return testing::AssertionFailure(msg) [all...] |
/external/iproute2/examples/diffserv/ |
regression-testing | 4 thorough validation testing please post the details to the 72 TODO: Testing on how each color shares when all 4 types of packets 124 TODO: Testing on how each color shares when all 4 types of packets
|
/external/llvm/unittests/VMCore/ |
MetadataTest.cpp | 23 class MetadataTest : public testing::Test { 53 strncpy(str, "testing 1 2 3", 13); 61 EXPECT_STREQ("metadata !\"testing 1 2 3\"", oss.str().c_str());
|
/external/openssl/crypto/des/ |
FILES0 | 22 /* Testing and timing programs. */ 25 rpw.c - Source for libdes.a testing password reading routines. 69 testdes.pl - Testing program for des.pl
|
/external/protobuf/gtest/scripts/ |
gen_gtest_pred_impl.py | 132 // text, and returns a testing::AssertionResult. See the definition 157 if (const ::testing::AssertionResult gtest_ar = (expression)) \\ 267 GTEST_ASSERT_(::testing::AssertPred%(n)sHelper(#pred""" % DEFS 379 // involved to set up the stage for testing Google Test using Google 382 // Currently, gtest_unittest takes ~11 seconds to run in the testing 432 """// Sample functions/functors for testing %(arity)s predicate assertions. 469 testing::AssertionResult PredFormatFunction%(n)s(""" % DEFS 479 return testing::AssertionSuccess(); 481 testing::Message msg; 489 return testing::AssertionFailure(msg) [all...] |
/external/srtp/test/ |
dtls_srtp_driver.c | 107 printf("testing dtls_srtp..."); 170 * set keys to known values for testing 207 * values to enable testing for overwrites.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Array/ |
15.4.4.4-001.js | 14 * The Original Code is JavaScript Engine testing utilities. 38 * SUMMARY: Testing Array.prototype.concat() 45 var summary = 'Testing Array.prototype.concat()';
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/ |
10.1.3-2.js | 14 * The Original Code is JavaScript Engine testing utilities. 38 * SUMMARY: Testing functions having duplicate formal parameter names 50 var summary = 'Testing functions having duplicate formal parameter names';
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Expressions/ |
11.6.1-1.js | 14 * The Original Code is JavaScript Engine testing utilities. 38 * SUMMARY: Testing left-associativity of the + operator 49 var summary = 'Testing left-associativity of the + operator';
|
11.9.6-1.js | 14 * The Original Code is JavaScript Engine testing utilities. 38 * SUMMARY: Testing the comparison |undefined === null| 45 var summary = 'Testing the comparison |undefined === null|';
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
regress-193555.js | 14 * The Original Code is JavaScript Engine testing utilities. 38 * SUMMARY: Testing access to function name from inside function 46 var summary = 'Testing access to function name from inside function';
|