OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
4426 - 4450
of
4772
) sorted by null
<<
171
172
173
174
175
176
177
178
179
180
>>
/ndk/build/core/
add-application.mk
232
# NOTE: To make unit-
testing
simpler, handle the case where there is no manifest.
definitions-utils.mk
20
# variables. This makes
testing
easier.
setup-toolchain.mk
150
# install armeabi-v7a-hard to lib/armeabi-v7a, unless under
testing
where env. var. _NDK_TESTING_ALL_
/external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc
120
#include "
testing
/gtest/include/gtest/gtest.h"
121
#include "
testing
/platform_test.h"
169
// Extension ids used during
testing
.
[
all
...]
/external/chromium_org/content/browser/quota/
quota_manager_unittest.cc
22
#include "
testing
/gtest/include/gtest/gtest.h"
69
class QuotaManagerTest : public
testing
::Test {
100
// Don't (automatically) start the eviction for
testing
.
[
all
...]
/external/protobuf/gtest/include/gtest/
gtest-param-test.h
35
// in Google C++
Testing
Framework (Google Test)
51
// class. It must be derived from
testing
::TestWithParam<T>, where T is
53
// from
testing
::Test. T can be any copyable type. If it's a raw pointer,
56
class FooTest : public ::
testing
::TestWithParam<const char*> {
79
// are all in the
testing
namespace:
161
namespace
testing
{
namespace
[
all
...]
/external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc
43
public
testing
::WithParamInterface<ui::wm::WindowType> {
[
all
...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_sequence_test.js
6
GEN_INCLUDE(['../
testing
/chromevox_unittest_base.js']);
spannable_test.js
6
GEN_INCLUDE(['../
testing
/chromevox_unittest_base.js']);
traverse_content.js
70
* getting stuck if that code fails. This is set to false for unit
testing
.
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc
47
#include "
testing
/gtest/include/gtest/gtest.h"
60
#include "
testing
/gmock/include/gmock/gmock.h"
62
using
testing
::_;
63
using
testing
::Return;
158
// Note that in our
testing
we do not ever query the BrowserList for the "last
161
//
testing
sessions.
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js
279
* undefined. Used mostly for
testing
.
/external/chromium_org/net/spdy/
spdy_proxy_client_socket_unittest.cc
28
#include "
testing
/gtest/include/gtest/gtest.h"
29
#include "
testing
/platform_test.h"
65
public
testing
::WithParamInterface<NextProto> {
145
testing
::Values(kProtoDeprecatedSPDY2,
[
all
...]
/external/chromium_org/third_party/jstemplate/
jsevalcontext.js
279
* undefined. Used mostly for
testing
.
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc
52
#include <google/protobuf/
testing
/googletest.h>
99
class ParserTest : public
testing
::Test {
756
// we are
testing
every possible error that Parser can generate because
[
all
...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer_unittest.cc
15
#include "
testing
/gtest/include/gtest/gtest.h"
26
class TestBasicJitterBuffer : public ::
testing
::Test {
121
class TestRunningJitterBuffer : public ::
testing
::Test {
[
all
...]
/external/chromium_org/ui/compositor/
layer_unittest.cc
24
#include "
testing
/gtest/include/gtest/gtest.h"
49
// - LayerWithRealCompositorTest when a real compositor is required for
testing
.
79
class LayerWithRealCompositorTest : public
testing
::Test {
90
// Overridden from
testing
::Test:
394
class LayerWithDelegateTest : public
testing
::Test {
399
// Overridden from
testing
::Test:
[
all
...]
/external/webrtc/src/modules/audio_processing/test/
unit_test.cc
48
class ApmTest : public ::
testing
::Test {
436
//
Testing
number of invalid channels
443
//
Testing
number of valid channels
460
//
Testing
invalid sample rates
462
//
Testing
valid sample rates
612
//
Testing
gain modes
633
//
Testing
invalid target levels
638
//
Testing
valid target levels
650
//
Testing
invalid compression gains
656
//
Testing
valid compression gain
[
all
...]
/system/keymaster/
google_keymaster_test.cpp
35
::
testing
::InitGoogleTest(&argc, argv);
46
class KeymasterTest : public
testing
::Test {
[
all
...]
/external/android-clat/
clatd_test.cpp
421
//
Testing
stub for send_rawv6. The real version uses sendmsg() with a
519
class ClatdTest : public ::
testing
::Test {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb
47
while
testing
and debugging AST constructing parsers and tree parsers. This
/external/chromium_org/base/files/
file_path_watcher_browsertest.cc
32
#include "
testing
/gtest/include/gtest/gtest.h"
103
// A mock class for
testing
. Gmock is not appropriate because it is not
141
class FilePathWatcherTest : public
testing
::Test {
/external/chromium_org/base/metrics/
field_trial_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
40
// FieldTrialList::Observer implementation for
testing
.
69
class FieldTrialTest : public
testing
::Test {
[
all
...]
/external/chromium_org/base/threading/
sequenced_worker_pool_unittest.cc
24
#include "
testing
/gtest/include/gtest/gtest.h"
179
class SequencedWorkerPoolTest : public
testing
::Test {
[
all
...]
/external/chromium_org/base/time/
time_unittest.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
23
class TimeTest : public
testing
::Test {
Completed in 1777 milliseconds
<<
171
172
173
174
175
176
177
178
179
180
>>