OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
901 - 925
of
4772
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
testing.properties.template
17
#directory on test machine where automated
testing
framework will be installed. ${buildLabel}
21
#name of zip file containing automated
testing
framework and JUnit test plug-ins
28
executionDir=${testDir}\\eclipse-
testing
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
CollectionFeature.java
17
package com.google.common.collect.
testing
.features;
19
import com.google.common.collect.
testing
.Helpers;
CollectionSize.java
17
package com.google.common.collect.
testing
.features;
19
import com.google.common.collect.
testing
.Helpers;
31
* com.google.common.collect.
testing
.FeatureSpecificTestSuiteBuilder#withFeatures(Feature...)}),
TesterRequirements.java
17
package com.google.common.collect.
testing
.features;
19
import com.google.common.collect.
testing
.Helpers;
/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}.
SetNavigationTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.SUPPORTS_REMOVE;
20
import static com.google.common.collect.
testing
.features.CollectionSize.ONE;
21
import static com.google.common.collect.
testing
.features.CollectionSize.SEVERAL;
22
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
24
import com.google.common.collect.
testing
.Helpers;
25
import com.google.common.collect.
testing
.features.CollectionFeature;
26
import com.google.common.collect.
testing
.features.CollectionSize;
/external/libvpx/libvpx/test/
active_map_test.cc
90
::
testing
::Values(::libvpx_test::kRealTime),
91
::
testing
::Range(0, 6));
decode_perf_test.cc
65
class DecodePerfTest : public ::
testing
::TestWithParam<decode_perf_param_t> {
103
::
testing
::ValuesIn(kVP9DecodePerfVectors));
test_vector_test.cc
92
::
testing
::ValuesIn(libvpx_test::kVP8TestVectors,
96
::
testing
::ValuesIn(libvpx_test::kVP9TestVectors,
/external/llvm/unittests/ExecutionEngine/JIT/
IntelJITEventListenerTest.cpp
62
// for
testing
, pretend we have an Intel Parallel Amplifier XE 2011
112
testing
::Environment* const jit_env =
113
testing
::AddGlobalTestEnvironment(new JITEnvironment);
/external/protobuf/gtest/samples/
sample7_unittest.cc
45
using ::
testing
::TestWithParam;
46
using ::
testing
::Values;
/external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc
42
#include <google/protobuf/
testing
/googletest.h>
44
#include <google/protobuf/
testing
/file.h>
/external/qemu/android/base/
EintrWrapper_unittest.cpp
29
using namespace ::android::base::
testing
;
31
class EintrWrapperTest : public ::
testing
::Test, LogOutput {
/external/qemu/android/filesystems/
ramdisk_extractor_unittest.cpp
15
#include "android/filesystems/
testing
/TestSupport.h"
23
#include "android/filesystems/
testing
/TestRamdiskImage.h"
25
class RamdiskExtractorTest : public ::
testing
::Test {
28
mTempFilePath(android::
testing
::CreateTempFilePath()) {}
/external/valgrind/main/memcheck/tests/
sh-mem-random.stdout.exp
1
--------
testing
non-auxmap range --------
/frameworks/native/cmds/installd/
Android.mk
7
# Static library used in
testing
and executable
/frameworks/testing/espresso/espresso-contrib/src/main/java/com/google/android/apps/common/testing/ui/espresso/contrib/
DrawerMatchers.java
17
package com.google.android.apps.common.
testing
.ui.espresso.contrib;
19
import com.google.android.apps.common.
testing
.ui.espresso.matcher.BoundedMatcher;
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
Root.java
17
package com.google.android.apps.common.
testing
.ui.espresso;
22
import com.google.android.apps.common.
testing
.ui.espresso.util.HumanReadables;
/frameworks/testing/espresso/
gradle.properties
41
GROUP_ID=com.google.android.apps.common.
testing
//just espresso-lib?
/frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmImpl.java
17
package com.android.
testing
.alarmservice;
27
import com.android.
testing
.alarmservice.Alarm.Stub;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
active_map_test.cc
90
::
testing
::Values(::libvpx_test::kRealTime),
91
::
testing
::Range(0, 6));
decode_perf_test.cc
65
class DecodePerfTest : public ::
testing
::TestWithParam<decode_perf_param_t> {
103
::
testing
::ValuesIn(kVP9DecodePerfVectors));
test_vector_test.cc
92
::
testing
::ValuesIn(libvpx_test::kVP8TestVectors,
96
::
testing
::ValuesIn(libvpx_test::kVP9TestVectors,
/ndk/sources/third_party/googletest/googletest/samples/
sample7_unittest.cc
45
using ::
testing
::TestWithParam;
46
using ::
testing
::Values;
Completed in 751 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>