OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
2576 - 2600
of
4772
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/external/chromium_org/media/cdm/
aes_decryptor_unittest.cc
15
#include "
testing
/gmock/include/gmock/gmock.h"
16
#include "
testing
/gtest/include/gtest/gtest.h"
18
using ::
testing
::_;
19
using ::
testing
::Gt;
20
using ::
testing
::IsNull;
21
using ::
testing
::NotNull;
22
using ::
testing
::SaveArg;
23
using ::
testing
::StrNe;
145
// Subsample entries for
testing
. The sum of |cypher_bytes| and |clear_bytes| of
200
class AesDecryptorTest : public
testing
::Test
[
all
...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_wrap_test.cc
33
using ::
testing
::_;
34
using ::
testing
::AnyNumber;
35
using ::
testing
::DoAll;
36
using ::
testing
::Invoke;
37
using ::
testing
::Return;
38
using ::
testing
::StrEq;
115
class KernelWrapTest : public ::
testing
::Test {
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc
69
namespace
testing
{
namespace
236
if (!::
testing
::internal::IsTrue(expression)) { \
237
DeathTestAbort(::
testing
::internal::String::Format( \
241
} while (::
testing
::internal::AlwaysFalse())
257
DeathTestAbort(::
testing
::internal::String::Format( \
261
} while (::
testing
::internal::AlwaysFalse())
359
// The textual content of the code this object is
testing
. This class
[
all
...]
/external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc
69
namespace
testing
{
namespace
236
if (!::
testing
::internal::IsTrue(expression)) { \
237
DeathTestAbort(::
testing
::internal::String::Format( \
241
} while (::
testing
::internal::AlwaysFalse())
257
DeathTestAbort(::
testing
::internal::String::Format( \
261
} while (::
testing
::internal::AlwaysFalse())
362
// The textual content of the code this object is
testing
. This class
[
all
...]
/external/mesa3d/src/gtest/src/
gtest-death-test.cc
69
namespace
testing
{
namespace
236
if (!::
testing
::internal::IsTrue(expression)) { \
237
DeathTestAbort(::
testing
::internal::String::Format( \
241
} while (::
testing
::internal::AlwaysFalse())
257
DeathTestAbort(::
testing
::internal::String::Format( \
261
} while (::
testing
::internal::AlwaysFalse())
359
// The textual content of the code this object is
testing
. This class
[
all
...]
/external/protobuf/gtest/src/
gtest-death-test.cc
69
namespace
testing
{
namespace
223
if (!::
testing
::internal::IsTrue(expression)) { \
224
DeathTestAbort(::
testing
::internal::String::Format( \
228
} while (::
testing
::internal::AlwaysFalse())
244
DeathTestAbort(::
testing
::internal::String::Format( \
248
} while (::
testing
::internal::AlwaysFalse())
346
// The textual content of the code this object is
testing
. This class
[
all
...]
/frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp
56
class CpuConsumerTest : public ::
testing
::TestWithParam<CpuConsumerTestParams> {
60
const ::
testing
::TestInfo* const test_info =
61
::
testing
::UnitTest::GetInstance()->current_test_info();
733
::
testing
::ValuesIn(y8TestSets));
739
::
testing
::ValuesIn(y16TestSets));
745
::
testing
::ValuesIn(rawTestSets));
751
::
testing
::ValuesIn(rgba8888TestSets));
/hardware/libhardware/tests/camera2/
camera2.cpp
37
class Camera2Test: public
testing
::Test {
309
const ::
testing
::TestInfo* const testInfo =
310
::
testing
::UnitTest::GetInstance()->current_test_info();
400
const ::
testing
::TestInfo* const test_info =
401
::
testing
::UnitTest::GetInstance()->current_test_info();
536
const ::
testing
::TestInfo* const test_info =
537
::
testing
::UnitTest::GetInstance()->current_test_info();
/external/chromium_org/net/quic/
quic_packet_creator_test.cc
17
#include "
testing
/gmock/include/gmock/gmock.h"
23
using
testing
::DoAll;
24
using
testing
::InSequence;
25
using
testing
::Return;
26
using
testing
::SaveArg;
27
using
testing
::_;
62
class QuicPacketCreatorTest : public ::
testing
::TestWithParam<TestParams> {
138
testing
::StrictMock<MockFramerVisitor> framer_visitor_;
151
::
testing
::ValuesIn(GetTestParams()));
[
all
...]
/external/chromium_org/apps/
app_window_geometry_cache_unittest.cc
16
#include "
testing
/gtest/include/gtest/gtest.h"
38
class AppWindowGeometryCacheTest : public
testing
::Test {
282
using
testing
::_;
283
using
testing
::Mock;
/external/chromium_org/base/memory/
discardable_memory_manager_unittest.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
138
public
testing
::Test {
268
public
testing
::TestWithParam<PermutationTestData> {
377
::
testing
::Values(PermutationTestData(0, 1, 2),
/external/chromium_org/cc/resources/
raster_worker_pool_perftest.cc
23
#include "
testing
/gtest/include/gtest/gtest.h"
24
#include "
testing
/perf/perf_test.h"
212
public
testing
::TestWithParam<RasterWorkerPoolType>,
249
// Overridden from
testing
::Test:
421
::
testing
::Values(RASTER_WORKER_POOL_TYPE_PIXEL_BUFFER,
427
public
testing
::Test {
/external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_test_base.cc
45
using
testing
::_;
337
::
testing
::Mock::VerifyAndClearExpectations(mock_homedir_methods_);
369
::
testing
::Mock::VerifyAndClearExpectations(mock_homedir_methods_);
/external/chromium_org/chrome/browser/chromeos/policy/
power_policy_browsertest.cc
55
#include "
testing
/gmock/include/gmock/gmock.h"
56
#include "
testing
/gtest/include/gtest/gtest.h"
61
using ::
testing
::AnyNumber;
62
using ::
testing
::InvokeWithoutArgs;
63
using ::
testing
::_;
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action_unittest.cc
29
#include "
testing
/gmock/include/gmock/gmock.h"
30
#include "
testing
/gtest/include/gtest/gtest.h"
35
using
testing
::HasSubstr;
72
class WebRequestActionWithThreadsTest : public
testing
::Test {
107
testing
::Test::SetUp();
/external/chromium_org/chrome/browser/history/
history_querying_unittest.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
72
class HistoryQueryTest : public
testing
::Test {
103
SCOPED_TRACE(
testing
::Message() << "i = " << i);
116
SCOPED_TRACE(
testing
::Message() << "i = " << i);
/external/chromium_org/chrome/browser/media/
encrypted_media_browsertest.cc
17
#include "
testing
/gtest/include/gtest/gtest-spi.h"
356
public
testing
::WithParamInterface<
427
using ::
testing
::Combine;
428
using ::
testing
::Values;
635
//
Testing
that the media browser test does fail on plugin crash.
/external/chromium_org/chrome/browser/
process_singleton_posix_unittest.cc
32
#include "
testing
/gtest/include/gtest/gtest.h"
38
class ProcessSingletonPosixTest : public
testing
::Test {
40
// A ProcessSingleton exposing some protected methods for
testing
.
75
testing
::Test::SetUp();
111
testing
::Test::TearDown();
/external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc
23
#include "
testing
/gtest/include/gtest/gtest.h"
45
class SyncableFileOperationRunnerTest : public
testing
::Test {
121
SCOPED_TRACE(
testing
::Message() << location.ToString());
130
SCOPED_TRACE(
testing
::Message() << location.ToString());
/external/chromium_org/chromeos/dbus/
shill_client_unittest_base.cc
14
#include "
testing
/gmock/include/gmock/gmock.h"
15
#include "
testing
/gtest/include/gtest/gtest.h"
18
using ::
testing
::_;
19
using ::
testing
::Invoke;
20
using ::
testing
::Return;
/external/chromium_org/components/policy/core/browser/
managed_bookmarks_tracker_unittest.cc
22
#include "
testing
/gmock/include/gmock/gmock.h"
23
#include "
testing
/gtest/include/gtest/gtest.h"
27
using
testing
::Mock;
28
using
testing
::_;
32
class ManagedBookmarksTrackerTest : public
testing
::Test {
/external/chromium_org/components/variations/
variations_associated_data_unittest.cc
8
#include "
testing
/gtest/include/gtest/gtest.h"
49
class VariationsAssociatedDataTest : public ::
testing
::Test {
57
testing
::ClearAllVariationIDs();
58
testing
::ClearAllVariationParams();
variations_seed_simulator_unittest.cc
13
#include "
testing
/gtest/include/gtest/gtest.h"
83
class VariationsSeedSimulatorTest : public ::
testing
::Test {
91
testing
::ClearAllVariationIDs();
92
testing
::ClearAllVariationParams();
/external/chromium_org/content/browser/fileapi/
isolated_context_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
51
class IsolatedContextTest : public
testing
::Test {
199
SCOPED_TRACE(
testing
::Message() << "
Testing
"
249
SCOPED_TRACE(
testing
::Message() << "
Testing
"
/external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_unittest.cc
13
#include "
testing
/gtest/include/gtest/gtest.h"
32
class IndexedDBTransactionTest : public
testing
::Test {
72
public
testing
::WithParamInterface<indexed_db::TransactionMode> {
367
::
testing
::ValuesIn(kTestModes));
Completed in 1467 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>