| /external/curl/src/ |
| D | tool_cfgable.c | 21 * SPDX-License-Identifier: curl 31 void config_init(struct OperationConfig *config) in config_init() argument 33 memset(config, 0, sizeof(struct OperationConfig)); in config_init() 35 config->postfieldsize = -1; in config_init() 36 config->use_httpget = FALSE; in config_init() 37 config->create_dirs = FALSE; in config_init() 38 config->maxredirs = DEFAULT_MAXREDIRS; in config_init() 39 config->proto_present = FALSE; in config_init() 40 config->proto_redir_present = FALSE; in config_init() 41 config->proto_default = NULL; in config_init() [all …]
|
| D | tool_operate.c | 21 * SPDX-License-Identifier: curl 109 struct OperationConfig *config, 193 switch(stat_buf->st_fab_rfm) { in VmsSpecialSize() 199 return stat_buf->st_size; in VmsSpecialSize() 223 transfersl->next = p; in add_per_transfer() 225 p->prev = transfersl; in add_per_transfer() 246 n = per->next; in del_per_transfer() 247 p = per->prev; in del_per_transfer() 250 p->next = n; in del_per_transfer() 255 n->prev = p; in del_per_transfer() [all …]
|
| /external/webp/src/enc/ |
| D | config_enc.c | 3 // 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/ |
| D | ls-config.pot | 9 "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 …]
|
| D | en_GB.po | 1 # 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 …]
|
| D | pl_PL.po | 1 # 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/ |
| D | ixheaacd_ld_mps_config.c | 9 * 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/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
| D | trampoline.S | 1 # 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/libffi/src/arm/ |
| D | trampoline.S | 1 # 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/grpc-grpc/ |
| D | Makefile | 14 # http://www.apache.org/licenses/LICENSE-2.0 28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_) 80 CPPFLAGS_opt = -O2 -Wframe-larger-than=16384 83 VALID_CONFIG_asan-trace-cmp = 1 84 REQUIRE_CUSTOM_LIBRARIES_asan-trace-cmp = 1 85 CC_asan-trace-cmp = clang 86 CXX_asan-trace-cmp = clang++ 87 LD_asan-trace-cmp = clang++ 88 LDXX_asan-trace-cmp = clang++ 89 …-trace-cmp = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize-coverage=trace-cmp -fsanitize=… [all …]
|
| /external/cpuinfo/test/build.prop/ |
| D | huawei-ascend-p7.log | 9 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 …]
|
| D | huawei-honor-6.log | 11 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 …]
|
| D | huawei-p8-lite.log | 10 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 …]
|
| D | huawei-p9-lite.log | 12 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/ |
| D | lit.cfg | 1 # -*- 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/ |
| D | initconfig.c | 28 /* --- Command line options --------------------------------------- */ 32 "usage: %ls [option] ... [-c cmd | -m mod | file | -] [arg] ...\n"; 37 -b : issue warnings about str(bytes_instance), str(bytearray_instance)\n\ 38 and comparing bytes/bytearray with str. (-bb: issue errors)\n\ 39 -B : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x\n\ 40 -c cmd : program passed in as string (terminates option list)\n\ 41 -d : turn on parser debugging output (for experts only, only works on\n\ 43 -E : ignore PYTHON* environment variables (such as PYTHONPATH)\n\ 44 -h : print this help message and exit (also --help)\n\ 47 -i : inspect interactively after running script; forces a prompt even\n\ [all …]
|
| D | preconfig.c | 10 (((LEN) == -2) \ 17 preconfig_copy(PyPreConfig *config, const PyPreConfig *config2); 20 /* --- File system encoding/errors -------------------------------- */ 43 PyConfig.filesystem_errors (encoded to UTF-8). 51 return -1; in _Py_SetFileSystemEncoding() 57 return -1; in _Py_SetFileSystemEncoding() 71 /* --- _PyArgv ---------------------------------------------------- */ 78 if (args->use_bytes_argv) { in _PyArgv_AsWstrList() 79 size_t size = sizeof(wchar_t*) * args->argc; in _PyArgv_AsWstrList() 85 for (Py_ssize_t i = 0; i < args->argc; i++) { in _PyArgv_AsWstrList() [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| D | config_file.c | 3 * 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/compiler-rt/test/ |
| D | lit.common.cfg | 1 # -*- 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/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 12 # http://www.apache.org/licenses/LICENSE-2.0 27 # ------- 32 # --------------- 44 # * Basic Unix tools (Windows users note: a Unix-style find must be before 51 # * arm-gcc and mingw-gcc 52 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 62 # The behavior on an error depends on whether --keep-going (alias -k) 64 # * Without --keep-going: the script stops on the first error without 67 # * With --keep-going: the script runs all requested components and [all …]
|
| /external/icu/icu4c/source/config/ |
| D | test-icu-config.sh | 2 ## -*-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/third_party/icu/source/config/ |
| D | test-icu-config.sh | 2 ## -*-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/autotest/server/cros/tradefed/ |
| D | generate_controlfiles_VTS_R.py | 4 # 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 …]
|
| /external/llvm/test/ |
| D | lit.cfg | 1 # -*- Python -*- 14 config.name = 'LLVM' 19 path = getattr(config, 'lit_tools_dir', None) 21 config.environment['PATH'], 25 config.environment['PATH'])) 26 config.environment['PATH'] = path 40 config.test_format = lit.formats.ShTest(execute_external) 44 config.suffixes = ['.ll', '.c', '.cxx', '.test', '.txt', '.s', '.mir'] 49 config.excludes = ['Inputs', 'CMakeLists.txt', 'README.txt', 'LICENSE.txt'] 52 config.test_source_root = os.path.dirname(__file__) [all …]
|
| /external/ImageMagick/config/ |
| D | Makefile.am | 1 # Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization 17 # Where architecture-independent configuration files get installed 18 # (share/ImageMagick-version) 21 config/english.xml \ 22 config/francais.xml \ 23 config/locale.xml 25 # Where architecture-dependent configuration files get installed 26 # (share/arch/ImageMagick-version) 29 config/configure.xml 31 # Where architecture-dependent configuration files get installed [all …]
|