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

<<31323334353637383940>>

  /external/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
103 namespace testing { namespace
162 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
500 // Returns the type ID of ::testing::Test. Always call this instead
501 // of GetTypeId< ::testing::Test>() to get the type ID of
502 // ::testing::Test, as the latter may give the wrong result due to
    [all...]
  /external/gtest/test/
gtest-param-test2_test.cc 41 using ::testing::Values;
42 using ::testing::internal::ParamGenerator;
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/guava/guava-testlib/src/com/google/common/collect/testing/
OneSizeGenerator.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.CollectionSize;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
MapFeature.java 17 package com.google.common.collect.testing.features;
19 import com.google.common.collect.testing.Helpers;
  /external/guava/guava-tests/test/com/google/common/collect/
HashBasedTableTest.java 21 import com.google.common.testing.NullPointerTester;
22 import com.google.common.testing.SerializableTester;
TablesTest.java 22 import com.google.common.testing.EqualsTester;
23 import com.google.common.testing.SerializableTester;
  /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/junit/src/org/junit/rules/
TemporaryFolder.java 40 // testing purposes only
42 * for testing purposes only. Do not use.
  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 46 /// garbage values over freed memory. This is useful for testing and
160 /// CheckInvariants - For testing only. Return true if all internal
167 /// GetDefaultCodeSlabSize - For testing only. Returns DefaultCodeSlabSize
173 /// GetDefaultDataSlabSize - For testing only. Returns DefaultCodeSlabSize
179 /// GetDefaultStubSlabSize - For testing only. Returns DefaultCodeSlabSize
185 /// GetNumCodeSlabs - For testing only. Returns the number of MemoryBlocks
191 /// GetNumDataSlabs - For testing only. Returns the number of MemoryBlocks
197 /// 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/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,
  /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

Completed in 590 milliseconds

<<31323334353637383940>>