/third_party/python/Lib/lib2to3/tests/ |
D | test_fixers.py | 41 def warns(self, before, after, message, unchanged=False): argument 44 if not unchanged: 48 self.warns(before, before, message, unchanged=True) 50 def unchanged(self, before, ignore_warnings=False): member in FixerTestCase 240 self.unchanged(s) 244 self.unchanged(s) 248 self.unchanged(s) 252 self.unchanged(s) 256 self.unchanged(s) 260 self.unchanged(s) [all …]
|
/third_party/skia/resources/sksl/folding/ |
D | ShortCircuitBoolFolding.sksl | 12 if (true ^^ expr) { ++bad; } else { ++ok; } // -> unchanged 17 if (false == expr) { ++bad; } else { ++ok; } // -> unchanged 18 if (true != expr) { ++bad; } else { ++ok; } // -> unchanged 24 if (expr ^^ true ) { ++bad; } else { ++ok; } // -> unchanged 29 if (expr == false) { ++bad; } else { ++ok; } // -> unchanged 30 if (expr != true ) { ++bad; } else { ++ok; } // -> unchanged 39 bool(a = b) || true; // -> unchanged
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
D | diff.js | 29 this.unchanged = [] property 183 unchanged, 213 unchanged, property 231 unchanged, property 250 unchanged.push(ideal) 284 unchanged, property 299 diff.unchanged.push(...kid.unchanged)
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_device_vulkan.txt | 89 EGL_BAD_ATTRIBUTE is returned, and <value> is left unchanged. 97 left unchanged. 105 returned, and <value> is left unchanged. 113 and <value> is left unchanged. 120 EGL_BAD_ATTRIBUTE is returned, and <value> is left unchanged. 128 <value> is left unchanged. 136 and <value> is left unchanged. 143 EGL_BAD_ATTRIBUTE is returned, and <value> is left unchanged. 150 <value> is left unchanged. 157 <value> is left unchanged.
|
D | ANGLE_robust_fragment_shader_output.txt | 63 remain unchanged.
|
/third_party/node/deps/npm/node_modules/@npmcli/metavuln-calculator/lib/ |
D | advisory.js | 130 const unchanged = this.type === 'advisory' 137 this.vulnerableVersions = !unchanged ? [] 141 if (unchanged && !versionsAdded.length && !versionsRemoved.length) { 149 if (!unchanged || versionsAdded.length) { 150 this[_testVersions](unchanged ? versionsAdded : this.versions)
|
/third_party/mbedtls/scripts/ |
D | tmp_ignore_makefiles.sh | 55 git update-index --assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile 58 git update-index --no-assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | UnicodeSetClosure.java | 253 UnicodeSet unchanged = new UnicodeSet(); // UNCHANGED[lc][mode]; in close2() local 254 int count = unchanged.getRangeCount(); in close2() 256 int start = unchanged.getRangeStart(i); in close2() 257 int end = unchanged.getRangeEnd(i); in close2()
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_compact.cpp | 71 brw_compact_inst unchanged; in test_compact_instruction() local 72 memset(&unchanged, 0xd0, sizeof(unchanged)); in test_compact_instruction() 74 if (memcmp(&unchanged, &dst, sizeof(dst))) { in test_compact_instruction()
|
/third_party/node/deps/v8/src/heap/base/asm/arm64/ |
D | push_registers_masm.S | 20 ; Pass 1st parameter (x0) unchanged (Stack*). 21 ; Pass 2nd parameter (x1) unchanged (StackVisitor*).
|
/third_party/node/deps/v8/src/heap/base/asm/x64/ |
D | push_registers_masm.S | 43 ;; Pass 1st parameter (rcx) unchanged (Stack*). 44 ;; Pass 2nd parameter (rdx) unchanged (StackVisitor*).
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/watchEnvironment/ |
D | same-file-in-multiple-projects-with-single-watcher-per-file.js | 230 [[90m12:01:16 AM[0m] Updating unchanged output timestamps of project '/user/username/projects/myp… 236 [[90m12:01:20 AM[0m] Updating unchanged output timestamps of project '/user/username/projects/myp… 242 [[90m12:01:24 AM[0m] Updating unchanged output timestamps of project '/user/username/projects/myp… 248 [[90m12:01:28 AM[0m] Updating unchanged output timestamps of project '/user/username/projects/myp… 412 [[90m12:01:42 AM[0m] Updating unchanged output timestamps of project '/user/username/projects/myp… 418 [[90m12:01:46 AM[0m] Updating unchanged output timestamps of project '/user/username/projects/myp… 424 [[90m12:01:50 AM[0m] Updating unchanged output timestamps of project '/user/username/projects/myp…
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/ |
D | inverse.comp | 70 // If determinant is zero, matrix is not invertable, so leave it unchanged. 98 // If determinant is zero, matrix is not invertable, so leave it unchanged. 120 // If determinant is zero, matrix is not invertable, so leave it unchanged.
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/ |
D | inverse.comp | 70 // If determinant is zero, matrix is not invertable, so leave it unchanged. 98 // If determinant is zero, matrix is not invertable, so leave it unchanged. 120 // If determinant is zero, matrix is not invertable, so leave it unchanged.
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/comp/ |
D | inverse.comp | 23 // If determinant is zero, matrix is not invertable, so leave it unchanged. 56 // If determinant is zero, matrix is not invertable, so leave it unchanged. 97 // If determinant is zero, matrix is not invertable, so leave it unchanged.
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/comp/ |
D | inverse.comp | 23 // If determinant is zero, matrix is not invertable, so leave it unchanged. 56 // If determinant is zero, matrix is not invertable, so leave it unchanged. 97 // If determinant is zero, matrix is not invertable, so leave it unchanged.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/ |
D | htmldiff.pl | 165 my $unchanged="%="; 191 …mat="$new" --changed-group-format="$changed" --unchanged-group-format="$unchanged" $file1 $file2 |…
|
/third_party/json/docs/examples/ |
D | merge_patch.output | 5 "content": "This will be unchanged",
|
D | merge_patch.cpp | 21 "content": "This will be unchanged" in main()
|
/third_party/curl/docs/libcurl/ |
D | curl_mime_encoder.md | 44 "*binary*": the data is left unchanged, the header is added. 48 "*7bit*": the data is unchanged, but is each byte is checked
|
/third_party/libunwind/libunwind/tests/ |
D | x64-test-dwarf-expressions.S | 31 # passed in via rdi, rsi and I just let them flow through unchanged. Similarly 32 # RAX flows back unchanged. Adding any function calls to the below may clobber
|
/third_party/json/tests/src/ |
D | unit-merge_patch.cpp | 61 "content": "This will be unchanged" 83 "content": "This will be unchanged",
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | error_handler_t.md | 21 : ignore invalid UTF-8 sequences; all bytes are copied to the output unchanged
|
/third_party/node/deps/v8/src/debug/ |
D | liveedit.cc | 684 LiteralMap* unchanged, LiteralMap* changed) { in MapLiterals() argument 729 (*unchanged)[mapping.first] = mapping.second; in MapLiterals() 1016 LiteralMap unchanged; in PatchScript() local 1017 MapLiterals(literal_changes, new_literals, &unchanged, &changed); in PatchScript() 1024 for (const auto& mapping : unchanged) { in PatchScript() 1046 for (const auto& mapping : unchanged) { in PatchScript()
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_CTX_new.pod | 37 of the arguments are duplicated, so they must remain unchanged for the 44 arguments are duplicated, so they must remain unchanged for the lifetime of the
|