OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
2901 - 2925
of
4772
) sorted by null
<<
111
112
113
114
115
116
117
118
119
120
>>
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractListenableFutureTest.java
17
package com.google.common.util.concurrent.
testing
;
/external/guava/guava-tests/test/com/google/common/cache/
CacheRefreshTest.java
21
import com.google.common.
testing
.FakeTicker;
/external/guava/guava-tests/test/com/google/common/collect/
AbstractCollectionTest.java
24
import com.google.common.
testing
.NullPointerTester;
MapMakerTest.java
24
import com.google.common.
testing
.NullPointerTester;
SynchronizedSetTest.java
21
import com.google.common.
testing
.SerializableTester;
/external/guava/guava-tests/test/com/google/common/io/
FileBackedOutputStreamTest.java
19
import com.google.common.
testing
.GcFinalization;
/external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntsTest.java
23
import com.google.common.
testing
.NullPointerTester;
UnsignedLongsTest.java
26
import com.google.common.
testing
.NullPointerTester;
/external/llvm/unittests/Analysis/
CFGTest.cpp
30
class IsPotentiallyReachableTest : public
testing
::Test {
76
PassInfo *PI = new PassInfo("isPotentiallyReachable
testing
pass",
/external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp
21
class ExecutionEngineTest : public
testing
::Test {
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITObjectCacheTest.cpp
88
class MCJITObjectCacheTest : public
testing
::Test, public MCJITTestBase {
/external/llvm/unittests/IR/
MetadataTest.cpp
23
class MetadataTest : public
testing
::Test {
53
strncpy(str, "
testing
1 2 3", 13);
61
EXPECT_STREQ("metadata !\"
testing
1 2 3\"", oss.str().c_str());
/external/llvm/unittests/Support/
MemoryBufferTest.cpp
23
class MemoryBufferTest : public
testing
::Test {
31
/// Common
testing
for different modes of getOpenFileSlice.
RegexTest.cpp
18
class RegexTest : public ::
testing
::Test {
SourceMgrTest.cpp
19
class SourceMgrTest : public
testing
::Test {
SpecialCaseListTest.cpp
18
class SpecialCaseListTest : public ::
testing
::Test {
/external/mesa3d/src/glsl/tests/
copy_constant_to_storage_tests.cpp
38
class copy_constant_to_storage : public ::
testing
::Test {
/external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java
55
private boolean
testing
= false;
field in class:MessageFactoryImpl
80
* This is for
testing
-- allows you to generate invalid requests
83
this.
testing
= flag;
715
if (
testing
) {
732
if (this.
testing
)
[
all
...]
/external/protobuf/gtest/test/
gtest-port_test.cc
53
namespace
testing
{
namespace
157
::
testing
::ExitedWithCode(0), "Success");
165
class RETest : public ::
testing
::Test {};
169
typedef
testing
::Types<
699
} // namespace
testing
/external/protobuf/src/google/protobuf/io/
printer_unittest.cc
41
#include <google/protobuf/
testing
/googletest.h>
/external/protobuf/src/google/protobuf/testing/
file.cc
34
#include <google/protobuf/
testing
/file.h>
/external/qemu/android/base/
Log.h
200
// to see in the final binaries, but are useful during
testing
.
368
namespace
testing
{
namespace in namespace:android::base
371
// IMPORTANT: Only use this for unit
testing
the log facility.
393
} // namespace
testing
/external/regex-re2/util/
benchmark.cc
12
using
testing
::Benchmark;
sparse_array_test.cc
58
class SparseArrayStringTest : public
testing
::Test {
/external/scrypt/tests/
scrypt_test.cpp
59
class ScryptTest : public ::
testing
::Test {
Completed in 1571 milliseconds
<<
111
112
113
114
115
116
117
118
119
120
>>