/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | build_mustpass.py | 107 GLCTS_GLES2_PKG = Package(module = ES2CTS_MODULE, configurations = [ 116 GLCTS_3_2_2_GLES3_PKG = Package(module = ES3CTS_MODULE, configurations = [ 176 GLCTS_3_2_2_GLES31_PKG = Package(module = ES31CTS_MODULE, configurations = [ 238 GLCTS_3_2_3_EGL_PKG = Package(module = EGL_MODULE, configurations = [ 255 GLCTS_3_2_3_GLES2_PKG = Package(module = ES2CTS_MODULE, configurations = [ 272 GLCTS_3_2_3_GLES3_PKG = Package(module = ES3CTS_MODULE, configurations = [ 337 GLCTS_3_2_3_GLES31_PKG = Package(module = ES31CTS_MODULE, configurations = [ 402 GLCTS_3_2_3_GLES32_KHR_PKG_1CFG = Package(module = ES32KHR_MODULE, configurations = [ 428 …_KHR_PKG_N1CFG = Package(module = ES32KHR_MODULE, useforfirsteglconfig = False, configurations = [ 447 MAIN_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/vk-gl-cts/scripts/ |
D | build_android_mustpass.py | 64 MAIN_EGL_PKG = Package(module = EGL_MODULE, configurations = [ 104 MAIN_GLES2_PKG = Package(module = GLES2_MODULE, configurations = [ 146 MAIN_GLES3_PKG = Package(module = GLES3_MODULE, configurations = [ 236 MAIN_GLES31_PKG = Package(module = GLES31_MODULE, configurations = [ 319 MAIN_VULKAN_PKG = Package(module = VULKAN_MODULE, configurations = [ 351 MAIN_VULKANSC_PKG = Package(module = VULKANSC_MODULE, configurations = [
|
D | mustpass.py | 59 def __init__ (self, module, configurations): argument 61 self.configurations = configurations 89 self.configurations = [] 329 for cfg in package.configurations: 411 for config in package.configurations: 450 for config in package.configurations: 491 for config in package.configurations:
|
/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/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:
|
D | msvs.py | 1948 def PerformBuild(data, configurations, params): argument 1961 for config in configurations: 2646 def _GetMSBuildProjectConfigurations(configurations): argument 2648 for (name, settings) in sorted(configurations.items()): 2743 def _GetMSBuildPropertySheets(configurations): argument 2747 for name, settings in sorted(configurations.items()): 2879 def _GetMSBuildConfigurationGlobalProperties(spec, configurations, build_file): argument 2896 for (name, configuration) in sorted(configurations.items()): 3001 def _GetMSBuildToolSettingsSections(spec, configurations): argument 3003 for (name, configuration) in sorted(configurations.items()): [all …]
|
/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/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/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/vk-gl-cts/external/vulkancts/scripts/ |
D | build_mustpass.py | 55 VULKAN_MAIN_PKG = Package(module = VULKAN_MODULE, configurations = [ 67 VULKAN_SC_MAIN_PKG = Package(module = VULKAN_SC_MODULE, configurations = [
|
/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/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/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/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/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/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/ejdb/src/bindings/ejdb2_flutter/android/ |
D | build.gradle | 82 // plusConfigurations += [ configurations.compile, configurations.testCompile ]
|
/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
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.shaders.multisample_interpolation.txt | 51 inputs and render target configurations. 76 different inputs and render target configurations. 91 inputs and render target configurations.
|