Home
last modified time | relevance | path

Searched refs:unchanged (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/third_party/python/Lib/lib2to3/tests/
Dtest_fixers.py41 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/
DShortCircuitBoolFolding.sksl12 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/
Ddiff.js29 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/
DEGL_ANGLE_device_vulkan.txt89 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.
DANGLE_robust_fragment_shader_output.txt63 remain unchanged.
/third_party/node/deps/npm/node_modules/@npmcli/metavuln-calculator/lib/
Dadvisory.js130 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/
Dtmp_ignore_makefiles.sh55 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/
DUnicodeSetClosure.java253 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/
Dtest_eu_compact.cpp71 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/
Dpush_registers_masm.S20 ; Pass 1st parameter (x0) unchanged (Stack*).
21 ; Pass 2nd parameter (x1) unchanged (StackVisitor*).
/third_party/node/deps/v8/src/heap/base/asm/x64/
Dpush_registers_masm.S43 ;; Pass 1st parameter (rcx) unchanged (Stack*).
44 ;; Pass 2nd parameter (rdx) unchanged (StackVisitor*).
/third_party/typescript/tests/baselines/reference/tsbuildWatch/watchEnvironment/
Dsame-file-in-multiple-projects-with-single-watcher-per-file.js230 [12:01:16 AM] Updating unchanged output timestamps of project '/user/username/projects/myp…
236 [12:01:20 AM] Updating unchanged output timestamps of project '/user/username/projects/myp…
242 [12:01:24 AM] Updating unchanged output timestamps of project '/user/username/projects/myp…
248 [12:01:28 AM] Updating unchanged output timestamps of project '/user/username/projects/myp…
412 [12:01:42 AM] Updating unchanged output timestamps of project '/user/username/projects/myp…
418 [12:01:46 AM] Updating unchanged output timestamps of project '/user/username/projects/myp…
424 [12:01:50 AM] Updating unchanged output timestamps of project '/user/username/projects/myp…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Dinverse.comp70 // 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/
Dinverse.comp70 // 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/
Dinverse.comp23 // 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/
Dinverse.comp23 // 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/
Dhtmldiff.pl165 my $unchanged="%=";
191 …mat="$new" --changed-group-format="$changed" --unchanged-group-format="$unchanged" $file1 $file2 |…
/third_party/json/docs/examples/
Dmerge_patch.output5 "content": "This will be unchanged",
Dmerge_patch.cpp21 "content": "This will be unchanged" in main()
/third_party/curl/docs/libcurl/
Dcurl_mime_encoder.md44 "*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/
Dx64-test-dwarf-expressions.S31 # 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/
Dunit-merge_patch.cpp61 "content": "This will be unchanged"
83 "content": "This will be unchanged",
/third_party/json/docs/mkdocs/docs/api/basic_json/
Derror_handler_t.md21 : ignore invalid UTF-8 sequences; all bytes are copied to the output unchanged
/third_party/node/deps/v8/src/debug/
Dliveedit.cc684 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/
DEVP_PKEY_CTX_new.pod37 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

12345678910>>...18