HomeSort by relevance Sort by last modified time
    Searched refs:TestConfig (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/boringssl/src/ssl/test/
test_config.cc 30 T TestConfig::*member;
37 T *FindField(TestConfig *config, const Flag<T> (&flags)[N], const char *flag) {
47 { "-server", &TestConfig::is_server },
48 { "-dtls", &TestConfig::is_dtls },
49 { "-fallback-scsv", &TestConfig::fallback_scsv },
51 &TestConfig::require_any_client_certificate },
52 { "-false-start", &TestConfig::false_start },
53 { "-async", &TestConfig::async },
55 &TestConfig::write_different_record_sizes },
56 { "-cbc-record-splitting", &TestConfig::cbc_record_splitting }
    [all...]
test_config.h 22 struct TestConfig {
158 bool ParseConfig(int argc, char **argv, TestConfig *out_initial,
159 TestConfig *out_resume, TestConfig *out_retry);
  /packages/apps/Bluetooth/tests/robotests/src/com/android/bluetooth/
TestConfig.java 19 public class TestConfig {
  /packages/apps/Car/Messenger/tests/robotests/src/com/android/car/messenger/
TestConfig.java 19 public class TestConfig {
  /packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/
TestConfig.java 19 public class TestConfig {
  /packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/
TestConfig.java 21 public class TestConfig {
EmergencySearchIndexablesProviderTest.java 24 import com.android.emergency.TestConfig;
37 @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
  /packages/apps/KeyChain/robotests/src/com/android/keychain/
TestConfig.java 19 public class TestConfig {
  /external/perfetto/src/tracing/core/
test_config.cc 34 TestConfig::TestConfig() = default;
35 TestConfig::~TestConfig() = default;
36 TestConfig::TestConfig(const TestConfig&) = default;
37 TestConfig& TestConfig::operator=(const TestConfig&) = default
    [all...]
  /external/perfetto/include/perfetto/tracing/core/
test_config.h 41 class TestConfig;
47 class PERFETTO_EXPORT TestConfig {
49 TestConfig();
50 ~TestConfig();
51 TestConfig(TestConfig&&) noexcept;
52 TestConfig& operator=(TestConfig&&);
53 TestConfig(const TestConfig&)
    [all...]
data_source_config.h 53 class TestConfig;
102 const TestConfig& for_testing() const { return for_testing_; }
103 TestConfig* mutable_for_testing() { return &for_testing_; }
114 TestConfig for_testing_ = {};
  /frameworks/opt/car/setupwizard/library/tests/robotests/src/com/android/car/setupwizardlib/robolectric/
TestConfig.java 19 public class TestConfig {
BaseRobolectricTest.java 28 @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
  /external/perfetto/protos/perfetto/config/
test_config.proto 26 message TestConfig {
data_source_config.proto 67 optional TestConfig for_testing =
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
TestConfigBuilder.java 30 return new TestConfig().setReplaceAll(true);
33 public static class TestConfig extends EmojiCompat.Config {
34 TestConfig() {
38 TestConfig(final EmojiCompat.MetadataRepoLoader metadataLoader) {
  /frameworks/support/viewpager2/src/androidTest/java/androidx/viewpager2/widget/
SwipeTest.java 75 private final TestConfig mTestConfig;
79 public SwipeTest(TestConfig testConfig) {
80 mTestConfig = testConfig;
132 public static List<TestConfig> getParams() {
133 List<TestConfig> tests = new ArrayList<>();
140 tests.add(new TestConfig("full pass", asList(1, 2, 3, 4, 5, 6, 7, 6, 5, 4, 3, 2, 1, 0),
143 tests.add(new TestConfig("basic vertical", asList(0, 1, 2, 3, 3, 2, 1, 0, 0),
145 tests.add(new TestConfig("swipe beyond edge pages",
149 tests.add(new TestConfig("config change", asList(1, 2, 3, 4, 5, 6, 5, 4, 3, 2, 1, 0)
    [all...]
  /frameworks/support/heifwriter/src/androidTest/java/androidx/heifwriter/
HeifWriterTest.java 129 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, false, false);
136 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, true, false);
143 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, false, true);
150 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, true, true);
157 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_SURFACE, false, false)
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 233 checkValue(res, bagRes, R.styleable.TestConfig,
247 R.styleable.TestConfig, new String[]{"bag default"});
254 R.styleable.TestConfig, new String[]{"bag xx"});
262 R.styleable.TestConfig, new String[]{"bag xx-rYY"});
269 R.styleable.TestConfig, new String[]{"bag mcc111"});
276 R.styleable.TestConfig, new String[]{"bag mnc222"});
283 R.styleable.TestConfig, new String[]{"bag notouch"});
290 R.styleable.TestConfig, new String[]{"bag stylus"});
297 R.styleable.TestConfig, new String[]{"bag nokeys"});
304 R.styleable.TestConfig, new String[]{"bag 12key"})
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.h 43 struct TestConfig {
44 TestConfig();
45 ~TestConfig();
167 const TestConfig& config,
198 const TestConfig& config_;
  /libcore/luni/src/test/java/libcore/libcore/util/
NativeAllocationRegistryTest.java 31 private static class TestConfig {
35 public TestConfig(boolean useAllocator, boolean shareRegistry) {
48 private void testNativeAllocation(TestConfig config) {
97 testNativeAllocation(new TestConfig(true, true));
101 testNativeAllocation(new TestConfig(false, true));
105 testNativeAllocation(new TestConfig(true, false));
109 testNativeAllocation(new TestConfig(false, false));
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 62 struct TestConfig
104 TestContext (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
120 TestConfig m_config;
152 void createCoordData (vector<float>& data, const TestConfig& config)
202 GLuint createCoordBuffer (const glw::Functions& gl, const TestConfig& config)
221 void createIndexData (vector<deUint16>& data, const TestConfig& config)
240 GLuint createIndexBuffer (const glw::Functions& gl, const TestConfig& config)
259 void createTextureData (vector<deUint8>& data, const TestConfig& config)
273 GLuint createTexture (const glw::Functions& gl, const TestConfig& config)
300 GLuint createProgram (const glw::Functions& gl, const TestConfig& config
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
HeifWriterTest.java 141 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, false, false);
146 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, true, false);
151 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, false, true);
156 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, true, true);
161 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_SURFACE, false, false)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 125 struct TestConfig {
127 static std::vector<TestConfig> GenerateBriefTestConfigs() {
128 std::vector<TestConfig> test_configs;
132 TestConfig test_config;
163 static std::vector<TestConfig> GenerateExtensiveTestConfigs() {
165 auto add_processing_apis = [](TestConfig test_config) {
184 std::vector<TestConfig> out;
193 auto add_aec_settings = [](const std::vector<TestConfig>& in) {
194 std::vector<TestConfig> out;
209 auto add_settings_scheme = [](const std::vector<TestConfig>& in)
    [all...]
  /packages/apps/Bluetooth/tests/robotests/src/com/android/bluetooth/opp/
OppSendFileInfoTest.java 29 import com.android.bluetooth.TestConfig;
43 @Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)

Completed in 1191 milliseconds

1 2 3 4