| /third_party/curl/src/ |
| D | tool_cfgable.c | 21 * 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 …]
|
| D | tool_operate.c | 21 * SPDX-License-Identifier: curl 108 struct OperationConfig *config, 192 switch(stat_buf->st_fab_rfm) { in VmsSpecialSize() 198 return stat_buf->st_size; in VmsSpecialSize() 222 transfersl->next = p; in add_per_transfer() 224 p->prev = transfersl; in add_per_transfer() 245 n = per->next; in del_per_transfer() 246 p = per->prev; in del_per_transfer() 249 p->next = n; in del_per_transfer() 254 n->prev = p; in del_per_transfer() [all …]
|
| D | tool_getparam.c | 21 * SPDX-License-Identifier: curl 348 ARG_NONE, /* stand-alone but not a boolean */ 349 ARG_BOOL, /* accepts a --no-[name] prefix */ 359 {"abstract-unix-socket", ARG_FILE, ' ', C_ABSTRACT_UNIX_SOCKET}, 361 {"alt-svc", ARG_STRG, ' ', C_ALT_SVC}, 364 {"aws-sigv4", ARG_STRG, ' ', C_AWS_SIGV4}, 367 {"ca-native", ARG_BOOL, ' ', C_CA_NATIVE}, 371 {"cert-status", ARG_BOOL, ' ', C_CERT_STATUS}, 372 {"cert-type", ARG_STRG, ' ', C_CERT_TYPE}, 376 {"compressed-ssh", ARG_BOOL, ' ', C_COMPRESSED_SSH}, [all …]
|
| /third_party/skia/third_party/externals/libwebp/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 …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | objectSpreadRepeatedNullCheckPerf.symbols | 84 function parseWithSpread(config: Record<string, number>): Props { 86 >config : Symbol(config, Decl(objectSpreadRepeatedNullCheckPerf.ts, 29, 25)) 87 >Record : Symbol(Record, Decl(lib.es5.d.ts, --, --)) 91 ...config.a !== undefined && { a: config.a.toString() }, 92 >config : Symbol(config, Decl(objectSpreadRepeatedNullCheckPerf.ts, 29, 25)) 95 >config.a.toString : Symbol(Number.toString, Decl(lib.es5.d.ts, --, --)) 96 >config : Symbol(config, Decl(objectSpreadRepeatedNullCheckPerf.ts, 29, 25)) 97 >toString : Symbol(Number.toString, Decl(lib.es5.d.ts, --, --)) 99 ...config.b !== undefined && { b: config.b.toString() }, 100 >config : Symbol(config, Decl(objectSpreadRepeatedNullCheckPerf.ts, 29, 25)) [all …]
|
| /third_party/python/Python/ |
| D | initconfig.c | 26 /* --- Command line options --------------------------------------- */ 30 "usage: %ls [option] ... [-c cmd | -m mod | file | -] [arg] ...\n"; 36 -b : issue warnings about str(bytes_instance), str(bytearray_instance)\n\ 37 and comparing bytes/bytearray with str. (-bb: issue errors)\n\ 38 -B : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x\n\ 39 -c cmd : program passed in as string (terminates option list)\n\ 40 -d : turn on parser debugging output (for experts only, only works on\n\ 42 -E : ignore PYTHON* environment variables (such as PYTHONPATH)\n\ 43 -h : print this help message and exit (also -? or --help)\n\ 44 -i : inspect interactively after running script; forces a prompt even\n\ [all …]
|
| D | preconfig.c | 14 preconfig_copy(PyPreConfig *config, const PyPreConfig *config2); 17 /* --- File system encoding/errors -------------------------------- */ 40 PyConfig.filesystem_errors (encoded to UTF-8). 48 return -1; in _Py_SetFileSystemEncoding() 54 return -1; in _Py_SetFileSystemEncoding() 68 /* --- _PyArgv ---------------------------------------------------- */ 75 if (args->use_bytes_argv) { in _PyArgv_AsWstrList() 76 size_t size = sizeof(wchar_t*) * args->argc; in _PyArgv_AsWstrList() 82 for (Py_ssize_t i = 0; i < args->argc; i++) { in _PyArgv_AsWstrList() 84 wchar_t *arg = Py_DecodeLocale(args->bytes_argv[i], &len); in _PyArgv_AsWstrList() [all …]
|
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/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 …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | config_file.c | 3 * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi> 19 #include "config.h" 33 if (len == buflen - 1 && buf[buflen - 1] != '\r' && in newline_terminated() 34 buf[len - 1] != '\n') in newline_terminated() 44 buf[sizeof(buf) - 1] = '\0'; in skip_line_end() 52 * wpa_config_get_line - Read the next configuration file line 62 * This function reads the next non-empty line from the configuration file and 63 * removes comments. The returned string is guaranteed to be null-terminated. 72 s[size - 1] = '\0'; in wpa_config_get_line() 75 * The line was truncated - skip rest of it to avoid in wpa_config_get_line() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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" 34 if ((ssid->wapi != WAPI_TYPE_NONE) && in wpa_config_validate_network() 35 (ssid->key_mgmt != WPA_KEY_MGMT_WAPI_PSK) && (ssid->key_mgmt != WPA_KEY_MGMT_WAPI_CERT)) { in wpa_config_validate_network() 36 if (ssid->wapi == WAPI_TYPE_CERT) { in wpa_config_validate_network() 37 ssid->key_mgmt = WPA_KEY_MGMT_WAPI_CERT; in wpa_config_validate_network() 38 } else if (ssid->wapi == WAPI_TYPE_PSK) { in wpa_config_validate_network() 39 ssid->key_mgmt = WPA_KEY_MGMT_WAPI_PSK; in wpa_config_validate_network() 41 wpa_printf(MSG_ERROR, "unknown wapi policy %d", ssid->wapi); in wpa_config_validate_network() [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 53 # The behavior on an error depends on whether --keep-going (alias -k) 55 # * Without --keep-going: the script stops on the first error without 58 # * With --keep-going: the script runs all requested components and 63 # script -c tests/scripts/all.sh [all …]
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglGLES2SharingThreadedTests.cpp | 1 /*------------------------------------------------------------------------- 3 * --------------------------------------- 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 235 if (runtimeContext->context != EGL_NO_CONTEXT) in deinit() 236 egl.makeCurrent(runtimeContext->display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in deinit() 238 egl.destroyContext(runtimeContext->display, runtimeContext->context); in deinit() 239 runtimeContext->context = EGL_NO_CONTEXT; in deinit() 241 egl.destroySurface(runtimeContext->display, eglSurface); in deinit() 293 m_display = thread.runtimeContext->display; in init() [all …]
|
| /third_party/decimal.js/test/modules/ |
| D | config.js | 3 T('config', function () { 19 toExpNeg {number} [-EXP_LIMIT, 0] 22 minE {number} [-EXP_LIMIT, 0] 27 t(Decimal.config({}) === Decimal); 29 tx(function () {Decimal.config()}, "config()"); 30 tx(function () {Decimal.config(null)}, "config(null)"); 31 tx(function () {Decimal.config(undefined)}, "config(undefined)"); 32 tx(function () {Decimal.config(0)}, "config(0)"); 33 tx(function () {Decimal.config('')}, "config('')"); 34 tx(function () {Decimal.config('hi')}, "config('hi')"); [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | Makefile.in | 5 # Copyright (C) 1998-2016, International Business Machines 9 ## Top-level Makefile.in for ICU 49 DOCZIP = icu-docs.zip 56 ALL_PKGCONFIG_FILES=$(ALL_PKGCONFIG_SUFFIX:%=$(top_builddir)/config/icu-%.pc) 59 …D_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_build… 62 LOCAL_BUILT_FILES = icudefs.mk config/icucross.mk config/icucross.inc 70 MANX_FILES = config/icu-config.$(SECTION) 79 .PHONY : all all-local all-recursive install install-local install-udata install-udata-files instal… 80 install-recursive clean clean-local clean-recursive distclean \ 81 distclean-local distclean-recursive doc dist dist-local dist-recursive \ [all …]
|
| /third_party/icu/icu4c/source/ |
| D | Makefile.in | 5 # Copyright (C) 1998-2016, International Business Machines 9 ## Top-level Makefile.in for ICU 49 DOCZIP = icu-docs.zip 56 ALL_PKGCONFIG_FILES=$(ALL_PKGCONFIG_SUFFIX:%=$(top_builddir)/config/icu-%.pc) 59 …D_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_build… 62 LOCAL_BUILT_FILES = icudefs.mk config/icucross.mk config/icucross.inc 70 MANX_FILES = config/icu-config.$(SECTION) 79 .PHONY : all all-local all-recursive install install-local install-udata install-udata-files instal… 80 install-recursive clean clean-local clean-recursive distclean \ 81 distclean-local distclean-recursive doc dist dist-local dist-recursive \ [all …]
|
| /third_party/node/deps/npm/node_modules/@npmcli/config/ |
| D | README.md | 1 # `@npmcli/config` 7 `lib/config/` folder. 15 - The `prefix` config value has some special semantics, setting the local 18 - The `project` config file is loaded based on the local prefix (which can 19 only be set by the CLI config options, and otherwise defaults to a walk 21 folder, `package.json` file, or `package-lock.json` file.) 22 - The `userconfig` value, as set by the environment and CLI (defaulting to 24 - The `globalconfig` value, as set by the environment, CLI, and 27 - A `builtin` config, read from a `npmrc` file in the root of the npm 32 - CLI switches. eg `--some-key=some-value` on the command line. These are [all …]
|
| /third_party/vk-gl-cts/scripts/ |
| D | run_internal_tests.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 31 exit(-1) 45 class Config: class 46 … testBinaryName, executor = 'executor', execserver = 'execserver', junitTool = 'testlog-to-junit'): 57 def initBuildDir (config): argument 58 if os.path.exists(config.buildPath): [all …]
|
| /third_party/vk-gl-cts/framework/egl/ |
| D | egluConfigInfo.cpp | 1 /*------------------------------------------------------------------------- 3 * ---------------------------------------- 11 * http://www.apache.org/licenses/LICENSE-2.0 21 * \brief EGL config dst-> 22 *//*--------------------------------------------------------------------*/ 90 void queryCoreConfigInfo (const Library& egl, EGLDisplay display, EGLConfig config, ConfigInfo* dst) in queryCoreConfigInfo() argument 92 egl.getConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize); in queryCoreConfigInfo() 93 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize); in queryCoreConfigInfo() 94 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize); in queryCoreConfigInfo() 95 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &dst->blueSize); in queryCoreConfigInfo() [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-win.yml | 1 name: CI-win 6 - '**' 7 - '!docs/**' 8 - '!src/unix/**' 9 - '!.**' 10 - '.github/workflows/CI-win.yml' 13 - v[0-9].* 14 - master 17 build-windows: 18 runs-on: windows-${{ matrix.config.server }} [all …]
|
| /third_party/rust/crates/clap/tests/builder/ |
| D | empty_values.rs | 3 #[cfg(feature = "error-context")] 8 let m = Command::new("config") in empty_values() 9 .arg(Arg::new("config").long("config").action(ArgAction::Set)) in empty_values() 10 .try_get_matches_from(["config", "--config", ""]) in empty_values() 12 assert_eq!(m.get_one::<String>("config").map(|v| v.as_str()), Some("")); in empty_values() 17 let m = Command::new("config") in empty_values_with_equals() 18 .arg(Arg::new("config").long("config").action(ArgAction::Set)) in empty_values_with_equals() 19 .try_get_matches_from(["config", "--config="]) in empty_values_with_equals() 21 assert_eq!(m.get_one::<String>("config").map(|v| v.as_str()), Some("")); in empty_values_with_equals() 23 let m = Command::new("config") in empty_values_with_equals() [all …]
|
| /third_party/astc-encoder/Source/ |
| D | astcenc_entry.cpp | 1 // SPDX-License-Identifier: Apache-2.0 2 // ---------------------------------------------------------------------------- 3 // Copyright 2011-2024 Arm Limited 9 // http://www.apache.org/licenses/LICENSE-2.0 16 // ---------------------------------------------------------------------------- 140 * stored and reloaded as a 32-bit IEEE-754 float with round-to-nearest rounding. This is always the 141 * case in an IEEE-754 compliant system, however not every system or compilation mode is actually 142 * IEEE-754 compliant. This normally fails if the code is compiled with fast math enabled. 151 float q = p.f - 12582912.0f; in validate_cpu_float() 162 * @brief Validate config profile. [all …]
|
| /third_party/typescript/tests/baselines/reference/tsserver/projects/ |
| D | files-opened-and-closed-affecting-multiple-projects.js | 6 "file": "/a/b/projects/config/file.ts" 12 //// [/a/b/projects/config/tsconfig.json] 15 //// [/a/b/projects/config/file.ts] 25 /// <reference no-default-lib="true"/> 44 Info 2 [00:00:27.000] Search path: /a/b/projects/config 45 …nfo 3 [00:00:28.000] For info: /a/b/projects/config/file.ts :: Config file name: /a/b/projects/… 46 Info 4 [00:00:29.000] Creating configuration project /a/b/projects/config/tsconfig.json 47 …:: WatchInfo: /a/b/projects/config/tsconfig.json 2000 undefined Project: /a/b/projects/config/tsco… 48 Info 6 [00:00:31.000] Config: /a/b/projects/config/tsconfig.json : { 50 "/a/b/projects/config/file.ts" [all …]
|
| /third_party/vk-gl-cts/scripts/android/ |
| D | build_apk.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 23 # \todo [2017-04-10 pyry] 25 # * cmake -E copy_directory doesn't copy timestamps which will cause 26 # assets to be always re-packaged 43 from ctsbuild.config import * 53 buildToolsPath = os.path.join(path, "build-tools") [all …]
|
| /third_party/node/deps/base64/base64/bin/ |
| D | base64.c | 29 // Size of the buffer for the "raw" (not base64-encoded) data in bytes. 32 // Size of the buffer for the base64-encoded data in bytes. The base64-encoded 36 // Global config structure. 37 struct config { struct 61 // Runtime-allocated buffer for raw (unencoded) data. 64 // Runtime-allocated buffer for base64-encoded data. 94 while (iovcnt-- > 0) { in writev() 100 if ((r = write(fd, iov->iov_base, iov->iov_len)) < 0) { in writev() 108 if ((size_t) r != iov->iov_len) { in writev() 122 buffer_alloc (const struct config *config, struct buffer *buf) in buffer_alloc() argument [all …]
|