Searched refs:config (Results 1 - 25 of 1682) sorted by relevance

1234567891011>>

/external/bison/src/
H A Dscan-gram-c.c1 #include <config.h>
H A Dscan-skel-c.c1 #include <config.h>
/external/dbus/dbus/
H A Ddbus-file.c25 #include <config.h>
/external/webp/src/enc/
H A Dconfig.c23 int WebPConfigInitInternal(WebPConfig* const config, argument
28 if (config == NULL) return 0;
30 config->quality = quality;
31 config->target_size = 0;
32 config->target_PSNR = 0.;
33 config->method = 4;
34 config->sns_strength = 50;
35 config->filter_strength = 20; // default: light filtering
36 config->filter_sharpness = 0;
37 config
79 WebPValidateConfig(const WebPConfig* const config) argument
[all...]
/external/clang/test/
H A Dlit.site.cfg.in3 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
[all...]
/external/llvm/test/
H A Dlit.site.cfg.in3 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
[all...]
/external/clang/test/Unit/
H A Dlit.site.cfg.in3 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
[all...]
/external/icu4c/config/
H A Dtest-icu-config.sh6 # Just a script to test out icu-config.
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
[all...]
/external/chromium/net/base/
H A Dssl_config_service_defaults.cc12 void SSLConfigServiceDefaults::GetSSLConfig(SSLConfig* config) { argument
13 *config = default_config_;
14 SetSSLConfigFlags(config);
/external/llvm/test/Unit/
H A Dlit.site.cfg.in3 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
[all...]
/external/bison/lib/
H A Dexitfail.c21 # include <config.h>
/external/valgrind/main/none/tests/
H A Dtls2.c1 #include <config.h>
H A Dtls2_so.c1 #include <config.h>
/external/webkit/Tools/EWSTools/
H A Dboot.sh30 screen -c ~/tools/screen-config
/external/wpa_supplicant/
H A Dconfig_none.c22 #include "config.h"
28 struct wpa_config *config; local
30 config = wpa_config_alloc_empty(NULL, NULL);
31 if (config == NULL)
34 return config;
38 int wpa_config_write(const char *name, struct wpa_config *config) argument
45 /* TODO: write global config parameters */
48 for (ssid = config->ssid; ssid; ssid = ssid->next) {
52 for (blob = config->blobs; blob; blob = blob->next) {
/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_none.c22 #include "config.h"
28 struct wpa_config *config; local
30 config = wpa_config_alloc_empty(NULL, NULL);
31 if (config == NULL)
34 return config;
38 int wpa_config_write(const char *name, struct wpa_config *config) argument
45 /* TODO: write global config parameters */
48 for (ssid = config->ssid; ssid; ssid = ssid->next) {
52 for (blob = config->blobs; blob; blob = blob->next) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_none.c22 #include "config.h"
28 struct wpa_config *config; local
30 config = wpa_config_alloc_empty(NULL, NULL);
31 if (config == NULL)
34 return config;
38 int wpa_config_write(const char *name, struct wpa_config *config) argument
45 /* TODO: write global config parameters */
48 for (ssid = config->ssid; ssid; ssid = ssid->next) {
52 for (blob = config->blobs; blob; blob = blob->next) {
/external/bluetooth/bluez/input/
H A Dmanager.h24 int input_manager_init(DBusConnection *conn, GKeyFile *config);
/external/tcpdump/
H A DMakefile-devel-adds8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
16 ./config.status
18 Makefile: Makefile.in config.status
19 ./config.status
21 config.status: ${srcdir}/configure
22 ./config
[all...]
/external/stlport/stlport/stl/config/
H A D_system.h29 * adjust flags for your compiler, and add <include config/stl_YOUR_COMPILER_NAME>
40 # include <stl/config/_solaris.h>
42 # include <stl/config/_gcc.h>
44 # include <stl/config/_sunprocc.h>
47 # include <stl/config/_kai.h>
51 # include <stl/config/_apcc.h>
53 # include <stl/config/_fujitsu.h>
56 # include <stl/config/_hpux.h>
58 # include <stl/config/_gcc.h>
60 # include <stl/config/_hpac
[all...]
/external/elfutils/libelf/
H A Dlibelf_next_prime.c17 # include <config.h>
/external/freetype/builds/
H A Dft2unix.h25 /* returned by the `freetype-config --cflags' or `pkg-config --cflags' */
36 /* - This file will #include <freetype2/config/ftheader.h>, instead */
37 /* of <freetype/config/ftheader.h>. */
46 /* freetype-config (or pkg-config). No modifications will be necessary */
56 #include <freetype/config/ftheader.h>
/external/freetype/include/
H A Dft2build.h34 #include <freetype/config/ftheader.h>
/external/icu4c/samples/
H A Ddefs.mk8 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
[all...]
/external/chromium/net/proxy/
H A Dproxy_config_service_fixed.cc16 ProxyConfigServiceFixed::GetLatestProxyConfig(ProxyConfig* config) { argument
17 *config = pc_;

Completed in 1098 milliseconds

1234567891011>>