HomeSort by relevance Sort by last modified time
    Searched defs:config (Results 876 - 900 of 2436) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 898 xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(pScrn); local
899 xf86OutputPtr output = config->output[config->compat_output];
922 xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(pScrn); local
929 for (o = 0; o < config->num_crtc; o++) {
930 xf86CrtcPtr crtc = config->crtc[o];
    [all...]
  /external/mesa3d/src/glx/
dri_glx.c 581 __GLXDRIconfigPrivate *config = (__GLXDRIconfigPrivate *) config_base; local
603 if (!glx_context_init(&pcp->base, &psc->base, &config->base)) {
609 config->base.visualID,
617 config->driConfig,
648 __GLXDRIconfigPrivate *config = (__GLXDRIconfigPrivate *) config_base; local
673 config->driConfig,
  /external/opencv3/3rdparty/zlib/
deflate.c 123 } config; typedef in typeref:struct:config_s
126 local const config configuration_table[2] = {
131 local const config configuration_table[10] = {
    [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.c 123 } config; typedef in typeref:struct:config_s
126 local const config configuration_table[2] = {
131 local const config configuration_table[10] = {
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiBrowser.java 270 InterpreterConfiguration config = local
274 config.getInterpreterByName(getIntent().getStringExtra(Constants.EXTRA_INTERPRETER_NAME));
  /external/testng/src/main/java/org/testng/reporters/
XMLSuiteResultWriter.java 27 * Utility writing an ISuiteResult to an XMLStringBuffer. Depending on the settings in the <code>config</code> property
36 private XMLReporterConfig config; field in class:XMLSuiteResultWriter
38 public XMLSuiteResultWriter(XMLReporterConfig config) {
39 this.config = config;
44 * the <code>config</code> property it might generate an additional XML file with the actual content and only
51 if (XMLReporterConfig.FF_LEVEL_SUITE_RESULT != config.getFileFragmentationLevel()) {
55 config.getOutputDirectory() + File.separatorChar + suiteResult.getTestContext().getSuite().getName();
108 XMLReporter.addDurationAttributes(config, attributes, tc.getStartDate(), tc.getEndDate());
117 if (config.isSplitClassAndPackageNames())
    [all...]
  /external/v8/src/compiler/
instruction.cc 63 void InstructionOperand::Print(const RegisterConfiguration* config) const {
66 wrapper.register_configuration_ = config;
73 const RegisterConfiguration* config = local
75 Print(config);
181 void MoveOperands::Print(const RegisterConfiguration* config) const {
184 wrapper.register_configuration_ = config;
193 const RegisterConfiguration* config = local
195 Print(config);
301 void Instruction::Print(const RegisterConfiguration* config) const {
305 wrapper.register_configuration_ = config;
311 const RegisterConfiguration* config = local
817 const RegisterConfiguration* config = local
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 78 : call_(webrtc::Call::Config()),
128 const webrtc::AudioSendStream::Config& GetSendStreamConfig(uint32_t ssrc) {
134 const webrtc::AudioReceiveStream::Config& GetRecvStreamConfig(uint32_t ssrc) {
2712 webrtc::AgcConfig config = {0}; local
    [all...]
  /external/webrtc/webrtc/call/
call_perf_tests.cc 22 #include "webrtc/config.h"
55 void TestCaptureNtpTime(const FakeNetworkPipe::Config& net_config,
235 Config voe_config;
242 AudioState::Config send_audio_state_config;
244 Call::Config sender_config;
246 Call::Config receiver_config;
253 FakeNetworkPipe::Config net_config;
278 FakeNetworkPipe::Config());
282 FakeNetworkPipe::Config());
290 AudioSendStream::Config audio_send_config(&audio_send_transport)
714 Call::Config config = EndToEndTest::GetSenderCallConfig(); local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 202 NetEq::Config config_;
234 NetEq::Config config; local
235 NetEq* neteq = NetEq::Create(config);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc 190 Config config; local
191 return Create(config, nullptr);
194 AudioProcessing* AudioProcessing::Create(const Config& config) {
195 return Create(config, nullptr);
198 AudioProcessing* AudioProcessing::Create(const Config& config,
200 AudioProcessingImpl* apm = new AudioProcessingImpl(config, beamformer);
209 AudioProcessingImpl::AudioProcessingImpl(const Config& config
1317 IntelligibilityEnhancer::Config config; local
1476 audioproc::Config config; local
    [all...]
audio_processing_impl_locking_unittest.cc 22 #include "webrtc/config.h"
144 // Create test config for the second processing API function set.
149 // Create test config for the first processing API function set.
164 // Lambda functions for the test config generation.
544 Config config; local
559 config.Set<ExtendedFilter>(
563 config.Set<DelayAgnostic>(
567 apm_->SetExtraOptions(config);
    [all...]
audio_processing_performance_unittest.cc 23 #include "webrtc/config.h"
555 // Lambda function for adding default desktop APM settings to a config.
556 auto add_default_desktop_config = [](Config* config) {
557 config->Set<ExtendedFilter>(new ExtendedFilter(true));
558 config->Set<DelayAgnostic>(new DelayAgnostic(true));
561 // Lambda function for adding beamformer settings to a config.
562 auto add_beamformer_config = [](Config* config) {
568 config->Set<Beamforming>
582 Config config; variable
583 add_default_desktop_config(&config); variable
591 Config config; variable
592 add_beamformer_config(&config); variable
593 add_default_desktop_config(&config); variable
602 Config config; variable
604 add_default_desktop_config(&config); variable
618 Config config; variable
628 Config config; variable
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 176 Config config; local
262 config.Set<ExtendedFilter>(new ExtendedFilter(true));
265 config.Set<DelayAgnostic>(new DelayAgnostic(true));
268 config.Set<DelayAgnostic>(new DelayAgnostic(true));
407 config.Set<ExperimentalNs>(new ExperimentalNs(true));
443 apm->SetExtraOptions(config);
    [all...]
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 108 RelayServerConfig config(RELAY_GTURN);
110 config.ports.push_back(ProtocolAddress(relay_address_udp, PROTO_UDP));
113 config.ports.push_back(ProtocolAddress(relay_address_tcp, PROTO_TCP));
116 config.ports.push_back(ProtocolAddress(relay_address_ssl, PROTO_SSLTCP));
119 if (!config.ports.empty()) {
120 AddTurnServer(config);
246 PortConfiguration* config = new PortConfiguration(allocator_->stun_servers(), local
251 config->AddRelay(turn_server);
253 ConfigReady(config);
256 void BasicPortAllocatorSession::ConfigReady(PortConfiguration* config) {
352 PortConfiguration* config = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 135 struct eap_peer_config *config = eap_get_config(sm); local
146 if (config && config->phase1)
147 eap_peap_parse_phase1(data, config->phase1);
149 if (eap_peer_select_phase2_methods(config, "auth=",
159 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_PEAP)) {
602 struct eap_peer_config *config = eap_get_config(sm); local
728 (config->pending_req_identity || config->pending_req_password ||
729 config->pending_req_otp || config->pending_req_new_password))
1014 struct eap_peer_config *config = eap_get_config(sm); local
    [all...]
eap_sim.c 83 struct eap_peer_config *config = eap_get_config(sm); local
97 if (config && config->phase1) {
98 char *pos = os_strstr(config->phase1, "sim_min_num_chal=");
114 data->result_ind = os_strstr(config->phase1, "result_ind=1") !=
118 if (config && config->anonymous_identity) {
119 data->pseudonym = os_malloc(config->anonymous_identity_len);
121 os_memcpy(data->pseudonym, config->anonymous_identity,
122 config->anonymous_identity_len)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 1021 char *config, *end, *pos, *line_end; local
1028 config = os_readfile(TNC_CONFIG_FILE, &config_len);
1029 if (config == NULL) {
1035 end = config + config_len;
1036 for (pos = config; pos < end; pos = line_end + 1) {
1059 os_free(config);
  /external/zlib/src/
deflate.c 123 } config; typedef in typeref:struct:config_s
126 local const config configuration_table[2] = {
131 local const config configuration_table[10] = {
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 137 effect_config_t config; member in struct:android::__anon28789::ReverbContext
424 if (pContext->config.inputCfg.channels == AUDIO_CHANNEL_OUT_STEREO) {
426 } else if (pContext->config.inputCfg.channels != AUDIO_CHANNEL_OUT_MONO) {
534 if (pContext->config.outputCfg.accessMode == EFFECT_BUFFER_ACCESS_ACCUMULATE){
622 pContext->config = *pConfig;
695 *pConfig = pContext->config;
721 pContext->config.inputCfg.accessMode = EFFECT_BUFFER_ACCESS_READ;
723 pContext->config.inputCfg.channels = AUDIO_CHANNEL_OUT_MONO;
725 pContext->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
728 pContext->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT
    [all...]
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 138 * in frameworks/base/core/res/res/values/config.xml or the appropriate device resource overlay.
222 * These constants must match the definition in res/values/config.xml.
286 final Configuration config = res.getConfiguration(); local
289 if (config.isLayoutSizeAtLeast(Configuration.SCREENLAYOUT_SIZE_XLARGE)) {
  /frameworks/base/packages/SettingsLib/tests/src/com/android/settingslib/wifi/
WifiTrackerTest.java 329 WifiConfiguration config = new WifiConfiguration(); local
330 config.networkId = configs.size();
331 config.SSID = '"' + ssid + '"';
332 configs.add(config);
333 return config.networkId;
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 249 ViewConfiguration config = ViewConfiguration.get(getContext()); local
252 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop();
  /frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java 363 List<PersistableBundle> config = dpm.getTrustAgentConfiguration( local
366 if (DEBUG) Slog.v(TAG, "Detected trust agents disabled. Config = " + config);
367 if (config != null && config.size() > 0) {
370 + " disabled until it acknowledges "+ config);
373 mTrustAgentService.onConfigure(config, mSetTrustAgentFeaturesToken);
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 371 ALOGE("Cannot find a config with given stream ID: %d", streamId);
650 jobject config = env->CallObjectMethod(builder, gTvStreamConfigBuilderClassInfo.build); local
652 env->SetObjectArrayElement(result, i, config);
654 env->DeleteLocalRef(config);

Completed in 837 milliseconds

<<31323334353637383940>>