Home
last modified time | relevance | path

Searched +full:initializer +full:- +full:overrides (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dangle_format.py3 # Use of this source code is governed by a BSD-style license that can be
54 overrides = load_json(override_path)
56 for k, v in sorted(overrides.items()):
142 channels_pattern = re.compile('GL_(COMPRESSED_)?(SIGNED_)?(ETC\d_)?([A-Z]+)')
209 'warning: internal format initializer could not be generated and may be needed for ' +
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/openGLES/extensions/ARB/
DARB_shading_language_420pack.txt22 Bill Licea-Kane, AMD
31 Copyright (c) 2011-2013 The Khronos Group Inc. Copyright terms at
36 Khronos-approved extension specifications are updated in response to
47 Approved by the ARB 25-Jul-2011.
52 Last Modified Date: 11-Sep-2014
71 While this document is self-contained, clarifying context for how to
80 * Add line-continuation using '\', as in C++.
82 * Change from ASCII to UTF-8 for the language character set and also
89 body with initializer expressions that are not constant expressions.
106 * Add C-style curly brace initializer lists syntax for initializers.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shading_language_420pack.txt22 Bill Licea-Kane, AMD
31 Copyright (c) 2011-2013 The Khronos Group Inc. Copyright terms at
37 Approved by the ARB 25-Jul-2011.
42 Last Modified Date: 11-Sep-2014
61 While this document is self-contained, clarifying context for how to
70 * Add line-continuation using '\', as in C++.
72 * Change from ASCII to UTF-8 for the language character set and also
79 body with initializer expressions that are not constant expressions.
96 * Add C-style curly brace initializer lists syntax for initializers.
104 * Built-in constants for gl_MinProgramTexelOffset and
[all …]
/third_party/protobuf/cmake/
DCMakeLists.txt24 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
36 string(APPEND CMAKE_CXX_FLAGS " -diag-disable=2196")
62 include(protobuf-options.cmake)
64 # Overrides for option dependencies
88 set(protobuf_VERSION_REGEX "^([0-9]+)\\.([0-9]+)\\.([0-9]+)([-]rc[-]|\\.)?([0-9]*)$")
119 add_definitions(-DGOOGLE_PROTOBUF_CMAKE_BUILD)
123 add_definitions(-DHAVE_PTHREAD)
149 add_definitions(-DHAVE_ZLIB)
158 set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} -std=c++11)
177 # https://msdn.microsoft.com/en-us/library/2kzt1wy3.aspx
[all …]
/third_party/vk-gl-cts/external/amber/src/docs/
Damber_script.md21 user-specified (such as for buffer data).
82 * `fence_timeout_ms` - value must be a single uint32 in milliseconds.
98 {file-content}
114 Pass-through shader:
158 The provided `multi` shader can only be used with `SPIRV-ASM` and `SPIRV-HEX`
162 Note, `SPIRV-ASM` and `SPIRV-HEX` can also be used with each of the other shader
168 * `SPIRV-ASM` (with spirv-as; specifying `TARGET_ENV` is _highly recommended_
170 * `SPIRV-HEX` (decoded straight to SPIR-V)
171 * `OPENCL-C` (with clspv)
176 SPIR-V environment. For example:
[all …]
/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts246 if (declaration && !declaration.type && !declaration.initializer) {
347 if (param.initializer || getJSDocType(param) || !isIdentifier(param.name)) {
387 …return mapDefined(FindAllReferences.getReferenceEntriesForNode(-1, token, program, program.getSour…
637 const { name, initializer } = node.parent as VariableDeclaration; constant
639 … if (initializer) { // This can happen for `let x = null;` which still has an implicit-any error.
640 addCandidateType(usage, checker.getTypeAtLocation(initializer));
879 // 2. non-any, non-void overrides any or void
880 // 3. non-nullable, non-any, non-void, non-anonymous overrides anonymous types
/third_party/typescript/src/compiler/
DdiagnosticMessages.json46 "Parameter cannot have question mark and initializer.": {
66 "An index signature parameter cannot have an initializer.": {
134 …"Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.": {
142 "A rest parameter cannot have an initializer.": {
154 "A 'set' accessor parameter cannot have an initializer.": {
166 …async function return type in ES5/ES3 because it does not refer to a Promise-compatible constructo…
186 "Enum member must have initializer.": {
202 "In ambient enum declarations member initializer must be constant expression.": {
302 "The left-hand side of a 'for...of' statement may not be 'async'.": {
450 "Cannot use imports, exports, or module augmentations when '--module' is 'none'.": {
[all …]
Dchecker.ts93 All = (1 << 27) - 1,
423 ….fail("Cannot get symbols of a synthetic parameter that cannot be resolved to a parse-tree node.");
984 // This allows users to just specify library files they want to used through --lib
1173 setTextRangePosEnd(node, -1, -1);
1225 // Pseudo-synthesized input node
1232 …reateDiagnosticForFileFromMessageChain(file, message)); // eslint-disable-line local/no-in-operator
1235 …eDiagnosticForNodeFromMessageChain(location, message)); // eslint-disable-line local/no-in-operator
1347 …// Javascript static-property-assignment declarations always merge, even though they are also valu…
1370 … // Do not report an error when merging `var globalThis` with the built-in `globalThis`,
1393 …// Collect top-level duplicate identifier errors into one mapping, so we can then merge their diag…
[all …]
Dtypes.ts31 // allows us to edit files with git-conflict markers in them in a much more pleasant manner.
41 // Pseudo-literals
370 // Top-level nodes
387 JSDocNamepathType, // https://jsdoc.app/about-namepaths.html
765 … OptionalChain = 1 << 5, // Chained MemberExpression rooted to a pseudo-OptionalExpression
772 …DisallowInContext = 1 << 12, // If node was parsed in a context where 'in-expressions' are not al…
795 … = 1 << 24, // If node was inside an ambient context -- a declaration file, …
815 // never cleared on SourceFiles which get re-used in between incremental parses.
918 // but are constructed as if they could for faked-up `QualifiedName`s in the language service.)
1186 // - `canHaveIllegalType` in factory/utilities.ts
[all …]
Dparser.ts28 …Constructor || (SourceFileConstructor = objectAllocator.getSourceFileConstructor()))(kind, -1, -1),
29 …Constructor || (IdentifierConstructor = objectAllocator.getIdentifierConstructor()))(kind, -1, -1),
30 … (PrivateIdentifierConstructor = objectAllocator.getPrivateIdentifierConstructor()))(kind, -1, -1),
31 …new (TokenConstructor || (TokenConstructor = objectAllocator.getTokenConstructor()))(kind, -1, -1),
32 …=> new (NodeConstructor || (NodeConstructor = objectAllocator.getNodeConstructor()))(kind, -1, -1),
65 // Try to use the first top-level import/export when available, then
130 visitNode(cbNode, node.initializer);
138 visitNode(cbNode, node.initializer);
145 visitNode(cbNode, node.initializer);
153 visitNode(cbNode, node.initializer);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h1 //===-- PPCSubtarget.h - Define Subtarget for the PPC ----------*- C++ -*--===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
36 // -m directive values.
77 /// TargetTriple - What processor and OS we're targeting.
80 /// stackAlignment - The minimum alignment known to hold of the stack frame on
90 /// Used by the ISel to turn in optimizations for POWER4-derived architectures
147 /// alignment has not been changed, we need to keep the 16-byte alignment
164 /// ParseSubtargetFeatures - Parses features string setting specified
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
D_features.hpp10 // Rvalue references - GCC 4.3
11 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
14 // Rvalue references for *this - GCC not supported
15 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
18 // Initialization of class objects by rvalues - GCC any
19 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1610.html
22 // Non-static data member initializers - GCC 4.7
23 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2756.htm
26 // Variadic templates - GCC 4.3
27 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf
[all …]
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp2 // Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
3 // Copyright (C) 2012-2015 LunarG, Inc.
4 // Copyright (C) 2015-2018 Google, Inc.
83 // use storage buffer on SPIR-V 1.3 and up in TParseContext()
104 if (entryPoint != nullptr && entryPoint->size() > 0 && *entryPoint != "main") in TParseContext()
144 // If we are parsing built-in computational variables/functions, it is meaningful to record in setPrecisionDefaults()
145 // whether the built-in has no precision qualifier, as that ambiguity in setPrecisionDefaults()
147 // So, we don't actually want to replace EpqNone with a default precision for built-ins. in setPrecisionDefaults()
159 // Non-ES profile in setPrecisionDefaults()
218 if (! getScanner()->atEndOfInput() || numErrors == 0) in parserError()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
43 #define DEBUG_TYPE "arm-subtarget"
50 UseFusedMulOps("arm-use-mulops",
62 cl::values(clEnumValN(DefaultIT, "arm-default-it",
64 clEnumValN(RestrictedIT, "arm-restrict-it",
66 clEnumValN(NoRestrictedIT, "arm-no-restrict-it",
69 /// ForceFastISel - Use the fast-isel, even for subtargets where it is not
[all …]
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp2 // Copyright (C) 2017-2018 Google, Inc.
150 // Return true if this l-value node should be converted in some manner.
151 // For instance: turning a load aggregate into a store in an l-value.
155 if (node == nullptr || node->getAsTyped() == nullptr) in shouldConvertLValue()
158 const TIntermAggregate* lhsAsAggregate = node->getAsAggregate(); in shouldConvertLValue()
159 const TIntermBinary* lhsAsBinary = node->getAsBinaryNode(); in shouldConvertLValue()
163 (lhsAsBinary->getOp() == EOpVectorSwizzle || lhsAsBinary->getOp() == EOpIndexDirect)) in shouldConvertLValue()
164 lhsAsAggregate = lhsAsBinary->getLeft()->getAsAggregate(); in shouldConvertLValue()
165 if (lhsAsAggregate != nullptr && lhsAsAggregate->getOp() == EOpImageLoad) in shouldConvertLValue()
178 if (it != ioTypeMap.end() && it->second.uniform) in growGlobalUniformBlock()
[all …]
/third_party/gn/src/gn/
Dfunctions.cc2 // Use of this source code is governed by a BSD-style license that can be
48 err->AppendRange(function->function().range()); in VerifyNoBlockForFunctionCall()
68 val_scope->GetProperty(&kInDeclareArgsKey, &val_args_scope); in EnsureNotReadingFromSameDeclareArgs()
71 cur_scope->GetProperty(&kInDeclareArgsKey, &cur_args_scope); in EnsureNotReadingFromSameDeclareArgs()
87 if (scope->IsProcessingImport()) { in EnsureNotProcessingImport()
101 if (scope->IsProcessingBuildConfig()) { in EnsureNotProcessingBuildConfig()
124 const Scope* default_scope = scope->GetTargetDefaults(target_type); in FillTargetBlockScope()
128 if (!default_scope->NonRecursiveMergeTo(block_scope, merge_options, in FillTargetBlockScope()
140 block_scope->SetValue(target_name, Value(function, args[0].string_value()), in FillTargetBlockScope()
142 block_scope->MarkUsed(target_name); in FillTargetBlockScope()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DTimeZone.java7 * Copyright (C) 1996-2016, International Business Machines
65 * GMT[+|-]hh[[:]mm]
79 * <p>For compatibility with JDK 1.1.x, some other three-letter time zone IDs
115 * @author Mark Davis, Deborah Goldsmith, Chen-Lieh Huang, Alan Liu
124 private static final long serialVersionUID = -744942128318337471L;
137 * @hide deprecated on icu4j-org
191 * a short name derived from the timezone's offset, such as "-0800."
198 * a long name derived from the timezone's offset, such as "GMT-08:00."
272 * Month is 0-based. e.g., 0 for January.
273 * @param day the day-in-month of the given date.
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java6 * Copyright (C) 1996-2016, International Business Machines
64 * GMT[+|-]hh[[:]mm]
78 * <p>For compatibility with JDK 1.1.x, some other three-letter time zone IDs
114 * @author Mark Davis, Deborah Goldsmith, Chen-Lieh Huang, Alan Liu
124 private static final long serialVersionUID = -744942128318337471L;
197 * a short name derived from the timezone's offset, such as "-0800."
205 * a long name derived from the timezone's offset, such as "GMT-08:00."
293 * Month is 0-based. e.g., 0 for January.
294 * @param day the day-in-month of the given date.
295 * @param dayOfWeek the day-of-week of the given date.
[all …]
/third_party/typescript/doc/
Dspec-ARCHIVED.md9 …webfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0](http://www.openwebfoundation.org/legal/th…
61 * [3.6.3 This-types](#3.6.3)
74 * [3.8.11 This-Type References](#3.8.11)
116 * [4.18.1 The ++ and -- operators](#4.18.1)
145 * [5.6 For-In Statements](#5.6)
146 * [5.7 For-Of Statements](#5.7)
242-mail, maps, document editing, and collaboration tools are becoming an increasingly important part…
244-local transformations on TypeScript programs and does not re-order variables declared in TypeScri…
248 Classes enable programmers to express common object-oriented patterns in a standard way, making fea…
300 …ncludes a file 'lib.d.ts' that provides interface declarations for the built-in JavaScript library…
[all …]
/third_party/mbedtls/tests/scripts/
Dgenerate_test_code.py5 # SPDX-License-Identifier: Apache-2.0
11 # http://www.apache.org/licenses/LICENSE-2.0
28 ------
36 ---------------------
60 enc_dec_buf:MBEDTLS_CIPHER_AES_128_GCM:"AES-128-GCM":128:8:-1
63 ---------------
71 ----------
73 - Generating test_suite_<module>[.<optional sub module>].c file
75 - Building each source file into executables.
76 - Running each executable and printing report.
[all …]
/third_party/typescript/lib/
Dtsc.js5 License at http://www.apache.org/licenses/LICENSE-2.0
10 MERCHANTABLITY OR NON-INFRINGEMENT.
57 …if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; c…
136 for (var i = array.length - 1; i >= 0; i--) {
200 return { value: [arrayA[i - 1], arrayB[i - 1]], done: false };
253 …ar i = startIndex !== null && startIndex !== void 0 ? startIndex : array.length - 1; i >= 0; i--) {
264 return -1;
270 return -1;
275 return -1;
276 …ar i = startIndex !== null && startIndex !== void 0 ? startIndex : array.length - 1; i >= 0; i--) {
[all …]
DtypingsInstaller.js5 License at http://www.apache.org/licenses/LICENSE-2.0
10 MERCHANTABLITY OR NON-INFRINGEMENT.
57 …if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; c…
91 // eslint-disable-next-line @typescript-eslint/no-inferrable-types
96 Comparison[Comparison["LessThan"] = -1] = "LessThan";
113 // eslint-disable-next-line local/no-in-operator
127 // eslint-disable-next-line local/no-in-operator
185 for (var i = array.length - 1; i >= 0; i--) {
250 return { value: [arrayA[i - 1], arrayB[i - 1]], done: false };
312 …ar i = startIndex !== null && startIndex !== void 0 ? startIndex : array.length - 1; i >= 0; i--) {
[all …]
/third_party/python/Doc/library/
Dmultiprocessing.rst1 :mod:`multiprocessing` --- Process-based parallelism
5 :synopsis: Process-based parallelism.
9 --------------
12 ------------
16 offers both local and remote concurrency, effectively side-stepping the
86 necessary, see :ref:`multiprocessing-programming`.
93 .. _multiprocessing-start-methods:
236 pipe which by default is duplex (two-way). For example::
306 a[i] = -a[i]
322 [0, -1, -2, -3, -4, -5, -6, -7, -8, -9]
[all …]
/third_party/python/Lib/
Dconfigparser.py12 ConfigParser -- responsible for parsing a list of
38 substrings that prefix comments in non-empty lines.
59 pre-processing when using getters. RawConfigParser objects don't do
84 name. A single filename is also allowed. Non-existing files
107 contents override any pre-existing defaults. If `option' is a key in
255 """Base class for interpolation-related exceptions."""
341 """Raised when a key-value pair is found before any section header."""
532 depth -= 1
707 """Like read() but the argument must be a file-like object.
838 `vars' argument, which must be a dictionary whose contents overrides
[all …]

1234