Searched
full:testing (Results
1101 -
1125 of
8489) sorted by null
<<41424344454647484950>>
/external/chromium/chrome/common/ |
switch_utils_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h"
|
/external/chromium/crypto/ |
secure_hash_unittest.cc | 10 #include "testing/gtest/include/gtest/gtest.h"
|
/external/chromium/net/base/ |
openssl_memory_private_key_store.cc | 5 // Defines an in-memory private key store, primarily used for testing.
|
ssl_false_start_blacklist_unittest.cc | 6 #include "testing/gtest/include/gtest/gtest.h"
|
winsock_util.cc | 41 // TODO(wtc): Remove the CHECKs after enough testing.
|
/external/chromium/net/disk_cache/ |
addr_unittest.cc | 7 #include "testing/gtest/include/gtest/gtest.h"
|
/external/chromium/net/http/ |
des_unittest.cc | 8 #include "testing/gtest/include/gtest/gtest.h"
|
/external/chromium/net/socket/ |
client_socket_factory.h | 27 // testing code with mock socket implementations.
|
/external/chromium/net/tools/testserver/ |
backoff_server.py | 6 """This is a simple HTTP server for manually testing exponential
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-matchers.h.pump | 48 namespace testing { 321 return ::testing::AllOf(m1, ::testing::AllOf($for k, [[m$(k + 1)]])); 344 return ::testing::AnyOf(m1, ::testing::AnyOf($for k, [[m$(k + 1)]])); 351 } // namespace testing 458 // using testing::PrintToString; 606 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\ 611 arg_type arg, ::testing::MatchResultListener* result_listener) const;\ 619 ::testing::internal::string FormatDescription(bool negation) const { [all...] |
/external/chromium/testing/gtest/samples/ |
sample1_unittest.cc | 30 // A sample program demonstrating using Google C++ testing framework. 36 // using Google C++ testing framework. 38 // Writing a unit test using Google C++ testing framework is easy as 1-2-3: 44 // Don't forget gtest.h, which declares the testing framework.
|
sample3_unittest.cc | 30 // A sample program demonstrating using Google C++ testing framework. 69 // To use a test fixture, derive a class from testing::Test. 70 class QueueTest : public testing::Test { 95 // A helper function for testing Queue::Map().
|
sample8_unittest.cc | 83 using ::testing::TestWithParam; 84 using ::testing::Bool; 85 using ::testing::Values; 86 using ::testing::Combine;
|
/external/chromium/webkit/glue/ |
webkit_glue_unittest.cc | 5 #include "testing/gtest/include/gtest/gtest.h"
|
/external/chromium-trace/src/shared/js/ |
local_strings_test.html | 8 goog.require('goog.testing.jsunit');
|
/external/chromium-trace/src/tracing/ |
overlay_test.html | 17 goog.require('goog.testing.jsunit');
|
/external/clang/test/Analysis/ |
keychainAPI-diagnostic-visitor.m | 3 // This file is for testing enhanced diagnostics produced by the default SecKeychainAPI checker.
|
/external/clang/test/Sema/ |
warn-unused-parameters.c | 16 // Used when testing '-Wunused' to see that we only emit one diagnostic, and no
|
/external/dbus/bus/ |
activation-helper.h | 3 * function for testing.
|
/external/dropbear/libtomcrypt/ |
build.sh | 6 echo -n "testing..."
|
/external/e2fsprogs/lib/blkid/ |
tst_types.c | 2 * This testing program makes sure the blkid_types header file
|
/external/e2fsprogs/lib/ext2fs/ |
tst_types.c | 2 * This testing program makes sure the ext2_types header file
|
/external/e2fsprogs/misc/ |
filefrag.8.in | 28 testing purposes.
|
/external/e2fsprogs/tests/defaults/ |
e_script | 2 # Default script for testing the relocation library routines
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/ |
customTargets.xml | 130 <!-- (e.g., testing, posting, emailing, ...) --> 167 <!-- create top level testing directory--> 168 <delete dir="${workingDirectory}/ve-testing"/> 169 <mkdir dir="${workingDirectory}/ve-testing" /> 181 <arg line="${workingDirectory}/eclipse/features/org.eclipse.ve.tests_0.5.0/feature.xml ${buildDirectory} ${workingDirectory}/ve-testing/test.properties" /> 188 <property file="${workingDirectory}/ve-testing/test.properties" /> 208 <!--Copy scripts and doc used in the automated testing to the testing directory--> 209 <copy todir="${workingDirectory}/ve-testing"> 212 <copy todir="${workingDirectory}/ve-testing"> [all...] |
Completed in 904 milliseconds
<<41424344454647484950>>