Home
last modified time | relevance | path

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

12345678910>>...50

/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/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/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/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/python/Python/
Dinitconfig.c29 /* --- Command line options --------------------------------------- */
33 "usage: %ls [option] ... [-c cmd | -m mod | file | -] [arg] ...\n";
38 -b : issue warnings about str(bytes_instance), str(bytearray_instance)\n\
39 and comparing bytes/bytearray with str. (-bb: issue errors)\n\
40 -B : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x\n\
41 -c cmd : program passed in as string (terminates option list)\n\
42 -d : turn on parser debugging output (for experts only, only works on\n\
44 -E : ignore PYTHON* environment variables (such as PYTHONPATH)\n\
45 -h : print this help message and exit (also --help)\n\
48 -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/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/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/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/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/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/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/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 …]
/third_party/rust/crates/clap/tests/builder/
Dempty_values.rs3 #[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/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawaudioparse.c17 * Boston, MA 02110-1301, USA.
21 * SECTION:element-rawaudioparse
32 * Currently, this parser supports raw data in a-law, mu-law, or linear PCM format.
35 * supports the "audio/x-unaligned-raw" media type. This is treated identically to
36 * "audio/x-raw", except that it is used by source elements which do not guarantee
41 * media type with linear PCM data is always "audio/x-raw", even if the sink caps
42 * use "audio/x-unaligned-raw".
44 * The channel-positions property can be used to set explicit position information
46 * the number of channels indicated by num-channels, then said number of channels
47 * is updated to the array length. If channel-positions is NULL, then the default
[all …]
/third_party/vk-gl-cts/scripts/android/
Dbuild_apk.py1 # -*- 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/ffmpeg/
Dohos_config.sh5 set -ex
16 --arch=aarch64
17 --target-os=linux
18 --disable-programs
19 --disable-avdevice
20 --disable-postproc
21 --disable-avfilter
22 --disable-network
23 --disable-dwt
24 --disable-lsp
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DConfig.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
15 // Config.cpp: Implements the egl::Config class, describing the format, type
19 #include "Config.h"
40 Config::Config(sw::Format displayFormat, EGLint minInterval, EGLint maxInterval, sw::Format renderT… in Config() function in egl::Config
192 …// Although we could support any format as an Android HWComposer compatible config by converting w… in Config()
199 EGLConfig Config::getHandle() const in getHandle()
204 // This ordering determines the config ID
205 bool CompareConfig::operator()(const Config &x, const Config &y) const in operator ()()
235 // Strict ordering requires sorting all non-equal fields above in operator ()()
236 assert(memcmp(&x, &y, sizeof(Config)) == 0); in operator ()()
[all …]
/third_party/cef/tests/ceftests/views/
Dwindow_unittest.cc2 // reserved. Use of this source code is governed by a BSD-style license that
33 EXPECT_LE(abs(expected.x - actual.x), allowed_deviance); in ExpectCloseRects()
34 EXPECT_LE(abs(expected.y - actual.y), allowed_deviance); in ExpectCloseRects()
35 EXPECT_LE(abs(expected.width - actual.width), allowed_deviance); in ExpectCloseRects()
36 EXPECT_LE(abs(expected.height - actual.height), allowed_deviance); in ExpectCloseRects()
40 auto config = std::make_unique<TestWindowDelegate::Config>(); in WindowCreateImpl() local
41 TestWindowDelegate::RunTest(event, std::move(config)); in WindowCreateImpl()
45 auto config = std::make_unique<TestWindowDelegate::Config>(); in WindowCreateFramelessImpl() local
46 config->frameless = true; in WindowCreateFramelessImpl()
47 TestWindowDelegate::RunTest(event, std::move(config)); in WindowCreateFramelessImpl()
[all …]

12345678910>>...50