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

<<61626364656667686970>>

  /external/gtest/
CHANGES 4 * New feature: ability to use Google Test assertions in other testing
  /external/gtest/samples/
sample1.cc 30 // A sample program demonstrating using Google C++ testing framework.
sample2.cc 30 // A sample program demonstrating using Google C++ testing framework.
sample2.h 30 // A sample program demonstrating using Google C++ testing framework.
  /external/gtest/test/
gtest_all_test.cc 32 // Tests for Google C++ Testing Framework (Google Test)
gtest_no_test_unittest.cc 39 testing::InitGoogleTest(&argc, argv);
gtest_prod_test.cc 51 typedef testing::Test PrivateCodeFixtureTest;
  /external/icu4c/test/intltest/
testidna.h 80 // main testing functions
  /external/iptables/iptables/
ip6tables-restore.c 127 int in_table = 0, testing = 0; local
156 testing = 1;
197 if (!testing) {
203 DEBUGP("Not calling commit, testing\n");
iptables-restore.c 129 int in_table = 0, testing = 0; local
159 testing = 1;
203 if (!testing) {
209 DEBUGP("Not calling commit, testing\n");
  /external/kernel-headers/original/linux/
mc146818rtc.h 62 /* 2 values for divider stage reset, others for "testing purposes only" */
  /external/libyuv/files/include/libyuv/
scale.h 62 // For testing, allow disabling of optimizations.
  /external/llvm/unittests/Support/
IRBuilderTest.cpp 22 class IRBuilderTest : public testing::Test {
  /external/openssl/crypto/des/
README 46 [ 10-Jan-97 and a function of an incorrect speed testing program in
  /external/proguard/docs/manual/
wtk.html 46 for testing.
  /external/protobuf/gtest/m4/
gtest.m4 15 [Enable tests using the Google C++ Testing Framework.
  /external/protobuf/gtest/samples/
sample1.cc 30 // A sample program demonstrating using Google C++ testing framework.
sample2.cc 30 // A sample program demonstrating using Google C++ testing framework.
sample2.h 30 // A sample program demonstrating using Google C++ testing framework.
  /external/protobuf/gtest/test/
gtest-tuple_test.cc 43 using ::testing::StaticAssertTypeEq;
140 // We are just testing that the following compiles.
226 // A fixture for testing big tuples.
227 class BigTupleTest : public testing::Test {
gtest_all_test.cc 32 // Tests for Google C++ Testing Framework (Google Test)
gtest_no_test_unittest.cc 39 testing::InitGoogleTest(&argc, argv);
gtest_prod_test.cc 47 typedef testing::Test PrivateCodeFixtureTest;
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget_test.cc 66 // testing::InitGoogleTest(&argc, argv);
  /external/protobuf/m4/
acx_check_suncc.m4 11 dnl Sun CC at my disposal for testing, someone else will have to do it.

Completed in 210 milliseconds

<<61626364656667686970>>