OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
1651 - 1675
of
4772
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/llvm/unittests/ADT/
PointerIntPairTest.cpp
18
class PointerIntPairTest : public
testing
::Test {
PointerUnionTest.cpp
18
struct PointerUnionTest : public
testing
::Test {
/external/llvm/unittests/Analysis/
MixedTBAATest.cpp
23
class MixedTBAATest : public
testing
::Test {
/external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp
61
class JITEventListenerTest : public
testing
::Test {
228
class JITEnvironment : public
testing
::Environment {
234
testing
::Environment* const jit_env =
235
testing
::AddGlobalTestEnvironment(new JITEnvironment);
/external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h
41
namespace
testing
{
namespace
174
} // namespace
testing
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h
45
namespace
testing
{
namespace
208
} // namespace
testing
/external/llvm/utils/unittest/googletest/src/
gtest-test-part.cc
32
// The Google C++
Testing
Framework (Google Test)
45
namespace
testing
{
namespace
110
} // namespace
testing
gtest-typed-test.cc
35
namespace
testing
{
namespace
110
} // namespace
testing
/external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h
41
namespace
testing
{
namespace
174
} // namespace
testing
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h
45
namespace
testing
{
namespace
208
} // namespace
testing
/external/mesa3d/src/gtest/src/
gtest-test-part.cc
32
// The Google C++
Testing
Framework (Google Test)
45
namespace
testing
{
namespace
110
} // namespace
testing
gtest-typed-test.cc
35
namespace
testing
{
namespace
110
} // namespace
testing
/external/protobuf/gtest/include/gtest/
gtest-test-part.h
40
namespace
testing
{
namespace
176
} // namespace
testing
/external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h
45
namespace
testing
{
namespace
199
} // namespace
testing
/external/protobuf/gtest/samples/
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().
sample5_unittest.cc
63
class QuickTest : public
testing
::Test {
/external/protobuf/gtest/src/
gtest-test-part.cc
32
// The Google C++
Testing
Framework (Google Test)
45
namespace
testing
{
namespace
120
} // namespace
testing
gtest-typed-test.cc
35
namespace
testing
{
namespace
98
} // namespace
testing
/external/qemu/android/base/memory/
ScopedPtr_unittest.cpp
34
class ScopedPtrTest : public
testing
::Test {
/external/qemu/android/filesystems/
partition_types_unittest.cpp
17
#include "android/filesystems/
testing
/TestExt4ImageHeader.h"
18
#include "android/filesystems/
testing
/TestSupport.h"
35
mPath = android::
testing
::CreateTempFilePath();
/external/sfntly/cpp/src/test/
cmap_test.cc
39
using ::
testing
::TestWithParam;
40
using ::
testing
::Values;
86
class CMapTests : public ::
testing
::TestWithParam<CMapTestCase> {
206
::
testing
::ValuesIn(kCMapTestsTestCases));
/external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp
5
|
testing
CLOCK MONOTONIC
28
|
testing
CLOCK REALTIME
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
isacfix_unittest.cc
18
class IsacUnitTest : public
testing
::Test {
/external/webrtc/src/system_wrappers/source/
thread_unittest.cc
36
class ThreadTest : public ::
testing
::Test {
/external/webrtc/test/testsupport/
frame_reader_unittest.cc
25
class FrameReaderTest: public
testing
::Test {
Completed in 1300 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>