HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 701 - 725 of 8489) sorted by null

<<21222324252627282930>>

  /external/chromium/net/ftp/
ftp_directory_listing_parser_unittest.h 13 #include "testing/gtest/include/gtest/gtest.h"
17 class FtpDirectoryListingParserTest : public testing::Test {
  /external/chromium/net/proxy/
proxy_config_service_common_unittest.h 10 #include "testing/gtest/include/gtest/gtest.h"
31 ::testing::AssertionResult Matches(
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_prod.h 32 // Google C++ Testing Framework definitions useful in production code.
47 // class MyClassTest : public testing::Test {
  /external/chromium/testing/gtest/include/gtest/
gtest_prod.h 32 // Google C++ Testing Framework definitions useful in production code.
47 // class MyClassTest : public testing::Test {
  /external/chromium/testing/gtest/test/
gtest-typed-test_test.h 39 using testing::Test;
41 // For testing that the same type-parameterized test case can be
gtest_uninitialized_test_.cc 36 // realistic stage for testing the behavior of Google Test when
37 // RUN_ALL_TESTS() is called without testing::InitGoogleTest() being
  /external/chromium-trace/src/shared/js/cr/
link_controller_test.html 11 goog.require('goog.testing.MockControl');
12 goog.require('goog.testing.PropertyReplacer');
13 goog.require('goog.testing.jsunit');
14 goog.require('goog.testing.mockmatchers');
26 var ObjectEqualsMatcher = goog.testing.mockmatchers.ObjectEquals;
27 var SaveArgumentMatcher = goog.testing.mockmatchers.SaveArgument;
42 mockControl = new goog.testing.MockControl;
46 propertyReplacer = new goog.testing.PropertyReplacer;
  /external/expat/conftools/
get-version.sh 39 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  /external/gtest/include/gtest/
gtest_prod.h 32 // Google C++ Testing Framework definitions useful in production code.
47 // class MyClassTest : public testing::Test {
  /external/gtest/test/
gtest-typed-test_test.h 39 using testing::Test;
41 // For testing that the same type-parameterized test case can be
gtest_uninitialized_test_.cc 36 // realistic stage for testing the behavior of Google Test when
37 // RUN_ALL_TESTS() is called without testing::InitGoogleTest() being
  /external/guava/guava-testlib/
pom.xml 11 <name>Guava Testing Library</name>
14 unit testing - particularly to assist the tests for Guava itself.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ListIteratorTester.java 17 package com.google.common.collect.testing;
24 * A utility similar to {@link IteratorTester} for testing a
TestStringSetGenerator.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.SampleElements.Strings;
TestUnhashableCollectionGenerator.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.SampleElements.Unhashables;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ListFeature.java 17 package com.google.common.collect.testing.features;
19 import com.google.common.collect.testing.Helpers;
TesterRequirements.java 17 package com.google.common.collect.testing.features;
19 import com.google.common.collect.testing.Helpers;
  /external/icu4c/test/intltest/
rbbiapts.h 52 * Testing the iteration methods of RuleBasedBreakIterator
102 * Special class to enable testing of protected functions in RuleBasedBreakIterator
  /external/kernel-headers/original/asm-generic/
mman-common.h 42 #define MADV_HWPOISON 100 /* poison a page for testing */
43 #define MADV_SOFT_OFFLINE 101 /* soft offline page for testing */
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest_prod.h 32 // Google C++ Testing Framework definitions useful in production code.
47 // class MyClassTest : public testing::Test {
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
SocketPolicy.java 59 * Shutdown the socket input after sending the response. For testing bad
65 * Shutdown the socket output after sending the response. For testing bad
  /external/openssl/apps/
server.pem 1 subject= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = Test Server Cert
2 issuer= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = OpenSSL Test Intermediate CA
  /external/protobuf/gtest/include/gtest/
gtest_prod.h 32 // Google C++ Testing Framework definitions useful in production code.
47 // class MyClassTest : public testing::Test {
  /external/protobuf/gtest/test/
gtest-typed-test_test.h 39 using testing::Test;
41 // For testing that the same type-parameterized test case can be
gtest_uninitialized_test_.cc 36 // realistic stage for testing the behavior of Google Test when
37 // RUN_ALL_TESTS() is called without testing::InitGoogleTest() being

Completed in 532 milliseconds

<<21222324252627282930>>