| /third_party/grpc/test/core/test_util/ |
| D | cmdline_test.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 19 #include "test/core/test_util/cmdline.h" 26 #include "test/core/test_util/test_config.h" 28 #define LOG_TEST() LOG(INFO) << "test at " << __FILE__ << ":" << __LINE__ 30 TEST(CmdlineTest, SimpleInt) { in TEST() function 32 gpr_cmdline* cl; in TEST() local 33 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("-foo"), in TEST() 38 cl = gpr_cmdline_create(nullptr); in TEST() 39 gpr_cmdline_add_int(cl, "foo", nullptr, &x); in TEST() 41 gpr_cmdline_parse(cl, GPR_ARRAY_SIZE(args), args); in TEST() [all …]
|
| /third_party/astc-encoder/Test/ |
| D | astc_test_functional.py | 2 # SPDX-License-Identifier: Apache-2.0 3 # ----------------------------------------------------------------------------- 4 # Copyright 2020-2023 Arm Limited 10 # http://www.apache.org/licenses/LICENSE-2.0 17 # ----------------------------------------------------------------------------- 19 The functional test runner is a set of tests that validate the ``astcenc`` 24 Due to the need to validate pixel colors in test images for both LDR and HDR 25 images, these tests rely on an HDRI-enabled build of ImageMagic being available 26 on the system path. To test if the version of ImageMagic on your system is 27 HDRI-enabled run: [all …]
|
| /third_party/skia/site/docs/dev/contrib/ |
| D | submit.md | 1 --- 4 --- 8 <!--?prettify lang=sh?--> 10 git config --global user.name "Your Name" 11 git config --global user.email you@example.com 17 <!--?prettify lang=sh?--> 20 git checkout -b my_feature origin/main 24 <!--?prettify lang=sh?--> 31 <!--?prettify lang=sh?--> 34 python2 tools/git-sync-deps [all …]
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | TestingAndProcesses.md | 1 # Handling Test Failures 3 ANGLE is tested by a number of test suites, including by the ANGLE CI and Try testers, and by the 7 We run a large number of tests for each ANGLE CL, both in ANGLE standalone and Chromium 8 configurations, both pre- and post- commit. Some tests will fail, crash, or timeout. If these 9 cannot be addressed in a timely manner, file a bug and update test expectations files. Timeliness 11 suppress failures immediately; where a developer will typically delay landing their CL in favor of 12 fixing test failures. 17 as VVL). Validation errors will cause an otherwise-passing test to fail. 19 The [vulkan-deps into ANGLE AutoRoller](https://autoroll.skia.org/r/vulkan-deps-angle-autoroll) 20 updates ANGLE to the top-of-tree (ToT) upstream Vulkan tools and SDK. Sometimes validation errors [all …]
|
| D | ContributingCode.md | 7 ([angleproject][ANGLE-website]). 11 fixes) should generally be tracked in the bug system. Please [file a bug][anglebug-new] and 13 * If you would like bug-editing rights, simply ask a team member via email or the discussion group. 15 [ANGLE-website]: https://groups.google.com/forum/?fromgroups#!forum/angleproject 17 [anglebug-new]: http://anglebug.com/new 23 1. Must conform to the [ANGLE style][ANGLE-style] guidelines. 27 [ANGLE-style]: CodingStandard.md 35 2. ANGLE's BUILD.gn script is used by [Chromium's gn build][gn-build-config]. If you change build 43 `git cl upload` should warn you if you are missing this step. 45 [gn-build-config]: https://www.chromium.org/developers/gn-build-configuration [all …]
|
| /third_party/skia/m133/site/docs/dev/contrib/ |
| D | submit.md | 1 --- 4 --- 8 <!--?prettify lang=sh?--> 10 git config --global user.name "Your Name" 11 git config --global user.email you@example.com 17 <!--?prettify lang=sh?--> 20 git checkout -b my_feature origin/main 24 <!--?prettify lang=sh?--> 31 <!--?prettify lang=sh?--> 34 python3 tools/git-sync-deps [all …]
|
| /third_party/libedit/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2024-06-19.01; # UTC 6 # Copyright (C) 1999-2024 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/grpc/test/core/iomgr/ |
| D | fd_posix_test.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 22 #include "test/core/test_util/test_config.h" 24 // This test won't work except with posix sockets enabled 58 // Create a test socket with the right properties for testing. 74 // Make fd non-blocking in create_test_socket() 79 // Use local address for test in create_test_socket() 80 sin->sin_family = AF_INET; in create_test_socket() 81 sin->sin_addr.s_addr = htonl(0x7f000001); in create_test_socket() 84 sin->sin_port = htons(static_cast<uint16_t>(port)); in create_test_socket() 90 // =======An upload server to test notify_on_read=========== [all …]
|
| /third_party/grpc/test/core/event_engine/posix/ |
| D | event_poller_posix_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 42 // This test won't work except with posix sockets enabled 66 #include "test/core/event_engine/posix/posix_engine_test_utils.h" 67 #include "test/core/test_util/port.h" 98 // Create a test socket with the right properties for testing. 113 // Make fd non-blocking. in CreateTestSocket() 118 // Use local address for test. in CreateTestSocket() 120 sin->sin6_family = AF_INET6; in CreateTestSocket() 121 (reinterpret_cast<char*>(&sin->sin6_addr))[15] = 1; in CreateTestSocket() 123 sin->sin6_port = htons(static_cast<uint16_t>(port)); in CreateTestSocket() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
| D | gitlab-ci-inc.yml | 1 .llvmpipe-rules: 2 stage: software-renderer 4 - !reference [.test, rules] 5 - if: $EXTERNAL_KERNEL_TAG != null 7 - !reference [.gl-rules, rules] 8 - changes: &llvmpipe_file_list 9 - src/gallium/drivers/llvmpipe/* 10 - src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml 11 - src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml 12 - src/gallium/drivers/llvmpipe/ci/deqp-$DEQP_SUITE.toml [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | SizeOpts.h | 1 //===- llvm/Transforms/Utils/SizeOpts.h - size optimization -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 20 extern llvm::cl::opt<bool> EnablePGSO; 21 extern llvm::cl::opt<bool> PGSOLargeWorkingSetSizeOnly; 22 extern llvm::cl::opt<bool> PGSOIRPassOrTestOnly; 23 extern llvm::cl::opt<bool> PGSOColdCodeOnly; 24 extern llvm::cl::opt<bool> ForcePGSO; 25 extern llvm::cl::opt<int> PgsoCutoffInstrProf; [all …]
|
| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/freedreno/ci/gitlab-ci-inc.yml' 4 a306-gl: 6 - .baremetal-deqp-test 7 - .a306-test 9 DEQP_SUITE: freedreno-a307 13 a306-piglit: 15 - .baremetal-deqp-test 16 - .a306-test 17 - .google-freedreno-manual-rules 20 DEQP_SUITE: freedreno-a306-piglit [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2012-10-14.11; # UTC 6 # Copyright (C) 1999-2013 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2018 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/skia/m133/site/docs/dev/testing/ |
| D | skiagold.md | 1 --- 4 --- 13 - Baselines are managed in Gold outside of Git, but in lockstep with Git 15 - Each commit creates >500k images. 16 - Deviations from the baseline are triaged after a CL lands and images are 19 and requires a fix. If a CL causes Skia to break it is reverted or an 20 additional CL is landed to fix the problem. 21 - We test across a range of dimensions, e.g.: 23 - OS (Windows, Linux, Mac, Android, iOS) 24 - Architectures (Intel, ARM) [all …]
|
| /third_party/skia/site/docs/dev/testing/ |
| D | skiagold.md | 1 --- 4 --- 13 - Baselines are managed in Gold outside of Git, but in lockstep with Git 15 - Each commit creates >500k images. 16 - Deviations from the baseline are triaged after a CL lands and images are 19 and requires a fix. If a CL causes Skia to break it is reverted or an 20 additional CL is landed to fix the problem. 21 - We test across a range of dimensions, e.g.: 23 - OS (Windows, Linux, Mac, Android, iOS) 24 - Architectures (Intel, ARM) [all …]
|
| /third_party/ninja/src/ |
| D | msvc_helper_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 #include "test.h" 22 TEST(EscapeForDepfileTest, SpacesInFilename) { in TEST() function 27 TEST(MSVCHelperTest, EnvBlock) { in TEST() function 29 CLWrapper cl; in TEST() local 30 cl.SetEnvBlock(env_block); in TEST() 32 cl.Run("cmd /c \"echo foo is %foo%", &output); in TEST() 36 TEST(MSVCHelperTest, NoReadOfStderr) { in TEST() function 37 CLWrapper cl; in TEST() local 39 cl.Run("cmd /c \"echo to stdout&& echo to stderr 1>&2", &output); in TEST()
|
| /third_party/libevdev/build-aux/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/lame/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2020 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/curl/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/skia/m133/third_party/externals/libpng/ |
| D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /third_party/curl/tests/libtest/ |
| D | lib2306.c | 21 * SPDX-License-Identifier: curl 25 #include "test.h" 32 CURLcode test(char *URL) in test() function 35 CURL *cl; in test() local 40 easy_init(cl); in test() 41 easy_setopt(cl, CURLOPT_URL, URL); in test() 42 easy_setopt(cl, CURLOPT_VERBOSE, 1L); in test() 43 res = curl_easy_perform(cl); in test() 48 easy_setopt(cl, CURLOPT_URL, URL2); in test() 49 res = curl_easy_perform(cl); in test() [all …]
|
| /third_party/grpc/tools/ |
| D | bazel.rc | 5 common --enable_bzlmod=false 7 # for platform-appropriate cxxopts 8 common --enable_platform_specific_config 10 build:windows --cxxopt='/std:c++17' 11 build:windows --host_cxxopt='/std:c++17' 12 build:linux --cxxopt='-std=c++17' 13 build:linux --host_cxxopt='-std=c++17' 14 build:macos --cxxopt='-std=c++17' 15 build:macos --host_cxxopt='-std=c++17' 16 build:freebsd --cxxopt='-std=c++17' [all …]
|
| /third_party/grpc/test/core/bad_ssl/ |
| D | server_common.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 19 #include "test/core/bad_ssl/server_common.h" 26 #include "test/core/test_util/cmdline.h" 27 #include "test/core/test_util/test_config.h" 30 // There's nothing *wrong* with these servers per-se, but they are 39 gpr_cmdline* cl; in bad_ssl_addr() local 41 cl = gpr_cmdline_create("test server"); in bad_ssl_addr() 42 gpr_cmdline_add_string(cl, "bind", "Bind host:port", &addr); in bad_ssl_addr() 43 gpr_cmdline_parse(cl, argc, argv); in bad_ssl_addr() 44 gpr_cmdline_destroy(cl); in bad_ssl_addr()
|
| /third_party/skia/m133/third_party/externals/libjpeg-turbo/simd/x86_64/ |
| D | jcgryext-sse2.asm | 2 ; jcgryext.asm - grayscale colorspace conversion (64-bit SSE2) 8 ; Copyright (C) 1999-2006, MIYASAKA Masaru. 19 ; -------------------------------------------------------------------------- 35 %define wk(i) rbp - (WK_NUM - (i)) * SIZEOF_XMMWORD ; xmmword wk[WK_NUM] 45 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits 53 test rcx, rcx 67 test rax, rax 80 %if RGB_PIXELSIZE == 3 ; --------------- 86 test cl, SIZEOF_BYTE 91 test cl, SIZEOF_WORD [all …]
|