/external/curl/src/ |
D | tool_cfgable.c | 8 * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. 29 void config_init(struct OperationConfig *config) in config_init() argument 31 memset(config, 0, sizeof(struct OperationConfig)); in config_init() 33 config->postfieldsize = -1; in config_init() 34 config->use_httpget = FALSE; in config_init() 35 config->create_dirs = FALSE; in config_init() 36 config->maxredirs = DEFAULT_MAXREDIRS; in config_init() 37 config->proto = CURLPROTO_ALL; in config_init() 38 config->proto_present = FALSE; in config_init() 39 config->proto_redir = CURLPROTO_ALL & /* All except FILE, SCP and SMB */ in config_init() [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/llvm-project/compiler-rt/test/ |
D | lit.common.cfg.py | 1 # -*- Python -*- 4 # This file contains common rules for various compiler-rt testsuites. 27 config.recursiveExpansionLimit = 10 30 config.test_format = lit.formats.ShTest(execute_external) 32 config.available_features.add('shell') 34 compiler_id = getattr(config, 'compiler_id', None) 37 config.cxx_mode_flags = ["--driver-mode=g++"] 39 config.cxx_mode_flags = [] 42 config.debug_info_flags = ["-gline-tables-only"] 47 config.debug_info_flags.append("-gcodeview") [all …]
|
/external/llvm-project/openmp/libomptarget/test/ |
D | lit.cfg | 1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79: 7 # Tell pylint that we know config and lit_config exist somewhere. 9 config = object() 14 config.environment['CUDA_VISIBLE_DEVICES'] = os.environ['CUDA_VISIBLE_DEVICES'] 18 config.environment['LIBOMPTARGET_DEBUG'] = os.environ['LIBOMPTARGET_DEBUG'] 21 if name in config.environment: 22 config.environment[name] = value + sep + config.environment[name] 24 config.environment[name] = value 27 config.name = 'libomptarget' 30 config.suffixes = ['.c', '.cpp', '.cc'] [all …]
|
/external/llvm-project/openmp/runtime/test/ |
D | lit.cfg | 1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79: 9 # Tell pylint that we know config and lit_config exist somewhere. 11 config = object() 15 if config.operating_system == 'Windows': 18 elif config.operating_system == 'Darwin': 24 if name in config.environment: 25 config.environment[name] = path + sep + config.environment[name] 27 config.environment[name] = path 30 config.name = 'libomp' 33 config.suffixes = ['.c', '.cpp'] [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/llvm-project/openmp/tools/archer/tests/ |
D | lit.cfg | 1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79: 9 # Tell pylint that we know config and lit_config exist somewhere. 11 config = object() 15 if config.operating_system == 'Windows': 18 elif config.operating_system == 'Darwin': 24 if name in config.environment: 25 config.environment[name] = path + sep + config.environment[name] 27 config.environment[name] = path 30 config.name = 'libarcher' 33 config.suffixes = ['.c', '.cpp'] [all …]
|
/external/llvm-project/compiler-rt/test/asan/ |
D | lit.cfg.py | 1 # -*- Python -*- 18 def get_required_attr(config, attr_name): argument 19 attr_value = getattr(config, attr_name, None) 27 def push_dynamic_library_lookup_path(config, new_path): argument 36 (new_path, config.environment.get(dynamic_library_lookup_var, ''))) 37 config.environment[dynamic_library_lookup_var] = new_ld_library_path 42 (new_path, config.environment.get(dynamic_library_lookup_var, ''))) 43 config.environment[dynamic_library_lookup_var] = new_ld_32_library_path 48 (new_path, config.environment.get(dynamic_library_lookup_var, ''))) 49 config.environment[dynamic_library_lookup_var] = new_ld_library_path_32 [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 | 32 /* --- Command line options --------------------------------------- */ 36 "usage: %ls [option] ... [-c cmd | -m mod | file | -] [arg] ...\n"; 41 -b : issue warnings about str(bytes_instance), str(bytearray_instance)\n\ 42 and comparing bytes/bytearray with str. (-bb: issue errors)\n\ 43 -B : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x\n\ 44 -c cmd : program passed in as string (terminates option list)\n\ 45 -d : turn on parser debugging output (for experts only, only works on\n\ 47 -E : ignore PYTHON* environment variables (such as PYTHONPATH)\n\ 48 -h : print this help message and exit (also --help)\n\ 51 -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 -------------------------------- */ 26 are encoded to UTF-8. */ 53 return -1; in _Py_SetFileSystemEncoding() 59 return -1; in _Py_SetFileSystemEncoding() 73 /* --- _PyArgv ---------------------------------------------------- */ 80 if (args->use_bytes_argv) { in _PyArgv_AsWstrList() 81 size_t size = sizeof(wchar_t*) * args->argc; in _PyArgv_AsWstrList() 87 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/llvm-project/clang/test/Driver/ |
D | config-file.c | 1 //--- Config file search directories 3 …RUN: %clang --config-system-dir=%S/Inputs/config --config-user-dir=%S/Inputs/config2 -o /dev/null … 4 // CHECK-DIRS: System configuration file directory: {{.*}}/Inputs/config 5 // CHECK-DIRS: User configuration file directory: {{.*}}/Inputs/config2 8 //--- Config file (full path) in output of -### 10 // RUN: %clang --config %S/Inputs/config-1.cfg -S %s -### 2>&1 | FileCheck %s -check-prefix CHECK-H… 11 // CHECK-HHH: Configuration file: {{.*}}Inputs{{.}}config-1.cfg 12 // CHECK-HHH: -Werror 13 // CHECK-HHH: -std=c99 16 //--- Config file (full path) in output of -v [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/autotest/server/cros/tradefed/ |
D | generate_controlfiles_VTS_R.py | 3 # Use of this source code is governed by a BSD-style license that can be 12 CONFIG = {} variable 14 CONFIG['TEST_NAME'] = 'cheets_VTS_R' 15 CONFIG['DOC_TITLE'] = \ 17 CONFIG['MOBLAB_SUITE_NAME'] = 'suite:android-vts' 18 CONFIG['COPYRIGHT_YEAR'] = 2020 19 CONFIG['AUTHKEY'] = '' 21 CONFIG['LARGE_MAX_RESULT_SIZE'] = 1000 * 1024 22 CONFIG['NORMAL_MAX_RESULT_SIZE'] = 500 * 1024 24 CONFIG['TRADEFED_CTS_COMMAND'] = 'vts' [all …]
|
D | generate_controlfiles_GTS_R.py | 3 # Use of this source code is governed by a BSD-style license that can be 9 # tag) that contain 'tradefed-run-collect-tests'. b/119640440 11 _COLLECT = 'tradefed-run-collect-tests-only-internal' 12 _PUBLIC_COLLECT = 'tradefed-run-collect-tests-only' 15 CONFIG = {} variable 17 CONFIG['TEST_NAME'] = 'cheets_GTS_R' 18 CONFIG['DOC_TITLE'] = 'Android Google Test Suite (GTS)' 19 CONFIG['MOBLAB_SUITE_NAME'] = 'suite:gts' 20 CONFIG['COPYRIGHT_YEAR'] = 2020 22 CONFIG['AUTHKEY'] = 'gs://chromeos-arc-images/cts/bundle/gts-arc.json' [all …]
|
D | generate_controlfiles_GTS.py | 3 # Use of this source code is governed by a BSD-style license that can be 9 # tag) that contain 'tradefed-run-collect-tests'. b/119640440 11 _COLLECT = 'tradefed-run-collect-tests-only-internal' 12 _PUBLIC_COLLECT = 'tradefed-run-collect-tests-only' 15 CONFIG = {} variable 17 CONFIG['TEST_NAME'] = 'cheets_GTS' 18 CONFIG['DOC_TITLE'] = 'Android Google Test Suite (GTS)' 19 CONFIG['MOBLAB_SUITE_NAME'] = 'suite:gts' 20 CONFIG['COPYRIGHT_YEAR'] = 2016 22 CONFIG['AUTHKEY'] = 'gs://chromeos-arc-images/cts/bundle/gts-arc.json' [all …]
|
/external/llvm-project/llvm/test/ |
D | lit.cfg.py | 1 # -*- Python -*- 18 config.name = 'LLVM' 21 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell) 25 config.suffixes = ['.ll', '.c', '.test', '.txt', '.s', '.mir', '.yaml'] 30 config.excludes = ['Inputs', 'CMakeLists.txt', 'README.txt', 'LICENSE.txt'] 33 config.test_source_root = os.path.dirname(__file__) 36 config.test_exec_root = os.path.join(config.llvm_obj_root, 'test') 39 llvm_config.with_environment('PATH', config.llvm_tools_dir, append_path=True) 47 top_ocaml_lib = os.path.join(config.llvm_lib_dir, 'ocaml') 66 if not 'Address' in config.llvm_use_sanitizer or \ [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 …]
|