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

1234567891011>>

/external/bison/src/
H A Dscan-code-c.c1 #include <config.h>
H A Dscan-gram-c.c1 #include <config.h>
H A Dscan-skel-c.c1 #include <config.h>
/external/compiler-rt/test/asan/
H A Dlit.site.cfg.in4 # Tool-specific config options.
5 config.name_suffix = "@ASAN_TEST_CONFIG_SUFFIX@"
6 config.asan_lit_source_dir = "@ASAN_LIT_SOURCE_DIR@"
7 config.target_cflags = "@ASAN_TEST_TARGET_CFLAGS@"
8 config.clang = "@ASAN_TEST_TARGET_CC@"
9 config.llvm_tools_dir = "@LLVM_TOOLS_BINARY_DIR@"
10 config.bits = "@ASAN_TEST_BITS@"
11 config.android = "@ANDROID@"
12 config.asan_dynamic = @ASAN_TEST_DYNAMIC@
13 config
[all...]
/external/compiler-rt/test/msan/Unit/
H A Dlit.site.cfg.in4 # Load common config for all compiler-rt unit tests.
5 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
7 # Setup config name.
8 config.name = 'MemorySanitizer-Unit'
13 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/msan/tests"
14 config.test_source_root = config.test_exec_root
/external/compiler-rt/test/sanitizer_common/Unit/
H A Dlit.site.cfg.in4 # Load common config for all compiler-rt unit tests.
5 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
7 # Setup config name.
8 config.name = 'SanitizerCommon-Unit'
13 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@", "lib",
15 config.test_source_root = config.test_exec_root
/external/compiler-rt/test/tsan/Unit/
H A Dlit.site.cfg.in4 # Load common config for all compiler-rt unit tests.
5 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
7 # Setup config name.
8 config.name = 'ThreadSanitizer-Unit'
13 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/tsan/tests"
14 config.test_source_root = config.test_exec_root
/external/compiler-rt/test/profile/
H A Dlit.site.cfg.in4 # Tool-specific config options.
5 config.profile_lit_binary_dir = "@PROFILE_LIT_BINARY_DIR@"
7 # Load common config for all compiler-rt lit tests.
8 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
10 # Load tool-specific config that would do the real work.
11 lit_config.load_config(config, "@PROFILE_LIT_SOURCE_DIR@/lit.cfg")
/external/compiler-rt/test/tsan/
H A Dlit.site.cfg.in4 config.has_libcxx = @TSAN_HAS_LIBCXX@
6 # Load common config for all compiler-rt lit tests.
7 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
9 # Load tool-specific config that would do the real work.
10 lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
/external/webp/src/enc/
H A Dconfig.c20 int WebPConfigInitInternal(WebPConfig* config, argument
25 if (config == NULL) return 0;
27 config->quality = quality;
28 config->target_size = 0;
29 config->target_PSNR = 0.;
30 config->method = 4;
31 config->sns_strength = 50;
32 config->filter_strength = 60; // mid-filtering
33 config->filter_sharpness = 0;
34 config
88 WebPValidateConfig(const WebPConfig* config) argument
157 WebPConfigLosslessPreset(WebPConfig* config, int level) argument
[all...]
/external/compiler-rt/test/asan/Unit/
H A Dlit.site.cfg.in6 # Load common config for all compiler-rt unit tests.
7 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
9 def push_ld_library_path(config, new_path):
11 (new_path, config.environment.get('LD_LIBRARY_PATH', '')))
12 config.environment['LD_LIBRARY_PATH'] = new_ld_library_path
14 # Setup config name.
15 config.name = 'AddressSanitizer-Unit'
24 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@",
27 config.test_source_root = config
[all...]
/external/icu/icu4c/source/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/compiler-rt/unittests/
H A Dlit.common.unit.configured.in4 # Generic config options for all compiler-rt unit tests.
5 config.target_triple = "@TARGET_TRIPLE@"
6 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
7 config.llvm_obj_root = "@LLVM_BINARY_DIR@"
8 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
9 config.compiler_rt_src_root = "@COMPILER_RT_SOURCE_DIR@"
10 config.compiler_rt_libdir = "@COMPILER_RT_LIBRARY_OUTPUT_DIR@"
11 config.llvm_build_mode = "@LLVM_BUILD_MODE@"
12 config.host_arch = "@HOST_ARCH@"
13 config
[all...]
/external/bison/lib/
H A Dbinary-io.c1 #include <config.h>
H A Dbitrotate.c1 #include <config.h>
H A Dmath.c1 #include <config.h>
H A Dmbuiter.c1 #include <config.h>
H A Dsig-handler.c1 #include <config.h>
H A Dstdio.c1 #include <config.h>
H A Dunistd.c1 #include <config.h>
H A Dwctype-h.c2 #include <config.h>
H A Dxsize.c1 #include <config.h>
/external/f2fs-tools/mkfs/
H A Df2fs_format_utils.h13 extern struct f2fs_configuration config;
/external/freetype/include/
H A Dft2build.h37 #include <config/ftheader.h>
/external/pdfium/third_party/freetype/include/
H A Dft2build.h37 #include <config/ftheader.h>

Completed in 551 milliseconds

1234567891011>>