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

<<31323334353637383940>>

  /external/gtest/test/
gtest_break_on_failure_unittest_.cc 36 // --gtest_break_on_failure flag. This file is used for testing such
63 testing::InitGoogleTest(&argc, argv);
gtest_list_tests_unittest_.cc 65 class FooTest : public testing::Test {
84 testing::InitGoogleTest(&argc, argv);
gtest_throw_on_failure_test_.cc 41 testing::InitGoogleTest(&argc, argv);
44 // other testing frameworks, as long as they initialize Google Test
  /external/icu4c/test/cintltst/
cfintst.c 85 log_verbose("Testing Finnish Collation with Tertiary strength\n");
103 log_verbose("Testing Finnish Collation with Tertiary strength\n");
  /external/icu4c/test/intltest/
dtfmapts.cpp 135 logln("Testing DateFormat constructors");
149 logln("Testing equality operator");
159 logln("Testing various format() methods");
184 logln("Testing parse()");
199 errln("ERROR: parse() failed, stopping testing");
211 logln("Testing getters and setters");
253 logln("Testing getStaticClassID()");
379 // We're testing name hiding, not the format method.
  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 46 /// garbage values over freed memory. This is useful for testing and
133 /// CheckInvariants - For testing only. Return true if all internal
140 /// GetDefaultCodeSlabSize - For testing only. Returns DefaultCodeSlabSize
146 /// GetDefaultDataSlabSize - For testing only. Returns DefaultCodeSlabSize
152 /// GetDefaultStubSlabSize - For testing only. Returns DefaultCodeSlabSize
158 /// GetNumCodeSlabs - For testing only. Returns the number of MemoryBlocks
164 /// GetNumDataSlabs - For testing only. Returns the number of MemoryBlocks
170 /// GetNumStubSlabs - For testing only. Returns the number of MemoryBlocks
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 32 // The Google C++ Testing Framework (Google Test)
72 // Google Test defines the testing::Message class to allow construction of
74 // streamable to std::ostream can be streamed to a testing::Message.
85 // namespace, but not other namespaces, including the testing
90 // testing::Message must access the custom << operator from the global
123 namespace testing { namespace
182 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
520 // Returns the type ID of ::testing::Test. Always call this instead
521 // of GetTypeId< ::testing::Test>() to get the type ID of
522 // ::testing::Test, as the latter may give the wrong result due to
    [all...]
  /external/protobuf/gtest/test/
gtest-param-test2_test.cc 41 using ::testing::Values;
42 using ::testing::internal::ParamGenerator;
gtest_break_on_failure_unittest_.cc 36 // --gtest_break_on_failure flag. This file is used for testing such
63 testing::InitGoogleTest(&argc, argv);
gtest_list_tests_unittest_.cc 64 class FooTest : public testing::Test {
82 ::testing::InitGoogleTest(&argc, argv);
gtest_throw_on_failure_test_.cc 41 testing::InitGoogleTest(&argc, argv);
44 // other testing frameworks, as long as they initialize Google Test
  /external/skia/gpu/include/
GrTextStrike.h 49 // testing
91 // testing
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 5 | testing CLOCK MONOTONIC
28 | testing CLOCK REALTIME
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKContextPrivate.h 64 // FIXME: This is a workaround for testing purposes only and should be removed once a better
65 // solution has been found for testing.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
openbugs.py 47 # _find_bugs_in_string mostly exists for easy unit testing.
58 # This won't open bugs until stdin is closed but could be made to easily. That would just make unit testing slightly harder.
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h 68 bool isTestRunning() { return m_state == Testing; }
108 Testing,
  /frameworks/base/core/java/android/database/sqlite/
DatabaseConnectionPool.java 194 * package level access for testing purposes only. otherwise, private should be sufficient.
207 * only for testing purposes
238 /** only used for testing purposes. */
243 /** only used for testing purposes. */
248 /** only used for testing purposes. */
253 /** only used for testing purposes. */
260 * package-level access for testing purposes only.
325 * only for testing purposes
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestLevel.java 46 * is sufficient for completely testing the target API method. If yes, the
60 * Indicates that a test method provides additional testing for an API
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 60 * CipherInputStream(InputStream is) method testing. Tests that
81 * read() method testing. Tests that method returns the correct value
101 * read(byte[] b) method testing. Tests that method returns the correct
138 * read(byte[] b, int off, int len) method testing. Tests that method
178 * skip(long n) method testing. Tests that the method correctly skips the
217 * available() method testing. Tests that the method always return 0.
228 * close() method testing. Tests that the method calls the close()
241 * markSupported() method testing. Tests that mark is not supported.
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 38 * PBEKeySpec(char[] password) method testing. Tests the behavior of
61 * keyLength) method testing. Tests the behavior of the method in the case
140 * testing. Tests the behavior of the method in the case
202 * clearPassword() method testing. Tests that internal copy of password
218 * getPassword() method testing. Tests that returned password is equal
237 * getSalt() method testing. Tests that returned salt is equal
263 * getIterationCount() method testing. Tests that returned value is equal
283 * getKeyLength() method testing.
RC5ParameterSpecTest.java 39 * testing. Tests that IllegalArgumentException is thrown in the case of
80 * offset) method testing. Tests that IllegalArgumentException is thrown in
137 * getVersion() method testing. Tests that returned value is
152 * getRounds() method testing. Tests that returned value is
167 * getWordSize() method testing. Tests that returned value is
182 * getIV() method testing. Tests that returned array is equal to the
210 * equals(Object obj) method testing. Tests the correctness of equal
261 * hashCode() method testing. Tests that for equal objects hash codes
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLSelector2Test.java 47 * constructor testing.
61 * addIssuer(X500Principal issuer) method testing. Tests if CRLs with
83 * addIssuerName(String name) method testing. Tests if CRLs with specified
115 * setIssuerNames(Collection <?> names) method testing. Tests if CRLs with
164 * setIssuers(Collection <X500Principal> issuers) method testing. Tests if
197 * addIssuerName(byte[] name) method testing. Tests if CRLs with specified
235 * setMinCRLNumber(BigInteger minCRL) method testing. Tests if CRLs with any
259 * setMaxCRLNumber(BigInteger maxCRL) method testing. Tests if CRLs with any
283 * setDateAndTime(Date dateAndTime) method testing. Tests if CRLs with any
311 * setCertificateChecking(X509Certificate) method testing
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
AsyncTaskExecutors.java 33 * which is one way of injecting dependencies for testing classes whose construction cannot be
39 * non-null, for injecting when testing.
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapElement.java 111 * The equals implementation that is intended to be used only for unit testing.
112 * (Because it may be heavy and has a special sense of "equal" for testing.)
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 32 // The Google C++ Testing Framework (Google Test)
70 // Google Test defines the testing::Message class to allow construction of
72 // streamable to std::ostream can be streamed to a testing::Message.
83 // namespace, but not other namespaces, including the testing
88 // testing::Message must access the custom << operator from the global
100 namespace testing { namespace
160 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
516 // Returns the type ID of ::testing::Test. Always call this instead
517 // of GetTypeId< ::testing::Test>() to get the type ID of
518 // ::testing::Test, as the latter may give the wrong result due to
    [all...]

Completed in 1700 milliseconds

<<31323334353637383940>>