Searched refs:Config (Results 151 - 175 of 548) sorted by relevance

1234567891011>>

/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp29 Config.insert(std::make_pair("mode", "deep")).first->second;
43 // Note, we have to add the string to the Config map for the ConfigDumper
55 Config.insert(std::make_pair("ipa", DefaultIPA)).first->second;
81 Config.insert(std::make_pair(ModeKey, "destructors")).first->second;
111 ConfigTable::const_iterator E = Config.end();
114 Config.find((Twine(CheckerName) + ":" + OptionName).str());
135 : StringRef(Config.insert(std::make_pair(Name, Default)).first->second);
239 : StringRef(Config.insert(std::make_pair(Name, OS.str()))
256 Config.insert(std::make_pair(Name, DefaultVal)).first->second);
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
H A DCaliperClientSocketBenchmark.java23 import org.conscrypt.ClientSocketBenchmark.Config;
62 private final class CaliperConfig implements Config {
H A DCaliperEngineWrapBenchmark.java40 import org.conscrypt.EngineWrapBenchmark.Config;
86 private final class CaliperConfig implements Config {
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DEngineHandshakeBenchmark.java48 interface Config { interface in class:EngineHandshakeBenchmark
64 EngineHandshakeBenchmark(Config config) throws Exception {
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
H A DJmhAlpnBenchmark.java20 import org.conscrypt.EngineHandshakeBenchmark.Config;
61 private final class JmhConfig implements Config {
H A DJmhCipherEncryptBenchmark.java19 import org.conscrypt.CipherEncryptBenchmark.Config;
60 private final class JmhConfig implements Config {
H A DJmhEngineHandshakeBenchmark.java36 import org.conscrypt.EngineHandshakeBenchmark.Config;
76 private final class JmhConfig implements Config {
H A DJmhEngineWrapBenchmark.java36 import org.conscrypt.EngineWrapBenchmark.Config;
90 private final class JmhConfig implements Config {
/external/parameter-framework/upstream/test/functional-tests/
H A DAutoSync.cpp31 #include "Config.hpp"
57 static Config createConfig()
59 Config config;
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
H A DSdkPicker.java15 import org.robolectric.annotation.Config;
45 * @param config a {@link Config} specifying one or more SDKs
51 public List<SdkConfig> selectSdks(Config config, AndroidManifest appManifest) {
74 protected Set<SdkConfig> configuredSdks(Config config, AndroidManifest appManifest) {
101 if (config.sdk().length == 1 && config.sdk()[0] == Config.ALL_SDKS) {
114 if (value == Config.DEFAULT_VALUE_INT) {
116 } else if (value == Config.NEWEST_SDK) {
118 } else if (value == Config.OLDEST_SDK) {
120 } else if (value == Config.TARGET_SDK) {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowAccessibilityWindowInfoTest.java13 import org.robolectric.annotation.Config;
16 @Config(minSdk = LOLLIPOP)
H A DShadowConfigurationTest.java13 import org.robolectric.annotation.Config;
33 @Config(minSdk = Build.VERSION_CODES.JELLY_BEAN_MR1)
H A DShadowDateIntervalFormatTest.java18 import org.robolectric.annotation.Config;
21 @Config(minSdk = M)
H A DShadowICUTest.java17 import org.robolectric.annotation.Config;
20 @Config(minSdk = LOLLIPOP)
H A DShadowNotificationBuilderTest.java19 import org.robolectric.annotation.Config;
44 @Config(minSdk = JELLY_BEAN_MR1)
52 @Config(minSdk = JELLY_BEAN_MR1)
81 @Config(minSdk = M)
112 @Config(minSdk = JELLY_BEAN_MR1)
120 @Config(minSdk = JELLY_BEAN_MR1)
156 @Config(minSdk = JELLY_BEAN_MR2)
179 @Config(minSdk = M)
H A DShadowRestrictionsManagerTest.java18 import org.robolectric.annotation.Config;
21 @Config(minSdk = LOLLIPOP)
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/util/
H A DTestRunnerWithManifest.java8 import org.robolectric.annotation.Config;
39 protected AndroidManifest getAppManifest(Config config) {
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/util/
H A DTestRunnerWithManifest.java8 import org.robolectric.annotation.Config;
39 protected AndroidManifest getAppManifest(Config config) {
/external/webrtc/webrtc/audio/
H A Daudio_state.cc21 AudioState::AudioState(const AudioState::Config& config)
76 const AudioState::Config& config) {
/external/webrtc/webrtc/call/
H A Dpacket_injection_tests.cc39 CreateSenderCall(Call::Config());
40 CreateReceiverCall(Call::Config());
H A Drtc_event_log.h58 const webrtc::VideoReceiveStream::Config& config) = 0;
62 const webrtc::VideoSendStream::Config& config) = 0;
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
H A Daudio_encoder_g722.h25 struct Config { struct in class:webrtc::final
33 explicit AudioEncoderG722(const Config& config);
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
H A Daudio_encoder_copy_red.h28 struct Config { struct in class:webrtc::final
35 explicit AudioEncoderCopyRed(const Config& config);
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq.cc31 std::string NetEq::Config::ToString() const {
46 NetEq* NetEq::Create(const NetEq::Config& config) {
/external/webrtc/webrtc/modules/audio_coding/test/
H A Dutility.h133 void UseLegacyAcm(webrtc::Config* config);
135 void UseNewAcm(webrtc::Config* config);

Completed in 522 milliseconds

1234567891011>>