Home
last modified time | relevance | path

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

12345678910>>...48

/third_party/skia/third_party/externals/libwebp/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 …]
/third_party/curl/src/
Dtool_cfgable.c8 * Copyright (C) 1998 - 2021, 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 …]
Dtool_operate.c8 * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
93 #define CURLseparator "--_curl_--"
109 struct OperationConfig *config,
193 switch(stat_buf->st_fab_rfm) { in VmsSpecialSize()
199 return stat_buf->st_size; in VmsSpecialSize()
222 transfersl->next = p; in add_per_transfer()
224 p->prev = transfersl; in add_per_transfer()
243 n = per->next; in del_per_transfer()
244 p = per->prev; in del_per_transfer()
247 p->next = n; in del_per_transfer()
[all …]
Dtool_getparam.c8 * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
66 ARG_NONE, /* stand-alone but not a boolean */
67 ARG_BOOL, /* accepts a --no-[name] prefix */
77 {"*4", "dns-ipv4-addr", ARG_STRING},
78 {"*6", "dns-ipv6-addr", ARG_STRING},
79 {"*a", "random-file", ARG_FILENAME},
80 {"*b", "egd-file", ARG_STRING},
81 {"*B", "oauth2-bearer", ARG_STRING},
82 {"*c", "connect-timeout", ARG_STRING},
83 {"*C", "doh-url" , ARG_STRING},
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/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 …]
/third_party/typescript/tests/baselines/reference/
DobjectSpreadRepeatedNullCheckPerf.symbols84 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/skia/third_party/externals/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 …]
/third_party/flutter/skia/third_party/externals/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 …]
/third_party/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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 …]
/third_party/python/Python/
Dinitconfig.c28 /* --- 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 …]
Dpreconfig.c10 (((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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_file.c3 * 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/grpc/
DMakefile14 # 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 …]
/third_party/mbedtls/tests/scripts/
Dall.sh6 # 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 …]
/third_party/boost/tools/build/src/tools/
Dpkg-config.jam24 = pkg-config
25 The *pkg-config* program is used to retrieve information about installed
28 extension. The package name specified to *pkg-config* is defined to be the name
36 == Feature: `pkg-config`
38 Selects one of the initialized `pkg-config` configurations. This feature is
40 section <<pkg-config-init>>.
44 feature.feature pkg-config : : propagated ;
49 == Feature: `pkg-config-define`
51 This `free` feature adds a variable assignment to pkg-config invocation. For
55 ----
[all …]
/third_party/ffmpeg/
Dohos_config.sh5 set -ex
10 --disable-programs
11 --disable-avdevice
12 --disable-postproc
13 --disable-avfilter
14 --disable-network
15 --disable-dwt
16 --disable-lsp
17 --disable-lzo
18 --disable-faan
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp1 /*-------------------------------------------------------------------------
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/flutter/skia/third_party/externals/icu/source/
DMakefile.in5 # 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/
DMakefile.in5 # 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/skia/third_party/externals/icu/source/
DMakefile.in5 # 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/cef/tests/ceftests/
Ddialog_unittest.cc2 // reserved. Use of this source code is governed by a BSD-style license that
48 handler_->got_onfiledialogdismissed_.yes(); in OnFileDialogDismissed()
50 if (handler_->config_.callback_cancel) { in OnFileDialogDismissed()
54 EXPECT_EQ(handler_->config_.selected_accept_filter, in OnFileDialogDismissed()
56 TestStringVectorEqual(handler_->config_.callback_paths, file_paths); in OnFileDialogDismissed()
59 handler_->DestroyTest(); in OnFileDialogDismissed()
69 explicit DialogTestHandler(const TestConfig& config) : config_(config) {} in DialogTestHandler() argument
84 browser->GetHost()->RunFileDialog( in OnLoadEnd()
92 callback->Cancel(); in ExecuteCallback()
94 callback->Continue(config_.selected_accept_filter, in ExecuteCallback()
[all …]
/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.cpp1 /*-------------------------------------------------------------------------
3 * ----------------------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
21 * \brief EGL config dst->
22 *//*--------------------------------------------------------------------*/
87 void queryCoreConfigInfo (const Library& egl, EGLDisplay display, EGLConfig config, ConfigInfo* dst) in queryCoreConfigInfo() argument
89 egl.getConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize); in queryCoreConfigInfo()
90 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize); in queryCoreConfigInfo()
91 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize); in queryCoreConfigInfo()
92 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &dst->blueSize); in queryCoreConfigInfo()
[all …]
/third_party/vk-gl-cts/scripts/
Drun_internal_tests.py1 # -*- 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/flutter/skia/third_party/externals/sdl/visualtest/src/
Dsut_configparser.c5 * Source file for the parser for SUT config files.
17 SDLVisualTest_ParseSUTConfig(char* file, SDLVisualTest_SUTConfig* config) in SDLVisualTest_ParseSUTConfig() argument
31 if(!config) in SDLVisualTest_ParseSUTConfig()
33 SDLTest_LogError("config argument cannot be NULL"); in SDLVisualTest_ParseSUTConfig()
46 if(num_lines == -1) in SDLVisualTest_ParseSUTConfig()
50 config->options = NULL; in SDLVisualTest_ParseSUTConfig()
51 config->num_options = 0; in SDLVisualTest_ParseSUTConfig()
59 config->num_options = num_lines; in SDLVisualTest_ParseSUTConfig()
60 config->options = (SDLVisualTest_SUTOption*)SDL_malloc(num_lines * in SDLVisualTest_ParseSUTConfig()
62 if(!config->options) in SDLVisualTest_ParseSUTConfig()
[all …]

12345678910>>...48