Searched refs:config (Results 501 - 525 of 4200) sorted by relevance

<<21222324252627282930>>

/external/llvm/lib/
H A DMakefile11 include $(LEVEL)/Makefile.config
/external/llvm/lib/Transforms/
H A DMakefile13 include $(LEVEL)/Makefile.config
/external/llvm/tools/gold/
H A DMakefile21 include $(LEVEL)/Makefile.config
/external/llvm/tools/llvm-config/
H A DMakefile1 ##===- tools/llvm-config/Makefile---------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-config
34 # FIXME: Host's llvm-config is not generated. It's for target's.
47 $(Echo) "Building llvm-config BuildVariables.inc file."
69 # When cross-compiling, install a version of llvm-config that runs on the host.
72 $(Echo) Installing llvm-config-host
73 $(Verb) $(ProgInstall) $(BuildLLVMToolDir)/llvm-config \
74 $(DESTDIR)$(PROJ_bindir)/$(program_prefix)llvm-config-host
/external/llvm/tools/llvm-jitlistener/
H A DMakefile13 include $(LEVEL)/Makefile.config
/external/llvm/unittests/ADT/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/
H A DMakefile15 include $(LEVEL)/Makefile.config
/external/netperf/
H A Dnetcpu_none.c5 # include <config.h>
/external/pixman/pixman/
H A Dpixman-region32.c26 #include <config.h>
/external/skia/src/core/
H A DSkDeviceProfile.cpp27 LCDConfig config, FontHintLevel level) {
30 fLCDConfig = config;
42 LCDConfig config,
44 return SkNEW_ARGS(SkDeviceProfile, (gammaExp, contrast, config, level));
26 SkDeviceProfile(float gammaExp, float contrast, LCDConfig config, FontHintLevel level) argument
40 Create(float gammaExp, float contrast, LCDConfig config, FontHintLevel level) argument
/external/stlport/stlport/stl/config/
H A D_prolog.h5 # include <stl/config/_warnings_off.h>
19 # include <stl/config/_warnings_off.h>
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h830 * by acting as a Registrar and using M1 from the AP. The config
834 * as such, the PushButton config method is removed from M1 by default.
836 * config method is left in M1 (if included in config_methods
852 * wps_nfc_pw_from_config - NFC Device Password was read from config
1057 /* Prototypes for common functions from config.c */
1061 void wpa_config_foreach_network(struct wpa_config *config,
1064 struct wpa_ssid * wpa_config_get_network(struct wpa_config *config, int id);
1065 struct wpa_ssid * wpa_config_add_network(struct wpa_config *config);
1066 int wpa_config_remove_network(struct wpa_config *config, int id);
1076 int wpa_config_add_prio_network(struct wpa_config *config,
[all...]
/external/chromium_org/chrome/browser/net/
H A Dpref_proxy_config_tracker_impl.h46 net::ProxyConfig* config) OVERRIDE;
52 const net::ProxyConfig& config);
56 virtual void OnProxyConfigChanged(const net::ProxyConfig& config,
99 // config is from policy or extension or other-precede.
106 // |ignore_fallback_config| indicates if fallback config from prefs should
122 net::ProxyConfig* config);
130 // |pref_service|. Configuration is stored in |config|, return value indicates
133 net::ProxyConfig* config);
138 // Writes the configuration to |config| unless the return value is
139 // CONFIG_UNSET, in which case |config| an
[all...]
/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vpx.cc43 vpx_codec_enc_cfg_t* config) {
45 config->g_timebase.num = 1;
46 config->g_timebase.den = 1000;
49 config->rc_target_bitrate = size.width() * size.height() *
50 config->rc_target_bitrate / config->g_w / config->g_h;
52 config->g_w = size.width();
53 config->g_h = size.height();
54 config
42 SetCommonCodecParameters(const webrtc::DesktopSize& size, vpx_codec_enc_cfg_t* config) argument
70 vpx_codec_enc_cfg_t config; local
110 vpx_codec_enc_cfg_t config; local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DCodeMirrorUtils.js81 var config = editingContext.config;
87 mode: config.mode,
88 lineWrapping: config.lineWrapping,
89 smartIndent: config.smartIndent,
91 theme: config.theme,
92 value: config.initialValue
/external/chromium_org/third_party/libvpx/
H A Dgenerate_gypi.sh7 # This script is used to generate .gypi files and files in the config/platform
14 # And this will update all the .gypi and config files needed.
21 LIBVPX_CONFIG_DIR="source/config"
72 echo " 'source/config/<(OS_CATEGORY)/<(target_arch_full)'," >> $2
268 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
270 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.config
275 -o $BASE_DIR/$TEMP_DIR/libvpx.config
281 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
289 --config
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_impl.cc34 VoiceEngine* GetVoiceEngine(const Config* config, bool owns_config) argument
46 delete config;
53 VoiceEngineImpl* self = new VoiceEngineImpl(config, owns_config);
88 Config* config = new Config(); local
89 return GetVoiceEngine(config, true);
92 VoiceEngine* VoiceEngine::Create(const Config& config) { argument
93 return GetVoiceEngine(&config, false);
/external/chromium_org/media/base/
H A Dvideo_decoder_config.cc101 bool VideoDecoderConfig::Matches(const VideoDecoderConfig& config) const {
102 return ((codec() == config.codec()) &&
103 (format() == config.format()) &&
104 (profile() == config.profile()) &&
105 (coded_size() == config.coded_size()) &&
106 (visible_rect() == config.visible_rect()) &&
107 (natural_size() == config.natural_size()) &&
108 (extra_data_size() == config.extra_data_size()) &&
109 (!extra_data() || !memcmp(extra_data(), config.extra_data(),
111 (is_encrypted() == config
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_config_service_win.cc157 void ProxyConfigServiceWin::GetCurrentProxyConfig(ProxyConfig* config) { argument
162 *config = ProxyConfig::CreateDirect();
163 config->set_source(PROXY_CONFIG_SOURCE_SYSTEM_FAILED);
166 SetFromIEConfig(config, ie_config);
172 ProxyConfig* config,
175 config->set_auto_detect(true);
179 config->proxy_rules().ParseFromString(
188 config->proxy_rules().bypass_rules.AddRuleFromString(bypass_url_domain);
192 config->set_pac_url(GURL(ie_config.lpszAutoConfigUrl));
193 config
171 SetFromIEConfig( ProxyConfig* config, const WINHTTP_CURRENT_USER_IE_PROXY_CONFIG& ie_config) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcontrol.py9 from coverage.config import CoverageConfig
57 `config_file` determines what config file to read. If it is a string,
58 it is the name of the config file to read. If it is True, then a
78 self.config = CoverageConfig()
85 self.config.from_file(config_file)
89 "Couldn't read config file %s: %s" % (config_file, err)
93 self.config.from_environment('COVERAGE_OPTIONS')
96 self.config.data_file = env_data_file
103 self.config.from_args(
122 for src in self.config
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dglx_empty.c195 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfig config, argument
200 (void) config;
210 glXGetFBConfigAttribSGIX(Display * dpy, void *config, int a, int *b)
213 (void) config;
230 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, void *config, Pixmap p)
233 (void) config;
239 glXCreateContextWithConfigSGIX(Display * dpy, void *config, int a,
243 (void) config;
251 glXGetVisualFromFBConfigSGIX(Display * dpy, void *config)
254 (void) config;
[all...]
/external/iproute2/examples/
H A Dgaiconf48 echo "Usage: $0 [-v] {--list | --config [ ${DEFAULT_GAICONF} ] | --default}"
52 TEMP=`getopt -o c::dlv -l config::,default,list,verbose -n gaiconf -- "$@"`
65 -c|--config)
76 cmd=config
83 cmd=config
108 config)
/external/mesa3d/src/glx/apple/
H A Dglx_empty.c195 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfig config, argument
200 (void) config;
210 glXGetFBConfigAttribSGIX(Display * dpy, void *config, int a, int *b)
213 (void) config;
230 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, void *config, Pixmap p)
233 (void) config;
239 glXCreateContextWithConfigSGIX(Display * dpy, void *config, int a,
243 (void) config;
251 glXGetVisualFromFBConfigSGIX(Display * dpy, void *config)
254 (void) config;
[all...]
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_common.h91 AudioDecoderConfig* config,
94 const AudioDecoderConfig& config,
99 VideoDecoderConfig* config,
102 const VideoDecoderConfig& config,
108 AudioDecoderConfig* config,

Completed in 3504 milliseconds

<<21222324252627282930>>