Home
last modified time | relevance | path

Searched full:config (Results 1 – 25 of 20509) sorted by relevance

12345678910>>...821

/external/curl/src/
Dtool_cfgable.c33 void config_init(struct OperationConfig *config) in config_init() argument
35 memset(config, 0, sizeof(struct OperationConfig)); in config_init()
37 config->use_httpget = FALSE; in config_init()
38 config->create_dirs = FALSE; in config_init()
39 config->maxredirs = DEFAULT_MAXREDIRS; in config_init()
40 config->proto_present = FALSE; in config_init()
41 config->proto_redir_present = FALSE; in config_init()
42 config->proto_default = NULL; in config_init()
43 config->tcp_nodelay = TRUE; /* enabled by default */ in config_init()
44 config->happy_eyeballs_timeout_ms = CURL_HET_DEFAULT; in config_init()
[all …]
/external/robolectric/resources/src/test/java/org/robolectric/res/android/
DConfigDescriptionTest.java57 ResTable_config config = new ResTable_config(); in parse_mcc() local
58 ConfigDescription.parse("mcc310", config); in parse_mcc()
59 assertThat(config.mcc).isEqualTo(310); in parse_mcc()
64 ResTable_config config = new ResTable_config(); in parse_mcc_upperCase() local
65 ConfigDescription.parse("MCC310", config); in parse_mcc_upperCase()
66 assertThat(config.mcc).isEqualTo(310); in parse_mcc_upperCase()
71 ResTable_config config = new ResTable_config(); in parse_mcc_mnc_upperCase() local
72 ConfigDescription.parse("mcc310-mnc004", config); in parse_mcc_mnc_upperCase()
73 assertThat(config.mcc).isEqualTo(310); in parse_mcc_mnc_upperCase()
74 assertThat(config.mnc).isEqualTo(4); in parse_mcc_mnc_upperCase()
[all …]
/external/sdv/vsomeip/third_party/boost/
Ddependencies_1.76.0.txt1 accumulators -> array assert circular_buffer concept_check config core fusion iterator mpl numeric~…
2 algorithm -> array assert bind concept_check config core exception function iterator mpl range rege…
3 align -> assert config core static_assert
4 any -> config core static_assert throw_exception type_index type_traits
5 array -> assert config core static_assert throw_exception
6 asio -> array assert bind chrono config core coroutine date_time function regex smart_ptr system th…
7 assert -> config
8 assign -> array config core move mpl preprocessor ptr_container range static_assert throw_exception…
9 atomic -> align assert config static_assert type_traits winapi
10 beast -> asio assert bind config container core endian intrusive logic mp11 optional smart_ptr stat…
[all …]
/external/webp/src/enc/
Dconfig_enc.c15 #include "src/webp/config.h"
24 int WebPConfigInitInternal(WebPConfig* config, in WebPConfigInitInternal() argument
29 if (config == NULL) return 0; in WebPConfigInitInternal()
31 config->quality = quality; in WebPConfigInitInternal()
32 config->target_size = 0; in WebPConfigInitInternal()
33 config->target_PSNR = 0.; in WebPConfigInitInternal()
34 config->method = 4; in WebPConfigInitInternal()
35 config->sns_strength = 50; in WebPConfigInitInternal()
36 config->filter_strength = 60; // mid-filtering in WebPConfigInitInternal()
37 config->filter_sharpness = 0; in WebPConfigInitInternal()
[all …]
/external/cpuinfo/test/build.prop/
Dhuawei-ascend-p7.log27 ro.config.hisi_soc_type=true
28 ro.config.hisi_rpt_mode=0
30 ro.config.fm_type=libbcmfm_if
32 ro.config.KeyPassToUser=true
34 ro.config.notification_sound=Glory.ogg
35 ro.config.alarm_alert=Pmukkale.ogg
36 ro.config.ringtone=Huawei_Tune.ogg
40 ro.config.hw_dolby=false
41 ro.config.hw_voicerecord=false
42 ro.config.widevine_level3=true
[all …]
Dhuawei-honor-6.log28 ro.config.mmu_en=1
30 ro.config.hw_sensorhub=true
41 ro.config.keypasstouser=true
57 ro.config.hw_navigationbar=true
64 ro.config.hw_testingsettings=true
65 ro.config.hw_emerg=on
66 ro.config.showBatteryCharge=true
73 ro.config.ringtone=Huawei_Tune.ogg
74 ro.config.notification_sound=Glory.ogg
76 ro.config.alarm_alert=Pmukkale.ogg
[all …]
Dhuawei-p8-lite.log69 ro.config.hw_music_lp=true
72 ro.config.keypasstouser=true
75 ro.config.hw_emerg=on
78 persist.sys.pgps.config=1
84 ro.config.ringtone=Huawei_Tune.ogg
85 ro.config.notification_sound=Bongo.ogg
87 ro.config.alarm_alert=Creamy.ogg
96 ro.config.hw_dts=false
97 ro.config.hw_dolby=false
99 ro.config.fm_type=libbcmfm_if
[all …]
Dhuawei-p9-lite.log51 ro.config.mmu_en=1
59 ro.config.hw_navigationbar=true
75 ro.config.hw_music_lp=true
78 ro.config.hw_sensorhub=true
81 ro.config.hw_perfhub=true
88 ro.config.ringtone=Dream_It_Possible.ogg
89 ro.config.notification_sound=Bongo.ogg
91 ro.config.alarm_alert=Creamy.ogg
103 ro.config.fm_type=libbcmfm_if
112 ro.config.delay_send_signal=true
[all …]
/external/libxaac/decoder/
Dixheaacd_ld_mps_config.c52 ia_bit_buf_struct *it_bit_buff, ia_usac_dec_mps_config_struct *config, in ixheaacd_ld_spatial_extension_config() argument
58 config->sac_ext_cnt = 0; in ixheaacd_ld_spatial_extension_config()
63 if (config->sac_ext_cnt >= MAX_NUM_EXT_TYPES) return IA_FATAL_ERROR; in ixheaacd_ld_spatial_extension_config()
65 config->bs_sac_ext_type[config->sac_ext_cnt] = in ixheaacd_ld_spatial_extension_config()
82 switch (config->bs_sac_ext_type[config->sac_ext_cnt]) { in ixheaacd_ld_spatial_extension_config()
84 config->bs_residual_coding = 1; in ixheaacd_ld_spatial_extension_config()
86 config->bs_residual_sampling_freq_index = in ixheaacd_ld_spatial_extension_config()
88 if (config->bs_residual_sampling_freq_index > MAX_RES_SAMP_FREQ_IDX) { in ixheaacd_ld_spatial_extension_config()
91 config->bs_residual_frames_per_spatial_frame = in ixheaacd_ld_spatial_extension_config()
94 if ((config->num_ott_boxes + config->num_ttt_boxes) > in ixheaacd_ld_spatial_extension_config()
[all …]
/external/libconfig/contrib/ls-config/src/po/
Dls-config.pot20 #: ls-config.c:49
25 #: ls-config.c:51
27 msgid "Usage: ls-config [OPTION]\n"
30 #: ls-config.c:52
35 #: ls-config.c:53
40 #: ls-config.c:55
42 msgid "CAUTION: using without given config file are cause error!\n"
45 #: ls-config.c:57
50 #: ls-config.c:58
55 #: ls-config.c:60
[all …]
Den_GB.po19 #: ls-config.c:49
24 #: ls-config.c:51
26 msgid "Usage: ls-config [OPTION]\n"
27 msgstr "Usage: ls-config [OPTION]\n"
29 #: ls-config.c:52
34 #: ls-config.c:53
39 #: ls-config.c:55
41 msgid "CAUTION: using without given config file are cause error!\n"
42 msgstr "CAUTION: using without given config file are cause error!\n"
44 #: ls-config.c:57
[all …]
Dpl_PL.po19 #: ls-config.c:49
24 #: ls-config.c:51
26 msgid "Usage: ls-config [OPTION]\n"
27 msgstr "Składnia: ls-config [OPCJA]\n"
29 #: ls-config.c:52
34 #: ls-config.c:53
39 #: ls-config.c:55
41 msgid "CAUTION: using without given config file are cause error!\n"
44 #: ls-config.c:57
49 #: ls-config.c:58
[all …]
/external/libffi/src/arm/
Dtrampoline.S36 // Load the context argument from the config page.
37 // This places the first usable config value at _ffi_closure_trampoline_table-4080
41 // Load the jump address from the config page.
49 // Load the context argument from the config page.
50 // This places the first usable config value at _ffi_closure_trampoline_table-4080
54 // Load the jump address from the config page.
62 // Load the context argument from the config page.
63 // This places the first usable config value at _ffi_closure_trampoline_table-4080
67 // Load the jump address from the config page.
75 // Load the context argument from the config page.
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dtrampoline.S36 // Load the context argument from the config page.
37 // This places the first usable config value at _ffi_closure_trampoline_table-4080
41 // Load the jump address from the config page.
49 // Load the context argument from the config page.
50 // This places the first usable config value at _ffi_closure_trampoline_table-4080
54 // Load the jump address from the config page.
62 // Load the context argument from the config page.
63 // This places the first usable config value at _ffi_closure_trampoline_table-4080
67 // Load the jump address from the config page.
75 // Load the context argument from the config page.
[all …]
/external/compiler-rt/test/asan/
Dlit.cfg8 def get_required_attr(config, attr_name):
9 attr_value = getattr(config, attr_name, None)
17 def push_dynamic_library_lookup_path(config, new_path):
26 (new_path, config.environment.get(dynamic_library_lookup_var, '')))
27 config.environment[dynamic_library_lookup_var] = new_ld_library_path
29 # Setup config name.
30 config.name = 'AddressSanitizer' + config.name_suffix
34 if config.host_os == 'Darwin':
41 config.environment['ASAN_OPTIONS'] = default_asan_opts
43 config.substitutions.append(('%env_asan_opts=',
[all …]
/external/autotest/server/cros/tradefed/
Dgenerate_controlfiles_VTS_R.py13 CONFIG = {} variable
15 CONFIG['TEST_NAME'] = 'cheets_VTS_R'
16 CONFIG['DOC_TITLE'] = \
18 CONFIG['MOBLAB_SUITE_NAME'] = 'suite:android-vts'
19 CONFIG['COPYRIGHT_YEAR'] = 2020
20 CONFIG['AUTHKEY'] = ''
22 CONFIG['LARGE_MAX_RESULT_SIZE'] = 1000 * 1024
23 CONFIG['NORMAL_MAX_RESULT_SIZE'] = 500 * 1024
25 CONFIG['TRADEFED_CTS_COMMAND'] = 'vts'
26 CONFIG['TRADEFED_RETRY_COMMAND'] = 'retry'
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/cfg/
DSerConfigTest.java16 SerializationConfig config = MAPPER.getSerializationConfig(); in testSerConfig() local
17 … assertTrue(config.hasSerializationFeatures(SerializationFeature.FAIL_ON_EMPTY_BEANS.getMask())); in testSerConfig()
18 … assertFalse(config.hasSerializationFeatures(SerializationFeature.CLOSE_CLOSEABLE.getMask())); in testSerConfig()
19 assertEquals(JsonInclude.Value.empty(), config.getDefaultPropertyInclusion()); in testSerConfig()
20 assertEquals(JsonInclude.Value.empty(), config.getDefaultPropertyInclusion(String.class)); in testSerConfig()
21 assertFalse(config.useRootWrapping()); in testSerConfig()
23 // if no changes then same config object in testSerConfig()
24 assertSame(config, config.without()); in testSerConfig()
25 assertSame(config, config.with()); in testSerConfig()
26 assertSame(config, config.with(MAPPER.getSubtypeResolver())); in testSerConfig()
[all …]
DDeserializationConfigTest.java34 DeserializationConfig config = MAPPER.getDeserializationConfig(); in testBasicFeatures() local
35 …assertTrue(config.hasDeserializationFeatures(DeserializationFeature.EAGER_DESERIALIZER_FETCH.getMa… in testBasicFeatures()
36 …assertFalse(config.hasDeserializationFeatures(DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY.… in testBasicFeatures()
37 … assertTrue(config.hasSomeOfFeatures(DeserializationFeature.EAGER_DESERIALIZER_FETCH.getMask() in testBasicFeatures()
39 …assertFalse(config.hasSomeOfFeatures(DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY.getMask()… in testBasicFeatures()
41 // if no changes then same config object in testBasicFeatures()
42 assertSame(config, config.without()); in testBasicFeatures()
43 assertSame(config, config.with()); in testBasicFeatures()
44 assertSame(config, config.with(MAPPER.getSubtypeResolver())); in testBasicFeatures()
47 …DeserializationConfig newConfig = config.with(MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES, tr… in testBasicFeatures()
[all …]
/external/compiler-rt/test/
Dlit.common.cfg16 config.test_format = lit.formats.ShTest(execute_external)
18 config.available_features.add('shell')
21 compiler_path = getattr(config, 'clang', None)
25 compiler_id = getattr(config, 'compiler_id', None)
28 config.cxx_mode_flags = ["--driver-mode=g++"]
30 config.cxx_mode_flags = []
33 config.debug_info_flags = ["-gline-tables-only"]
35 config.debug_info_flags.append("-gcodeview")
37 config.cxx_mode_flags = ["-x c++"]
38 config.debug_info_flags = ["-g"]
[all …]
/external/angle/src/libANGLE/
DConfig_unittest.cpp11 #include "libANGLE/Config.h"
13 // Create a generic, valid EGL config that can be modified to test sorting and
15 static egl::Config GenerateGenericConfig() in GenerateGenericConfig()
17 egl::Config config; in GenerateGenericConfig() local
19 config.bufferSize = 24; in GenerateGenericConfig()
20 config.redSize = 8; in GenerateGenericConfig()
21 config.greenSize = 8; in GenerateGenericConfig()
22 config.blueSize = 8; in GenerateGenericConfig()
23 config.luminanceSize = 0; in GenerateGenericConfig()
24 config.alphaSize = 8; in GenerateGenericConfig()
[all …]
/external/llvm/test/
Dlit.site.cfg8 config.enable_ffi = ""
9 config.enable_timestamps = 0
10 config.go_executable = ""
11 config.gold_executable = "ld.gold"
12 config.include_go_tests = 0
13 config.ld64_executable = "ld"
14 config.have_ocamlopt = ""
15 config.have_ocaml_ounit = ""
16 config.host_triple = "x86_64-unknown-linux-gnu"
17 config.target_triple = "x86_64-unknown-linux-gnu"
[all …]
Dlit.site.cfg.in5 config.host_triple = "@LLVM_HOST_TRIPLE@"
6 config.target_triple = "@TARGET_TRIPLE@"
7 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
8 config.llvm_obj_root = "@LLVM_BINARY_DIR@"
9 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
10 config.llvm_lib_dir = "@LLVM_LIBRARY_DIR@"
11 config.llvm_shlib_dir = "@SHLIBDIR@"
12 config.llvm_shlib_ext = "@SHLIBEXT@"
13 config.llvm_exe_ext = "@EXEEXT@"
14 config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_file.c19 #include "config.h"
26 #include "utils/config.h"
273 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, in wpa_config_process_blob() argument
293 wpa_config_set_blob(config, blob); in wpa_config_process_blob()
307 struct wpa_config *config; in wpa_config_read() local
314 config = cfgp; in wpa_config_read()
316 config = wpa_config_alloc_empty(NULL, NULL); in wpa_config_read()
317 if (config == NULL) { in wpa_config_read()
318 wpa_printf(MSG_ERROR, "Failed to allocate config file " in wpa_config_read()
322 tail = head = config->ssid; in wpa_config_read()
[all …]
/external/python/cpython3/Python/
Dinitconfig.c634 config_check_consistency(const PyConfig *config) in config_check_consistency() argument
636 /* Check config consistency */ in config_check_consistency()
637 assert(config->isolated >= 0); in config_check_consistency()
638 assert(config->use_environment >= 0); in config_check_consistency()
639 assert(config->dev_mode >= 0); in config_check_consistency()
640 assert(config->install_signal_handlers >= 0); in config_check_consistency()
641 assert(config->use_hash_seed >= 0); in config_check_consistency()
642 assert(config->hash_seed <= MAX_HASH_SEED); in config_check_consistency()
643 assert(config->faulthandler >= 0); in config_check_consistency()
644 assert(config->tracemalloc >= 0); in config_check_consistency()
[all …]
/external/openthread/src/core/
Dopenthread-core-config.h37 #include <openthread/config.h>
55 * 3. Default config values as specified by `config/{module}.h`
64 #include "openthread-core-user-config.h"
75 #include "config/announce_sender.h"
76 #include "config/backbone_router.h"
77 #include "config/border_agent.h"
78 #include "config/border_router.h"
79 #include "config/border_routing.h"
80 #include "config/channel_manager.h"
81 #include "config/channel_monitor.h"
[all …]

12345678910>>...821