/external/webp/src/enc/ |
D | config.c | 23 int WebPConfigInitInternal(WebPConfig* const config, in WebPConfigInitInternal() argument 28 if (config == NULL) return 0; in WebPConfigInitInternal() 30 config->quality = quality; in WebPConfigInitInternal() 31 config->target_size = 0; in WebPConfigInitInternal() 32 config->target_PSNR = 0.; in WebPConfigInitInternal() 33 config->method = 4; in WebPConfigInitInternal() 34 config->sns_strength = 50; in WebPConfigInitInternal() 35 config->filter_strength = 20; // default: light filtering in WebPConfigInitInternal() 36 config->filter_sharpness = 0; in WebPConfigInitInternal() 37 config->filter_type = 0; // default: simple in WebPConfigInitInternal() [all …]
|
/external/icu4c/config/ |
D | test-icu-config.sh | 10 which icu-config 11 icu-config 12 icu-config -? 13 icu-config --BAD ARGUMENT 14 icu-config --bindir 15 icu-config --cflags 16 icu-config --cxx 17 icu-config --cc 18 icu-config --cxxflags 19 icu-config --cppflags [all …]
|
/external/srec/tests/ |
D | Android.mk | 9 ../config/en.us/tcp/bothtags5.tcp \ 10 ../config/en.us/tcp/bothtags5_from_saved.tcp \ 11 ../config/en.us/tcp/change_sample_rate2.tcp \ 12 ../config/en.us/tcp/recognize_1_live.tcp \ 13 ../config/en.us/tcp/recognize_10_live.tcp \ 14 ../config/en.us/tcp/set_get_param.tcp \ 15 ../config/en.us/audio/v139/v139_024.nwv \ 16 ../config/en.us/audio/v139/v139_254.nwv \ 17 ../config/en.us/audio/v139/v139_127.nwv \ 18 ../config/en.us/audio/v139/v139_107.nwv \ [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_file.c | 246 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, in wpa_config_process_blob() argument 266 wpa_config_set_blob(config, blob); in wpa_config_process_blob() 278 struct wpa_config *config; in wpa_config_read() local 281 config = wpa_config_alloc_empty(NULL, NULL); in wpa_config_read() 282 if (config == NULL) in wpa_config_read() 287 os_free(config); in wpa_config_read() 306 if (wpa_config_add_prio_network(config, ssid)) { in wpa_config_read() 315 if (wpa_config_process_blob(config, f, &line, pos + 12) in wpa_config_read() 321 } else if (wpa_config_process_global(config, pos, line) < 0) { in wpa_config_read() 331 config->ssid = head; in wpa_config_read() [all …]
|
D | config_winreg.c | 56 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk) in wpa_config_read_blobs() argument 117 wpa_config_set_blob(config, blob); in wpa_config_read_blobs() 170 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk) in wpa_config_read_global_uuid() argument 179 if (uuid_str2bin(str, config->uuid)) in wpa_config_read_global_uuid() 188 static int wpa_config_read_global_os_version(struct wpa_config *config, in wpa_config_read_global_os_version() argument 198 if (hexstr2bin(str, config->os_version, 4)) in wpa_config_read_global_os_version() 208 static int wpa_config_read_global(struct wpa_config *config, HKEY hk) in wpa_config_read_global() argument 212 wpa_config_read_reg_dword(hk, TEXT("ap_scan"), &config->ap_scan); in wpa_config_read_global() 214 &config->fast_reauth); in wpa_config_read_global() 216 (int *) &config->dot11RSNAConfigPMKLifetime); in wpa_config_read_global() [all …]
|
/external/icu4c/ |
D | Makefile.in | 46 ALL_PKGCONFIG_FILES=$(ALL_PKGCONFIG_SUFFIX:%=$(top_builddir)/config/icu-%.pc) 49 …D_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_build… 52 LOCAL_BUILT_FILES = icudefs.mk config/icucross.mk 59 MANX_FILES = config/icu-config.$(SECTION) 104 CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 143 @$(MKINSTALLDIRS) $(DESTDIR)$(pkgdatadir)/config 147 …$(INSTALL_DATA) @platform_make_fragment@ $(DESTDIR)$(pkgdatadir)/config/@platform_make_fragment_na… 153 $(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config 154 $(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc 155 $(INSTALL_DATA) $(top_builddir)/config/pkgdata.inc $(DESTDIR)$(pkglibdir)/pkgdata.inc [all …]
|
D | Makefile.org | 40 …NSTALLED_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/icu-config $(top… 50 MANX_FILES = config/icu-config.$(SECTION) 87 CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 122 @$(MKINSTALLDIRS) $(DESTDIR)$(pkgdatadir)/config 126 $(INSTALL_DATA) $(top_srcdir)/config/mh-linux $(DESTDIR)$(pkgdatadir)/config/mh-linux 129 $(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config 130 $(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc 158 $(RMV) $(top_builddir)/config/Makefile.inc $(top_builddir)/config/icu-config 159 $(RMV) config.cache config.log config.status 160 $(RMV) Makefile config/Makefile icudefs.mk $(LIBDIR) $(BINDIR) [all …]
|
/external/wpa_supplicant/ |
D | config_file.c | 251 struct wpa_config *config; in wpa_config_read() local 254 config = wpa_config_alloc_empty(NULL, NULL); in wpa_config_read() 255 if (config == NULL) in wpa_config_read() 260 os_free(config); in wpa_config_read() 285 if (wpa_config_add_prio_network(config, ssid)) { in wpa_config_read() 312 wpa_config_set_blob(config, blob); in wpa_config_read() 315 os_free(config->ctrl_interface); in wpa_config_read() 316 config->ctrl_interface = os_strdup(pos + 15); in wpa_config_read() 318 config->ctrl_interface); in wpa_config_read() 320 os_free(config->ctrl_interface_group); in wpa_config_read() [all …]
|
/external/dnsmasq/src/ |
D | dhcp.c | 494 struct dhcp_config *config; in config_find_by_address() local 496 for (config = configs; config; config = config->next) in config_find_by_address() 497 if ((config->flags & CONFIG_ADDR) && config->addr.s_addr == addr.s_addr) in config_find_by_address() 498 return config; in config_find_by_address() 635 static int is_addr_in_context(struct dhcp_context *context, struct dhcp_config *config) in is_addr_in_context() argument 639 if (!(config->flags & CONFIG_ADDR)) in is_addr_in_context() 642 if (is_same_net(config->addr, context->start, context->netmask)) in is_addr_in_context() 648 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type) in config_has_mac() argument 652 for (conf_addr = config->hwaddr; conf_addr; conf_addr = conf_addr->next) in config_has_mac() 669 struct dhcp_config *config, *candidate; in find_config() local [all …]
|
/external/chromium/build/linux/ |
D | system.gyp | 9 'pkg-config': './pkg-config-wrapper "<(sysroot)"', 13 'pkg-config': 'pkg-config' 38 '<!@(<(pkg-config) --cflags gtk+-2.0 gthread-2.0)', 43 '<!@(<(pkg-config) --libs-only-L --libs-only-other gtk+-2.0 gthread-2.0)', 46 '<!@(<(pkg-config) --libs-only-l gtk+-2.0 gthread-2.0)', 63 '<!@(<(pkg-config) --cflags gtk+-unix-print-2.0)', 68 '<!@(<(pkg-config) --libs-only-L --libs-only-other gtk+-unix-print-2.0)', 71 '<!@(<(pkg-config) --libs-only-l gtk+-unix-print-2.0)', 93 # out of $(pkg-config --cflags nss) and GYP include paths 98 '<!@(<(pkg-config) --cflags nss)', [all …]
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
D | websocket_experiment_runner.cc | 108 WebSocketExperimentTask::Config* config; in InitConfig() local 112 config = &config_.ws_config[STATE_RUN_WS - STATE_RUN_WS]; in InitConfig() 113 *config = task_config; in InitConfig() 114 config->url = in InitConfig() 116 config->ws_location = in InitConfig() 118 config->http_url = in InitConfig() 121 config = &config_.ws_config[STATE_RUN_WSS - STATE_RUN_WS]; in InitConfig() 122 *config = task_config; in InitConfig() 123 config->url = in InitConfig() 125 config->ws_location = in InitConfig() [all …]
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | Config.cpp | 211 EGLint SortConfig::wantedComponentsSize(const Config &config) const in wantedComponentsSize() 215 if (mWantRed) total += config.mRedSize; in wantedComponentsSize() 216 if (mWantGreen) total += config.mGreenSize; in wantedComponentsSize() 217 if (mWantBlue) total += config.mBlueSize; in wantedComponentsSize() 218 if (mWantAlpha) total += config.mAlphaSize; in wantedComponentsSize() 219 if (mWantLuminance) total += config.mLuminanceSize; in wantedComponentsSize() 287 …Config config(displayMode, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilForma… in add() local 289 mSet.insert(config); in add() 302 for (Iterator config = mSet.begin(); config != mSet.end(); config++) in getConfigs() local 311 …case EGL_BUFFER_SIZE: match = config->mBufferSize >= attribute[1]; … in getConfigs() [all …]
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetFile.py | 252 self.config = config = ConfigParser.ConfigParser() 258 config.read(self.config_file) 264 config = self.config 265 for section in config.sections(): 267 for option, value in config.items(section): 273 config = self.config 274 if config.has_option(OUTPUT_SECTION, OUTPUT_FILENAME): 275 config.filename = config.get(OUTPUT_SECTION, OUTPUT_FILENAME) 278 if config.filename == '' or config.filename == None: 279 config.filename = FileJustRoot(self.config_file) + ".JET" [all …]
|
/external/clang/test/Unit/ |
D | lit.site.cfg.in | 3 config.llvm_src_root = "@LLVM_SOURCE_DIR@" 4 config.llvm_obj_root = "@LLVM_BINARY_DIR@" 5 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" 6 config.llvm_libs_dir = "@LLVM_LIBS_DIR@" 7 config.llvm_build_mode = "@LLVM_BUILD_MODE@" 8 config.clang_obj_root = "@CLANG_BINARY_DIR@" 9 config.enable_shared = @ENABLE_SHARED@ 10 config.shlibdir = "@SHLIBDIR@" 11 config.shlibpath_var = "@SHLIBPATH_VAR@" 12 config.target_triple = "@TARGET_TRIPLE@" [all …]
|
/external/chromium/chrome/browser/chromeos/ |
D | proxy_cros_settings_provider.cc | 45 chromeos::ProxyConfigServiceImpl::ProxyConfig config; in DoSet() local 46 config_service->UIGetProxyConfig(&config); in DoSet() 58 val, config.single_proxy, net::ProxyServer::SCHEME_HTTP)); in DoSet() 64 val, config.single_proxy, net::ProxyServer::SCHEME_HTTP)); in DoSet() 71 val, config.http_proxy, net::ProxyServer::SCHEME_HTTP)); in DoSet() 78 val, config.http_proxy, net::ProxyServer::SCHEME_HTTP)); in DoSet() 85 val, config.https_proxy, net::ProxyServer::SCHEME_HTTP)); in DoSet() 92 val, config.https_proxy, net::ProxyServer::SCHEME_HTTP)); in DoSet() 98 if (config.automatic_proxy.pac_url.is_valid()) in DoSet() 100 config.automatic_proxy.pac_url); in DoSet() [all …]
|
/external/skia/src/images/ |
D | SkImageDecoder_libwebp.cpp | 140 SkBitmap::Config config = decodedBitmap->config(); in webp_decode_mode() local 141 if (config == SkBitmap::kARGB_8888_Config) { in webp_decode_mode() 143 } else if (config == SkBitmap::kARGB_4444_Config) { in webp_decode_mode() 145 } else if (config == SkBitmap::kRGB_565_Config) { in webp_decode_mode() 153 static bool webp_idecode(SkStream* stream, WebPDecoderConfig& config) { in webp_idecode() argument 154 WebPIDecoder* idec = WebPIDecode(NULL, NULL, &config); in webp_idecode() 156 WebPFreeDecBuffer(&config.output); in webp_idecode() 170 WebPFreeDecBuffer(&config.output); in webp_idecode() 194 WebPFreeDecBuffer(&config.output); in webp_idecode() 203 static bool webp_get_config_resize_crop(WebPDecoderConfig& config, in webp_get_config_resize_crop() argument [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | config_file.c | 247 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, in wpa_config_process_blob() argument 267 wpa_config_set_blob(config, blob); in wpa_config_process_blob() 276 struct wpa_config *config, int line, const char *value); 282 struct wpa_config *config, int line, in wpa_config_parse_int() argument 286 dst = (int *) (((u8 *) config) + (long) data->param1); in wpa_config_parse_int() 311 struct wpa_config *config, int line, in wpa_config_parse_str() argument 336 dst = (char **) (((u8 *) config) + (long) data->param1); in wpa_config_parse_str() 346 struct wpa_config *config, int line, in wpa_config_process_country() argument 353 config->country[0] = pos[0]; in wpa_config_process_country() 354 config->country[1] = pos[1]; in wpa_config_process_country() [all …]
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
D | filter_unittest.py | 163 config = self._config(base_rules, path_specific, user_rules) 165 self.assertEquals(base_rules, config._base_rules) 166 self.assertEquals(path_specific, config._path_specific) 167 self.assertEquals(user_rules, config._user_rules) 171 config = FilterConfiguration() 173 self.assertEquals([], config._base_rules) 174 self.assertEquals([], config._path_specific) 175 self.assertEquals([], config._user_rules) 184 config = FilterConfiguration() 191 self.assertFalse(config.__eq__(FilterConfiguration( [all …]
|
/external/qemu/android/avd/ |
D | hw-config.c | 56 androidHwConfig_init( AndroidHwConfig* config, in androidHwConfig_init() argument 59 #define HWCFG_BOOL(n,s,d,a,t) config->n = stringToBoolean(d); in androidHwConfig_init() 60 #define HWCFG_INT(n,s,d,a,t) config->n = d; in androidHwConfig_init() 61 #define HWCFG_STRING(n,s,d,a,t) config->n = ASTRDUP(d); in androidHwConfig_init() 62 #define HWCFG_DOUBLE(n,s,d,a,t) config->n = d; in androidHwConfig_init() 63 #define HWCFG_DISKSIZE(n,s,d,a,t) config->n = diskSizeToInt64(d); in androidHwConfig_init() 73 config->hw_keyboard_lid = 0; in androidHwConfig_init() 78 androidHwConfig_read( AndroidHwConfig* config, in androidHwConfig_read() argument 86 #define HWCFG_BOOL(n,s,d,a,t) if (iniFile_getValue(ini, s)) { config->n = iniFile_getBoolea… in androidHwConfig_read() 87 #define HWCFG_INT(n,s,d,a,t) if (iniFile_getValue(ini, s)) { config->n = iniFile_getIntege… in androidHwConfig_read() [all …]
|
/external/llvm/test/Unit/ |
D | lit.site.cfg.in | 3 config.llvm_src_root = "@LLVM_SOURCE_DIR@" 4 config.llvm_obj_root = "@LLVM_BINARY_DIR@" 5 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" 6 config.llvmgcc_dir = "@LLVMGCCDIR@" 7 config.llvm_build_mode = "@LLVM_BUILD_MODE@" 8 config.enable_shared = @ENABLE_SHARED@ 9 config.shlibdir = "@SHLIBDIR@" 10 config.shlibpath_var = "@SHLIBPATH_VAR@" 15 config.llvm_tools_dir = config.llvm_tools_dir % lit.params 16 config.llvm_build_mode = config.llvm_build_mode % lit.params [all …]
|
/external/clang/test/ |
D | lit.cfg | 9 config.name = 'Clang' 14 path = getattr(config, 'lit_tools_dir', None) 16 config.environment['PATH'], 20 config.environment['PATH'])) 21 config.environment['PATH'] = path 29 config.test_format = lit.formats.ShTest(execute_external) 32 config.suffixes = ['.c', '.cpp', '.m', '.mm', '.cu', '.ll', '.cl'] 35 config.test_source_root = os.path.dirname(__file__) 38 clang_obj_root = getattr(config, 'clang_obj_root', None) 40 config.test_exec_root = os.path.join(clang_obj_root, 'test') [all …]
|
D | lit.site.cfg.in | 3 config.llvm_src_root = "@LLVM_SOURCE_DIR@" 4 config.llvm_obj_root = "@LLVM_BINARY_DIR@" 5 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" 6 config.llvm_libs_dir = "@LLVM_LIBS_DIR@" 7 config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@" 8 config.clang_obj_root = "@CLANG_BINARY_DIR@" 9 config.target_triple = "@TARGET_TRIPLE@" 14 config.llvm_tools_dir = config.llvm_tools_dir % lit.params 15 config.llvm_libs_dir = config.llvm_libs_dir % lit.params 20 # Let the main config do the real work. [all …]
|
/external/icu4c/samples/ |
D | defs.mk | 8 CC=$(shell icu-config --cc) 9 CXX=$(shell icu-config --cxx) 10 CPPFLAGS=$(shell icu-config --cppflags) 11 CFLAGS=$(shell icu-config --cflags) 12 CXXFLAGS=$(shell icu-config --cxxflags) 13 LDFLAGS =$(shell icu-config --ldflags) 14 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio) 15 INVOKE=$(shell icu-config --invoke) 16 GENRB=$(shell icu-config --invoke=genrb) 18 PKGDATA=$(shell icu-config --invoke=pkgdata) [all …]
|
/external/clang/utils/C++Tests/ |
D | lit.cfg | 5 # Load the main clang test config so we can leech its clang finding logic. 6 lit.load_config(config, os.path.join(os.path.dirname(__file__), 8 assert config.clang, "Failed to set clang!?" 11 config.name = 'Clang++' 15 config.suffixes = [] 17 # Reset these from the Clang config. 18 config.test_source_root = config.test_exec_root = None 21 config.excludes = [] 23 config.excludes.append('Clang-Code-Syntax') 24 config.excludes.append('Clang-Code-Compile') [all …]
|
/external/llvm/test/ |
D | lit.site.cfg.in | 3 config.llvm_src_root = "@LLVM_SOURCE_DIR@" 4 config.llvm_obj_root = "@LLVM_BINARY_DIR@" 5 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" 6 config.llvmgcc_dir = "@LLVMGCCDIR@" 7 config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@" 8 config.python_executable = "@PYTHON_EXECUTABLE@" 9 config.enable_shared = @ENABLE_SHARED@ 10 config.enable_assertions = @ENABLE_ASSERTIONS@ 15 config.llvm_tools_dir = config.llvm_tools_dir % lit.params 20 # Let the main config do the real work. [all …]
|