OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testing
(Results
376 - 400
of
8489
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/ui/webui/
settings_browsertest.cc
10
#include "
testing
/gmock/include/gmock/gmock.h"
11
#include "
testing
/gtest/include/gtest/gtest.h"
13
using ::
testing
::StrictMock;
14
using ::
testing
::_;
/external/chromium/chrome/common/
about_handler.h
16
extern const size_t about_urls_size; // Only used for
testing
pref_store_observer_mock.h
11
#include "
testing
/gmock/include/gmock/gmock.h"
/external/chromium/net/base/
ssl_cipher_suite_names_unittest.cc
6
#include "
testing
/gtest/include/gtest/gtest.h"
/external/chromium/net/http/
mock_allow_url_security_manager.h
14
// in unit
testing
.
/external/chromium/webkit/glue/
unittest_test_server.h
10
#include "
testing
/gtest/include/gtest/gtest.h"
webview_unittest.cc
5
#include "
testing
/gtest/include/gtest/gtest.h"
/external/clang/test/Analysis/
default-diagnostic-visitors.c
3
// This file is for
testing
enhanced diagnostics produced by the default BugReporterVisitors.
/external/e2fsprogs/lib/ext2fs/
tst_super_size.c
2
* This
testing
program makes sure superblock size is 1024 bytes long
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
test.xml
6
The
testing
.properties file must contain definitions for all other properties in this script if they are not
11
<property name="
testing
.properties" value="${tester}/
testing
.properties" />
12
<property file="${
testing
.properties}" />
30
<!--install the vm used for
testing
-->
33
<!--set up the automated
testing
framework-->
58
<!-- copy the console log from
testing
-->
106
<!--set up
testing
directory-->
109
<!--install the vm used for
testing
-->
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionToArrayTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.KNOWN_ORDER;
20
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
22
import com.google.common.collect.
testing
.AbstractCollectionTester;
23
import com.google.common.collect.
testing
.Helpers;
24
import com.google.common.collect.
testing
.WrongType;
25
import com.google.common.collect.
testing
.features.CollectionFeature;
26
import com.google.common.collect.
testing
.features.CollectionSize;
36
* {@link com.google.common.collect.
testing
.CollectionTestSuiteBuilder}.
MapPutTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
20
import static com.google.common.collect.
testing
.features.MapFeature.ALLOWS_NULL_KEYS;
21
import static com.google.common.collect.
testing
.features.MapFeature.ALLOWS_NULL_VALUES;
22
import static com.google.common.collect.
testing
.features.MapFeature.SUPPORTS_PUT;
24
import com.google.common.collect.
testing
.AbstractMapTester;
25
import com.google.common.collect.
testing
.features.CollectionSize;
26
import com.google.common.collect.
testing
.features.MapFeature;
34
* {@link com.google.common.collect.
testing
.MapTestSuiteBuilder}.
SetHashCodeTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.ALLOWS_NULL_VALUES;
21
import com.google.common.collect.
testing
.features.CollectionFeature;
22
import com.google.common.collect.
testing
.features.CollectionSize;
/external/guava/guava-tests/test/com/google/common/collect/
BiMapCollectionTest.java
20
import com.google.common.collect.
testing
.SetTestSuiteBuilder;
21
import com.google.common.collect.
testing
.TestStringSetGenerator;
22
import com.google.common.collect.
testing
.features.CollectionFeature;
23
import com.google.common.collect.
testing
.features.CollectionSize;
/external/icu4c/test/cintltst/
cdtrgtst.h
45
* test subroutine used by the
testing
functions
/external/libyuv/files/unit_test/
unit_test.h
16
class libyuvTest : public ::
testing
::Test {
/external/llvm/bindings/python/llvm/tests/
base.py
19
"""Helper to obtain a test binary for object file
testing
.
/external/mesa3d/docs/
utilities.html
17
target="_parent">glean</a> is a framework for OpenGL
testing
.
/external/oprofile/events/ia64/itanium/
events
5
# FIXME: itanium doc describe a lot of other events, should we add them w/o any
testing
?
/external/valgrind/unittest/
gtest_fixture_injection.h
33
// a custom fixture class instead of ::
testing
::Test for TEST tests
37
// not ::
testing
::Test
44
class RacecheckFixture : public ::
testing
::Test {
54
::RacecheckFixture, ::
testing
::internal::GetTestTypeId())
/external/webkit/LayoutTests/storage/domstorage/script-tests/
clear.js
11
debug("
Testing
" + storageString);
/external/webkit/LayoutTests/storage/
transaction-error-callback.html
87
verifySuccess("
Testing
transaction failing mid-way and error callback returning true");
89
verifySuccess("
Testing
transaction failing mid-way and error callback return false");
91
verifySuccess("
Testing
statement callback throwing exception and error callback returning true");
93
verifySuccess("
Testing
statement callback throwing exception and error callback returning false");
/external/webkit/Source/WebKit/chromium/
DEPS
64
#
testing
65
'
testing
':
66
Var('chromium_svn')+'/
testing
@'+Var('chromium_rev'),
67
'
testing
/gtest':
68
From('chromium_deps', 'src/
testing
/gtest'),
69
'
testing
/gmock':
70
From('chromium_deps', 'src/
testing
/gmock'),
169
'
testing
',
185
'+
testing
',
/frameworks/base/graphics/tests/graphicstests/src/android/view/
MockView.java
20
* Mock View class for
testing
/external/chromium/testing/gtest/test/
gtest_output_test_.cc
50
using
testing
::ScopedFakeTestPartResultReporter;
51
using
testing
::TestPartResultArray;
53
using
testing
::internal::Notification;
54
using
testing
::internal::ThreadWithParam;
57
namespace posix = ::
testing
::internal::posix;
58
using
testing
::internal::String;
59
using
testing
::internal::scoped_ptr;
76
// The
testing
::Test:: prefix is necessary when calling
78
if (
testing
::Test::HasFatalFailure()) return;
92
class FailingParamTest : public
testing
::TestWithParam<int> {}
[
all
...]
Completed in 1160 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>