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

<<31323334353637383940>>

  /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/freetype/
Android.mk 45 # the following is for testing only, and should not be used in final builds
  /external/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/gtest/test/
gtest-param-test_test.cc 55 using ::testing::AddGlobalTestEnvironment;
56 using ::testing::Bool;
57 using ::testing::Message;
58 using ::testing::Range;
59 using ::testing::TestWithParam;
60 using ::testing::Values;
61 using ::testing::ValuesIn;
64 using ::testing::Combine;
70 using ::testing::internal::ParamGenerator;
71 using ::testing::internal::UnitTestOptions
    [all...]
gtest_stress_test.cc 45 namespace testing { namespace
102 // is for testing whether Google Test can handle failed assertions in a
146 } // namespace testing
149 testing::InitGoogleTest(&argc, argv);
  /external/icu4c/test/cintltst/
creststn.h 22 * Test wrapper for ures_getStringXYZ(), for testing other variants of
  /external/icu4c/test/intltest/
dadrcoll.h 9 * bundles to perform testing. For more details on data structure, see
dcfmtest.h 11 // Includes testing of both parsing and formatting.
tsnmfmt.h 21 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of
utxttest.h 23 * @summary Testing the Replaceable class
  /external/libgsm/man/
gsm_explode.3 10 functions for testing
  /external/libyuv/files/include/libyuv/
cpu_id.h 29 // For testing, allow CPU flags to be disabled.
  /external/llvm/test/Feature/
constpointer.ll 5 ; This testcase is primarily used for testing that global values can be used as
  /external/llvm/test/Integer/
constpointer_bt.ll 5 ; This testcase is primarily used for testing that global values can be used as
  /external/llvm/unittests/ADT/
DenseSetTest.cpp 18 class DenseSetTest : public testing::Test {
  /external/llvm/utils/not/
not.cpp 1 //===- not.cpp - The 'not' testing tool -----------------------------------===//
  /external/protobuf/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().

Completed in 460 milliseconds

<<31323334353637383940>>