Home
last modified time | relevance | path

Searched +full:test +full:- +full:windows (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/external/grpc-grpc/tools/run_tests/generated/
Dtests.json11 "windows"
24 "windows"
35 "windows"
48 "windows"
59 "windows"
72 "windows"
83 "windows"
96 "windows"
107 "windows"
120 "windows"
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
DSQLiteLibraryLoaderTest.java5 import androidx.test.ext.junit.runners.AndroidJUnit4;
9 import org.junit.Test;
36 @Test
43 @Test
45 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows XP", "x86")) in shouldFindLibraryForWindowsXPX86()
46 .isEqualTo("windows-x86/sqlite4java.dll"); in shouldFindLibraryForWindowsXPX86()
49 @Test
51 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows 7", "x86")) in shouldFindLibraryForWindows7X86()
52 .isEqualTo("windows-x86/sqlite4java.dll"); in shouldFindLibraryForWindows7X86()
55 @Test
[all …]
/external/python/cpython3/.azure-pipelines/
Dwindows-release.yml25 - stage: Build
29 - template: windows-release/stage-build.yml
31 - stage: Sign
36 - template: windows-release/stage-sign.yml
38 - stage: Layout
43 - template: windows-release/stage-layout-full.yml
44 - template: windows-release/stage-layout-embed.yml
45 - template: windows-release/stage-layout-nuget.yml
47 - stage: Pack
51 - template: windows-release/stage-pack-nuget.yml
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DWindowsPathTypeTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
19 import static com.google.common.jimfs.PathType.windows;
29 import org.junit.Test;
41 @Test
43 PathType windows = PathType.windows(); in testWindows() local
44 assertThat(windows.getSeparator()).isEqualTo("\\"); in testWindows()
45 assertThat(windows.getOtherSeparators()).isEqualTo("/"); in testWindows()
48 PathType.ParseResult path = windows.parsePath("C:\\\\foo\\bar"); in testWindows()
50 assertThat(windows.toString(path.root(), path.names())).isEqualTo("C:\\foo\\bar"); in testWindows()
52 PathType.ParseResult path2 = windows.parsePath("foo/bar/"); in testWindows()
[all …]
/external/curl/
DMakefile.am21 # SPDX-License-Identifier: curl
27 ACLOCAL_AMFLAGS = -I m4
32 CMake/curl-config.cmake.in \
56 VC10_LIBTMPL = projects/Windows/VC10/lib/libcurl.tmpl
57 VC10_LIBVCXPROJ = projects/Windows/VC10/lib/libcurl.vcxproj.dist
59 VC10_SRCTMPL = projects/Windows/VC10/src/curl.tmpl
60 VC10_SRCVCXPROJ = projects/Windows/VC10/src/curl.vcxproj.dist
63 VC11_LIBTMPL = projects/Windows/VC11/lib/libcurl.tmpl
64 VC11_LIBVCXPROJ = projects/Windows/VC11/lib/libcurl.vcxproj.dist
66 VC11_SRCTMPL = projects/Windows/VC11/src/curl.tmpl
[all …]
/external/libwebsockets/win32port/
Dlibwebsockets.nsi6 OutFile "libwebsockets-${VERSION}-install.exe"
10 ;--------------------------------
19 ;--------------------------------
26 ;--------------------------------
30 ;--------------------------------
36 File "..\libwebsockets-api-doc.html"
41 File "..\README.test-apps.md"
42 File /nonfatal "..\build\bin\Release\libwebsockets-test-client.exe"
43 File /nonfatal "..\build\bin\Release\libwebsockets-test-echo.exe"
44 File /nonfatal "..\build\bin\Release\libwebsockets-test-fraggle.exe"
[all …]
/external/rust/crates/libloading/tests/
Dmarkers.rs3 #[cfg(test)]
5 #[cfg(test)]
7 #[cfg(test)]
10 #[test]
15 #[test]
20 #[test]
25 #[test]
31 #[test]
36 #[cfg(windows)]
37 #[test]
[all …]
Dfunctions.rs1 #[cfg(windows)]
10 fn lib_path() -> std::path::PathBuf { in lib_path()
24 cmd.arg("src/test_helpers.rs").arg("-o").arg(lib_path()); in make_helpers()
26 cmd.arg("--target").arg(target); in make_helpers()
32 .expect("could not compile the test helpers!") in make_helpers()
37 #[test]
42 let f: Symbol<unsafe extern "C" fn(u32) -> u32> = lib.get(b"test_identity_u32\0").unwrap(); in test_id_u32()
56 #[test]
61 let f: Symbol<unsafe extern "C" fn(S) -> S> = lib.get(b"test_identity_struct\0").unwrap(); in test_id_struct()
79 #[test]
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dnmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Windows NMake x86
12 os: windows-2022
14 vc-vars: x86
16 - name: Windows NMake x64 compat
17 os: windows-2022
19 vc-vars: x86_amd64
20 additional-args: ZLIB_COMPAT=yes
[all …]
/external/scapy/test/
Dmock_windows.uts1 % Regression tests on Windows only for Scapy
9 = Automaton - SelectableSelector system timeout
20 + Windows Networking tests
26 from scapy.arch.windows import _read_routes6_post2008
39-992C-4964-B000-3E7C0F76E8BA}', 'name': 'Killer E2200 Gigabit Ethernet Controller', 'description':…
52 @mock.patch("scapy.arch.windows.construct_source_candidate_set")
53 @mock.patch("scapy.arch.windows.get_if_list")
54 @mock.patch("scapy.arch.windows.dev_from_index")
55 @mock.patch("scapy.arch.windows.POWERSHELL_PROCESS.query")
57 """Test read_routes6() on Windows"""
[all …]
/external/rust/crates/num_cpus/.github/workflows/
Dci.yml6 - master
13 ci-pass:
15 runs-on: ubuntu-latest
17 - msrv
18 - test-linux
19 - test-macos
20 - test-windows
21 - build-cross
22 - test-cgroups
24 - run: exit 0
[all …]
/external/freetype/builds/windows/
Ddetect.mk6 # Copyright (C) 1996-2023 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:
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
47 # underlying DOS 7.x, while the second is set only if windows is
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/util/
DSQLiteLibraryLoaderTest.java7 import androidx.test.ext.junit.runners.AndroidJUnit4;
10 import org.junit.Test;
18 private static final SQLiteLibraryLoader.LibraryNameMapper WINDOWS = field in SQLiteLibraryLoaderTest
22 private static final String OS_NAME_WINDOWS_XP = "Windows XP";
23 private static final String OS_NAME_WINDOWS_7 = "Windows 7";
24 private static final String OS_NAME_WINDOWS_10 = "Windows 10";
57 @Test
65 @Test
67 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), OS_NAME_WINDOWS_XP, OS_ARCH_X86)) in shouldFindLibraryForWindowsXPX86()
68 .isEqualTo("sqlite4java/win32-x86/sqlite4java.dll"); in shouldFindLibraryForWindowsXPX86()
[all …]
/external/flatbuffers/.github/workflows/
Dbuild.yml2 permissions: read-all
9 - "*" # new tag version, like `0.8.4` or else
11 - master
14 - master
17 build-linux:
21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }}
22 digests-clang: ${{ steps.hash-clang.outputs.hashes }}
24 runs-on: ubuntu-latest
27 cxx: [g++-10, clang++-12]
28 fail-fast: false
[all …]
/external/jazzer-api/
D.bazelrc1 build --incompatible_strict_action_env
2 build --sandbox_tmpfs_path=/tmp
3 build --enable_platform_specific_config
4 build -c opt
7 common --repo_env=CC=clang
8 build --incompatible_enable_cc_toolchain_resolution
10 build:ci --features=layering_check
13 build --java_language_version=8
14 build --tool_java_language_version=9
16 # Windows
[all …]
/external/pcre/
DNON-AUTOTOOLS-BUILD2 --------------------------------------
8 Stack size in Windows environments
9 Linking programs in Windows environments
10 Calling conventions in Windows environments
12 Building PCRE2 on Windows with CMake
13 Building PCRE2 on Windows with Visual Studio
25 configure/make (autotools) build system, as found in many Unix-like
29 There is also support for CMake, which some users prefer, especially in Windows
30 environments, though it can also be run in Unix-like environments. See the
31 section entitled "Building PCRE2 on Windows with CMake" below.
[all …]
/external/pcre/doc/html/
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
8 Stack size in Windows environments
9 Linking programs in Windows environments
10 Calling conventions in Windows environments
12 Building PCRE2 on Windows with CMake
13 Building PCRE2 on Windows with Visual Studio
25 configure/make (autotools) build system, as found in many Unix-like
29 There is also support for CMake, which some users prefer, especially in Windows
30 environments, though it can also be run in Unix-like environments. See the
31 section entitled "Building PCRE2 on Windows with CMake" below.
[all …]
/external/rust/crates/tokio/
DCargo.toml.orig4 # - Remove path dependencies
5 # - Update doc url
6 # - README.md
7 # - Update CHANGELOG.md.
8 # - Create "v1.x.y" git tag.
11 rust-version = "1.49"
15 repository = "https://github.com/tokio-rs/tokio"
18 An event-driven, non-blocking I/O platform for writing asynchronous I/O
21 categories = ["asynchronous", "network-programming"]
22 keywords = ["io", "async", "non-blocking", "futures"]
[all …]
DCargo.toml14 rust-version = "1.49"
19 An event-driven, non-blocking I/O platform for writing asynchronous I/O
27 "non-blocking",
32 "network-programming",
35 repository = "https://github.com/tokio-rs/tokio"
38 all-features = true
39 rustdoc-args = [
40 "--cfg",
42 "--cfg",
45 rustc-args = [
[all …]
/external/webrtc/modules/video_capture/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
45 absl_deps = [ "//third_party/abseil-cpp/absl/strings" ]
78 "windows/device_info_ds.cc",
79 "windows/device_info_ds.h",
80 "windows/help_functions_ds.cc",
81 "windows/help_functions_ds.h",
82 "windows/sink_filter_ds.cc",
83 "windows/sink_filter_ds.h",
84 "windows/video_capture_ds.cc",
85 "windows/video_capture_ds.h",
[all …]
/external/rust/crates/tokio/src/signal/windows/
Dsys.rs11 pub(super) fn ctrl_break() -> io::Result<RxFuture> { in ctrl_break()
15 pub(super) fn ctrl_close() -> io::Result<RxFuture> { in ctrl_close()
19 pub(super) fn ctrl_c() -> io::Result<RxFuture> { in ctrl_c()
23 pub(super) fn ctrl_logoff() -> io::Result<RxFuture> { in ctrl_logoff()
27 pub(super) fn ctrl_shutdown() -> io::Result<RxFuture> { in ctrl_shutdown()
31 fn new(signum: u32) -> io::Result<RxFuture> { in new()
47 fn init() -> Self { in init()
59 fn event_info(&self, id: EventId) -> Option<&EventInfo> { in event_info()
86 fn init() -> Self { in init()
91 fn global_init() -> io::Result<()> { in global_init()
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/remote_build/
DREADME.md7 remote build and execution cluster), others will need to rely on local test runs
13 - See [Installing Bazel](https://docs.bazel.build/versions/master/install.html) for instructions ho…
15 - Setup application default credentials for running remote builds by following the ["Set credential…
20windows you need to be on windows etc. If you don't follow this guideline, the build might still a…
27 bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=opt //test/...
33 bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=asan //test/...
36 ### Windows subsection
39 # manual run of bazel tests remotely on RBE Windows (must be run from Windows machine)
40 bazel --bazelrc=tools/remote_build/windows.bazelrc test --config=windows_opt //test/...
49 The following setup will build and run test on you local mac machine, but will give
[all …]
/external/rust/crates/atty/src/
Dlib.rs22 #[cfg(windows)]
25 #[cfg(windows)]
27 #[cfg(windows)]
40 pub fn is(stream: Stream) -> bool { in is()
53 pub fn is(stream: Stream) -> bool { in is()
65 #[cfg(windows)]
66 pub fn is(stream: Stream) -> bool { in is()
86 // we're in a Windows console and can therefore trust the negative. in is()
97 pub fn isnt(stream: Stream) -> bool { in isnt()
102 #[cfg(windows)]
[all …]
/external/rust/crates/which/tests/
Dbasic.rs25 fn mk_bin(dir: &Path, path: &str, extension: &str) -> io::Result<PathBuf> { in mk_bin()
36 fn touch(dir: &Path, path: &str, extension: &str) -> io::Result<PathBuf> { in touch()
41 #[cfg(windows)]
42 fn mk_bin(dir: &Path, path: &str, extension: &str) -> io::Result<PathBuf> { in mk_bin()
56 pub fn new() -> TestFixture { in new()
70 let p = tempdir.path().join("win-bin"); in new()
72 bins.push(mk_bin(&p, "win-bin", "exe").unwrap()); in new()
82 pub fn touch(&self, path: &str, extension: &str) -> io::Result<PathBuf> { in touch()
86 pub fn mk_bin(&self, path: &str, extension: &str) -> io::Result<PathBuf> { in mk_bin()
91 fn _which<T: AsRef<OsStr>>(f: &TestFixture, path: T) -> which::Result<which::CanonicalPath> { in _which()
[all …]
/external/cronet/base/win/
Dmap_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
7 #include <windows.foundation.h>
19 namespace ABI::Windows::Foundation::Collections { namespace
25 struct __declspec(uuid("34784dd6-b37b-4680-b391-899be4f755b6"))
29 struct __declspec(uuid("c00bd9bd-cce5-46d6-9dc7-f03067e6d523"))
33 struct __declspec(uuid("30e075af-9ba2-4562-9f10-a13a0e57ca5b"))
37 struct __declspec(uuid("0a0e8ed6-7deb-4fd4-8033-38d270c69301"))
41 struct __declspec(uuid("f41f9179-9c95-4755-af55-929a250fc0aa"))
45 struct __declspec(uuid("79196029-07f6-47c6-9933-9ac3a04e7731"))
50 struct __declspec(uuid("bfd254c3-5ede-4f8f-9e48-3636347f6fe0"))
[all …]

12345678910>>...45