/third_party/node/deps/npm/node_modules/node-gyp/test/ |
D | test-find-node-directory.js | 8 const platforms = ['darwin', 'freebsd', 'linux', 'sunos', 'win32', 'aix', 'os400'] variable 16 for (var next = 0; next < platforms.length; next++) { 17 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } 30 for (var next = 0; next < platforms.length; next++) { 31 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } 32 if (platforms[next] === 'win32') { 47 for (var next = 0; next < platforms.length; next++) { 48 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } 58 for (var next = 0; next < platforms.length; next++) { 60 if (platforms[next] === 'win32') { [all …]
|
/third_party/openssl/util/perl/OpenSSL/ |
D | Ordinals.pm | 353 && $items[0]->platforms() eq $items[1]->platforms(); 356 my @platforms = ( { $items[0]->platforms() }, 357 { $items[1]->platforms() } ); 358 foreach my $platform (keys %{$platforms[0]}) { 359 if (exists $platforms[1]->{$platform}) { 360 if ($platforms[0]->{$platform} != !$platforms[1]->{$platform}) { 363 map { my %tmp_h = $_->platforms(); 371 delete $platforms[0]->{$platform}; 372 delete $platforms[1]->{$platform}; 376 if (%{$platforms[0]} || %{$platforms[0]}) { [all …]
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
D | Ordinals.pm | 353 && $items[0]->platforms() eq $items[1]->platforms(); 356 my @platforms = ( { $items[0]->platforms() }, 357 { $items[1]->platforms() } ); 358 foreach my $platform (keys %{$platforms[0]}) { 359 if (exists $platforms[1]->{$platform}) { 360 if ($platforms[0]->{$platform} != !$platforms[1]->{$platform}) { 363 map { my %tmp_h = $_->platforms(); 371 delete $platforms[0]->{$platform}; 372 delete $platforms[1]->{$platform}; 376 if (%{$platforms[0]} || %{$platforms[0]}) { [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/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() ); 172 return 1 if scalar keys %platforms == 0; 177 for (keys %platforms) { 178 if (exists $OS->{platforms}->{$_}) { 179 return $platforms{$_} == $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() ); 172 return 1 if scalar keys %platforms == 0; 177 for (keys %platforms) { 178 if (exists $OS->{platforms}->{$_}) { 179 return $platforms{$_} == $OS->{platforms}->{$_}; [all …]
|
/third_party/icu/tools/colprobe/ |
D | colprobeNew.cpp | 290 } platforms[] = { variable 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() 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() 496 strcpy(tailoringName, platforms[gPlatformIndexes[0]].name); in getFileNames() 503 strcpy(tailoringDumpName, platforms[gPlatformIndexes[0]].name); in getFileNames() [all …]
|
/third_party/cef/tools/cefbuilds/ |
D | cef_json_builder_test.py | 251 platforms = cef_json_builder.get_platforms() 260 for platform in platforms: 271 self.assertEqual(len(files), len(platforms) * len(versions) * len(types)) 276 self.assertEqual(len(files), len(platforms) * len(types)) 280 self.assertEqual(len(files), len(platforms) * len(versions)) 288 for platform in platforms: 300 platforms = ['linux32', 'linux64'] 307 for platform in platforms: 314 self.assertEqual(len(files), len(platforms) * len(types)) 319 for platform in platforms: [all …]
|
D | cef_json_builder_example.py | 79 platforms = cef_json_builder.get_platforms() variable 81 platforms = [sys.argv[2]] variable 131 for platform in platforms:
|
/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/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/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/cef/tools/ |
D | make_cmake.py | 52 platforms = {} 76 if not platform in platforms: 77 platforms[platform] = [] 78 platforms[platform].append(file) 86 if len(platforms) > 0: 87 keys = sorted(platforms.keys()) 89 result += format_cmake_set(name + '_' + key, platforms[key])
|
D | cef_api_hash.py | 38 self.platforms = ["windows", "mac", "linux"] 90 platforms = list([ 91 p for p in self.platforms if self.__is_platform_filename(filename, p) 103 o["platforms"] = platforms 122 for platform in itertools.chain(["universal"], self.platforms): 229 for p in self.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 70 if not platforms: 71 platforms = ["Win32"] 75 for platform in platforms:
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | MSVSProject.py | 54 def __init__(self, project_path, version, name, guid=None, platforms=None): argument 70 if not platforms: 71 platforms = ["Win32"] 75 for platform in platforms:
|
/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/googletest/ |
D | WORKSPACE | 36 name = "platforms", # 2022-11-09T19:18:22Z 38 strip_prefix = "platforms-3fbc687756043fb58a407c2ea8c944bc2fe1d922", 39 …urls = ["https://github.com/bazelbuild/platforms/archive/3fbc687756043fb58a407c2ea8c944bc2fe1d922.…
|
/third_party/expat/ |
D | 02-backport-CVE-2022-22822-CVE-2022-22823-CVE-2022-22824-CVE-2022-22825-CVE-2022-22826-CVE-2022-22827.patch | 49 + * from -Wtype-limits on platforms where 67 + * from -Wtype-limits on platforms where 100 + * from -Wtype-limits on platforms where 122 + * from -Wtype-limits on platforms where 144 + * from -Wtype-limits on platforms where 169 + * from -Wtype-limits on platforms where 211 + * from -Wtype-limits on platforms where 231 + * from -Wtype-limits on platforms where
|
/third_party/mbedtls/3rdparty/everest/ |
D | README.md | 5 …platforms are supported, although the version in `everest/library/legacy` should work on most syst…
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | WORKSPACE | 48 name = "platforms", 50 strip_prefix = "platforms-98939346da932eef0b54cf808622f5bb0928f00b", 51 …urls = ["https://github.com/bazelbuild/platforms/archive/98939346da932eef0b54cf808622f5bb0928f00b.…
|
/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/skia/src/ports/ |
D | BUILD.bazel | 26 "@platforms//os:windows": ["SkDebug_win.cpp"], 27 "@platforms//os:android": ["SkDebug_android.cpp"],
|
/third_party/jerryscript/targets/mbedos5/ |
D | README.md | 11 - [Nordic Semiconductor NRF52 Development Kit](https://developer.mbed.org/platforms/Nordic-nRF52-DK… 12 - [NXP Freedom K64F](https://developer.mbed.org/platforms/FRDM-K64F/) 13 - [STM NUCLEO F401RE](https://developer.mbed.org/platforms/ST-Nucleo-F401RE/) 14 - [Silicon Labs EFM32 Giant Gecko](https://developer.mbed.org/platforms/EFM32-Giant-Gecko/)
|