Searched refs:testing (Results 76 - 100 of 224) sorted by relevance

123456789

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
231 } // namespace testing
H A Dgtest-string.h54 namespace testing { namespace
348 } // namespace testing
H A Dgtest-internal-inl.h30 // Utility functions and classes used by the Google C++ testing framework.
68 namespace testing { namespace
80 // library. This is solely for testing GetTestTypeId().
787 friend class ::testing::UnitTest;
1012 // Google Test user but are required for testing. This class allow our tests
1015 // This class is supplied only for the purpose of testing Google Test's own
1028 static const std::vector<testing::TestPartResult>& test_part_results(
1035 } // namespace testing
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A DREADME.template25 - Performance testing
/macosx-10.10.1/ICU-531.30/icuSources/allinone/
H A Dicucheck.bat33 echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DBitVectorTest.cpp23 class BitVectorTest : public ::testing::Test { };
26 typedef ::testing::Types<BitVector, SmallBitVector> BitVectorTestTypes;
H A DDenseMapTest.cpp79 class DenseMapTest : public ::testing::Test {
99 // Register these types for testing.
100 typedef ::testing::Types<DenseMap<uint32_t, uint32_t>,
H A DSmallVectorTest.cpp92 class SmallVectorTest : public testing::Test {
132 typedef ::testing::Types<SmallVector<Constructable, 0>,
H A DImmutableSetTest.cpp16 class ImmutableSetTest : public testing::Test {
H A DSmallStringTest.cpp25 class SmallStringTest : public testing::Test {
H A DStringMapTest.cpp18 class StringMapTest : public testing::Test {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dadbox_all.test26 testing {
H A Dproc_namespaces.test30 testing {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcolortest.vim1 " Vim script for testing colors
H A Ddebchangelog.vim22 syn match debchangelogTarget contained "\v %(frozen|unstable|%(testing|%(old)=stable)%(-proposed-updates|-security)=|experimental|%(etch|lenny)-%(backports|volatile)|%(dapper|hardy|jaunty|karmic|lucid|maverick)%(-%(security|proposed|updates|backports|commercial|partner))=)+"
/macosx-10.10.1/zlib-55/zlib/contrib/delphi/
H A Dzlibd32.mak79 # testing
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dzlibd32.mak79 # testing
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dconfigure522 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
524 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
1907 echo "${as_me-configure}:1908: testing if the symbol is already defined go no further ..." 1>&5
1963 echo "${as_me-configure}:1964: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
1968 echo "${as_me-configure}:1969: testing if the second compile does not leave our definition intact error ..." 1>&5
2340 echo "${as_me-configure}:2341: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
2887 echo "${as_me-configure}:2888: testing adding $cf_add_libdir to library-path ..." 1>&5
2919 echo "${as_me-configure}:2920: testing adding $cf_add_libdir to library-path ..." 1>&5
3219 echo "${as_me-configure}:3220: testing adding $cf_add_incdir to include-path ..." 1>&5
3308 test -n "$verbose" && echo " ... testing fo
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm56 print "# I'm testing MyModule version $MyModule::VERSION\n";
112 declares your testing plan, how many there will be, if any of them
340 testing C<4 eq 4>. Since that's true, this test passes.
356 end up testing C<I<arg1> eq I<arg2>> -- and that's not what you want!
787 than the code it is testing, yes?)
931 L<Test::Builder> for building your own testing library.
933 L<Test::Unit> is an interesting XUnit-style testing library.
/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DValueMapTest.cpp25 class ValueMapTest : public testing::Test {
40 typedef ::testing::Types<Value, Instruction, const Instruction> KeyTypes;
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
H A Dsasl.spec100 %doc doc/rfc2222.txt sample/sample-client.c sample/sample-server.c testing.txt
/macosx-10.10.1/apache-793/httpd/test/
H A Dmake_sni.sh19 # and certificates as to facilitate testing of TLS server name
85 echo "Aborted - just specifing one vhost makes no sense for SNI testing. Go wild !"
126 -days 10 -subj '/CN=Da Root/O=SNI testing/' -set_serial $serial \
132 # Create some certificate authorities for testing client controls
337 authentication testing:
339 - client*pem/p12 Files for client authentication testing. These
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp204 class JITTest : public testing::Test {
791 class JITEnvironment : public testing::Environment {
797 testing::Environment* const jit_env =
798 testing::AddGlobalTestEnvironment(new JITEnvironment);
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-filepath.cc62 namespace testing { namespace
380 } // namespace testing
H A Dgtest-printers.cc37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
116 // ::testing::internal namespace, which contains a << operator that
356 } // namespace testing

Completed in 245 milliseconds

123456789