Home
last modified time | relevance | path

Searched +full:- +full:- +full:config (Results 1 – 25 of 1460) sorted by relevance

12345678910>>...59

/external/curl/src/
Dtool_cfgable.c21 * SPDX-License-Identifier: curl
33 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()
[all …]
/external/coreboot/src/mainboard/google/brya/
DKconfig.name1 ## SPDX-License-Identifier: GPL-2.0-only
5 config BOARD_GOOGLE_AGAH
6 bool "-> Agah"
8 config BOARD_GOOGLE_ANAHERA
9 bool "-> Anahera"
11 config BOARD_GOOGLE_ANAHERA4ES
12 bool "-> Anahera4ES"
14 config BOARD_GOOGLE_ANRAGGAR
15 bool "-> Anraggar"
17 config BOARD_GOOGLE_AURASH
[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/coreboot/src/soc/amd/mendocino/
Droot_complex.c1 /* SPDX-License-Identifier: GPL-2.0-only */
90 const struct soc_amd_mendocino_config *config = config_of_soc(); in acipgen_dptci() local
94 config->thermctl_limit_degreeC, in acipgen_dptci()
95 config->slow_ppt_time_constant_s, in acipgen_dptci()
96 config->fast_ppt_limit_mW, in acipgen_dptci()
97 config->slow_ppt_limit_mW, in acipgen_dptci()
98 config->vrm_current_limit_mA, in acipgen_dptci()
99 config->vrm_maximum_current_limit_mA, in acipgen_dptci()
100 config->vrm_soc_current_limit_mA, in acipgen_dptci()
101 config->stt_min_limit, in acipgen_dptci()
[all …]
/external/webp/src/enc/
Dconfig_enc.c3 // Use of this source code is governed by a BSD-style license
8 // -----------------------------------------------------------------------------
15 #include "src/webp/config.h"
20 //------------------------------------------------------------------------------
22 //------------------------------------------------------------------------------
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()
[all …]
/external/libconfig/contrib/ls-config/src/po/
Dls-config.pot9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2013-10-11 22:00+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: ls-config.c:49
[all …]
Den_GB.po1 # Language en-GB translations for PACKAGE package.
8 "Project-Id-Version: 1.0\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2013-10-06 19:23+0200\n"
11 "PO-Revision-Date: 2013-09-09 23:56+0200\n"
12 "Last-Translator: Łukasz A. Grabowski <lucas@lucas.net.pl>\n"
13 "Language-Team: Language en-GB\n"
14 "Language: en-GB\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
Dpl_PL.po1 # Language pl-PL translations for PACKAGE package.
8 "Project-Id-Version: 1.0\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2013-10-06 19:23+0200\n"
11 "PO-Revision-Date: 2013-09-09 23:55+0200\n"
12 "Last-Translator: Łukasz A. Grabowski <lucas@lucas.net.pl>\n"
13 "Language-Team: Language pl-PL\n"
14 "Language: pl-PL\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
/external/libxaac/decoder/
Dixheaacd_ld_mps_config.c9 * http://www.apache.org/licenses/LICENSE-2.0
30 #define sign(a) (((a) > 0) ? 1 : ((a) < 0) ? -1 : 0)
52 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()
60 tmp = it_bit_buff->cnt_bits; 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()
67 ba -= 4; in ixheaacd_ld_spatial_extension_config()
70 ba -= 4; in ixheaacd_ld_spatial_extension_config()
75 ba -= 8; in ixheaacd_ld_spatial_extension_config()
[all …]
/external/libffi/src/arm/
Dtrampoline.S1 # GENERATED CODE - DO NOT EDIT
25 # -----------------------------------------------------------------------
34 stmfd sp!, {r0-r3}
36 // Load the context argument from the config page.
37 // This places the first usable config value at _ffi_closure_trampoline_table-4080
38 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
39 ldr r0, [pc, #-4092]
41 // Load the jump address from the config page.
42 ldr pc, [pc, #-4092]
47 stmfd sp!, {r0-r3}
[all …]
/external/cpuinfo/test/build.prop/
Dhuawei-ascend-p7.log9 ro.product.cpu.abi=armeabi-v7a
23 rild.libpath=/system/lib/libbalong-ril.so
24 rild.libargs=-m modem0
25 rild.libpath1=/system/lib/libbalong-ril.so
26 rild.libargs1=-m modem1
27 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
[all …]
Dhuawei-honor-6.log11 ro.product.cpu.abi=armeabi-v7a
21 ro.build.description=hi3630-user 4.4.2 KOT49H eng.jenkins.20150519.031301 test-keys
28 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
72 ro.com.android.dateformat=MM-dd-yyyy
[all …]
Dhuawei-p8-lite.log10 ro.build.version.security_patch=2016-08-01
22 ro.product.cpu.abi=arm64-v8a
23 ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
24 ro.product.cpu.abilist32=armeabi-v7a,armeabi
25 ro.product.cpu.abilist64=arm64-v8a
34 ro.build.description=hi6210sft-user 5.0 LRX21M eng.jenkins.20160905.141529 test-keys
35 ro.build.fingerprint=hi6210sft/hi6210sft/hi6210sft:5.0/LRX21M/jenkins09051417:user/test-keys
69 ro.config.hw_music_lp=true
72 ro.config.keypasstouser=true
75 ro.config.hw_emerg=on
[all …]
Dhuawei-p9-lite.log12 ro.build.version.security_patch=2016-11-01
18 ro.build.host=huawei-RH2288H-V2-12L
19 ro.build.flavor=hi6250-user
23 ro.product.device=HWVNS-H
26 ro.product.cpu.abi=arm64-v8a
27 ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
28 ro.product.cpu.abilist32=armeabi-v7a,armeabi
29 ro.product.cpu.abilist64=arm64-v8a
31 ro.product.locale=en-US
51 ro.config.mmu_en=1
[all …]
/external/compiler-rt/test/asan/
Dlit.cfg1 # -*- Python -*-
8 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
32 # Platform-specific default ASAN_OPTIONS for lit tests.
34 if config.host_os == 'Darwin':
[all …]
/external/python/cpython3/Python/
Dinitconfig.c30 /* --- PyConfig spec ---------------------------------------------- */
138 /* --- Command line options --------------------------------------- */
142 "usage: %ls [option] ... [-c cmd | -m mod | file | -] [arg] ...\n";
148 -b : issue warnings about converting bytes/bytearray to str and comparing\n\
149 bytes/bytearray with str or bytes with int. (-bb: issue errors)\n\
150 -B : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x\n\
151 -c cmd : program passed in as string (terminates option list)\n\
152 -d : turn on parser debugging output (for experts only, only works on\n\
154 -E : ignore PYTHON* environment variables (such as PYTHONPATH)\n\
155 -h : print this help message and exit (also -? or --help)\n\
[all …]
/external/coreboot/src/soc/intel/cannonlake/
Dfsp_params.c1 /* SPDX-License-Identifier: GPL-2.0-only */
82 #if !CONFIG(SOC_INTEL_CANNONLAKE_PCH_H)
132 #if !CONFIG(SOC_INTEL_CANNONLAKE_PCH_H)
139 #if !CONFIG(SOC_INTEL_CANNONLAKE_PCH_H)
147 #if CONFIG(SOC_INTEL_CANNONLAKE_PCH_H)
212 #define PCH_SERIAL_IO_INDEX(x) ((x) - 1)
214 static uint8_t get_param_value(const config_t *config, uint32_t dev_offset) in get_param_value() argument
219 if ((config->SerialIoDevMode[dev_offset] >= PchSerialIoMax) || in get_param_value()
220 (config->SerialIoDevMode[dev_offset] == PchSerialIoNotInitialized)) in get_param_value()
226 return PCH_SERIAL_IO_INDEX(config->SerialIoDevMode[dev_offset]); in get_param_value()
[all …]
/external/coreboot/src/soc/intel/elkhartlake/
Dfsp_params.c1 /* SPDX-License-Identifier: GPL-2.0-only */
40 /* VR Icc Max limit. 0-255A in 1/4 A units */
46 * Chip config parameter PcieRpL1Substates uses (UPD value + 1)
49 * incorrectly, chip config parameter values are offset by 1 with 0 meaning
61 return ctl - 1; in get_l1_substate_control()
65 const struct soc_intel_elkhartlake_config *config) in fill_fsps_fivr_params() argument
67 s_cfg->PchFivrExtV1p05RailEnabledStates = config->fivr.v1p05_state; in fill_fsps_fivr_params()
68 s_cfg->PchFivrExtV1p05RailSupportedVoltageStates = config->fivr.v1p05_rail; in fill_fsps_fivr_params()
69 s_cfg->PchFivrExtVnnRailEnabledStates = config->fivr.vnn_state; in fill_fsps_fivr_params()
70 s_cfg->PchFivrExtVnnRailSupportedVoltageStates = config->fivr.vnn_rail; in fill_fsps_fivr_params()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_file.c3 * Copyright (c) 2003-2019, Jouni Malinen <j@w1.fi>
19 #include "config.h"
26 #include "utils/config.h"
33 if (ssid->passphrase) { in wpa_config_validate_network()
34 if (ssid->psk_set) { in wpa_config_validate_network()
42 if (ssid->disabled == 2) in wpa_config_validate_network()
43 ssid->p2p_persistent_group = 1; in wpa_config_validate_network()
45 if ((ssid->group_cipher & WPA_CIPHER_CCMP) && in wpa_config_validate_network()
46 !(ssid->pairwise_cipher & (WPA_CIPHER_CCMP | WPA_CIPHER_CCMP_256 | in wpa_config_validate_network()
53 ssid->group_cipher &= ~WPA_CIPHER_CCMP; in wpa_config_validate_network()
[all …]
/external/cronet/tot/third_party/icu/source/config/
Dtest-icu-config.sh2 ## -*-sh-*-
8 # Just a script to test out icu-config.
11 set -x
12 which icu-config
13 icu-config
14 icu-config -?
15 icu-config --BAD ARGUMENT
16 icu-config --bindir
17 icu-config --cflags
18 icu-config --cxx
[all …]
/external/icu/icu4c/source/config/
Dtest-icu-config.sh2 ## -*-sh-*-
8 # Just a script to test out icu-config.
11 set -x
12 which icu-config
13 icu-config
14 icu-config -?
15 icu-config --BAD ARGUMENT
16 icu-config --bindir
17 icu-config --cflags
18 icu-config --cxx
[all …]
/external/cronet/stable/third_party/icu/source/config/
Dtest-icu-config.sh2 ## -*-sh-*-
8 # Just a script to test out icu-config.
11 set -x
12 which icu-config
13 icu-config
14 icu-config -?
15 icu-config --BAD ARGUMENT
16 icu-config --bindir
17 icu-config --cflags
18 icu-config --cxx
[all …]
/external/compiler-rt/test/
Dlit.common.cfg1 # -*- Python -*-
4 # This file contains common rules for various compiler-rt testsuites.
16 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")
[all …]
/external/openthread/doc/
Dot_config_doc.h36 * @defgroup config Config Variables
42 * @defgroup config-announce-sender Announce Sender
43 * @defgroup config-backbone-router Backbone Router Services
44 * @defgroup config-border-agent Border Agent
45 * @defgroup config-border-router Border Router
46 * @defgroup config-border-routing Border Routing Manager
47 * @defgroup config-channel-manager Channel Manager
48 * @defgroup config-channel-monitor Channel Monitor
49 * @defgroup config-child-supervision Child Supervision
50 * @defgroup config-coap CoAP
[all …]
/external/autotest/server/cros/tradefed/
Dgenerate_controlfiles_VTS_R.py4 # Use of this source code is governed by a BSD-style license that can be
13 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'
[all …]

12345678910>>...59