| /third_party/vulkan-loader/tests/corpus/ |
| D | VkLayer_complex_file.json | 12 "platforms": [ array 68 "platforms": [ array 91 "platforms": [ array 119 "platforms": [ array 148 "platforms": [ array 176 "platforms": [ array 204 "platforms": [ array 275 "platforms": [ array 449 "platforms": [ array 468 "platforms": [ array [all …]
|
| /third_party/vulkan-loader/tests/framework/data/ |
| D | VkLayer_complex_file.json | 12 "platforms": [ array 68 "platforms": [ array 91 "platforms": [ array 119 "platforms": [ array 148 "platforms": [ array 176 "platforms": [ array 204 "platforms": [ array 275 "platforms": [ array 449 "platforms": [ array 468 "platforms": [ array [all …]
|
| /third_party/openssl/util/perl/OpenSSL/ |
| D | Ordinals.pm | 48 on a subset of the supported platforms, or if they are specific to certain 53 platforms that maintain a transfer vector indexed by position rather than 55 aliases for others for certain platforms, or that have different forms 56 on different platforms. 303 # - For platforms, both MUST hold the same ones, but with opposite values 305 # - They MUST NOT have identical name, type, numeral, version, platforms, and features 348 # Check for in addition identical name, type, and platforms 353 && $items[0]->platforms() eq $items[1]->platforms(); 355 # Check that all platforms exist in both items, and have opposite values 356 my @platforms = ( { $items[0]->platforms() }, [all …]
|
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
| D | Ordinals.pm | 48 on a subset of the supported platforms, or if they are specific to certain 53 platforms that maintain a transfer vector indexed by position rather than 55 aliases for others for certain platforms, or that have different forms 56 on different platforms. 303 # - For platforms, both MUST hold the same ones, but with opposite values 305 # - They MUST NOT have identical name, type, numeral, version, platforms, and features 348 # Check for in addition identical name, type, and platforms 353 && $items[0]->platforms() eq $items[1]->platforms(); 355 # Check that all platforms exist in both items, and have opposite values 356 my @platforms = ( { $items[0]->platforms() }, [all …]
|
| /third_party/skia/bazel/common_config_settings/ |
| D | BUILD.bazel | 3 # @platforms is found at https://github.com/bazelbuild/platforms 9 "@platforms//cpu:x86_64", 10 "@platforms//os:linux", 17 "@platforms//cpu:x86_64", 18 "@platforms//os:windows", 25 "@platforms//cpu:arm64", 26 "@platforms//os:linux", 42 constraint_setting = "@platforms//os:os", 48 "@platforms//cpu:arm64", 54 # bazelbuild/platforms call it wasm32. https://github.com/emscripten-core/emsdk/issues/919
|
| /third_party/libwebsockets/ |
| D | .sai.json | 7 "platforms": { 57 …/make -DCMAKE_IOS_DEVELOPER_ROOT=/opt/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platfor… 131 …"platforms": "w10/x86_64-amd/msvc, w10/x86_64-amd/noptmsvc, freertos-linkit/arm32-m4-mt7697-usi/gc… string 135 …"platforms": "w10/x86_64-amd/msvc, w10/x86_64-amd/noptmsvc, freertos-linkit/arm32-m4-mt7697-usi/gc… string 139 "platforms": "w10/x86_64-amd/msvc" string 144 "platforms": "none, freertos-espidf/riscv-esp32c3/gcc" string 149 "platforms": "none, freertos-espidf/xl6-esp32/gcc" string 154 "platforms": "none, freertos-espidf/xl6-esp32/gcc" string 159 "platforms": "none, freertos-espidf/xl6-esp32/gcc" string 163 "platforms": "none,linux-fedora-32/x86_64-amd/gcc" string [all …]
|
| /third_party/node/deps/v8/bazel/config/ |
| D | BUILD.bazel | 34 constraint_values = ["@platforms//cpu:x86_64"], 39 constraint_values = ["@platforms//cpu:x86_32"], 44 constraint_values = ["@platforms//cpu:aarch64"], 49 constraint_values = ["@platforms//cpu:arm"], 54 constraint_values = ["@platforms//cpu:s390x"], 59 constraint_values = ["@platforms//cpu:riscv64"], 64 constraint_values = ["@platforms//cpu:ppc"], 133 constraint_values = ["@platforms//os:linux"], 138 constraint_values = ["@platforms//os:android"], 143 constraint_values = ["@platforms//os:macos"], [all …]
|
| /third_party/EGL/extensions/EXT/ |
| D | EGL_EXT_platform_base.txt | 47 that support multiple platforms at runtime. For example, on Linux an EGL 49 Surface Flinger, and perhaps other platforms. 53 1. A mechanism by which an EGL client can detect which platforms the 64 resources from multiple platforms. 67 specification rather than 'window system' because not all EGL platforms 68 are window systems. In particular, those platforms that allow headless 72 does it specify the set of platforms that an EGL implementation may 106 rationale behind this change is that not all platforms are window systems, 108 particular, platforms that allow headless rendering without a display 114 "This specification does not define the set of platforms that may be [all …]
|
| /third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
| D | EGL_EXT_platform_base.txt | 47 that support multiple platforms at runtime. For example, on Linux an EGL 49 Surface Flinger, and perhaps other platforms. 53 1. A mechanism by which an EGL client can detect which platforms the 64 resources from multiple platforms. 67 specification rather than 'window system' because not all EGL platforms 68 are window systems. In particular, those platforms that allow headless 72 does it specify the set of platforms that an EGL implementation may 106 rationale behind this change is that not all platforms are window systems, 108 particular, platforms that allow headless rendering without a display 114 "This specification does not define the set of platforms that may be [all …]
|
| /third_party/icu/tools/colprobe/ |
| D | colprobeNew.cpp | 290 } platforms[] = { variable 312 logger->log("Known platforms:\n"); in listKnownPlatforms() 313 for(i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in listKnownPlatforms() 314 logger->log("\t%s\n", platforms[i]); in listKnownPlatforms() 323 for(i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in addPlatform() 324 if(strcmp(platform, platforms[i].name) == 0) { in addPlatform() 387 } else { // there is a list of platforms in processArgs() 392 for(i = 0; i < (int32_t)(sizeof(platforms)/sizeof(platforms[0])); i++) { in processArgs() 393 if(strcmp(options[REFERENCE].value, platforms[i].name) == 0) { in processArgs() 398 if(i == sizeof(platforms)/sizeof(platforms[0])) { in processArgs() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | CLPlatform.cpp | 66 PlatformPtrs &platforms = GetPointers(); in Initialize() local 67 ASSERT(_cl_platform_id::sDispatch == nullptr && platforms.empty()); in Initialize() 68 if (_cl_platform_id::sDispatch != nullptr || !platforms.empty()) in Initialize() 75 platforms.reserve(createFuncs.size()); in Initialize() 78 platforms.emplace_back(new Platform(createFuncs.front())); in Initialize() 80 platforms.back()->release(); in Initialize() 81 if (!platforms.back()->mInfo.isValid() || platforms.back()->mDevices.empty()) in Initialize() 83 platforms.pop_back(); in Initialize() 90 cl_platform_id *platforms, in GetPlatformIDs() argument 98 if (platforms != nullptr) in GetPlatformIDs() [all …]
|
| /third_party/libcoap/src/ |
| D | coap_mem.c | 37 * The maximum size of a string on platforms that allocate fixed-size 45 * The maximum number of strings on platforms that allocate 53 * The maximum number of endpoints on platforms that allocate 61 * The maximum number of resources on platforms that allocate 69 * The maximum number of attributes on platforms that allocate 79 * and values on platforms that allocate fixed-size memory blocks. 89 * platforms that allocate fixed-size memory blocks. 96 * The maximum number of processed packets on platforms that allocate 104 * The maximum number of nodes in retransmission queue on platforms 114 * The maximum number of CoAP contexts on platforms that allocate [all …]
|
| /third_party/skia/third_party/externals/d3d12allocator/premake/ |
| D | premake5.lua | 7 platforms { "x64" } 12 filter "platforms:x64" 47 filter { "platforms:x64" } 51 filter { "configurations:Debug", "platforms:x64" } 54 filter { "configurations:Release", "platforms:Windows-x64" }
|
| /third_party/skia/third_party/externals/libwebp/ |
| D | xcframeworkbuild.sh | 44 PLATFORMS[$IOS]="iPhoneOS-armv7 iPhoneOS-armv7s iPhoneOS-arm64" 45 PLATFORMS[$IOS_SIMULATOR]="iPhoneSimulator-i386 iPhoneSimulator-x86_64" 46 PLATFORMS[$MACOS]="MacOSX-x86_64" 47 PLATFORMS[$MACOS_CATALYST]="MacOSX-Catalyst-x86_64" 49 PLATFORMS[$MACOS]+=" MacOSX-arm64" 50 PLATFORMS[$MACOS_CATALYST]+=" MacOSX-Catalyst-arm64" 51 PLATFORMS[$IOS_SIMULATOR]+=" iPhoneSimulator-arm64" 64 readonly PLATFORMS 74 readonly PLATFORMSROOT="${DEVELOPER}/Platforms" 121 for PLATFORM in ${PLATFORMS[$i]}; do [all …]
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
| D | tags.py | 106 interpreters, abis, platforms = tag.split("-") 109 for platform_ in platforms.split("."): 175 platforms: Optional[Iterable[str]] = None, 212 platforms = list(platforms or platform_tags()) 214 for platform_ in platforms: 217 yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) 218 yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) 222 for platform_ in platforms: 273 platforms: Optional[Iterable[str]] = None, 293 platforms = list(platforms or platform_tags()) [all …]
|
| /third_party/node/test/parallel/ |
| D | test-child-process-spawnsync-shell.js | 46 // Verify that the shell internals work properly across platforms. 78 // Test Unix platforms with the default shell. 81 // Test Unix platforms with a user specified shell. 84 // Test Android platforms. 87 // Test Windows platforms with a user specified shell. 90 // Test Windows platforms with the default shell and no comspec. 94 // Test Windows platforms with the default shell and a comspec value.
|
| /third_party/node/deps/openssl/openssl/util/ |
| D | mkdef.pl | 113 platforms => { UNIX => 1 } }, 119 platforms => { UNIX => 1 } }, 122 platforms => { VMS => 1 } }, 126 platforms => { WIN32 => 1, 137 platforms => { TANDEM => 1 } }, 169 my %platforms = ( $item->platforms() ); 171 # True if no platforms are defined 172 return 1 if scalar keys %platforms == 0; 177 for (keys %platforms) { 178 if (exists $OS->{platforms}->{$_}) { [all …]
|
| /third_party/openssl/util/ |
| D | mkdef.pl | 113 platforms => { UNIX => 1 } }, 119 platforms => { UNIX => 1 } }, 122 platforms => { VMS => 1 } }, 126 platforms => { WIN32 => 1, 137 platforms => { TANDEM => 1 } }, 169 my %platforms = ( $item->platforms() ); 171 # True if no platforms are defined 172 return 1 if scalar keys %platforms == 0; 177 for (keys %platforms) { 178 if (exists $OS->{platforms}->{$_}) { [all …]
|
| /third_party/node/deps/v8/bazel/ |
| D | BUILD.icu | 17 "@platforms//os:windows": [ 46 "@platforms//os:windows": [ 68 "@platforms//os:windows": [ 79 "@platforms//os:windows": [ 100 "@platforms//os:windows": [ 111 "@platforms//os:windows": [
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | apple_platform_utils.h | 7 // apple_platform_utils.h: Common utilities for Apple platforms. 19 // ANGLE_APPLE_AVAILABLE_XCI: check if either of the 3 platforms (OSX/Catalyst/iOS) min verions is 23 // ANGLE_APPLE_AVAILABLE_XC: check if either of the 2 platforms (OSX/Catalyst) min verions is 27 // ANGLE_APPLE_AVAILABLE_CI: check if either of the 2 platforms (Catalyst/iOS) min verions is 39 // ANGLE_APPLE_AVAILABLE_XI: check if either of the 2 platforms (OSX/iOS) min verions is available:
|
| /third_party/mesa3d/docs/ |
| D | egl.rst | 50 ``-D platforms=...`` 51 List the platforms (window systems) to support. Its argument is a 52 comma separated string such as ``-D platforms=x11,wayland``. It decides 53 the platforms a driver may support. The first listed platform is also 56 The available platforms are ``x11``, ``wayland``, 61 platforms automatically. 89 same as those for ``-D platforms=...``. When the variable is not set, 91 ``-D platforms=...`` as the native platform. 115 functions handling the platforms' specifics. 155 This driver supports several platforms: ``android``, ``device``,
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| D | MSVSProject.py | 54 def __init__(self, project_path, version, name, guid=None, platforms=None): argument 62 platforms: Array of string, the supported platforms. If null, ['Win32'] 69 # Default to Win32 for platforms. 70 if not platforms: 71 platforms = ["Win32"] 74 self.platform_section = ["Platforms"] 75 for platform in platforms:
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| D | MSVSProject.py | 54 def __init__(self, project_path, version, name, guid=None, platforms=None): argument 62 platforms: Array of string, the supported platforms. If null, ['Win32'] 69 # Default to Win32 for platforms. 70 if not platforms: 71 platforms = ["Win32"] 74 self.platform_section = ["Platforms"] 75 for platform in platforms:
|
| /third_party/node/ |
| D | BUILDING.md | 13 * [Supported platforms](#supported-platforms) 18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains) 21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms) 62 ## Supported platforms 64 This list of supported platforms is current as of the branch/release to 69 Node.js relies on V8 and libuv. We adopt a subset of their supported platforms. 75 * **Tier 1**: These platforms represent the majority of Node.js users. The 77 Test failures on tier 1 platforms will block releases. 78 * **Tier 2**: These platforms represent smaller segments of the Node.js user 80 coverage. Test failures on tier 2 platforms will block releases. [all …]
|
| /third_party/python/Doc/library/ |
| D | platform.rst | 16 Specific platforms listed alphabetically, with Linux included in the Unix 39 This is available on most if not all Unix platforms and some non-Unix platforms 45 On macOS (and perhaps other platforms), executable files may be 72 may look different on different platforms and this is intended. 74 If *aliased* is true, the function will use aliases for various platforms that 93 platforms do not provide this information or simply return the same value as for 244 Unix Platforms 260 Linux Platforms
|