Searched +full:vm +full:- +full:misc (Results 1 – 25 of 71) sorted by relevance
123
| /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/node/doc/api/ |
| D | documentation.md | 3 <!--introduced_in=v0.10.0--> 5 <!-- type=misc --> 18 <!--type=misc--> 26 > Stability: 0 - Deprecated. The feature may emit warnings. Backward 29 <!-- separator --> 31 > Stability: 1 - Experimental. The feature is not subject to 32 > [semantic versioning][] rules. Non-backward compatible changes or removal may 36 <!-- separator --> 38 > Stability: 2 - Stable. Compatibility with the npm ecosystem is a high 41 <!-- separator --> [all …]
|
| D | documentation.json | 10 "type": "misc", 17 "type": "misc", 23 "type": "misc", 24 …- Deprecated. The feature may emit warnings. Backward\ncompatibility is not guaranteed.</p>\n</blo… 29 …-- STABILITY_OVERVIEW_SLOT_BEGIN --><table><thead><tr><th>API</th><th>Stability</th></tr></thead><… 30 "type": "misc", 43 "type": "misc", 50 "type": "misc",
|
| D | domain.md | 3 <!-- YAML 6 - version: v8.8.0 7 pr-url: https://github.com/nodejs/node/pull/15695 8 description: Any `Promise`s created in VM contexts no longer have a 12 - version: v8.0.0 13 pr-url: https://github.com/nodejs/node/pull/12489 16 --> 18 <!--introduced_in=v0.10.0--> 20 > Stability: 0 - Deprecated 22 <!-- source_link=lib/domain.js --> [all …]
|
| D | domain.json | 15 "pr-url": "https://github.com/nodejs/node/pull/15695", 16 …"description": "Any `Promise`s created in VM contexts no longer have a `.domain` property. Their h… 20 "pr-url": "https://github.com/nodejs/node/pull/12489", 33 "type": "misc", 34 …-US/docs/Web/JavaScript/Reference/Statements/throw\"><code>throw</code></a> works in JavaScript, t… 39 "type": "misc", 45 "type": "misc", 46 …ditionally, callbacks passed to low-level event loop requests (such as\nto <code>fs.open()</code>,… 51 "type": "misc", 52 …s possible via explicit binding.</p>\n<pre><code class=\"language-js\">// Create a top-level domai… [all …]
|
| D | errors.md | 3 <!--introduced_in=v4.0.0--> 5 <!--type=misc--> 15 * User-specified errors triggered by application code. 26 <!--type=misc--> 35 are handled using the [`try…catch` construct][try-catch] provided by the 58 account that it might be rejected. See [`--unhandled-rejections`][] flag for 61 <!-- eslint-disable no-useless-return --> 83 <!-- eslint-disable no-useless-return --> 120 The use of the `'error'` event mechanism is most common for [stream-based][] 121 and [event emitter-based][] APIs, which themselves represent a series of [all …]
|
| D | n-api.json | 3 "source": "doc/api/n-api.md", 9 "textRaw": "Node-API", 10 "name": "Node-API", 12 "type": "misc", 15 …-API (formerly N-API) is an API for building native Addons. It is\nindependent from the underlying… 20 …-API provides an ABI stability guarantee, other parts of Node.js do\nnot, and any external librari… 21 "type": "misc", 27 …-API requires an additional set of tools. Besides the\nbasic tools required to develop for Node.js… 35 "textRaw": "node-gyp", 36 "name": "node-gyp", [all …]
|
| D | errors.json | 10 …"desc": "<p>A generic JavaScript <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript… 32 …-js\">const myObject = {};\nError.captureStackTrace(myObject);\nmyObject.stack; // Similar to `ne… 40 … captured <em>after</em> the value has been changed.</p>\n<p>If set to a non-number value, or set … 52 …-options\"><code>util.inspect()</code></a> recursively serializes <code>error.cause</code> if it i… 58 …trings may\nchange between any versions of Node.js. See <a href=\"#nodejs-error-codes\">Node.js er… 64 … is read before this\nproperty is changed).</p>\n<pre><code class=\"language-js\">const err = new … 70 …-console\">Error: Things keep happening!\n at /home/gbusey/file.js:525:2\n at Frobnicator.refr… 95 …alled. Stack traces\nare dependent on <a href=\"https://v8.dev/docs/stack-trace-api\">V8's stack t… 103 …s-error\" class=\"type\"><errors.Error></a></li>\n</ul>\n<p>Indicates the failure of an asse… 109 …-error\" class=\"type\"><errors.Error></a></li>\n</ul>\n<p>Indicates that a provided argumen… [all …]
|
| /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 | 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 …]
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | assembler-arm64.h | 2 // Use of this source code is governed by a BSD-style license that can be 13 #include "src/codegen/arm64/constants-arm64.h" 14 #include "src/codegen/arm64/instructions-arm64.h" 15 #include "src/codegen/arm64/register-arm64.h" 17 #include "src/codegen/constant-pool.h" 29 #include "src/diagnostics/unwinding-info-win64.h" 37 // ----------------------------------------------------------------------------- 61 // ----------------------------------------------------------------------------- 64 constexpr uint64_t kSmiShiftMask = (1ULL << kSmiShift) - 1; 166 // ----------------------------------------------------------------------------- [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/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/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/node/deps/v8/src/execution/arm/ |
| D | simulator-arm.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "src/execution/arm/simulator-arm.h" 17 #include "src/base/lazy-instance.h" 19 #include "src/base/overflowing-math.h" 23 #include "src/codegen/arm/constants-arm.h" 24 #include "src/codegen/assembler-inl.h" 25 #include "src/codegen/macro-assembler.h" 27 #include "src/heap/combined-heap.h" 28 #include "src/heap/heap-inl.h" // For CodeSpaceMemoryModificationScope. 29 #include "src/objects/objects-inl.h" [all …]
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | assembler-arm.cc | 1 // Copyright (c) 1994-2006 Sun Microsystems Inc. 8 // - Redistributions of source code must retain the above copyright notice, 11 // - Redistribution in binary form must reproduce the above copyright 16 // - Neither the name of Sun Microsystems or the names of contributors may 37 #include "src/codegen/arm/assembler-arm.h" 43 #include "src/base/overflowing-math.h" 44 #include "src/codegen/arm/assembler-arm-inl.h" 45 #include "src/codegen/assembler-inl.h" 46 #include "src/codegen/machine-type.h" 47 #include "src/codegen/macro-assembler.h" [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" 36 #include "operands-aarch64.h" 99 : LabelLinksIteratorBase(&label->links_) {} in LabelLinksIterator() 101 // TODO: Remove these and use the STL-like interface instead. 111 // Disabled for unit-tests (it bind non-bound locs) in Bind() [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/node/deps/v8/src/diagnostics/arm/ |
| D | disasm-arm.cc | 2 // Use of this source code is governed by a BSD-style license that can be 37 #include "src/codegen/arm/assembler-arm.h" 38 #include "src/codegen/arm/constants-arm.h" 39 #include "src/codegen/arm/register-arm.h" 45 //------------------------------------------------------------------------------ 61 // Writes one disassembled instruction into 'buffer' (0-terminated). 97 // Each of these functions decodes one particular instruction type, a 3-bit 117 // F4.1.14 Floating-point data-processing. 121 // F4.1.20 Advanced SIMD data-processing. 152 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print() [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/node/src/ |
| D | js_native_api_v8.cc | 6 #include "v8-debug.h" 7 #include "v8-internal.h" 8 #include "v8-local-handle.h" 9 #include "v8-primitive.h" 10 #include "v8-statistics.h" 11 #include "v8-version-string.h" 13 #include "env-inl.h" 18 #include "util-inl.h" 33 // n-api defines JSVM_AUTO_LENGTH as the indicator that a string 34 // is null terminated. For V8 the equivalent is -1. The assert [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 …]
|
123