| /third_party/rust/crates/io-lifetimes/.github/workflows/ |
| D | main.yml | 6 - main 12 runs-on: ubuntu-latest 14 - uses: actions/checkout@v3 17 - uses: ./.github/actions/install-rust 20 - run: cargo fmt --all -- --check 22 check: 23 name: Check 24 runs-on: ${{ matrix.os }} 29 - build: stable 30 os: ubuntu-latest [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/pre_commit/ |
| D | README.md | 1 # pre-push Quick Guide 3 <!-- TOC --> 5 - [Pre-push Quick Guide](#pre-push-quick-guide) 6 - [Procedure for Using pre-push Locally](#procedure-for-using-pre-push-locally) 7 - [Appendix: FAQs](#appendix-faqs) 8 … - [Appendix: Manually Installing Code Check Tools](#appendix-manually-installing-code-check-tools) 9 - [Windows Environment](#windows-environment) 10 - [Linux Environment](#linux-environment) 11 - [macOS Environment](#macos-environment) 12 - [Appendix: Suggestions on Tool Versions](#appendix-suggestions-on-tool-versions) [all …]
|
| /third_party/vulkan-loader/tests/corpus/ |
| D | VkLayer_complex_file.json | 13 "WINDOWS", 18 "url": "https://vulkan.lunarg.com/doc/sdk/latest/windows/khronos_validation_layer.html", 69 "WINDOWS", 89 "label": "Reduced-Overhead", 92 "WINDOWS", 120 "WINDOWS", 149 "WINDOWS", 174 "label": "GPU-Assisted", 175 "description": "Check for API usage errors at shader execution time.", 177 "WINDOWS", [all …]
|
| /third_party/vulkan-loader/tests/framework/data/ |
| D | VkLayer_complex_file.json | 13 "WINDOWS", 18 "url": "https://vulkan.lunarg.com/doc/sdk/latest/windows/khronos_validation_layer.html", 69 "WINDOWS", 89 "label": "Reduced-Overhead", 92 "WINDOWS", 120 "WINDOWS", 149 "WINDOWS", 174 "label": "GPU-Assisted", 175 "description": "Check for API usage errors at shader execution time.", 177 "WINDOWS", [all …]
|
| /third_party/rust/crates/is-terminal/.github/workflows/ |
| D | main.yml | 6 - main 12 runs-on: ubuntu-latest 14 - uses: actions/checkout@v3 17 - uses: ./.github/actions/install-rust 20 - run: cargo fmt --all -- --check 22 check: 23 name: Check 24 runs-on: ${{ matrix.os }} 29 - build: stable 30 os: ubuntu-latest [all …]
|
| /third_party/skia/third_party/externals/dawn/examples/ |
| D | ManualSwapChainTest.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 // - W: creates a new window. 18 // - L: Latches the current swapchain, to check what happens when the window changes but not the 20 // - R: switches the rendering mode, between "The Red Triangle" and color-cycling clears that's 22 // - D: cycles the divisor for the swapchain size. 23 // - P: switches present modes. 25 // Closing all the windows exits the example. ^C also works. 29 // - Basic tests (with the triangle render mode): 30 // - Check the triangle is red on a black background and with the pointy side up. 31 // - Cycle render modes a bunch and check that the triangle background is always solid black. [all …]
|
| /third_party/ntfs-3g/ntfsprogs/ |
| D | ntfsresize.8.in | 1 .\" Copyright (c) 2002\-2006 Szabolcs Szakacsits. 3 .\" Copyright (c) 2011\-2013 Jean-Pierre Andre. 6 .TH NTFSRESIZE 8 "July 2013" "ntfs-3g @VERSION@" 8 ntfsresize \- resize an NTFS filesystem without data loss 12 .B \-\-info(\-mb\-only) 17 [\fB\-\-size \fISIZE\fR[\fBk\fR|\fBM\fR|\fBG\fR]] 22 program safely resizes Windows XP, Windows Server 2003, Windows 2000, Windows 24 supported, used by 32\-bit and 64\-bit Windows. 44 parameter is given in kilo\-, mega\- or gigabytes respectively. 50 .B \-\-info(\-mb\-only) [all …]
|
| /third_party/rust/crates/lazy-static.rs/ |
| D | appveyor.yml | 4 # When this was added there were revocation check failures when using the 6 # switch to turn this off. Switch to Hyper which looks to not check for 12 - TARGET: i686-pc-windows-gnu 14 - TARGET: i686-pc-windows-msvc 16 - TARGET: x86_64-pc-windows-gnu 18 - TARGET: x86_64-pc-windows-msvc 21 - TARGET: i686-pc-windows-gnu 23 - TARGET: i686-pc-windows-msvc 25 - TARGET: x86_64-pc-windows-gnu 27 - TARGET: x86_64-pc-windows-msvc [all …]
|
| /third_party/rust/crates/serde/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 18 runs-on: ubuntu-latest 19 timeout-minutes: 45 21 - uses: actions/checkout@v4 22 - uses: dtolnay/rust-toolchain@nightly 23 - run: cd test_suite && cargo test --features unstable 25 windows: 26 name: Test suite (windows) 27 runs-on: windows-latest 28 timeout-minutes: 45 [all …]
|
| /third_party/libunwind/ |
| D | .travis.yml | 5 - HOST=x86_64-linux-gnu 6 - HOST=x86-linux-gnu 7 - HOST=arm-linux-gnueabihf 8 - HOST=aarch64-linux-gnu 9 - HOST=mipsel-linux-gnu 11 #- HOST=powerpc64-linux-gnu 13 linux-s390x: &linux-s390x 16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu 18 - autoreconf -i 19 - ./configure [all …]
|
| /third_party/rust/crates/libc/.github/workflows/ |
| D | main.yml | 8 - master 16 runs-on: ubuntu-22.04 18 fail-fast: true 21 i686-unknown-linux-gnu, 22 x86_64-unknown-linux-gnu, 25 - uses: actions/checkout@v3 26 - name: Setup Rust toolchain 27 run: TARGET=${{ matrix.target }} sh ./ci/install-rust.sh 28 - name: Execute run-docker.sh 29 run: LIBC_CI=1 sh ./ci/run-docker.sh ${{ matrix.target }} [all …]
|
| /third_party/rust/crates/cxx/.github/workflows/ |
| D | ci.yml | 20 runs-on: ${{matrix.os || 'ubuntu'}}-latest 22 fail-fast: false 25 - rust: nightly 26 - rust: beta 27 - rust: stable 28 - rust: 1.60.0 29 - rust: 1.64.0 30 - name: Cargo on macOS 33 - name: Cargo on Windows (msvc) 34 rust: nightly-x86_64-pc-windows-msvc [all …]
|
| /third_party/libuv/ |
| D | ChangeLog | 7 * build: disable windows asan buildbot (Ben Noordhuis) 11 * build,win: remove extraneous -lshell32 (Ben Noordhuis) 19 * test: check if ipv6 link-local traffic is routable (Ben Noordhuis) 21 * win: remove check for UV_PIPE_NO_TRUNCATE (Jameson Nash) 35 * test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher) 37 * misc: ignore libuv-release-tool files (Jameson Nash) 45 * test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse) 61 * unix: support full TCP keep-alive on Solaris (Andy Pan) 67 * freebsd: fix build on non-intel archs (David Carlier) 75 * build: re-enable msvc-asan job on CI (Jameson Nash) [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
| D | GPUTestConfig.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 36 static int32_t sSavedMajorVersion = -1; in OperatingSystemVersionNumbers() 37 static int32_t sSavedMinorVersion = -1; in OperatingSystemVersionNumbers() 39 if (sSavedMajorVersion == -1 || sSavedMinorVersion == -1) in OperatingSystemVersionNumbers() 56 // Check if the OS is any version of Windows 66 // Check if the OS is Windows XP 76 // Check if the OS is Windows Vista 86 // Check if the OS is Windows 7 96 // Check if the OS is Windows 8 106 // Check if the OS is Windows 10 [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
| D | InspectableNativeWindow.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 17 ComPtr<ABI::Windows::UI::Core::ICoreWindow> *coreWindow) in IsCoreWindow() 25 ComPtr<ABI::Windows::UI::Core::ICoreWindow> coreWin; in IsCoreWindow() 39 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> *swapChainPanel) in IsSwapChainPanel() 47 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> panel; in IsSwapChainPanel() 61 ABI::Windows::Foundation::Collections::IPropertySet **propertySet, in IsEGLConfiguredPropertySet() 72 ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> propMap; in IsEGLConfiguredPropertySet() 84 result = propMap->HasKey(HStringReference(EGLNativeWindowTypeProperty).Get(), in IsEGLConfiguredPropertySet() 102 propMap->Lookup(HStringReference(EGLNativeWindowTypeProperty).Get(), &nativeWindow); in IsEGLConfiguredPropertySet() 131 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalPropertyValue() [all …]
|
| /third_party/rust/crates/which-rs/.github/workflows/ |
| D | rust.yml | 10 runs-on: ubuntu-latest 12 - name: Setup | Checkout 15 - name: Setup | Rust 16 uses: actions-rs/toolchain@v1 23 - name: Build | Format 24 run: cargo fmt --all -- --check 31 os: [ubuntu-latest, windows-latest, macos-latest] 32 runs-on: ${{ matrix.os }} 34 - name: Setup | Checkout 37 - name: Setup | Rust [all …]
|
| /third_party/skia/third_party/externals/icu/source/samples/uresb/ |
| D | readme.txt | 4 Copyright (c) 2001-2010 International Business Machines 15 uresb.sln Windows MSVC workspace. Double-click this to get started. 16 uresb.vcproj Windows MSVC project file 17 resources.dsp Windows project file for resources 18 resources.mak Windows makefile for resources 24 To Build uresb on Windows 30 To Run on Windows 44 using the --prefix option. The steps to build ICU will look something 47 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 60 gmake ICU_PREFIX=<icu install directory> check [all …]
|
| /third_party/icu/icu4c/source/samples/uresb/ |
| D | readme.txt | 4 Copyright (c) 2001-2010 International Business Machines 15 uresb.sln Windows MSVC workspace. Double-click this to get started. 16 uresb.vcproj Windows MSVC project file 17 resources.dsp Windows project file for resources 18 resources.mak Windows makefile for resources 24 To Build uresb on Windows 30 To Run on Windows 44 using the --prefix option. The steps to build ICU will look something 47 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 60 gmake ICU_PREFIX=<icu install directory> check [all …]
|
| /third_party/skia/third_party/externals/freetype/builds/windows/ |
| D | detect.mk | 6 # Copyright (C) 1996-2021 by 21 # Detecting Windows NT is easy, as the OS variable must be defined and 22 # contains `Windows_NT'. This also works with Windows 2000 and XP. 26 PLATFORM := windows 30 # Detecting Windows 9X 33 # word `Windows'. If this is true, we are running Windows 95 or later: 36 # # First, check if we have the COMSPEC environment variable, which 38 # is_windows := $(findstring Windows,$(strip $(shell ver))) 42 # DOS 7.x (the MS-DOS version that lies below Windows) without actually 45 # A better test is to check whether there are both the environment [all …]
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
| D | NameEditingTests.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 52 nameBuilder.nameBuilder(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testChangeOneName() 64 // check the font name in testChangeOneName() 66 String name = nameTable.name(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testChangeOneName() 81 nameBuilder.nameBuilder(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testModifyNameTableAndRevert() 96 // check the font name in testModifyNameTableAndRevert() 98 String name = nameTable.name(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testModifyNameTableAndRevert() 109 assertTrue(nameBuilder.has(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testRemoveOneName() 112 assertTrue(nameBuilder.remove(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testRemoveOneName() 123 // check the font name in testRemoveOneName() [all …]
|
| /third_party/icu/icu4c/source/samples/coll/ |
| D | readme.txt | 4 Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserve… 5 coll: a sample program which compares 2 strings with a user-defined collator. 8 Creating a user-defined collator 13 coll.sln Windows MSVC workspace. Double-click this to get started. 14 coll.vcproj Windows MSVC project file 16 To Build coll on Windows 22 To Run on Windows 30 coll [options*] -source source_string -target target_string 35 using the --prefix option. The steps to build ICU will look something 38 runConfigureICU <platform-name> --prefix <icu install directory> [other options] [all …]
|
| /third_party/skia/third_party/externals/icu/source/samples/coll/ |
| D | readme.txt | 4 Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserve… 5 coll: a sample program which compares 2 strings with a user-defined collator. 8 Creating a user-defined collator 13 coll.sln Windows MSVC workspace. Double-click this to get started. 14 coll.vcproj Windows MSVC project file 16 To Build coll on Windows 22 To Run on Windows 30 coll [options*] -source source_string -target target_string 35 using the --prefix option. The steps to build ICU will look something 38 runConfigureICU <platform-name> --prefix <icu install directory> [other options] [all …]
|
| /third_party/benchmark/.github/workflows/ |
| D | wheels.yml | 7 - published 12 runs-on: ubuntu-latest 14 - name: Check out repo 17 - name: Install Python 3.9 18 uses: actions/setup-python@v2 20 python-version: 3.9 22 - name: Build and check sdist 25 - name: Upload sdist 26 uses: actions/upload-artifact@v2 32 name: Build google-benchmark manylinux wheels [all …]
|
| /third_party/icu/icu4c/source/samples/ustring/ |
| D | readme.txt | 4 Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserve… 13 ustring.sln Windows MSVC workspace. Double-click this to get started. 14 ustring.vcproj Windows MSVC project file 16 To Build ustring on Windows 22 To Run on Windows 35 using the --prefix option. The steps to build ICU will look something 38 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 51 gmake ICU_PREFIX=<icu install directory> check 52 -or- 59 If in doubt, run the sample using "gmake check", and note the name of
|
| /third_party/skia/third_party/externals/icu/source/samples/ustring/ |
| D | readme.txt | 4 Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserve… 13 ustring.sln Windows MSVC workspace. Double-click this to get started. 14 ustring.vcproj Windows MSVC project file 16 To Build ustring on Windows 22 To Run on Windows 35 using the --prefix option. The steps to build ICU will look something 38 runConfigureICU <platform-name> --prefix <icu install directory> [other options] 51 gmake ICU_PREFIX=<icu install directory> check 52 -or- 59 If in doubt, run the sample using "gmake check", and note the name of
|