Searched
refs:testing (Results
3101 -
3125 of
4772) sorted by null
<<121122123124125126127128129130>>
| /external/chromium_org/net/dns/ |
| dns_config_service_unittest.cc | 16 #include "testing/gtest/include/gtest/gtest.h" 33 class NameServerClassifierTest : public testing::Test { 113 class DnsConfigServiceTest : public testing::Test {
|
| /external/chromium_org/net/tools/balsa/ |
| balsa_headers_test.cc | 14 #include "testing/gtest/include/gtest/gtest.h" 20 class BalsaBufferTest : public ::testing::Test { 34 class BalsaHeadersTest: public ::testing::Test {
|
| /external/chromium_org/net/url_request/ |
| url_request_throttler_unittest.cc | 22 #include "testing/gtest/include/gtest/gtest.h" 170 class URLRequestThrottlerEntryTest : public testing::Test { 352 class URLRequestThrottlerManagerTest : public testing::Test {
|
| /external/chromium_org/sync/engine/ |
| get_updates_processor_unittest.cc | 19 #include "testing/gtest/include/gtest/gtest.h" 26 class GetUpdatesProcessorTest : public ::testing::Test { 426 class DownloadUpdatesDebugInfoTest : public ::testing::Test {
|
| /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/ |
| cachePolyfill.js | 6 // end to end serviceworker testing.
|
| /external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
| define_test.cpp | 122 using testing::_; 154 using testing::_;
|
| /external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
| localization_test.cc | 50 class LocalizationTest : public testing::TestWithParam<int> { 82 testing::Values(
|
| /external/chromium_org/third_party/libvpx/source/libvpx/test/ |
| datarate_test.cc | 206 // For testing up to 3 layers. 585 ::testing::Values(::libvpx_test::kOnePassGood, 587 ::testing::Range(2, 7));
|
| external_frame_buffer_test.cc | 193 // Class for testing passing in external frame buffers to libvpx. 274 // Class for testing passing in external frame buffers to libvpx. 275 class ExternalFrameBufferTest : public ::testing::Test { 478 ::testing::ValuesIn(libvpx_test::kVP9TestVectors,
|
| /external/chromium_org/third_party/mesa/src/docs/OLD/ |
| MESA_sprite_point.spec | 66 images, alpha testing and blending.
|
| /external/chromium_org/third_party/skia/tools/lua/ |
| glyph-usage.lua | 146 io.write("just testing test_summary\n")
|
| /external/chromium_org/third_party/webrtc/video/ |
| full_stack.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 63 class FullStackTest : public ::testing::TestWithParam<FullStackTestParams> { 457 ::testing::Values(paris_qcif, foreman_cif));
|
| /external/chromium_org/v8/test/webkit/ |
| array-proto-func-property-getter-except.js | 58 // Probably not testing much of anything in these cases, but make sure they don't crash!
|
| nested-functions.js | 36 // testing; functions with small bodies are not cached!
|
| string-trim.js | 26 //references to trim(), trimLeft() and trimRight() functions for testing Function's *.call() and *.apply() methods
|
| /external/compiler-rt/make/ |
| util.mk | 59 # Print the name, definition, and value of a variable, for testing make
|
| /external/guava/guava-tests/test/com/google/common/base/ |
| SuppliersTest.java | 19 import static com.google.common.testing.SerializableTester.reserialize; 24 import com.google.common.testing.NullPointerTester;
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| MapsTest.java | 20 import static com.google.common.collect.testing.testers.CollectionIteratorTester.getIteratorUnknownOrderRemoveSupportedMethod; 34 import com.google.common.collect.testing.MapTestSuiteBuilder; 35 import com.google.common.collect.testing.SortedMapInterfaceTest; 36 import com.google.common.collect.testing.TestStringMapGenerator; 37 import com.google.common.collect.testing.features.CollectionSize; 38 import com.google.common.collect.testing.features.MapFeature; 39 import com.google.common.testing.EqualsTester; 40 import com.google.common.testing.NullPointerTester; 775 * meaning an entry that is suitable for testing that map entries cannot be 776 * modified via a nefarious implementation of equals. This is used for testing [all...] |
| TreeMultisetTest.java | 21 import static com.google.common.collect.testing.IteratorFeature.MODIFIABLE; 34 import com.google.common.collect.testing.IteratorTester;
|
| /external/libvpx/libvpx/test/ |
| datarate_test.cc | 206 // For testing up to 3 layers. 581 ::testing::Values(::libvpx_test::kOnePassGood, 583 ::testing::Range(2, 7));
|
| external_frame_buffer_test.cc | 190 // Class for testing passing in external frame buffers to libvpx. 270 // Class for testing passing in external frame buffers to libvpx. 271 class ExternalFrameBufferTest : public ::testing::Test { 465 ::testing::ValuesIn(libvpx_test::kVP9TestVectors,
|
| /external/llvm/unittests/ADT/ |
| BitVectorTest.cpp | 23 class BitVectorTest : public ::testing::Test { }; 26 typedef ::testing::Types<BitVector, SmallBitVector> BitVectorTestTypes;
|
| DenseMapTest.cpp | 79 class DenseMapTest : public ::testing::Test { 99 // Register these types for testing. 100 typedef ::testing::Types<DenseMap<uint32_t, uint32_t>,
|
| /external/llvm/unittests/IR/ |
| ValueMapTest.cpp | 23 class ValueMapTest : public testing::Test { 38 typedef ::testing::Types<Value, Instruction, const Instruction> KeyTypes;
|
| /external/llvm/unittests/Transforms/Utils/ |
| Cloning.cpp | 32 class CloneInstruction : public ::testing::Test { 206 class CloneFunc : public ::testing::Test {
|
Completed in 1159 milliseconds
<<121122123124125126127128129130>>