| /third_party/typescript/src/ |
| D | .eslintrc.json | 5 "project": "./tsconfig-base.json" 7 "rules": { object 8 "@typescript-eslint/no-unnecessary-qualifier": "error", 9 "@typescript-eslint/no-unnecessary-type-assertion": "error", 10 "no-restricted-globals": ["error", 28 "rules": { object 29 "@typescript-eslint/interface-name-prefix": "off", 30 "@typescript-eslint/prefer-function-type": "off", 31 "@typescript-eslint/unified-signatures": "off", 33 // scripts/eslint/rules [all …]
|
| /third_party/mesa3d/src/gallium/drivers/zink/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/gallium/drivers/zink/ci/gitlab-ci-inc.yml' 4 zink-lvp: 6 - .test-gl 7 - .deqp-test 8 - .zink-lvp-test 10 DEQP_SUITE: zink-lvp 13 # Enable validation (except for on piglit, see deqp-zink-lvp.toml), logging 16 XVFB_SCRIPT: "VK_DRIVER=lvp install/deqp-runner.sh" 20 xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}" 22 zink-venus-lvp: [all …]
|
| D | gitlab-ci-inc.yml | 1 .zink-common-rules: 2 rules: 3 - !reference [.test, rules] 4 - !reference [.gl-rules, rules] 5 - changes: &zink_files_list 6 - src/gallium/drivers/zink/* 7 - src/gallium/drivers/zink/nir_to_spirv/* 8 - src/gallium/drivers/zink/ci/gitlab-ci.yml 9 - src/gallium/drivers/zink/ci/gitlab-ci-inc.yml 10 - src/gallium/drivers/zink/ci/deqp-$DEQP_SUITE.toml [all …]
|
| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci-inc.yml | 1 # Rules for changes that impact either freedreno or turnip. 2 .freedreno-common-rules: 3 rules: 4 - !reference [.test, rules] 5 - !reference [.no_scheduled_pipelines-rules, rules] 6 - changes: &freedreno_core_file_list 7 - src/freedreno/ci/gitlab-ci.yml 8 - src/freedreno/ci/gitlab-ci-inc.yml 9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml 10 - src/freedreno/ci/$GPU_VERSION-fails.txt [all …]
|
| 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/mesa3d/.gitlab-ci/ |
| D | test-source-dep.yml | 5 .scheduled_pipeline-rules: 6 rules: 7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"' 12 # disables that, but keeps the auto-retry for infrastructure failures. 13 .no-auto-retry: 19 - api_failure 20 - runner_system_failure 21 - scheduler_failure 22 - data_integrity_failure 23 - unknown_failure [all …]
|
| /third_party/mesa3d/src/amd/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/amd/ci/gitlab-ci-inc.yml' 5 radv-stoney-vkcts: 7 - .lava-test-deqp:x86_64 8 - .radv-stoney-test:x86_64 11 DEQP_SUITE: radv-stoney 14 radv-stoney-angle: 16 - .lava-test-deqp:x86_64 17 - .radv-stoney-test:x86_64 19 DEQP_SUITE: radv-stoney-angle 22 GPU_VERSION: angle-radv-stoney-aco [all …]
|
| D | gitlab-ci-inc.yml | 1 .radeonsi-rules: 3 rules: 4 - !reference [.test, rules] 5 - !reference [.collabora-farm-rules, rules] 6 - !reference [.gl-rules, rules] 7 - changes: &amd_common_file_list 8 - src/amd/* 9 - src/amd/addrlib/**/* 10 - src/amd/ci/gitlab-ci.yml 11 - src/amd/ci/gitlab-ci-inc.yml [all …]
|
| /third_party/lzma/CPP/7zip/ |
| D | IStream.h | 147 It sets region of data in output stream that is restricted. 148 For restricted region it's expected (or allowed) 150 Another regions of output stream will be supposed as non-restricted: 151 - The callee usually doesn't flush the data in restricted region. 152 - The callee usually can flush data from non-restricted region after writing. 154 Actual restiction rules depend also from current stream position. 157 operation is not restricted. 186 if (end == (UInt64)(Int64)-1) 188 there is no upper bound for restricted region. 189 So non-restricted region will be [0, begin) in that case [all …]
|
| /third_party/spirv-tools/tools/sva/ |
| D | .eslintrc.json | 13 "rules": { object 14 "block-scoped-var": "error", 15 "consistent-return": "error", 18 "linebreak-style": [ "error", "unix" ], 19 "no-eval": "error", 20 "no-shadow": "error", 21 "no-shadow-restricted-names": "error",
|
| /third_party/skia/third_party/externals/spirv-tools/tools/sva/ |
| D | .eslintrc.json | 13 "rules": { object 14 "block-scoped-var": "error", 15 "consistent-return": "error", 18 "linebreak-style": [ "error", "unix" ], 19 "no-eval": "error", 20 "no-shadow": "error", 21 "no-shadow-restricted-names": "error",
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
| D | .eslintrc.json | 13 "rules": { object 14 "block-scoped-var": "error", 15 "consistent-return": "error", 18 "linebreak-style": [ "error", "unix" ], 19 "no-eval": "error", 20 "no-shadow": "error", 21 "no-shadow-restricted-names": "error",
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_EXT_image_sliced_view_of_3d.adoc | 1 // Copyright 2022-2024 The Khronos Group Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 7 :refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/ 11 where the result is a 3D image view with a restricted range of depth slices. 16 For API docs, see https://docs.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_tex3d_uav… 70 out of bounds and it handled by robustness with the usual rules. 74 …erms of the integer Z coordinate, this only works if the image view is restricted to a single mip …
|
| /third_party/rust/rust/compiler/rustc_mir_build/ |
| D | messages.ftl | 72 ….note = raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause… 77 ….note = raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause… 90 mir_build_float_pattern = floating-point types cannot be used in patterns 99 ….note = initializing a layout restricted type's field with a value outside the valid range is unde… 104 ….note = initializing a layout restricted type's field with a value outside the valid range is unde… 121 mir_build_irrefutable_let_patterns_if_let = irrefutable `if let` {$count -> 125 .note = {$count -> 131 mir_build_irrefutable_let_patterns_if_let_guard = irrefutable `if let` guard {$count -> 135 .note = {$count -> 141 mir_build_irrefutable_let_patterns_let_else = irrefutable `let...else` {$count -> [all …]
|
| /third_party/backends/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 33 1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affe… 47 7. policyitem filefilter: Used to bind filefilter which define filter rules. 48 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is us… 50 Note:If the text contains special characters, please escape them according to the following rules: 56 --> [all …]
|
| /third_party/tzdata/ |
| D | newctime.3 | 2 .\" 2009-05-17 by Arthur David Olson. 5 asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time 30 /* Only in POSIX.1-2017 and earlier. */ 35 .B cc ... \-ltz 71 timestamp represents the time in seconds since 1970-01-01 00:00:00 83 converts the broken-down time, 96 and the original values of the other components are not restricted 131 it returns \-1 without updating the structure. 132 To distinguish failure from a valid \-1 return, 148 \- [all …]
|
| D | newctime.3.txt | 4 asctime, ctime, difftime, gmtime, localtime, mktime - convert date and 42 cc ... -ltz 54 bytes of output will mistakenly output misleading values for out-of- 57 The *clock timestamp represents the time in seconds since 1970-01-01 82 The mktime function converts the broken-down time, expressed as local 87 are not restricted to their normal ranges. (A positive or zero value 100 represented, it returns -1. 103 times, (time1 - time0), expressed in seconds. 114 of the filled-in tm_zone fields. 120 int tm_sec; /* seconds (0-60) */ [all …]
|
| D | zic.8.txt | 4 zic - timezone compiler 12 this input. If a filename is "-", standard input is read. 15 --version 18 --help Output short usage message and exit. 20 -b bloat 21 Output backward-compatibility data as specified by bloat. If 24 software that mishandles the 64-bit generated data. If bloat is 27 that mishandles 64-bit data typically mishandles timestamps 28 after the year 2038 anyway. Also see the -r option for another 31 -d directory [all …]
|
| /third_party/typescript/ |
| D | .eslintrc.json | 2 "parser": "@typescript-eslint/parser", 14 "@typescript-eslint", "jsdoc", "no-null", "import" 16 "rules": { object 17 "@typescript-eslint/adjacent-overload-signatures": "error", 18 "@typescript-eslint/array-type": "error", 20 "brace-style": "off", 21 "@typescript-eslint/brace-style": ["error", "stroustrup", { "allowSingleLine": true }], 23 "@typescript-eslint/naming-convention": [ 25 …eLike", "format": ["PascalCase"], "filter": { "regex": "^(__String|[A-Za-z]+_[A-Za-z]+)$", "match"… 26 …se"], "custom": { "regex": "^I[A-Z]", "match": false }, "filter": { "regex": "^I(Arguments|TextWri… [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCScheduleP9.td | 1 //===-- PPCScheduleP9.td - PPC P9 Scheduling Definitions ---*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 38 // 11-entry iop issue queue. 59 // of the superslice, but are restricted to iops with only two primary sources. 133 // Dispatch Rules: '-' or 'V' 134 // Vector ('V') - vector iops (128-bit operand) take only one decode and 141 // Dispatch Rules: 'E' 142 // Even slice ('E')- certain operations must be sent only to an even slice. [all …]
|
| /third_party/rust/rust/compiler/rustc_mir_transform/ |
| D | messages.ftl | 17 …aw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data rac… 18 mir_transform_ffi_unwind_call = call to {$foreign -> 21 } with FFI-unwind ABI 27 mir_transform_initializing_valid_range_note = initializing a layout restricted type's field with a … 39 …r_transform_requires_unsafe = {$details} is unsafe and requires unsafe {$op_in_unsafe_fn_allowed ->
|
| /third_party/python/Doc/reference/ |
| D | executionmodel.rst | 25 interpreter command line with the :option:`-c` option) is a code block. 27 line using a :option:`-m` argument is also a code block. The string 28 argument passed to the built-in functions :func:`eval` and :func:`exec` is a 49 ---------------- 70 …clause, :keyword:`except* <except_star>` clause, or in the as-pattern in structural pattern matchi… 83 function definition or at the module level (the top-level code block). 94 that name established by the following name resolution rules. 99 ------------------- 116 single: NameError (built-in exception) 131 See :ref:`the FAQ entry on UnboundLocalError <faq-unboundlocalerror>` [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/ |
| D | lib.rs | 31 // The scope of the search / replace will be restricted to the current selection if any, otherwise 45 // Available via the command `rust-analyzer.ssr`. 60 // | VS Code | **rust-analyzer: Structural Search Replace** 119 rules: Vec<ResolvedRule>, field 131 ) -> Result<MatchFinder<'db>, SsrError> { in in_context() 136 Ok(MatchFinder { sema, rules: Vec::new(), resolution_scope, restrict_ranges }) in in_context() 140 pub fn at_first_file(db: &'db ide_db::RootDatabase) -> Result<MatchFinder<'db>, SsrError> { in at_first_file() 156 /// Adds a rule to be applied. The order in which rules are added matters. Earlier rules take 157 /// precedence. If a node is matched by an earlier rule, then later rules won't be permitted to 159 pub fn add_rule(&mut self, rule: SsrRule) -> Result<(), SsrError> { in add_rule() [all …]
|
| /third_party/icu/docs/userguide/boundaryanalysis/ |
| D | break-rules.md | 1 --- 3 title: Break Rules 6 --- 7 <!-- 10 --> 12 # Break Rules 16 {: .no_toc .text-delta } 21 --- 25 ICU locates boundary positions within text by means of rules, which are a form 26 of regular expressions. The form of the rules is similar, but not identical, [all …]
|
| /third_party/grpc/ |
| D | CONTRIBUTING.md | 4 organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md) 5 and [contribution guidelines](https://github.com/grpc/grpc-community/blob/master/CONTRIBUTING.md) b… 8 howto](https://help.github.com/articles/about-pull-requests/) 22 … in [Building gRPC C++: Clone the repository](BUILDING.md#clone-the-repository-including-submodule… 32 - Prepare your development environment based on language-specific instructions in `src/YOUR-LANGUAG… 33 - The language-specific instructions might involve installing C/C++ prerequisites listed in 34 …[Building gRPC C++: Prerequisites](BUILDING.md#pre-requisites). This is because gRPC implementatio… 36 - Run 38 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE --build_only 40 - To also run all the unit tests after building [all …]
|