| /third_party/libinput/ |
| D | .gitlab-ci.yml | 9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml 10 # and run ci-fairy generate-template. For details, see 11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml 14 # - we really want to run dnf/apt/... only once, updating on the test runner for 18 # This is handled by the ci-templates, ensuring containers are only rebuilt 21 # - GitLab only allows one script: set per job but we have a bunch of commands 22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge 27 # MESON_ARGS=-Denable-something=true 28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist' 35 # e.g. fedora:31@build-default [all …]
|
| /third_party/rust/crates/regex/ |
| D | HACKING.md | 17 implementation of the Pike VM (similar to Thompson's construction, but supports 19 --- This library contains such an implementation in src/pikevm.rs. 21 Making it fast is harder. One of the key problems with the Pike VM is that it 23 positions between them. The Pike VM also spends a lot of time following the 25 speed up the Pike VM: extract one or more literal prefixes from the regular 27 prefixes in the search text. The Pike VM can then be avoided for most the 29 prefixes is in the regex-syntax crate (in this repository). The code to search 31 we fall back to an Aho-Corasick DFA using the aho-corasick crate. For one 32 literal, we use a variant of the Boyer-Moore algorithm. Both Aho-Corasick and 33 Boyer-Moore use `memchr` when appropriate. The Boyer-Moore variant in this [all …]
|
| /third_party/libdrm/tests/amdgpu/ |
| D | amdgpu_test.h | 41 /************************* Basic test suite ********************************/ 44 * Define basic test suite to serve as the starting point for future testing 48 * Initialize basic test suite 53 * Deinitialize basic test suite 58 * Decide if the suite is enabled by default or not. 63 * Tests in basic test suite 68 * Initialize bo test suite 73 * Deinitialize bo test suite 78 * Tests in bo test suite 83 * Initialize cs test suite [all …]
|
| D | vm_tests.c | 49 if (device_handle->info.family_id == AMDGPU_FAMILY_SI) { in suite_vm_tests_enable() 50 printf("\n\nCurrently hangs the CP on this ASIC, VM suite disabled\n"); in suite_vm_tests_enable() 68 if ((r == -EACCES) && (errno == EACCES)) in suite_vm_tests_init() 70 "Hint:Try to run this test program as root.", in suite_vm_tests_init() 90 { "resere vmid test", amdgpu_vmid_reserve_test }, 92 { "vm mapping test", amdgpu_vm_mapping_test }, 116 family_id = device_handle->info.family_id; in amdgpu_vmid_reserve_test() 117 chip_id = device_handle->info.chip_external_rev; in amdgpu_vmid_reserve_test() 118 chip_rev = device_handle->info.chip_rev; in amdgpu_vmid_reserve_test() 191 const uint64_t map_size = (4ULL << 30) - (2 << 12); in amdgpu_vm_unaligned_map() [all …]
|
| D | amdgpu_test.c | 62 /* Test suite names */ 71 #define VM_TESTS_STR "VM Tests" 84 /** Open render node to test */ 87 /** The table of all known test suites to run */ 269 fprintf(stderr, "Invalid suite id : %d\n", iSuite + 1); in display_test_suites() 273 printf("Suite: %2d: %8s: %s\n", in display_test_suites() 275 pSuite->fActive ? "ENABLED" : "DISABLED", in display_test_suites() 278 if (!pSuite->fActive) in display_test_suites() 286 fprintf(stderr, "Invalid test id : %d\n", iTest + 1); in display_test_suites() 289 printf(" Test: %2d: %8s: %s\n", in display_test_suites() [all …]
|
| /third_party/libinput/doc/user/ |
| D | test-suite.rst | 1 .. _test-suite: 4 libinput test suite 7 libinput's primary test suite can be invoked with 11 $ sudo ./builddir/libinput-test-suite 13 When developing libinput, the ``libinput-test-suite`` should always be 15 the number of tests to run can be filtered, see :ref:`test-filtering`. 17 touchpad tap-to-click) while hacking on that specific feature and only run 18 the full suite when development is done finished. 20 .. note:: The test suite relies on udev and the kernel, specifically uinput. 22 interfere with your running session. The test suite is not suitable [all …]
|
| /third_party/typescript/tests/ts_extra_tests/ |
| D | run_ts_case.py | 2 # -*- coding: utf-8 -*- 3 # Copyright (c) 2023-2024 Huawei Device Co., Ltd. 8 # http://www.apache.org/licenses/LICENSE-2.0 54 # check test case declare 72 parser = argparse.ArgumentParser(description="TypeScript Spec&Feature Test Tool") 76 help="All test case in the release will be execute") 78 …parser.add_argument("-a", "--ark_runtime", action="store_true", default=False, help="test on ark_r… 80 …parser.add_argument("-s", "--skip-abnormal-case", action="store_true", default=False, help="skip a… 82 parser.add_argument("-v", "--version", dest='limit_version', default=None, help="version limit") 85 parser.add_argument("-d", "--disable-list", type=lambda arg: is_file(parser, arg), default=None, [all …]
|
| /third_party/jerryscript/tools/ |
| D | run-tests.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 36 OPTIONS_COMMON = ['--lto=off'] 37 OPTIONS_PROFILE_MIN = ['--profile=minimal'] 38 OPTIONS_PROFILE_ES51 = [] # NOTE: same as ['--profile=es5.1'] 39 OPTIONS_PROFILE_ES2015 = ['--profile=es2015-subset'] 40 OPTIONS_STACK_LIMIT = ['--stack-limit=96'] 41 OPTIONS_GC_MARK_LIMIT = ['--gc-mark-limit=16'] 42 OPTIONS_DEBUG = ['--debug'] 43 OPTIONS_SNAPSHOT = ['--snapshot-save=on', '--snapshot-exec=on', '--jerry-cmdline-snapshot=on'] 44 OPTIONS_UNITTESTS = ['--unittests=on', '--jerry-cmdline=off', '--error-messages=on', [all …]
|
| /third_party/ltp/ |
| D | runltp | 18 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 23 # Description: This script can be used to the tests in the LTP test suite 25 # Authors: Manoj Iyer - manjo@mail.utexas.edu 26 # Robbe Williamson - robbiew@us.ibm.com 28 # History: Oct 07 2003 - Modified - Manoj Iyer 29 # - use functions 30 # - clean up on script exit 31 # - error checking etc. 33 # Oct 08 2003 - Modified - Manoj Iyer 34 # - fixed bug in creating results directory [all …]
|
| /third_party/python/Include/internal/ |
| D | pycore_long.h | 18 * everyone's existing deployed numpy test suite passes before 21 * $ python -m timeit -s 's = "1"*4300' 'int(s)' 23 * $ python -m timeit -s 's = "1"*4300; v = int(s)' 'str(v)' 25 * (zen2 cloud VM) 36 * % python -m timeit -s 's = "1"*640; v = int(s)' 'str(int(s))' 39 * "640 digits should be enough for anyone." - gps
|
| /third_party/mesa3d/docs/ |
| D | envvars.rst | 6 but they can sometimes be useful for debugging end-user issues. 9 --------------------------- 15 colon-separated list of paths to search for DRI drivers 32 ------------------------------- 52 following comma-separated list of named flags, which adds extra 73 ``GL_EXT_foo -GL_EXT_bar`` will enable the ``GL_EXT_foo`` extension 79 or before year X will be reported. This is to work-around a bug in 80 some games where the extension string is copied into a fixed-size 82 buffer overrun can cause the game to crash. This is a work-around for 88 - The format should be ``MAJOR.MINOR[FC|COMPAT]`` [all …]
|
| /third_party/python/Lib/test/ |
| D | test_int.py | 5 from test import support 6 from test.test_grammar import (VALID_UNDERSCORE_LITERALS, 39 self.assertEqual(int(-3.14), -3) 41 self.assertEqual(int(-3.9), -3) 43 self.assertEqual(int(-3.5), -3) 44 self.assertEqual(int("-3"), -3) 45 self.assertEqual(int(" -3 "), -3) 46 self.assertEqual(int("\N{EM SPACE}-3\N{EN SPACE}"), -3) 49 # Test conversion from strings and various anomalies 51 for sign in "", "+", "-": [all …]
|
| D | test_ssl.py | 1 # Test the support for SSL and sockets 6 from test import support 7 from test.support import import_helper 8 from test.support import os_helper 9 from test.support import socket_helper 10 from test.support import threading_helper 11 from test.support import warnings_helper 69 # using Lib/test/make_ssl_certs.py. 116 (('commonName', 'our-ca-server'),)), 131 SIGNED_CERTFILE_ECC_HOSTNAME = 'localhost-ecc' [all …]
|
| /third_party/python/Doc/faq/ |
| D | library.rst | 15 -------------------------------------------------------- 17 Check :ref:`the Library Reference <library-index>` to see if there's a relevant 21 For third-party packages, search the `Python Package Index 28 ------------------------------------------------------------- 30 If you can't find a source file for a module it may be a built-in or 47 ------------------------------------------------- 79 .. code-block:: sh 94 --------------------------------------------- 100 (Note that this is not available in the Windows distribution -- there is no 111 ------------------------------------------------- [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 21.3.0.rst | 1 Mesa 21.3.0 Release Notes / 2021-11-17 20 --------------- 24 a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 mesa-21.3.0.tar.xz 28 ------------ 30 - VK_EXT_color_write_enable on lavapipe 31 - GL_ARB_texture_filter_anisotropic in llvmpipe 32 - Anisotropic texture filtering in lavapipe 33 - VK_EXT_shader_atomic_float2 on Intel and RADV. 34 - VK_EXT_vertex_input_dynamic_state on RADV. 35 - VK_KHR_timeline_semaphore on lavapipe [all …]
|
| D | 22.0.0.rst | 1 Mesa 22.0.0 Release Notes / 2022-03-09 20 --------------- 24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz 28 ------------ 30 - lavapipe,radv,anv KHR_dynamic_rendering 31 - radv EXT_image_view_min_lod 32 - VK_KHR_synchronization2 on RADV. 33 - OpenSWR has been moved to the Amber branch 34 - radeonsi, zink ARB_sparse_texture 35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff… [all …]
|
| D | 22.2.0.rst | 1 Mesa 22.2.0 Release Notes / 2022-09-21 20 --------------- 24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz 29 ------------ 31 - WGL_ARB_create_context_robustness 33 - d3d12 ARB_robust_buffer_access_behavior 35 - VK_EXT_robustness2 for lavapipe 37 - VK_EXT_image_2d_view_of_3d on RADV 39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support 41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe [all …]
|
| /third_party/python/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| D | NEWS | 8 *Release date: 2023-06-06* 11 -------- 13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been 16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could 20 - gh-issue-104049: Do not expose the local on-disk location in directory 23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0 25 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii. 28 ----------------- 30 - gh-issue-105164: Ensure annotations are set up correctly if the only 34 - gh-issue-104615: Fix wrong ordering of assignments in code like ``a, a = [all …]
|
| /third_party/jerryscript/ |
| D | Doxyfile | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
| D | DESIGN.rst | 5 ------------ 9 PNaCl toolchain to compile their application to architecture-neutral PNaCl 10 bitcode (a ``.pexe`` file), using as much architecture-neutral optimization as 14 <https://developer.chrome.com/native-client/reference/sandbox_internals/index>`_ 15 native code. The translator uses architecture-specific optimizations as much as 19 future page loads. However, first-time user experience is hampered by long 20 translation times. The LLVM-based PNaCl translator is pretty slow, even when 21 using ``-O0`` to minimize optimizations, so delays are especially noticeable on 22 slow browser platforms such as ARM-based Chromebooks. 26 - Parallel translation. However, slow machines where this matters most, e.g. [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
| D | DESIGN.rst | 5 ------------ 9 PNaCl toolchain to compile their application to architecture-neutral PNaCl 10 bitcode (a ``.pexe`` file), using as much architecture-neutral optimization as 14 <https://developer.chrome.com/native-client/reference/sandbox_internals/index>`_ 15 native code. The translator uses architecture-specific optimizations as much as 19 future page loads. However, first-time user experience is hampered by long 20 translation times. The LLVM-based PNaCl translator is pretty slow, even when 21 using ``-O0`` to minimize optimizations, so delays are especially noticeable on 22 slow browser platforms such as ARM-based Chromebooks. 26 - Parallel translation. However, slow machines where this matters most, e.g. [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
| D | DiagBigDecimalTest.java | 5 * Copyright (C) 2000-2015, International Business Machines Corporation and 12 package com.ibm.icu.dev.test.bigdec; 16 import org.junit.Test; 20 import com.ibm.icu.dev.test.TestFmwk; 21 import com.ibm.icu.dev.test.TestUtil; 22 import com.ibm.icu.dev.test.TestUtil.JavaVendor; 25 /* ------------------------------------------------------------------ */ 27 /* Copyright (c) IBM Corporation 1996-2010. All Rights Reserved. */ 28 /* ------------------------------------------------------------------ */ 34 /* -- ANSI X3-274 testcases */ [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
| D | DiagBigDecimalTest.java | 6 * Copyright (C) 2000-2015, International Business Machines Corporation and 13 package ohos.global.icu.dev.test.bigdec; 17 import org.junit.Test; 21 import ohos.global.icu.dev.test.TestFmwk; 22 import ohos.global.icu.dev.test.TestUtil; 23 import ohos.global.icu.dev.test.TestUtil.JavaVendor; 27 /* ------------------------------------------------------------------ */ 29 /* Copyright (c) IBM Corporation 1996-2010. All Rights Reserved. */ 30 /* ------------------------------------------------------------------ */ 36 /* -- ANSI X3-274 testcases */ [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| D | events.c | 2 * WPA Supplicant - Driver event processing 3 * Copyright (c) 2003-2019, Jouni Malinen <j@w1.fi> 94 if (ssid == NULL || ssid->disabled_until.sec == 0) in wpas_temp_disabled() 98 if (ssid->disabled_until.sec > now.sec) in wpas_temp_disabled() 99 return ssid->disabled_until.sec - now.sec; in wpas_temp_disabled() 109 * wpas_reenabled_network_time - Time until first network is re-enabled 112 * (in sec) until the first network is re-enabled. Otherwise returns 0. 116 * re-enabled. The function assumes that at least one network is enabled. 124 if (wpa_s->conf->auto_interworking && wpa_s->conf->interworking && in wpas_reenabled_network_time() 125 wpa_s->conf->cred) in wpas_reenabled_network_time() [all …]
|