HomeSort by relevance Sort by last modified time
    Searched refs:config (Results 1 - 25 of 5299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/src/
scan-code-c.c 1 #include <config.h>
scan-gram-c.c 1 #include <config.h>
scan-skel-c.c 1 #include <config.h>
  /external/compiler-rt/test/asan/
lit.site.cfg.in 4 # 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.target_arch = "@ASAN_TEST_TARGET_ARCH@
    [all...]
  /external/compiler-rt/test/msan/Unit/
lit.site.cfg.in 4 # 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/
lit.site.cfg.in 4 # 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/
lit.site.cfg.in 4 # 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/
lit.site.cfg.in 4 # 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/
lit.site.cfg.in 4 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/
config.c 20 int WebPConfigInitInternal(WebPConfig* config,
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->filter_type = 1; // default: strong (so U/V is filtered too
    [all...]
  /external/compiler-rt/test/asan/Unit/
lit.site.cfg.in 6 # 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.test_exec_roo
    [all...]
  /external/icu/icu4c/source/config/
test-icu-config.sh 6 # 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 --cxxflags
    [all...]
  /external/compiler-rt/unittests/
lit.common.unit.configured.in 4 # 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.host_os = "@HOST_OS@
    [all...]
  /frameworks/base/native/android/
configuration.cpp 27 AConfiguration* config = new AConfiguration; local
28 memset(config, 0, sizeof(AConfiguration));
29 return config;
32 void AConfiguration_delete(AConfiguration* config) {
33 delete config;
44 int32_t AConfiguration_getMcc(AConfiguration* config) {
45 return config->mcc;
48 int32_t AConfiguration_getMnc(AConfiguration* config) {
49 return config->mnc;
52 void AConfiguration_getLanguage(AConfiguration* config, char* outLanguage)
    [all...]
  /external/bison/lib/
binary-io.c 1 #include <config.h>
bitrotate.c 1 #include <config.h>
math.c 1 #include <config.h>
mbuiter.c 1 #include <config.h>
sig-handler.c 1 #include <config.h>
stdio.c 1 #include <config.h>
unistd.c 1 #include <config.h>
wctype-h.c 2 #include <config.h>
xsize.c 1 #include <config.h>
  /external/f2fs-tools/mkfs/
f2fs_format_utils.h 13 extern struct f2fs_configuration config;
  /external/freetype/include/
ft2build.h 37 #include <config/ftheader.h>

Completed in 1214 milliseconds

1 2 3 4 5 6 7 8 91011>>