/external/srec/srec/cfront/ |
ca_front.c | 96 hFrontend->config = create_config_object() ; 97 setup_config_object(hFrontend->config, hFrontArgs); 112 clear_config_object(hFrontend->config); 113 delete_config_object(hFrontend->config); 114 hFrontend->config = NULL; 149 valid = make_frame(hWave->data.channel, hFrontend->config->waveobj, 150 hFrontend->config->freqobj, hFrontend->config->cepobj, 155 valid = make_frame(hWave->data.channel, hFrontend->config->waveobj, 156 hFrontend->config->freqobj [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config.h | 513 * config_methods - Config Methods 681 * by acting as a Registrar and using M1 from the AP. The config 685 * as such, the PushButton config method is removed from M1 by default. 687 * config method is left in M1 (if included in config_methods 753 /* Prototypes for common functions from config.c */ 757 void wpa_config_foreach_network(struct wpa_config *config, 760 struct wpa_ssid * wpa_config_get_network(struct wpa_config *config, int id); 761 struct wpa_ssid * wpa_config_add_network(struct wpa_config *config); 762 int wpa_config_remove_network(struct wpa_config *config, int id); 772 int wpa_config_add_prio_network(struct wpa_config *config, [all...] |
config_winreg.c | 34 #include "config.h" 50 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk) 60 wpa_printf(MSG_DEBUG, "Could not open wpa_supplicant config " 111 wpa_config_set_blob(config, blob); 164 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk) 173 if (uuid_str2bin(str, config->uuid)) 182 static int wpa_config_read_global_os_version(struct wpa_config *config, 192 if (hexstr2bin(str, config->os_version, 4)) 202 static int wpa_config_read_global(struct wpa_config *config, HKEY hk) 206 wpa_config_read_reg_dword(hk, TEXT("ap_scan"), &config->ap_scan) 436 struct wpa_config *config; local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_proxy_api.cc | 67 const DictionaryValue* config = local 80 if (!helpers::GetProxyModeFromExtensionPref(config, &mode_enum, error) || 81 !helpers::GetPacUrlFromExtensionPref(config, &pac_url, error) || 82 !helpers::GetPacDataFromExtensionPref(config, &pac_data, error) || 84 config, &proxy_rules_string, error) || 85 !helpers::GetBypassListFromExtensionPref(config, &bypass_list, error)) { 98 ProxyConfigDictionary config( 102 if (!config.GetMode(&mode)) { 123 DictionaryValue* pac_dict = helpers::CreatePacScriptDict(config); 131 DictionaryValue* proxy_rules_dict = helpers::CreateProxyRulesDict(config); [all...] |
extensions_quota_service.cc | 80 void QuotaLimitHeuristic::Bucket::Reset(const Config& config, 82 num_tokens_ = config.refill_token_count; 83 expiration_ = start + config.refill_interval; 86 QuotaLimitHeuristic::QuotaLimitHeuristic(const Config& config, 88 : config_(config), bucket_mapper_(map) { 107 const base::TimeDelta& sustain, const Config& config, BucketMapper* map) 108 : QuotaLimitHeuristic(config, map) [all...] |
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/ |
Android.mk | 17 $(PV_TOP)/engines/player/config/android \ 20 $(PV_TOP)/nodes/pvdownloadmanagernode/config/opencore \ 22 $(PV_TOP)/fileformats/mp4/parser/config/opencore \ 23 $(PV_TOP)/oscl/oscl/config/android \ 24 $(PV_TOP)/oscl/oscl/config/shared \
|
/frameworks/native/opengl/tests/EGLTest/ |
EGL_test.cpp | 60 EGLConfig config; local 68 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs); 75 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); 78 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); 81 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); 92 EGLConfig config; local 102 EXPECT_TRUE(eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs)); 110 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, 122 EGLConfig config; local 134 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs) [all...] |
/tools/build/gradle/src/main/groovy/com/android/build/gradle/internal/ |
ApplicationVariant.groovy | 31 final VariantConfiguration config 41 ApplicationVariant(VariantConfiguration config) { 42 this.config = config 47 configObjects = config.configObjects 54 return config.buildConfigLines 78 for (ProductFlavor flavor : config.flavorConfigs) {
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config_file.c | 22 #include "config.h" 247 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, 267 wpa_config_set_blob(config, blob); 276 struct wpa_config *config, int line, const char *value); 282 struct wpa_config *config, int line, 286 dst = (int *) (((u8 *) config) + (long) data->param1); 311 struct wpa_config *config, int line, 336 dst = (char **) (((u8 *) config) + (long) data->param1); 346 struct wpa_config *config, int line, 353 config->country[0] = pos[0] 510 struct wpa_config *config; local [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/ |
DefaultConfigParserTest.java | 73 Map<String, List<AppConfigurationEntry>> config = null; local 74 config = DefaultConfigurationParser.configParser(url, p, new HashMap<String, List<AppConfigurationEntry>>()); 75 entriesList = config.get("Login1"); 77 entriesList = config.get("other"); 79 entriesList = config.get("Login2"); 81 entriesList = config.get("Login3"); 83 entriesList = config.get("Login4"); 85 entriesList = config.get("Login5"); 87 entriesList = config.get("Login6"); 89 entriesList = config.get("Login7") 101 Map<String, List<AppConfigurationEntry>> config = DefaultConfigurationParser.configParser(url, p, new HashMap<String, List<AppConfigurationEntry>>()); local [all...] |
/external/chromium/net/proxy/ |
proxy_config_service_win_unittest.cc | 193 ProxyConfig config; local 194 ProxyConfigServiceWin::SetFromIEConfig(&config, tests[i].ie_config); 196 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); 197 EXPECT_EQ(tests[i].pac_url, config.pac_url()); 198 EXPECT_TRUE(tests[i].proxy_rules.Matches(config.proxy_rules()));
|
/external/skia/include/gpu/ |
GrRenderTarget.h | 47 * @return the pixel config. Can be kUnknown_GrPixelConfig 49 * config that isn't equivalent with one of our configs. 51 GrPixelConfig config() const { return fConfig; } function in class:GrRenderTarget 132 * @param config the pixel config of the destination buffer 138 * because of an unsupported pixel config. 141 GrPixelConfig config, void* buffer, size_t rowBytes); 150 * @param config the pixel config of the source buffer 156 GrPixelConfig config, const void* buffer, size_t rowBytes) [all...] |
GrTexture.h | 45 * Retrieves the pixel config specified when the texture was created. 47 GrPixelConfig config() const { return fConfig; } function in class:GrTexture 62 * @param config the pixel config of the destination buffer 68 * because of a unsupported pixel config. 71 GrPixelConfig config, void* buffer, 80 * @param config the pixel config of the source buffer 86 GrPixelConfig config, const void* buffer, 127 GrPixelConfig config) [all...] |
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/ |
ActivateFontsQt.cpp | 30 #include "config.h" 77 FcConfig* config = FcConfigCreate(); local 79 if (!FcConfigParseAndLoad (config, (FcChar8*) configFile.data(), true)) 81 if (!FcConfigAppFontAddDir (config, (FcChar8*) fontDir)) 83 FcConfigSetCurrent(config); 85 appFontSet = FcConfigGetFonts(config, FcSetApplication);
|
/frameworks/base/wifi/java/android/net/wifi/ |
WpsInfo.java | 93 WpsInfo config = new WpsInfo(); 94 config.setup = in.readInt(); 95 config.BSSID = in.readString(); 96 config.pin = in.readString(); 97 return config;
|
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 150 SkBitmap::Config config = decodedBitmap->config(); local 154 if (config == SkBitmap::kARGB_8888_Config) { 156 } else if (config == SkBitmap::kARGB_4444_Config) { 158 } else if (config == SkBitmap::kRGB_565_Config) { 166 // and decodes this block to appropriate color-space as per config object. 167 static bool webp_idecode(SkStream* stream, WebPDecoderConfig& config) { 168 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config); 170 WebPFreeDecBuffer(&config.output) 263 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, hasAlpha); local 308 SkBitmap::Config config = bitmap->config(); local 367 WebPDecoderConfig config; local 425 WebPDecoderConfig config; local 516 const SkBitmap::Config config = bm.getConfig(); local [all...] |
/development/tools/emulator/opengl/system/egl/ |
eglDisplay.cpp | 193 EGLConfig config = (EGLConfig)i; local 196 if (getConfigNativePixelFormat(config, &format)) { 197 setConfigAttrib(config, EGL_NATIVE_VISUAL_ID, format); 394 /* To get the value of attribute <a> of config <c> use the following formula: 397 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) 404 *value = *(m_configs + (int)config*m_numConfigAttribs + attribIdx); 408 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) 412 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value); 417 void eglDisplay::dumpConfig(EGLConfig config) 420 DBG("^^^^^^^^^^ dumpConfig %d ^^^^^^^^^^^^^^^^^^", (int)config); [all...] |
/external/chromium/chrome/browser/net/ |
pref_proxy_config_service.cc | 29 PrefProxyConfigTracker::GetProxyConfig(net::ProxyConfig* config) { 32 *config = pref_config_; 74 const net::ProxyConfig& config, 78 (config_state_ != CONFIG_UNSET && !pref_config_.Equals(config))) { 81 pref_config_ = config; 87 PrefProxyConfigTracker::ReadPrefConfig(net::ProxyConfig* config) { 91 *config = net::ProxyConfig(); 99 if (PrefConfigToNetConfig(proxy_dict, config)) { 109 net::ProxyConfig* config) { 121 // Ignore all the other proxy config preferences if the use of a prox [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
RenderAction.java | 310 Configuration config = new Configuration(); local 318 config.screenLayout |= Configuration.SCREENLAYOUT_SIZE_SMALL; 321 config.screenLayout |= Configuration.SCREENLAYOUT_SIZE_NORMAL; 324 config.screenLayout |= Configuration.SCREENLAYOUT_SIZE_LARGE; 327 config.screenLayout |= Configuration.SCREENLAYOUT_SIZE_XLARGE; 337 config.screenWidthDp = hardwareConfig.getScreenWidth() / density.getDpiValue(); 338 config.screenHeightDp = hardwareConfig.getScreenHeight() / density.getDpiValue(); 339 if (config.screenHeightDp < config.screenWidthDp) { 340 config.smallestScreenWidthDp = config.screenHeightDp [all...] |
/external/markdown/markdown/extensions/ |
html_tidy.py | 38 self.config = dict(output_xhtml=1, 43 self.config[c[0]] = c[1] 47 md.tidy_options = self.config
|
/external/stlport/stlport/stl/config/ |
_dm.h | 102 #include <stl/config/_detect_dll_or_lib.h> 117 #include <stl/config/_auto_link.h> 121 #include <stl/config/_feedback.h>
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
aacenc_core.h | 28 #include "config.h" 51 AACENC_CONFIG config; /* Word16 size: 8 */ member in struct:__anon17723 87 void AacInitDefaultConfig(AACENC_CONFIG *config); 98 const AACENC_CONFIG config); /* pre-initialized config struct */
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 102 #include <stl/config/_detect_dll_or_lib.h> 117 #include <stl/config/_auto_link.h> 121 #include <stl/config/_feedback.h>
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 102 #include <stl/config/_detect_dll_or_lib.h> 117 #include <stl/config/_auto_link.h> 121 #include <stl/config/_feedback.h>
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_dm.h | 102 #include <stl/config/_detect_dll_or_lib.h> 117 #include <stl/config/_auto_link.h> 121 #include <stl/config/_feedback.h>
|