/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | build_mustpass.py | 106 GLCTS_GLES2_PKG = Package(module = ES2CTS_MODULE, configurations = [ 115 GLCTS_3_2_2_GLES3_PKG = Package(module = ES3CTS_MODULE, configurations = [ 175 GLCTS_3_2_2_GLES31_PKG = Package(module = ES31CTS_MODULE, configurations = [ 237 GLCTS_3_2_3_EGL_PKG = Package(module = EGL_MODULE, configurations = [ 254 GLCTS_3_2_3_GLES2_PKG = Package(module = ES2CTS_MODULE, configurations = [ 271 GLCTS_3_2_3_GLES3_PKG = Package(module = ES3CTS_MODULE, configurations = [ 336 GLCTS_3_2_3_GLES31_PKG = Package(module = ES31CTS_MODULE, configurations = [ 401 GLCTS_3_2_3_GLES32_KHR_PKG_1CFG = Package(module = ES32KHR_MODULE, configurations = [ 427 …_KHR_PKG_N1CFG = Package(module = ES32KHR_MODULE, useforfirsteglconfig = False, configurations = [ 446 MASTER_EGL_PKG = Package(module = EGL_MODULE, configurations = [ [all …]
|
D | mustpass.py | 68 def __init__ (self, module, configurations, useforfirsteglconfig = True): argument 71 self.configurations = configurations 203 for cfg in package.configurations: 244 for config in package.configurations: 340 for config in package.configurations: 412 for config in package.configurations:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | MSVSUserFile.py | 68 self.configurations = {} 76 self.configurations[name] = ['Configuration', {'Name': name}] 129 if config_name not in self.configurations: 133 self.configurations[config_name].append(n_cmd) 138 for config, spec in sorted(self.configurations.items()):
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | MSVSUserFile.py | 70 self.configurations = {} 78 self.configurations[name] = ["Configuration", {"Name": name}] 134 if config_name not in self.configurations: 138 self.configurations[config_name].append(n_cmd) 143 for config, spec in sorted(self.configurations.items()):
|
/third_party/EGL/extensions/HI/ |
D | EGL_HI_colorformats.txt | 39 format used by other EGL configurations. 69 EGL_COLOR_RGB_HI must be used only with configurations having no 73 configurations having an alpha component. Currently available 74 configurations are: 86 eglChooseConfig returns configurations having all kinds of color
|
/third_party/skia/third_party/externals/egl-registry/extensions/HI/ |
D | EGL_HI_colorformats.txt | 39 format used by other EGL configurations. 69 EGL_COLOR_RGB_HI must be used only with configurations having no 73 configurations having an alpha component. Currently available 74 configurations are: 86 eglChooseConfig returns configurations having all kinds of color
|
/third_party/vk-gl-cts/scripts/ |
D | build_android_mustpass.py | 63 MASTER_EGL_PKG = Package(module = EGL_MODULE, configurations = [ 88 MASTER_GLES2_PKG = Package(module = GLES2_MODULE, configurations = [ 122 MASTER_GLES3_PKG = Package(module = GLES3_MODULE, configurations = [ 204 MASTER_GLES31_PKG = Package(module = GLES31_MODULE, configurations = [ 280 MASTER_VULKAN_PKG = Package(module = VULKAN_MODULE, configurations = [
|
D | mustpass.py | 59 def __init__ (self, module, configurations): argument 61 self.configurations = configurations 89 self.configurations = [] 242 for cfg in package.configurations: 324 for config in package.configurations: 357 for config in package.configurations: 393 for config in package.configurations:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | xcode.py | 141 configurations = [] 147 if name not in configurations: 148 configurations.append(name) 154 xccl = CreateXCConfigurationList(configurations) 194 for config_name in configurations: 256 xccl = CreateXCConfigurationList(configurations) 330 xccl = CreateXCConfigurationList(configurations) 348 xccl = CreateXCConfigurationList(configurations) 566 def PerformBuild(data, configurations, params): argument 577 for config in configurations:
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | xcode.py | 144 configurations = [] 150 if name not in configurations: 151 configurations.append(name) 157 xccl = CreateXCConfigurationList(configurations) 200 for config_name in configurations: 266 xccl = CreateXCConfigurationList(configurations) 362 xccl = CreateXCConfigurationList(configurations) 377 xccl = CreateXCConfigurationList(configurations) 602 def PerformBuild(data, configurations, params): argument 613 for config in configurations:
|
/third_party/skia/third_party/externals/libpng/contrib/conftest/ |
D | README | 11 guarantee that libpng will continue to build with such configurations; support 12 for given configurations can be, and has been, dropped between successive minor 16 You can use these .dfa files as the basis of new configurations. Files in this
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/conftest/ |
D | README | 11 guarantee that libpng will continue to build with such configurations; support 12 for given configurations can be, and has been, dropped between successive minor 16 You can use these .dfa files as the basis of new configurations. Files in this
|
/third_party/typescript/src/testRunner/ |
D | compilerRunner.ts | 66 if (test && ts.some(test.configurations)) { 67 test.configurations.forEach(configuration => { 251 const configurations = getFileBasedTestConfigurations(settings, CompilerTest.varyBy); constant 252 return { file, configurations, content };
|
/third_party/rust/crates/rustix/ |
D | CONTRIBUTING.md | 24 Beyond that, rustix's CI tests many targets and configurations. Asking for 27 configurations on CI.
|
/third_party/flutter/skia/third_party/externals/sdl/premake/patches/ |
D | premake.patches.txt | 16 commands from working for multiple configurations. This is why I had to have 17 debug and release configurations disabled for so long. They are now reenabled
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.scissors.txt | 32 + Scissor configurations 49 All primitive types are tested in all reasonable scissor configurations
|
/third_party/flutter/skia/platform_tools/android/apps/arcore/ |
D | build.gradle | 16 configurations { natives } 69 configurations.natives.files.each { f ->
|
/third_party/node/test/pummel/ |
D | test-policy-integrity.js | 236 function permutations(configurations, path = {}) { argument 237 const keys = Object.keys(configurations); 242 const { [config]: values, ...otherConfigs } = configurations;
|
/third_party/ejdb/src/bindings/ejdb2_flutter/android/ |
D | build.gradle | 82 // plusConfigurations += [ configurations.compile, configurations.testCompile ]
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | CONFIG.md | 116 ## Pre-defined configurations 119 pre-defined configurations as well grouping of various configuration options. 120 The pre-defined configurations are: 128 * `HB_TINY`: Enables both `HB_MINI` and `HB_LEAN` configurations, as well as 138 configurations from the command-line. But one can add a header file called
|
/third_party/harfbuzz/ |
D | CONFIG.md | 116 ## Pre-defined configurations 119 pre-defined configurations as well grouping of various configuration options. 120 The pre-defined configurations are: 128 * `HB_TINY`: Enables both `HB_MINI` and `HB_LEAN` configurations, as well as 138 configurations from the command-line. But one can add a header file called
|
/third_party/flutter/skia/third_party/externals/dawn/infra/config/ |
D | README.md | 1 This directory contains configurations for infra services.
|
/third_party/skia/third_party/externals/dawn/infra/config/ |
D | README.md | 1 This directory contains configurations for infra services.
|
/third_party/skia/third_party/externals/tint/infra/config/ |
D | README.md | 1 This directory contains configurations for infra services.
|
/third_party/openssl/test/ |
D | README.ssltest.md | 6 Each `ssl_*.cnf.in` file contains a number of test configurations. These files 117 The client and server configurations can be any valid `SSL_CTX` 118 configurations. For details, see the manpages for `SSL_CONF_cmd`. 120 Give your configurations as a dictionary of CONF commands, e.g. 195 ### Default server and client configurations 197 The default server certificate and CA files are added to the configurations
|