Home
last modified time | relevance | path

Searched refs:configuration (Results 1 – 25 of 1943) sorted by relevance

12345678910>>...78

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp201 Config configuration = *config; in initialize() local
202 configuration.mConfigID = index; in initialize()
205 mConfigSet.mSet.insert(configuration); in initialize()
243 const egl::Config *configuration = mConfigSet.get(config); in getConfigAttrib() local
247 case EGL_BUFFER_SIZE: *value = configuration->mBufferSize; break; in getConfigAttrib()
248 case EGL_ALPHA_SIZE: *value = configuration->mAlphaSize; break; in getConfigAttrib()
249 case EGL_BLUE_SIZE: *value = configuration->mBlueSize; break; in getConfigAttrib()
250 case EGL_GREEN_SIZE: *value = configuration->mGreenSize; break; in getConfigAttrib()
251 case EGL_RED_SIZE: *value = configuration->mRedSize; break; in getConfigAttrib()
252 case EGL_DEPTH_SIZE: *value = configuration->mDepthSize; break; in getConfigAttrib()
[all …]
/third_party/openssl/doc/man3/
DCONF_modules_load_file.pod7 - OpenSSL configuration functions
24 configuration file pathname as follows.
32 If B<filename> is NULL the standard OpenSSL configuration file is used
43 reads configuration information from B<cnf>.
50 configuration modules are ignored. If not set the first module error is
59 the default system-wide configuration file, as having all OpenSSL applications
64 If B<CONF_MFLAGS_NO_DSO> is set configuration module loading from DSOs is
68 ignore missing configuration files. Normally a missing configuration file
75 application can customise application configuration to best suit its needs.
76 In some cases the use of a configuration file is optional and its absence is not
[all …]
DOPENSSL_load_builtin_modules.pod5 …d_builtin_modules, ASN1_add_oid_module, ENGINE_add_conf_module - add standard configuration modules
18 configuration modules to the internal list. They can then be used by the
19 OpenSSL configuration code.
23 ENGINE_add_conf_module() adds just the ENGINE configuration module.
27 If the simple configuration function OPENSSL_config() is called then
30 Applications which use the configuration functions directly will need to
32 configuration code.
35 configuration modules instead of adding modules selectively: otherwise
DSSL_CTX_config.pod17 B<SSL> structure using the configuration B<name>.
20 complex tasks based on the contents of the configuration file: greatly
21 simplifying application configuration code. A degree of future proofing
22 can also be achieved: an application can support configuration features
25 A configuration file must have been previously loaded, for example using
26 CONF_modules_load_file(). See L<config(5)> for details of the configuration
41 # list of configuration modules
DCONF_modules_free.pod6 OpenSSL configuration cleanup functions
24 configuration modules. Normally, in versions of OpenSSL prior to 1.1.0,
26 CONF_modules_free() at exit to tidy up any configuration performed.
28 CONF_modules_finish() calls each configuration modules B<finish> handler
29 to free up any configuration that module may have performed.
31 CONF_modules_unload() finishes and unloads configuration modules. If
/third_party/typescript/tests/baselines/reference/
DvisibilityOfCrossModuleTypeUsage.types5 function run(configuration: commands.IConfiguration) {
6 >run : (configuration: commands.IConfiguration) => void
7 >configuration : commands.IConfiguration
10 var absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server);
12 >configuration.workspace.toAbsolutePath(configuration.server) : string
13 >configuration.workspace.toAbsolutePath : (server: import("tests/cases/compiler/visibilityOfCrossMo…
14 >configuration.workspace : import("tests/cases/compiler/visibilityOfCrossModuleTypeUsage_server").I…
15 >configuration : commands.IConfiguration
18 >configuration.server : import("tests/cases/compiler/visibilityOfCrossModuleTypeUsage_server").ISer…
19 >configuration : commands.IConfiguration
DvisibilityOfCrossModuleTypeUsage.symbols5 function run(configuration: commands.IConfiguration) {
7 >configuration : Symbol(configuration, Decl(visibilityOfCrossModuleTypeUsage_fs.ts, 1, 13))
11 var absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server);
13 >configuration.workspace.toAbsolutePath : Symbol(IWorkspace.toAbsolutePath, Decl(visibilityOfCrossM…
14 >configuration.workspace : Symbol(commands.IConfiguration.workspace, Decl(visibilityOfCrossModuleTy…
15 >configuration : Symbol(configuration, Decl(visibilityOfCrossModuleTypeUsage_fs.ts, 1, 13))
18 >configuration.server : Symbol(commands.IConfiguration.server, Decl(visibilityOfCrossModuleTypeUsag…
19 >configuration : Symbol(configuration, Decl(visibilityOfCrossModuleTypeUsage_fs.ts, 1, 13))
DvisibilityOfCrossModuleTypeUsage.js24 function run(configuration: commands.IConfiguration) {
25 var absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server);
38 function run(configuration) {
39 var absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server);
/third_party/protobuf/objectivec/DevTools/
Dfull_mac_build.sh41 Skip the Xcode Debug configuration.
43 Skip the Xcode Release configuration.
179 "${XCODEBUILD_CLEAN_BASE_IOS[@]}" -configuration Debug clean
182 "${XCODEBUILD_CLEAN_BASE_IOS[@]}" -configuration Release clean
192 "${XCODEBUILD_CLEAN_BASE_OSX[@]}" -configuration Debug clean
195 "${XCODEBUILD_CLEAN_BASE_OSX[@]}" -configuration Release clean
205 "${XCODEBUILD_CLEAN_BASE_OSX[@]}" -configuration Debug clean
208 "${XCODEBUILD_CLEAN_BASE_OSX[@]}" -configuration Release clean
308 "${XCODEBUILD_TEST_BASE_IOS[@]}" -configuration Debug test
312 "${XCODEBUILD_TEST_BASE_IOS[@]}" -configuration Release test
[all …]
/third_party/node/deps/v8/src/objects/
Dlookup-inl.h26 Handle<Name> name, Configuration configuration) in LookupIterator() argument
28 configuration) {} in LookupIterator()
33 Configuration configuration) in LookupIterator() argument
35 lookup_start_object, configuration) {} in LookupIterator()
38 size_t index, Configuration configuration) in LookupIterator() argument
40 configuration) { in LookupIterator()
46 Configuration configuration) in LookupIterator() argument
48 lookup_start_object, configuration) { in LookupIterator()
54 Configuration configuration) in LookupIterator() argument
56 configuration) {} in LookupIterator()
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/doxygen/
Dlibmicrohttpd.doxy4 # Project related configuration options
50 # Build related configuration options
80 # configuration options related to warning and progress messages
90 # configuration options related to the input files
109 # configuration options related to source browsing
120 # configuration options related to the alphabetical class index
126 # configuration options related to the HTML output
149 # configuration options related to the LaTeX output
164 # configuration options related to the RTF output
173 # configuration options related to the man page output
[all …]
/third_party/python/Doc/library/
Dlogging.config.rst1 :mod:`logging.config` --- Logging configuration
38 Takes the logging configuration from a dictionary. The contents of
42 If an error is encountered during configuration, this function will
57 constructor is passed the dictionary used for configuration, and
66 the returned object to put the configuration into effect::
82 Reads the logging configuration from a :mod:`configparser`\-format file. The
88 configuration).
94 instantiated, and the configuration read by it from the
112 in the logging configuration.
120 * Use of a configuration file where logging configuration is just part
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1356 …GLint calculateAttributeGroupOffset(const attributeConfiguration& configuration, GLint index) cons…
1358 …GLint calculateAttributeLocation(const attributeConfiguration& configuration, GLint attribute, GLi…
1360 void calculateVertexLength(attributeConfiguration& configuration) const;
1362 …void configureAttribute(_iteration iteration, const attributeConfiguration& configuration, GLint n…
1381 …void setAttributes(_iteration iteration, const attributeConfiguration& configuration, GLuint verte…
1384 void setAttributes_a(const attributeConfiguration& configuration, GLint n_type, GLuint vertex,
1387 …void setAttributes_a_scalar(const attributeConfiguration& configuration, GLint n_type, GLuint vert…
1390 void setAttributes_a_vec(const attributeConfiguration& configuration, GLint n_type, GLuint vertex,
1393 void setAttributes_b(const attributeConfiguration& configuration, GLint n_type, GLuint vertex,
1396 void setAttributes_c(const attributeConfiguration& configuration, GLint n_type, GLuint vertex,
[all …]
/third_party/openssl/doc/man1/
Dopenssl-fipsinstall.pod.in6 openssl-fipsinstall - perform FIPS configuration installation
31 This command is used to generate a FIPS module configuration file.
32 This configuration file can be used each time a FIPS module is loaded
37 The generated configuration file consists of:
88 Filename to output the configuration data to; the default is standard output.
92 Input filename to load configuration data from.
97 Verify that the input configuration file contains the correct information.
101 Name of the provider inside the configuration file.
106 Name of the section inside the configuration file.
170 "MAC status indicator" to the output configuration file. Without these fields
[all …]
/third_party/openssl/demos/bio/
Dcmod.cnf1 # Example config module configuration
4 # and section containing configuration
7 # Comment out the next line to ignore configuration errors
11 # list of configuration modules
13 # SSL configuration module
/third_party/skia/third_party/externals/libpng/projects/owatcom/
Dpngconfig.mak2 # configuration header. You can ignore this file if you don't need to
3 # configure libpng; a default configuration will be built.
8 # config.inf: Basic configuration information for a standard build.
9 # pngconfig.dfa: Advanced configuration for non-standard libpng builds.
15 # If your configuration needs to test compiler flags when building
55 This is a locally configurable build of libpng.lib; for configuration
94 This is the default configuration of libpng.lib, if you wish to
95 change the configuration please consult the instructions in
104 $# The libpng project is incompletely configured. To complete configuration
111 $# 2) If you want to change libpng to a non-standard configuration also
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-WPS13 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
15 passphrase/PSK) and configuration of an access point and client
17 with PIN method and push-button configuration (PBC) being the most
53 wpa_supplicant configuration
57 wpa_supplicant build configuration (.config). Here is an example
58 configuration that includes WPS support and Linux nl80211 -based
75 the device. This is configured in the runtime configuration for
82 The network configuration blocks needed for WPS are added
84 to be added explicitly in the configuration file.
89 to allow configuration file updates:
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-WPS13 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
15 passphrase/PSK) and configuration of an access point and client
17 with PIN method and push-button configuration (PBC) being the most
53 wpa_supplicant configuration
57 wpa_supplicant build configuration (.config). Here is an example
58 configuration that includes WPS support and Linux nl80211 -based
75 the device. This is configured in the runtime configuration for
82 The network configuration blocks needed for WPS are added
84 to be added explicitly in the configuration file.
89 to allow configuration file updates:
[all …]
/third_party/mbedtls/docs/proposed/
Dpsa-conditional-inclusion-c.md18 …ct which cryptographic mechanisms are included in a build through its configuration file (`mbedtls…
34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not …
50 ### PSA Crypto configuration file
52configuration file `psa/crypto_config.h` defines a series of symbols of the form `PSA_WANT_xxx` wh…
57 …ncluded based on both the content of the PSA Crypto configuration file and the Mbed TLS configurat…
59 ### PSA Crypto configuration symbols
63 A PSA Crypto configuration symbol is a C preprocessor symbol whose name starts with `PSA_WANT_`.
71 The presence of a symbol `PSA_WANT_xxx` in the Mbed TLS configuration determines whether a feature …
79 If a feature is not requested for inclusion in the PSA Crypto configuration file, it may still be i…
95 There are no configuration symbols for Diffie-Hellman groups (`PSA_DH_GROUP_xxx`).
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_INTEL_performance_query/
Dqueries.txt294 [open,refpage='VkPerformanceConfigurationINTEL',desc='Device configuration for performance queries'…
298 configuration.
299 The configuration can be released once all command buffers containing
307 To acquire a device performance configuration, call:
315 the performance configuration to acquire.
318 configuration object is returned.
323 [open,refpage='VkPerformanceConfigurationAcquireInfoINTEL',desc='Acquire a configuration to capture…
334 of performance configuration that will be acquired.
339 [open,refpage='VkPerformanceConfigurationTypeINTEL',desc='Type of performance configuration',type='…
343 performance configuration types, are:
[all …]
Dqueries.adoc294 [open,refpage='VkPerformanceConfigurationINTEL',desc='Device configuration for performance queries'…
298 configuration.
299 The configuration can be released once all command buffers containing
307 To acquire a device performance configuration, call:
315 the performance configuration to acquire.
318 configuration object is returned.
323 [open,refpage='VkPerformanceConfigurationAcquireInfoINTEL',desc='Acquire a configuration to capture…
334 of performance configuration that will be acquired.
339 [open,refpage='VkPerformanceConfigurationTypeINTEL',desc='Type of performance configuration',type='…
343 performance configuration types, are:
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME-WPS12 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
14 passphrase/PSK) and configuration of an access point and client
16 with PIN method and push-button configuration (PBC) being the most
56 hostapd configuration
60 configuration (.config). Here is an example configuration that
72 Following section shows an example runtime configuration
79 # WPA2-Personal configuration for the AP
97 # WPS configuration (AP configured, do not allow external WPS Registrars)
242 - display the current configuration
253 Credential generation and configuration changes
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME-WPS12 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
14 passphrase/PSK) and configuration of an access point and client
16 with PIN method and push-button configuration (PBC) being the most
56 hostapd configuration
60 configuration (.config). Here is an example configuration that
72 Following section shows an example runtime configuration
79 # WPA2-Personal configuration for the AP
97 # WPS configuration (AP configured, do not allow external WPS Registrars)
242 - display the current configuration
253 Credential generation and configuration changes
[all …]
/third_party/node/tools/gyp/pylib/gyp/generator/
Dcompile_commands_json.py46 for configuration_name, configuration in target["configurations"].items():
53 cflags = configuration.get("cflags", [])
54 cflags_c = configuration.get("cflags_c", [])
55 cflags_cc = configuration.get("cflags_cc", [])
60 defines = configuration.get("defines", [])
71 include_dirs = configuration.get("include_dirs", [])
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dcompile_commands_json.py46 for configuration_name, configuration in target["configurations"].items():
53 cflags = configuration.get("cflags", [])
54 cflags_c = configuration.get("cflags_c", [])
55 cflags_cc = configuration.get("cflags_cc", [])
60 defines = configuration.get("defines", [])
71 include_dirs = configuration.get("include_dirs", [])

12345678910>>...78