Home
last modified time | relevance | path

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

12345678910>>...43

/third_party/elfutils/tests/
Drun-native-test.sh19 . $srcdir/test-subr.sh
23 # this test if it is missing parts of the backend implementation.
25 # As new backend code is added to satisfy the test, be sure to update
26 # the fixed test cases (run-allregs.sh et al) to test that backend
29 tempfiles native.c native
31 > native.c
33 native=0
36 test $native -eq 0 || {
37 kill -9 $native 2> /dev/null || :
38 wait $native 2> /dev/null || :
[all …]
/third_party/grpc/tools/interop_matrix/testcases/
Dnode__master2 echo "Testing ${docker_image:=grpc_interop_node:1415ecbf-5d0f-423e-8c2c-e0cb6d154e73}"
3-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
4-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
5-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
6-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
7-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
8-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
9-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
10-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
11-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
[all …]
/third_party/rust/rust/tests/run-make/native-link-modifier-whole-archive/
DMakefile1 # ignore-cross-compile -- compiling C++ code does not work well when cross-compiling
3 # This test case makes sure that native libraries are linked with appropriate semantics
4 # when the `[+-]bundle,[+-]whole-archive` modifiers are applied to them.
6 # The test works by checking that the resulting executables produce the expected output,
7 # part of which is emitted by otherwise unreferenced C code. If +whole-archive didn't work
18 $(call RUN,directly_linked) | $(CGREP) 'static-initializer.directly_linked.'
19 $(call RUN,directly_linked_test_plus_whole_archive) --nocapture | $(CGREP) 'static-initializer.'
20 …$(call RUN,directly_linked_test_minus_whole_archive) --nocapture | $(CGREP) -v 'static-initializer…
21 $(call RUN,indirectly_linked) | $(CGREP) 'static-initializer.indirectly_linked.'
22 $(call RUN,indirectly_linked_via_attr) | $(CGREP) 'static-initializer.native_lib_in_src.'
[all …]
/third_party/mesa3d/.gitlab-ci/meson/
Dbuild.sh6 . "${SCRIPTS_DIR}/setup-test-env.sh"
8 section_switch meson-cross-file "meson: cross file generate"
10 set -e
11 set -o xtrace
21 echo "-D${i}:werror=false "
25 CROSS_FILE=/cross_file-"$CROSS".txt
27 export PATH=$PATH:$PWD/.gitlab-ci/build
29 touch native.file
30 printf > native.file "%s\n" \
33 # We need to control the version of llvm-config we're using, so we'll
[all …]
/third_party/grpc/bazel/
Dgrpc_build_system.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
22 # Each rule listed must be re-written for Google's internal build system, and
39 # The set of pollers to test against if a test exercises polling
42 # The set of known EventEngines to test
151 if native.package_name():
152 for _ in native.package_name().split("/"):
198 copts = copts + if_not_windows(["-std=c11"])
199 linkopts = linkopts + if_not_windows(["-pthread"]) + if_windows(["-defaultlib:ws2_32.lib"])
204 native.cc_library(
229 … include_prefix + "src/core/ext/upb-gen", # Once upb code-gen issue is resolved, remove this.
[all …]
Dinternal_python_rules.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
14 """Python-related rules intended only for use internal to the repo."""
20 """Runs a test under all supported environments.
23 name: The name of the test.
24 **kwargs: Any additional arguments to add to the test.
26 native.py_test(
27 name = name + ".native",
38 native.test_suite(
41 name + ".native",
Dgevent_test.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
31 """Runs a Python test with gevent monkeypatched in.
34 name: The name of the test.
36 main: The main file of the test.
37 deps: The dependencies of the test.
38 data: The data dependencies of the test.
39 **kwargs: Any other test arguments.
51 native.py_library(
62 # The main file needs to be in the same package as the test file.
65 native.genrule(
[all …]
Dlogging_threshold_test.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
27 """Runs a Python unit test and checks amount of logging against a threshold.
30 name: The name of the test.
32 main: The main file of the test.
33 deps: The dependencies of the test.
34 data: The data dependencies of the test.
35 **kwargs: Any other test arguments.
45 native.py_library(
53 # The main file needs to be in the same package as the test file.
56 native.genrule(
[all …]
/third_party/rust/rust/library/portable-simd/.github/workflows/
Dci.yml7 - master
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v2
20 - name: Setup Rust
22 rustup update nightly --no-self-update
25 - name: Run rustfmt
26 run: cargo fmt --all -- --check
30 runs-on: ubuntu-latest
32 fail-fast: false
35 … # We shouldn't really have any OS-specific code, so think of this as a list of architectures
[all …]
/third_party/protobuf/php/
DREADME.md2 pure PHP package and a native c extension. The pure PHP package is intended to
5 runtime APIs and share the same generated code. Users don’t need to re-generate
19 [Supported PHP versions](https://cloud.google.com/php/getting-started/supported-php-versions).
36 sudo apt-get install -y php-pear php-dev libtool make gcc
47 sudo pecl install protobuf-{VERSION}.tgz
53 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply
57 sudo pecl install protobuf-{VERSION}
74 version of `protoc` included in the latest release supports the `--php_out`
77 protoc --php_out=out_dir test.proto
83 https://developers.google.com/protocol-buffers/docs/reference/php-generated
[all …]
/third_party/openssl/
DNOTES-WINDOWS.md4 - [Native builds using Visual C++](#native-builds-using-visual-c++)
5 - [Native builds using Embarcadero C++Builder](
6 #native-builds-using-embarcadero-c++-builder)
7 - [Native builds using MinGW](#native-builds-using-mingw)
8 - [Linking native applications](#linking-native-applications)
9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin)
13 "Native" OpenSSL uses the Windows APIs directly at run time.
14 To build a native OpenSSL you can either use:
21 run on the GNU-like development environment MSYS2
28 Native builds using Visual C++
[all …]
/third_party/vk-gl-cts/doc/testspecs/EGL/
Dfunctional.resize.txt1 -------------------------------------------------------------------------
2 drawElements Quality Program Test Specification
3 -----------------------------------------------
11 http://www.apache.org/licenses/LICENSE-2.0
18 -------------------------------------------------------------------------
22 + dEQP-EGL.functional.resize.*
34 Checks for EGL surface behavior when the surface's native window is resized by external means.
36 The surface_size.* tests resize the native window and call
38 that they report the new native window size.
41 a test image on it. The native window is resized, and the back buffer is
[all …]
/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
DLwsService.java2 * LwsService.java - libwebsockets test service for Android
16 * The test apps are intended to be adapted for use in your code, which
78 * For this test we implement a very long lived task
118 /** Load the native libwebsockets code */
124 Log.e("LwsService", "Warning: Could not load native library: " + ule.getMessage());
127 public native boolean initLws(); in initLws()
128 public native void exitLws(); in exitLws()
129 public native void serviceLws(); in serviceLws()
130 public native void setConnectionParameters(String serverAddress, int serverPort); in setConnectionParameters()
131 public native boolean connectLws(); in connectLws()
/third_party/grpc/test/core/test_util/
Dgrpc_fuzzer.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
19 grpc_fuzzer/grpc_proto_fuzzer older rules for new fuzzers - the former is
27 """Instantiates a fuzzer test.
30 name: The name of the test.
31 corpus: The corpus for the test.
32 srcs: The source files for the test.
34 deps: The dependencies of the test.
35 data: The data dependencies of the test.
36 size: The size of the test.
37 tags: The tags for the test.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DREADME.rst1 Subzero - Fast code generator for PNaCl bitcode
5 ------
11 --------
13 Subzero is set up to be built within the Native Client tree. Follow the
15 <https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/developing-pnacl>`_
18 Checking out the Native Client project also gets the pre-built clang and LLVM
19 tools in ``native_client/../third_party/llvm-build/Release+Asserts/bin`` which
30 make -f Makefile.standalone
31 make -f Makefile.standalone DEBUG=1
32 make -f Makefile.standalone NOASSERT=1
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DREADME.rst1 Subzero - Fast code generator for PNaCl bitcode
5 ------
11 --------
13 Subzero is set up to be built within the Native Client tree. Follow the
15 <https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/developing-pnacl>`_
18 Checking out the Native Client project also gets the pre-built clang and LLVM
19 tools in ``native_client/../third_party/llvm-build/Release+Asserts/bin`` which
30 make -f Makefile.standalone
31 make -f Makefile.standalone DEBUG=1
32 make -f Makefile.standalone NOASSERT=1
[all …]
/third_party/ltp/
Dbuild.sh2 # Copyright (c) 2017-2021 Petr Vorel <pvorel@suse.cz>
5 set -e
7 CFLAGS="${CFLAGS:--Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=re…
8 CC="${CC:-gcc}"
10 DEFAULT_PREFIX="$HOME/ltp-install"
11 DEFAULT_BUILD="native"
14 CONFIGURE_OPTS_IN_TREE="--with-open-posix-testsuite --with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
15 # TODO: open posix testsuite is currently broken in out-tree-build. Enable it once it's fixed.
16 CONFIGURE_OPTS_OUT_TREE="--with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
19 BUILD_DIR="$SRC_DIR/../ltp-build"
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DGetBindGroupLayoutValidationTests.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
24 [[stage(vertex)]] fn main() -> [[builtin(position)]] vec4<f32> { in RenderPipelineFromFragmentShader()
40 // Test that GetBindGroupLayout returns the same object for the same index
43 // This test works assuming Dawn Native's object deduplication. in TEST_F()
45 // Native. in TEST_F()
55 [[stage(vertex)]] fn main() -> [[builtin(position)]] vec4<f32> { in TEST_F()
98 // Test that default BindGroupLayouts cannot be used in the creation of a new PipelineLayout
113 // Test that getBindGroupLayout defaults are correct
114 // - shader stage visibility is the stage that adds the binding.
115 // - dynamic offsets is false
[all …]
/third_party/rust/rust/src/tools/rustfmt/src/formatting/
Dnewline_style.rs8 /// newlines, the `Native` style will be used.
29 ) -> EffectiveNewlineStyle { in effective_newline_style()
32 NewlineStyle::Native => native_newline_style(), in effective_newline_style()
43 fn auto_detect_newline_style(raw_input_text: &str) -> EffectiveNewlineStyle { in auto_detect_newline_style()
58 fn native_newline_style() -> EffectiveNewlineStyle { in native_newline_style()
66 fn convert_to_windows_newlines(formatted_text: &String) -> String { in convert_to_windows_newlines()
80 fn convert_to_unix_newlines(formatted_text: &str) -> String { in convert_to_unix_newlines()
84 #[cfg(test)]
88 #[test]
96 #[test]
[all …]
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
Dbuild_defs.bzl4 "-DBROTLI_ENABLE_ASSERTS=true",
8 """test duplication rule that creates 32/64-bit test pair."""
14 test_package = native.package_name().replace("/", ".")
20 native.java_test(
24 jvm_flags = jvm_flags + ["-DBROTLI_32_BIT_CPU=true"],
28 native.java_test(
32 jvm_flags = jvm_flags + ["-DBROTLI_32_BIT_CPU=false"],
/third_party/skia/third_party/externals/dawn/src/tests/
DBUILD.gn7 # http://www.apache.org/licenses/LICENSE-2.0
17 import("${skia_root_dir}/testing/test.gni")
31 # Gtest Gmock - Handle building inside and outside of Chromium.
53 sources = [ "${googletest_dir}/googletest/src/gtest-all.cc" ]
67 sources = [ "${googletest_dir}/googlemock/src/gmock-all.cc" ]
80 # are needed to launch the test in swarming mode.
85 "${skia_root_dir}/base/test:test_support",
130 # sources so that they aren't included in non-test builds.
145 "unittests/native/mocks/BindGroupLayoutMock.h",
146 "unittests/native/mocks/BindGroupMock.h",
[all …]
/third_party/grpc/third_party/upb/upb/cmake/
Dbuild_defs.bzl1 # Copyright (c) 2009-2021, Google LLC
4 # Use of this source code is governed by a BSD-style
6 # https://developers.google.com/open-source/licenses/bsd
12 """Tests that checked-in file(s) match the contents of generated file(s).
14 The resulting test will verify that all output files exist and have the
15 correct contents. If the test fails, it can be invoked with --fix to
16 bring the checked-in files up to date.
20 outs: the checked-in files that are copied from generated files.
33 # Filter out non-existing rules so Blaze doesn't error out before we even
34 # run the test.
[all …]
/third_party/protobuf/upb/cmake/
Dbuild_defs.bzl1 # Copyright (c) 2009-2021, Google LLC
4 # Use of this source code is governed by a BSD-style
6 # https://developers.google.com/open-source/licenses/bsd
12 """Tests that checked-in file(s) match the contents of generated file(s).
14 The resulting test will verify that all output files exist and have the
15 correct contents. If the test fails, it can be invoked with --fix to
16 bring the checked-in files up to date.
20 outs: the checked-in files that are copied from generated files.
33 # Filter out non-existing rules so Blaze doesn't error out before we even
34 # run the test.
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DGetProcAddressTests.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
26 // so we run the tests against both implementations. This enum is used as a test parameters to
27 // know which implementation to test.
29 Native, enumerator
35 case DawnFlavor::Native: in operator <<()
60 case DawnFlavor::Native: { in SetUp()
74 mDevice = wgpu::Device::Acquire(mWireClient->ReserveDevice().device); in SetUp()
103 // Test GetProcAddress with and without devices on some valid examples
115 // Test GetProcAddress with and without devices on nullptr procName
121 // Test GetProcAddress with and without devices on some invalid
[all …]
/third_party/python/Tools/msi/test/
Dtest_en-US.wxl1 <?xml version="1.0" encoding="utf-8"?>
2 <WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
3 <String Id="Descriptor">Test Suite</String>
4 <String Id="ShortDescriptor">test</String>
5 <String Id="NativeModulesTitle">!(loc.FullProductName) native libtest</String>
6 <String Id="NativeModulesDescription">!(loc.ProductName) Native Test Modules</String>

12345678910>>...43