Searched +full:vm +full:- +full:misc (Results 1 – 25 of 41) sorted by relevance
12
| /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/jsframework/runtime/main/ |
| D | index.ts | 7 * http://www.apache.org/licenses/LICENSE-2.0 20 import Vm from './model'; 24 export { getRoot } from './manage/instance/misc'; 33 * Prevent modification of Vm and Vm.prototype. 35 Object.freeze(Vm);
|
| /third_party/jsframework/runtime/main/page/api/ |
| D | misc.ts | 10 * http://www.apache.org/licenses/LICENSE-2.0 24 * - fire event 25 * - callback 26 * - refresh 27 * - destroy 46 if (page.vm) { 47 page.vm.destroy(); 52 page.vm = null; 101 Log.debug(`runtime/main/page/api/misc.js: Invoke a callback(${callbackId}) with ` 111 * @param {Page} page - page. [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/mesa3d/docs/relnotes/ |
| D | 22.2.2.rst | 1 Mesa 22.2.2 Release Notes / 2022-10-19 18 --------------- 22 2de11fb74fc5cc671b818e49fe203cea0cd1d8b69756e97cdb06a2f4e78948f9 mesa-22.2.2.tar.xz 27 ------------ 29 - None 33 --------- 35 - radv: Crash in dEQP-VK.ray_query.misc.dynamic_indexing 36 - glthread: radeonsi: offset textures in game starsector with glthread enabled 37 - Crashing on Windows VM 38 - Exanima renders with the wrong colors. [all …]
|
| D | 24.2.4.rst | 1 Mesa 24.2.4 Release Notes / 2024-10-03 18 ------------- 22 SHA256: 5ea42a8bb6d58aec9754c9f553b1e413f67c09403741f8e2786c3f9e63d3461a mesa-24.2.4.tar.xz 23 …fc50e8ddc62c35a84b2013285c84080d963aec2afb94dac345f5f00e7ccf9ae7e9ab3f5b9ba0bcb mesa-24.2.4.tar.xz 27 ------------ 29 - None 33 --------- 35 - Faaast Penguin requires force_vk_vendor set 36 - ANV: Deadlock(game) bugged invisible player/NPC models and missing textures 37 - anv: dEQP-VK.mesh_shader.ext.misc.clip_geom_provoking_last and dEQP-VK.mesh_shader.ext.misc.clip_… [all …]
|
| D | 12.0.2.rst | 15 ---------------- 19 a08565ab1273751ebe2ffa928cbf785056594c803077c9719d0763da780f2918 mesa-12.0.2.tar.gz 20 d957a5cc371dcd7ff2aa0d87492f263aece46f79352f4520039b58b1f32552cb mesa-12.0.2.tar.xz 23 ------------ 28 --------- 32 - `Bug 69622 <https://bugs.freedesktop.org/show_bug.cgi?id=69622>`__ - 34 - `Bug 89599 <https://bugs.freedesktop.org/show_bug.cgi?id=89599>`__ - 37 - `Bug 91342 <https://bugs.freedesktop.org/show_bug.cgi?id=91342>`__ - 40 - `Bug 92306 <https://bugs.freedesktop.org/show_bug.cgi?id=92306>`__ - 42 - `Bug 94148 <https://bugs.freedesktop.org/show_bug.cgi?id=94148>`__ - [all …]
|
| D | 24.1.0.rst | 1 Mesa 24.1.0 Release Notes / 2024-05-22 20 --------------- 24 b7eac8c79244806b1c276eeeacc329e4a5b31a370804c4b0c7cd16837783f78b mesa-24.1.0.tar.xz 28 ------------ 30 - VK_EXT_map_memory_placed on RADV, ANV and NVK 31 - VK_KHR_shader_subgroup_rotate on RADV and ANV and NVK 32 - VK_KHR_load_store_op_none on RADV, ANV, NVK and Turnip 33 - VK_KHR_line_rasterization on RADV, ANV, NVK and Turnip 34 - VK_KHR_index_type_uint8 on RADV, ANV, NVK and Turnip 35 - VK_KHR_shader_expect_assume on all Vulkan drivers [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 …]
|
| D | 23.1.0.rst | 1 Mesa 23.1.0 Release Notes / 2023-05-10 20 --------------- 24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz 28 ------------ 30 - VK_EXT_pipeline_library_group_handles on RADV 31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+ 32 - VK_KHR_map_memory2 on ANV and RADV 33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+ 34 - VK_EXT_discard_rectangles version 2 on RADV 35 - VK_EXT_graphics_pipeline_library on RADV [all …]
|
| D | 25.0.0.rst | 1 Mesa 25.0.0 Release Notes / 2025-02-19 20 ------------- 24 SHA256: 96a53501fd59679654273258c6c6a1055a20e352ee1429f0b123516c7190e5b0 mesa-25.0.0.tar.xz 25 …36f614d322033d4d465307ddcd983f9f3afb1310e132ec3186a085d261c95493a0c460b2ec59ce8 mesa-25.0.0.tar.xz 29 ------------ 31 - cl_khr_depth_images in rusticl 32 - Vulkan 1.4 on radv/gfx8+ 33 - VK_KHR_dedicated_allocation on panvk 34 - VK_KHR_global_priority on panvk 35 - VK_KHR_index_type_uint8 on panvk [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMInstrFormats.td | 1 //===-- ARMInstrFormats.td - ARM Instruction Formats -------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 15 // ad-hoc solution used to emit machine instruction encodings by our machine 73 // Misc flags. 76 // UnaryDP - Indicates this is a unary data processing instruction, i.e. 80 // Xform16Bit - Indicates this Thumb2 instruction may be transformed into 81 // a 16-bit Thumb instruction if certain conditions are met. 84 //===----------------------------------------------------------------------===// [all …]
|
| /third_party/rust/crates/nom/ |
| D | README.md | 3 [](LICENSE) 4 …https://gitter.im/Geal/nom?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=bad… 8 … rustc version](https://img.shields.io/badge/rustc-1.48.0+-lightgray.svg)](#rust-version-requireme… 20 <!-- toc --> 22 - [Example](#example) 23 - [Documentation](#documentation) 24 - [Why use nom?](#why-use-nom) 25 - [Binary format parsers](#binary-format-parsers) 26 - [Text format parsers](#text-format-parsers) 27 - [Programming language parsers](#programming-language-parsers) [all …]
|
| /third_party/vixl/src/aarch64/ |
| D | assembler-aarch64.h | 30 #include "../assembler-base-vixl.h" 31 #include "../code-generation-scopes-vixl.h" 32 #include "../cpu-features.h" 33 #include "../globals-vixl.h" 34 #include "../invalset-vixl.h" 35 #include "../utils-vixl.h" 37 #include "operands-aarch64.h" 100 : LabelLinksIteratorBase(&label->links_) {} in LabelLinksIterator() 102 // TODO: Remove these and use the STL-like interface instead. 112 // Disabled for unit-tests (it bind non-bound locs) in Bind() [all …]
|
| /third_party/jerryscript/jerry-core/ |
| D | config.h | 7 * http://www.apache.org/licenses/LICENSE-2.0 149 * Built-in configurations 151 * Allowed values for built-in defines: 152 * 0: Disable the given built-in. 153 * 1: Enable the given built-in. 156 * By default all built-ins are enabled if they are not defined. 250 * Engine internal and misc configurations. 279 * Enable/Disable built-in error messages for error objects. 327 * - https://github.com/google/sanitizers/wiki/AddressSanitizerUseAfterReturn#compatibility 358 * Enable/Disable line-info management inside the engine. [all …]
|
| /third_party/skia/third_party/externals/icu/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 25 ---------------------------------------------------------------------------- *** 44 and look for "alias" on http://unicode.org/iso15924/iso15924-codes.html 50 ---------------------------------------------------------------------------- *** 55 https://www.unicode.org/versions/beta-13.0.0.html 57 https://www.unicode.org/reports/uax-proposed-updates.html 58 https://www.unicode.org/reports/tr44/tr44-25.html 60 https://unicode-org.atlassian.net/browse/CLDR-13387 61 https://unicode-org.atlassian.net/browse/ICU-20893 [all …]
|
| /third_party/mksh/ |
| D | edit.c | 6 /*- 14 * is granted to deal in this work without restriction, including un- 54 static const char ctrl_x_e[] = "fc -e \"${VISUAL:-${EDITOR:-vi}}\" --"; 74 #define toedchar(x) (((_POSIX_VDISABLE != -1) && ((x) == _POSIX_VDISABLE)) ? \ 152 i = -1; in x_read() 186 return ((n == 1) ? (int)(unsigned char)c : -1); in x_getc() 197 * Misc common code for vi/emacs * 200 /*- 205 * -1 if there is an error (not enough room for comment chars) 215 /* somewhat arbitrary - it's what AT&T ksh does */ in x_do_comment() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
| D | assembler_arm.h | 3 // BSD-style license that can be found in the LICENSE file. 18 #include "vm/constants_arm.h" 19 #include "vm/cpu.h" 20 #include "vm/hash_map.h" 21 #include "vm/object.h" 22 #include "vm/simulator.h" 43 P = 1 << 24, // offset/pre-indexed addressing (or post-indexed addressing) 87 return IsBound() ? -position_ - kWordSize : position_ - kWordSize; in Position() 101 position_ = -position - kWordSize; in BindTo() 115 // Encodes Addressing Mode 1 - Data-processing operands. [all …]
|
| /third_party/icu/icu4c/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update 31 ---------------------------------------------------------------------------- *** 36 See https://unicode-org.github.io/icu/processes/release/tasks/standards#update-script-code-enums 39 ---------------------------------------------------------------------------- *** 44 https://www.unicode.org/versions/beta-15.0.0.html 46 https://www.unicode.org/reports/uax-proposed-updates.html 47 https://www.unicode.org/reports/tr44/tr44-29.html 49 https://unicode-org.atlassian.net/browse/ICU-21980 Unicode 15 [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update 33 `***` - section heading 34 `*` - sub heading 35 `-` - 1st level bullet 36 `+` - 2nd level bullet 37 `=` - 1st level bullet 38 `->` - "the previous things leads to...", OR a 2nd level bullet/item 40 ---------------------------------------------------------------------------- *** [all …]
|
| /third_party/FreeBSD/ |
| D | UPDATING | 9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld 16 14.2-RELEASE. 19 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have 20 been upgraded to 18.1.6. It is important that you run `make delete-old` 42 non-compliant MTAs; please see the first 8.18.1 release note in 96 Move standard include files to the clibs-dev package and move clang 97 internal libraries and headers to clang and clang-dev. Upgrading systems 101 pkg upgrade -y FreeBSD-utilities 102 pkg upgrade -y FreeBSD-utilities-dev 103 pkg upgrade -y [all …]
|
| /third_party/libdrm/tests/amdgpu/ |
| D | amdgpu_test.c | 71 #define VM_TESTS_STR "VM Tests" 275 pSuite->fActive ? "ENABLED" : "DISABLED", in display_test_suites() 278 if (!pSuite->fActive) in display_test_suites() 291 pSuite->fActive && pTest->fActive ? "ENABLED" : "DISABLED", in display_test_suites() 299 "Usage: %s [-hlpr] [-s <suite id>] [-e <s>[.<t>] [-e ...]] [-t <test id>] [-f] " 300 "[-b <pci_bus_id>] [-d <pci_device_id>]\n" 302 " -b Specify device's PCI bus id to run tests\n" 303 " -d Specify device's PCI device id to run tests (optional)\n" 304 " -e <s>[.<t>] Disable test <t> of suite <s>. If only <s> is given, then disable\n" 307 " -f Force executing inactive suite or test\n" [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 …]
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.3.rst | 11 * The maintainer will go through Misc/NEWS periodically and add 13 Misc/NEWS than to this file. 16 is the purpose of Misc/NEWS. Some changes I consider too small 34 sufficient; the e-mail address isn't necessary. 51 :pep:`398` - Python 3.3 Release Schedule 54 Summary -- Release highlights 62 * New ``yield from`` expression for :ref:`generator delegation <pep-380>`. 67 * :mod:`faulthandler` (helps debugging low-level crashes) 68 * :mod:`ipaddress` (high-level objects representing IP addresses and masks) 71 * :mod:`venv` (Python :ref:`virtual environments <pep-405>`, as in the [all …]
|
| /third_party/skia/tools/viewer/ |
| D | Viewer.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 65 #include "misc/cpp/imgui_stdlib.h" // For ImGui support of std::string 68 #include "spirv-tools/libspirv.hpp" 143 static DEFINE_bool(dmsaa, false, "Use internal MSAA to render to non-MSAA surfaces?"); 174 static DEFINE_int_2(threads, j, -1, 306 canvas->clear(0xffff11ff); in draw() 327 : fCurrentSlide(-1) in Viewer() 342 // Our UI can only tweak gamma (currently), so start out gamma-only 400 fWindow->setRequestedDisplayParams(displayParams); 401 fDisplay = fWindow->getRequestedDisplayParams(); [all …]
|
12