HomeSort by relevance Sort by last modified time
    Searched refs:config (Results 501 - 525 of 2432) sorted by null

<<21222324252627282930>>

  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.cpp 232 LOGV("get config");
233 struct msm_audio_config config; local
234 status = ioctl(mFd, AUDIO_GET_CONFIG, &config);
236 LOGE("Cannot read pcm_out config");
240 LOGV("set pcm_out config");
241 config.channel_count = AudioSystem::popCount(channels());
242 config.sample_rate = mSampleRate;
243 config.buffer_size = mBufferSize;
244 config.buffer_count = AUDIO_HW_NUM_OUT_BUF;
245 // config.codec_type = CODEC_TYPE_PCM
    [all...]
  /external/icu4c/tools/genren/
Makefile 39 # We use config.status to mean we have a valid out of source tree.
41 $(ICUDIR)/config.status:
51 $(DAT): $(ICUDIR)/config.status Makefile
54 $(COM): $(DAT) $(ICUDIR)/config.status Makefile
57 $(I18): $(DAT) $(COM) $(ICUDIR)/config.status Makefile
60 $(LAY): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
63 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
66 $(UIO): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 50 attr_accessor :offset, :lines, :stop_num, :config
53 @config = YAML::load(File.open(config_path))
76 data_path = @config['mangle_data_path']
229 when 0..30 then return rand(255).chr * rand(@config['buffer_overflow_length'])
231 when 51..65 then return ("&#" + rand(999999).to_s + ";") * rand(@config['max_garbage_text_size'])
237 return junk.join('') * rand(@config['max_garbage_text_size'])
244 return junk.join('') * rand(@config['max_garbage_text_size'])
249 return rand(255).chr * (@config['buffer_overflow_length'] + rand(500))
256 when 76..85 then return ("&#" + rand(9999999999999).to_s + ";") * rand(@config['max_garbage_text_size'])
258 when 91..98 then return rand(255).chr * rand(@config['max_garbage_text_size']
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiConnectionTest.java 115 for (WifiConfiguration config : networks) {
116 log(config.toString());
129 * @param config is the network configuration
132 private void connectToWifi(WifiConfiguration config) {
134 assertTrue("failed to connect to " + config.SSID,
135 mAct.connectToWifiWithConfiguration(config));
144 log("config.SSID = " + config.SSID);
148 assertTrue(config.SSID.contains(mAct.mWifiManager.getConnectionInfo().getSSID()));
  /external/wpa_supplicant/
eap.c 246 struct wpa_ssid *config = eap_get_config(sm); local
254 if (sm->reqMethod == EAP_TYPE_TLS && config &&
255 (config->pending_req_pin ||
256 config->pending_req_passphrase)) {
693 struct wpa_ssid *config = eap_get_config(sm); local
695 if (!wpa_config_allowed_eap_method(config, vendor, method)) {
712 struct wpa_ssid *config = eap_get_config(sm); local
739 if (wpa_config_allowed_eap_method(config, m->vendor,
773 struct wpa_ssid *config = eap_get_config(sm); local
803 if (wpa_config_allowed_eap_method(config, m->vendor
944 struct wpa_ssid *config = eap_get_config(sm); local
1416 struct wpa_ssid *config; local
1604 struct wpa_ssid *config = eap_get_config(sm); local
1750 struct wpa_ssid *config = eap_get_config(sm); local
1766 struct wpa_ssid *config = eap_get_config(sm); local
1782 struct wpa_ssid *config = eap_get_config(sm); local
1798 struct wpa_ssid *config = eap_get_config(sm); local
1816 struct wpa_ssid *config = eap_get_config(sm); local
    [all...]
config_winreg.c 35 #include "config.h"
51 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk)
61 wpa_printf(MSG_DEBUG, "Could not open wpa_supplicant config "
112 wpa_config_set_blob(config, blob);
164 static int wpa_config_read_global(struct wpa_config *config, HKEY hk)
168 wpa_config_read_reg_dword(hk, TEXT("ap_scan"), &config->ap_scan);
170 &config->fast_reauth);
172 &config->dot11RSNAConfigPMKLifetime);
175 &config->dot11RSNAConfigPMKReauthThreshold);
177 &config->dot11RSNAConfigSATimeout)
363 struct wpa_config *config; local
    [all...]
eap_ttls.c 78 struct wpa_ssid *config = eap_get_config(sm); local
89 if (config && config->phase1) {
90 char *pos = os_strstr(config->phase1, "ttlsver=");
99 if (config && config->phase2) {
100 if (os_strstr(config->phase2, "autheap=")) {
103 } else if (os_strstr(config->phase2, "auth=MSCHAPV2")) {
106 } else if (os_strstr(config->phase2, "auth=MSCHAP")) {
109 } else if (os_strstr(config->phase2, "auth=PAP"))
527 struct wpa_ssid *config = eap_get_config(sm); local
643 struct wpa_ssid *config = eap_get_config(sm); local
763 struct wpa_ssid *config = eap_get_config(sm); local
838 struct wpa_ssid *config = eap_get_config(sm); local
892 struct wpa_ssid *config = eap_get_config(sm); local
1087 struct wpa_ssid *config = eap_get_config(sm); local
1501 struct wpa_ssid *config = eap_get_config(sm); local
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc 58 bool GetConfiguration(const std::string& json, SyncConfiguration* config) {
64 if (!result->GetBoolean("keepEverythingSynced", &config->sync_everything))
73 config->data_types.insert(syncable::BOOKMARKS);
79 config->data_types.insert(syncable::PREFERENCES);
85 config->data_types.insert(syncable::THEMES);
91 config->data_types.insert(syncable::PASSWORDS);
97 config->data_types.insert(syncable::AUTOFILL);
103 config->data_types.insert(syncable::EXTENSIONS);
109 config->data_types.insert(syncable::TYPED_URLS);
115 config->data_types.insert(syncable::SESSIONS)
    [all...]
  /external/srec/srec/cfront/
ca_wave.c 72 ASSERT(hFrontend->config->waveobj->samplerate);
76 setup_channel_object(hWave->data.channel, hFrontend->config->waveobj,
77 hFrontend->config->freqobj,
78 hFrontend->config->cepobj);
80 hWave->data.samplerate = hFrontend->config->waveobj->samplerate;
84 hFrontend->config->waveobj->samplerate / FRAMERATE,
85 hFrontend->config->freqobj->window_length);
87 hWave->data.stats.highclip_level = hFrontend->config->waveobj->high_clip;
88 hWave->data.stats.lowclip_level = hFrontend->config->waveobj->low_clip;
90 hFrontend->config->waveobj->max_per10000_clip
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 212 // make a config class
213 AndroidLaunchConfiguration config = new AndroidLaunchConfiguration(); local
215 // fill it with the config coming from the ILaunchConfiguration object
216 config.set(configuration);
237 doLaunch(configuration, mode, monitor, project, androidLaunch, config, controller,
243 AndroidLaunchConfiguration config, AndroidLaunchController controller,
248 if (config.mLaunchAction == ACTION_ACTIVITY) {
249 // Get the activity name defined in the config
262 config.mLaunchAction = ACTION_DO_NOTHING;
274 revertToNoActionLaunch(project, config);
    [all...]
  /external/elfutils/config/
Makefile 2 # config/Makefile. Generated from Makefile.in by configure.
38 subdir = config
40 config.guess config.rpath config.sub depcomp install-sh \
49 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
50 CONFIG_HEADER = $(top_builddir)/config.h
55 ACLOCAL = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run aclocal-1.9
58 AMTAR = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run tar
59 AUTOCONF = ${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autocon
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 514 * @param config the set of variables that describe the configuration,
520 public int addNetwork(WifiConfiguration config) {
521 if (config == null) {
524 config.networkId = -1;
525 return addOrUpdateNetwork(config);
531 * @param config the set of variables that describe the configuration,
543 public int updateNetwork(WifiConfiguration config) {
544 if (config == null || config.networkId < 0) {
547 return addOrUpdateNetwork(config);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 212 FolderConfiguration config = getConfiguration(); local
216 framework.getConfiguredResources(config);
218 project.getConfiguredResources(config);
273 * Returns a config. This must be a valid config like a device would return. This is to
279 FolderConfiguration config = new FolderConfiguration(); local
282 config.addQualifier(new SmallestScreenWidthQualifier(320));
283 config.addQualifier(new ScreenWidthQualifier(320));
284 config.addQualifier(new ScreenHeightQualifier(480));
285 config.addQualifier(new ScreenSizeQualifier(ScreenSize.NORMAL))
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
APacketSource.cpp 220 CHECK(GetAttribute(params, "config", &val));
222 sp<ABuffer> config = decodeHex(val); local
223 CHECK(config != NULL);
224 CHECK_GE(config->size(), 4u);
226 const uint8_t *data = config->data();
268 CHECK(GetAttribute(params, "config", &val));
270 sp<ABuffer> config = decodeHex(val); local
271 CHECK(config != NULL);
275 CHECK_LT(20 + config->size(), 128u);
277 const uint8_t *data = config->data()
367 sp<ABuffer> config = decodeHex(val); local
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_linux_unittest.cc 272 // Let the config service post a destroy message to the IO thread
281 // Does gconf setup and initial fetch of the proxy config,
292 // Synchronously gets the proxy config.
294 net::ProxyConfig* config) {
298 *config = proxy_config_;
332 // The config obtained by |io_thread_| and read back by the main
356 path = path.Append(FILE_PATH_LITERAL("config"));
362 kde4_config_ = path.Append(FILE_PATH_LITERAL("config"));
630 ProxyConfig config; local
634 sync_config_getter.SyncGetLatestProxyConfig(&config);
938 ProxyConfig config; local
959 ProxyConfig config; local
1379 ProxyConfig config; local
1417 ProxyConfig config; local
1437 ProxyConfig config; local
1451 ProxyConfig config; local
1466 ProxyConfig config; local
1484 ProxyConfig config; local
    [all...]
proxy_config.cc 164 ProxyConfig::ProxyConfig(const ProxyConfig& config)
165 : auto_detect_(config.auto_detect_),
166 pac_url_(config.pac_url_),
167 proxy_rules_(config.proxy_rules_),
168 id_(config.id_) {
174 ProxyConfig& ProxyConfig::operator=(const ProxyConfig& config) {
175 auto_detect_ = config.auto_detect_;
176 pac_url_ = config.pac_url_;
177 proxy_rules_ = config.proxy_rules_;
178 id_ = config.id_
    [all...]
  /external/skia/src/images/
SkImageDecoder.cpp 39 static SkBitmap::Config gDeviceConfig = SkBitmap::kNo_Config;
41 SkBitmap::Config SkImageDecoder::GetDeviceConfig()
46 void SkImageDecoder::SetDeviceConfig(SkBitmap::Config config)
48 gDeviceConfig = config;
97 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width,
105 chooser->inspect(0, config, width, height);
116 void SkImageDecoder::setPrefConfigTable(const SkBitmap::Config pref[6]) {
125 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth
127 SkBitmap::Config config; local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c 352 __PERF_CUSTOM_create(PERF_OBJHANDLE hObject, PERF_Config *config,
363 if (config->replay_file)
367 if (config->log_file) free(config->log_file);
368 config->log_file = config->replay_file;
369 config->replay_file = NULL;
378 if (config->log_file || config->debug || config->detailed_debug
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 22 #include "config.h"
2204 struct wpa_config *config; local
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.cc 46 const ProxyConfigServiceImpl::ProxyConfig& config) {
47 switch (config.mode) {
50 << SourceToString(config.automatic_proxy.source) << "\n";
54 << SourceToString(config.automatic_proxy.source) << "\n";
58 << SourceToString(config.automatic_proxy.source)
59 << "\n PAC: " << config.automatic_proxy.pac_url << "\n";
62 out << "Single proxy:\n" << config.single_proxy;
65 out << "HTTP proxy: " << config.http_proxy;
66 out << "HTTPS proxy: " << config.https_proxy;
67 out << "FTP proxy: " << config.ftp_proxy
    [all...]
  /external/oprofile/gui/
oprof_start.cpp 37 #include "config.h"
157 kernel_filename_edit->setText(config.kernel_filename.c_str());
159 no_vmlinux->setChecked(config.no_kernel);
161 buffer_size_edit->setText(QString().setNum(config.buffer_size));
162 buffer_watershed_edit->setText(QString().setNum(config.buffer_watershed));
163 cpu_buffer_size_edit->setText(QString().setNum(config.cpu_buffer_size));
164 note_table_size_edit->setText(QString().setNum(config.note_table_size));
165 callgraph_depth_edit->setText(QString().setNum(config.callgraph_depth));
166 verbose->setChecked(config.verbose);
167 separate_lib_cb->setChecked(config.separate_lib)
380 in >> config; local
    [all...]
  /external/elfutils/
Android.mk 120 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-linux.h
123 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-darwin.h
126 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-cygwin.h
129 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-freebsd.h
134 LOCAL_CFLAGS += -include $(LOCAL_PATH)/config.h
182 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-linux.h
185 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-darwin.h
188 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-cygwin.h
191 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-freebsd.h
196 LOCAL_CFLAGS += -include $(LOCAL_PATH)/config.h -DLIBSTR=\"$(LOCAL_MODULE)\" -Dstpcpy=strcp
    [all...]
  /external/icu4c/tools/genbidi/
Makefile.in 74 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
76 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
85 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  /external/icu4c/tools/gencase/
Makefile.in 74 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
76 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
85 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  /external/icu4c/tools/gencfu/
Makefile.in 75 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
77 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
86 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

Completed in 1983 milliseconds

<<21222324252627282930>>