/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/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.
|
/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/typescript/tests/baselines/reference/tsbuild/watchMode/programUpdates/ |
D | works-with-extended-source-files.js | 210 [[90m12:00:55 AM[0m] Updating unchanged output timestamps of project '/a/b/project1.tsconfig.json… 264 [[90m12:00:59 AM[0m] Updating unchanged output timestamps of project '/a/b/project2.tsconfig.json… 322 [[90m12:01:08 AM[0m] Updating unchanged output timestamps of project '/a/b/project2.tsconfig.json… 454 [[90m12:01:33 AM[0m] Updating unchanged output timestamps of project '/a/b/project1.tsconfig.json… 510 [[90m12:01:37 AM[0m] Updating unchanged output timestamps of project '/a/b/project2.tsconfig.json…
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | prefer-readonly.md | 39 private modifiedLater = 'unchanged'; 65 private neverModifiedPrivate = 'unchanged';
|
/third_party/json/doc/examples/ |
D | merge_patch.output | 5 "content": "This will be unchanged",
|
D | merge_patch.cpp | 20 "content": "This will be unchanged" in main()
|
/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/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/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/boost/libs/regex/doc/ |
D | format_syntax.qbk | 17 then the format string is treated as a string literal, and is copied unchanged
|
/third_party/json/test/src/ |
D | unit-merge_patch.cpp | 79 "content": "This will be unchanged" 101 "content": "This will be unchanged",
|
/third_party/boost/libs/type_traits/doc/ |
D | floating_point_promotion.qbk | 20 otherwise leaves `T` unchanged.
|
D | remove_extent.qbk | 19 otherwise leaves `T` unchanged.
|
D | remove_all_extents.qbk | 19 leaves `T` unchanged.
|
D | integral_promotion.qbk | 20 otherwise leaves `T` unchanged.
|
D | remove_pointer.qbk | 18 … as `T`, but with any pointer modifier removed. Note that pointers to members are left unchanged:
|
D | promote.qbk | 20 keeps cv-qualifiers of `T`, otherwise leaves `T` unchanged. See also
|
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/incremental-declaration-changes/ |
D | Detects-type-only-changes-in-upstream-projects.js | 21 [[90m12:08:00 AM[0m] Updating unchanged output timestamps of project '/src/core/tsconfig.json'...
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | identity.rst | 23 The `identity`__ metafunction. Returns ``X`` unchanged.
|