HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 1101 - 1125 of 7783) sorted by null

<<41424344454647484950>>

  /external/chromium/testing/gtest/src/
gtest-typed-test.cc 35 namespace testing { namespace
110 } // namespace testing
  /external/chromium/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 36 // --gtest_break_on_failure flag. This file is used for testing such
85 testing::InitGoogleTest(&argc, argv);
gtest_pred_impl_unittest.cc 42 // involved to set up the stage for testing Google Test using Google
45 // Currently, gtest_unittest takes ~11 seconds to run in the testing
73 // Sample functions/functors for testing unary predicate assertions.
101 testing::AssertionResult PredFormatFunction1(const char* e1,
104 return testing::AssertionSuccess();
106 return testing::AssertionFailure()
115 testing::AssertionResult operator()(const char* e1,
123 class Predicate1Test : public testing::Test {
460 // Sample functions/functors for testing binary predicate assertions.
489 testing::AssertionResult PredFormatFunction2(const char* e1
    [all...]
  /external/chromium/webkit/glue/
regular_expression_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
14 class RegexTest : public testing::Test {
  /external/gtest/src/
gtest-typed-test.cc 35 namespace testing { namespace
98 } // namespace testing
  /external/icu4c/test/cintltst/
cestst.c 95 log_verbose("Testing Spanish Collation with Tertiary strength\n");
114 log_verbose("Testing Spanish Collation with Primary strength\n");
cturtst.c 102 log_verbose("Testing Turkish Collation with Tertiary strength\n");
122 log_verbose("Testing Turkish Collation with Primary strength\n");
  /external/icu4c/test/perf/charperf/
charperf.h 151 * iswgraph is not used for testing since it is a subset of iswprint with the
211 * iswgraph is not used for testing since it is a subset of iswprint with the
  /external/libvpx/examples/includes/geshi/geshi/
apt_sources.php 51 'stable', 'old-stable', 'testing', 'testing-proposed-updates',
  /external/llvm/test/
Makefile.tests 4 ## used to implement a robust testing framework for LLVM
9 # the default testing type. Instead, we change the default target to be the
  /external/llvm/utils/unittest/googletest/
gtest-typed-test.cc 35 namespace testing { namespace
110 } // namespace testing
  /external/openssl/crypto/pkcs7/
info.pem 1 issuer :/C=AU/SP=Queensland/L=Brisbane/O=Cryptsoft Pty Ltd/OU=DEMONSTRATION AND TESTING/CN=DEMO ZERO VALUE CA
10 Issuer: C=AU, SP=Queensland, L=Brisbane, O=Cryptsoft Pty Ltd, OU=DEMONSTRATION AND TESTING, CN=DEMO ZERO VALUE CA
  /external/openssl/crypto/pkcs7/t/
c.pem 1 issuer :/C=AU/SP=Queensland/L=Brisbane/O=Cryptsoft Pty Ltd/OU=DEMONSTRATION AND TESTING/CN=DEMO ZERO VALUE CA
10 Issuer: C=AU, SP=Queensland, L=Brisbane, O=Cryptsoft Pty Ltd, OU=DEMONSTRATION AND TESTING, CN=DEMO ZERO VALUE CA
s.pem 10 issuer :/C=AU/SP=Queensland/L=Brisbane/O=Cryptsoft Pty Ltd/OU=DEMONSTRATION AND TESTING/CN=DEMO ZERO VALUE CA
19 Issuer: C=AU, SP=Queensland, L=Brisbane, O=Cryptsoft Pty Ltd, OU=DEMONSTRATION AND TESTING, CN=DEMO ZERO VALUE CA
server.pem 1 issuer :/C=AU/SP=Queensland/L=Brisbane/O=Cryptsoft Pty Ltd/OU=DEMONSTRATION AND TESTING/CN=DEMO ZERO VALUE CA
10 Issuer: C=AU, SP=Queensland, L=Brisbane, O=Cryptsoft Pty Ltd, OU=DEMONSTRATION AND TESTING, CN=DEMO ZERO VALUE CA
  /external/protobuf/gtest/src/
gtest-typed-test.cc 35 namespace testing { namespace
98 } // namespace testing
  /external/protobuf/src/
Makefile.am 289 google/protobuf/testing/googletest.cc \
290 google/protobuf/testing/googletest.h \
291 google/protobuf/testing/file.cc \
292 google/protobuf/testing/file.h
367 google/protobuf/testing/file.cc \
368 google/protobuf/testing/file.h \
373 zcgzip_SOURCES = google/protobuf/testing/zcgzip.cc
376 zcgunzip_SOURCES = google/protobuf/testing/zcgunzip.cc
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
  /external/protobuf/vsprojects/
test_plugin.vcproj 185 RelativePath="..\src\google\protobuf\testing\file.h"
202 RelativePath="..\src\google\protobuf\testing\file.cc"
  /external/skia/gpu/src/
GrClip.cpp 65 // use a canonical empty rect for == testing.
79 // use a canonical empty rect for == testing.
  /external/svox/pico/lib/
picoextapi.h 77 functionality for testing purposes (enableMemProt != 0). */
105 /* Debugging/testing support functions *****************************************/
  /external/v8/include/
v8-testing.h 63 * Testing support for the V8 JavaScript engine.
67 class V8EXPORT Testing {
  /external/v8/test/mjsunit/
debug-mirror-cache.js 29 // The functions used for testing backtraces. They are at the top to make the
30 // testing of source line/column easier.

Completed in 585 milliseconds

<<41424344454647484950>>