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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libwebp/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/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/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 = "@ASAN_TEST_LLVM_TOOLS_DIR@"
10 config.bits = "@ASAN_TEST_BITS@"
11 config.android = "@CAN_TARGET_arm_android@"
12 config.asan_dynamic = @ASAN_TEST_DYNAMIC@
13 config.target_arch = "@ASAN_TEST_TARGET_ARCH@
    [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['LD_LIBRARY_PATH']))
12 config.environment['LD_LIBRARY_PATH'] = new_ld_library_path
14 # Setup config name.
15 config.name = 'AddressSanitizer-Unit'
20 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/asan/tests"
21 config.test_source_root = config.test_exec_roo
    [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/chromium_org/tools/grit/grit/format/policy_templates/
writer_configuration.py 17 # The prefix of key names in config determines which writer will use their
24 config = {
38 config = {
53 config['win_group_policy_class'] = 'Both'
54 config['win_supported_os'] = 'SUPPORTED_WINXPSP2'
56 config['mac_bundle_id'] = defines['mac_bundle_id']
57 return config
  /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/chromium_org/third_party/icu/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/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/chromium_org/ui/events/gesture_detection/
gesture_config_helper_aura.cc 18 GestureDetector::Config DefaultGestureDetectorConfig() {
19 GestureDetector::Config config; local
21 config.longpress_timeout = base::TimeDelta::FromMilliseconds(
23 config.showpress_timeout = base::TimeDelta::FromMilliseconds(
25 config.double_tap_timeout = base::TimeDelta::FromMilliseconds(
27 config.touch_slop =
29 config.double_tap_slop =
31 config.minimum_fling_velocity =
33 config.maximum_fling_velocity = GestureConfiguration::fling_velocity_cap()
50 ScaleGestureDetector::Config config; local
63 GestureProvider::Config config; local
    [all...]
gesture_config_helper.cc 11 GestureProvider::Config DefaultGestureProviderConfig() {
12 GestureProvider::Config config; local
13 config.display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
14 return config;
  /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...]
  /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>

Completed in 2144 milliseconds

1 2 3 4 5 6 7 8 91011>>