OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testing
(Results
526 - 550
of
8489
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/chrome/browser/sync/
backend_migrator_unittest.cc
10
#include "
testing
/gmock/include/gmock/gmock.h"
11
#include "
testing
/gtest/include/gtest/gtest.h"
13
using ::
testing
::_;
14
using ::
testing
::Eq;
15
using ::
testing
::Mock;
16
using ::
testing
::NiceMock;
17
using ::
testing
::Return;
18
using ::
testing
::SetArgumentPointee;
26
class BackendMigratorTest : public
testing
::Test {
profile_sync_service_startup_unittest.cc
5
#include "
testing
/gtest/include/gtest/gtest.h"
22
#include "
testing
/gmock/include/gmock/gmock.h"
26
using
testing
::_;
27
using
testing
::AnyNumber;
28
using
testing
::DoAll;
29
using
testing
::InvokeArgument;
30
using
testing
::Mock;
31
using
testing
::Return;
46
class ProfileSyncServiceStartupTest : public
testing
::Test {
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java
17
package com.google.common.collect.
testing
.google;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.ALLOWS_NULL_VALUES;
20
import static com.google.common.collect.
testing
.features.CollectionFeature.RESTRICTS_ELEMENTS;
21
import static com.google.common.collect.
testing
.features.CollectionFeature.SUPPORTS_ADD;
22
import static com.google.common.collect.
testing
.features.CollectionFeature.SUPPORTS_REMOVE;
23
import static com.google.common.collect.
testing
.features.CollectionSize.SEVERAL;
24
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
28
import com.google.common.collect.
testing
.features.CollectionFeature;
29
import com.google.common.collect.
testing
.features.CollectionSize;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapNavigationTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionSize.ONE;
20
import static com.google.common.collect.
testing
.features.CollectionSize.SEVERAL;
21
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
22
import static com.google.common.collect.
testing
.features.MapFeature.SUPPORTS_REMOVE;
24
import com.google.common.collect.
testing
.AbstractMapTester;
25
import com.google.common.collect.
testing
.Helpers;
26
import com.google.common.collect.
testing
.features.CollectionSize;
27
import com.google.common.collect.
testing
.features.MapFeature;
AbstractListTester.java
17
package com.google.common.collect.
testing
.testers;
19
import com.google.common.collect.
testing
.AbstractCollectionTester;
20
import com.google.common.collect.
testing
.Helpers;
/external/chromium/base/
message_loop_proxy_impl_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
10
#include "
testing
/platform_test.h"
13
class MessageLoopProxyImplTest : public
testing
::Test {
path_service_unittest.cc
13
#include "
testing
/gtest/include/gtest/gtest.h"
14
#include "
testing
/gtest/include/gtest/gtest-spi.h"
15
#include "
testing
/platform_test.h"
/external/chromium/base/synchronization/
cancellation_flag_unittest.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
15
#include "
testing
/platform_test.h"
55
::
testing
::FLAGS_gtest_death_test_style = "threadsafe";
/external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h
25
#include "
testing
/gtest/include/gtest/gtest.h"
59
class DesktopNotificationsTest : public
testing
::Test {
71
//
testing
::Test overrides
/external/chromium/chrome/browser/parsers/
metadata_parser_filebase_unittest.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
18
class FileMetaDataParserTest : public
testing
::Test {
21
// Create a temporary directory for
testing
and fill it with a file.
/external/chromium/chrome/browser/policy/
managed_prefs_banner_base_unittest.cc
8
#include "
testing
/gmock/include/gmock/gmock.h"
9
#include "
testing
/gtest/include/gtest/gtest.h"
15
class ManagedPrefsBannerBaseTest : public
testing
::Test {
mock_device_management_backend.h
18
#include "
testing
/gmock/include/gmock/gmock.h"
19
#include "
testing
/gtest/include/gtest/gtest.h"
25
// Useful for unit
testing
when a server-based backend isn't
/external/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc
8
#include "
testing
/gmock/include/gmock/gmock.h"
9
#include "
testing
/gtest/include/gtest/gtest.h"
22
class DirectoryAddRequestTest : public
testing
::Test {
/external/chromium/chrome/browser/ui/cocoa/
gradient_button_cell_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
26
initTextCell:@"
Testing
"]);
styled_text_field_cell_unittest.mm
11
#include "
testing
/gtest/include/gtest/gtest.h"
12
#include "
testing
/platform_test.h"
28
[[StyledTextFieldTestCell alloc] initTextCell:@"
Testing
"]);
/external/chromium/sdch/open-vcdiff/src/
output_string_test.cc
19
#include "
testing
.h"
29
class OutputStringTest : public
testing
::Test {
74
class OutputCRopeTest : public
testing
::Test {
/external/dbus/doc/
dbus-test-plan.xml
27
<sect2 id="importance-of-
testing
">
28
<title>The importance of
testing
</title>
30
As with any big library or program,
testing
is important. It
41
D-Bus can be built with support for
testing
by passing
43
is recommended that production systems build without
testing
49
<title>
Testing
the D-Bus client library</title>
79
To solve these problems, there is a
testing
feature called the
127
For
testing
authentication, there is a
testing
feature that
148
<title>
Testing
the D-Bus bus daemon</title
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tst_byteswap.c
2
* This
testing
program makes sure the byteswap functions work
52
printf("
Testing
ext2fs_swab16\n");
70
printf("
Testing
ext2fs_swab32\n");
/external/guava/guava-testlib/src/com/google/common/collect/testing/
TestContainerGenerator.java
17
package com.google.common.collect.
testing
;
60
* com.google.common.collect.
testing
.features.CollectionFeature#KNOWN_ORDER}
61
* is specified when creating the test suite. It should never run when
testing
/external/guava/guava-tests/test/com/google/common/base/
EnumsTest.java
21
import com.google.common.
testing
.EqualsTester;
22
import com.google.common.
testing
.NullPointerTester;
23
import com.google.common.
testing
.SerializableTester;
/external/icu4c/test/intltest/
itercoll.h
72
*
Testing
the assignment operator
77
*
Testing
the constructors
82
*
Testing
the strength order functionality
/external/llvm/unittests/ExecutionEngine/JIT/
IntelJITEventListenerTest.cpp
59
// for
testing
, pretend we have an Intel Parallel Amplifier XE 2011
109
testing
::Environment* const jit_env =
110
testing
::AddGlobalTestEnvironment(new JITEnvironment);
/external/valgrind/main/memcheck/tests/
overlap.c
27
/*
testing
memcpy/strcpy overlap */
65
/*
testing
strcpy, strncpy() */
87
/*
testing
strncat() */
/external/webkit/Source/WebCore/page/animation/
AnimationController.h
59
bool pauseAnimationAtTime(RenderObject*, const String& name, double t); // To be used only for
testing
60
bool pauseTransitionAtTime(RenderObject*, const String& property, double t); // To be used only for
testing
61
unsigned numberOfActiveAnimations() const; // To be used only for
testing
/external/zlib/
INDEX
10
test/example.c zlib usages examples for build
testing
11
test/minigzip.c minimal gzip-like functionality for build
testing
12
test/infcover.c inf*.c code coverage for build coverage
testing
Completed in 697 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>