Home
last modified time | relevance | path

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

12345678910>>...24

/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/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.
/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/typescript/tests/baselines/reference/tsbuild/watchMode/programUpdates/
Dworks-with-extended-source-files.js210 [12:00:55 AM] Updating unchanged output timestamps of project '/a/b/project1.tsconfig.json…
264 [12:00:59 AM] Updating unchanged output timestamps of project '/a/b/project2.tsconfig.json…
322 [12:01:08 AM] Updating unchanged output timestamps of project '/a/b/project2.tsconfig.json…
454 [12:01:33 AM] Updating unchanged output timestamps of project '/a/b/project1.tsconfig.json…
510 [12:01:37 AM] Updating unchanged output timestamps of project '/a/b/project2.tsconfig.json…
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dprefer-readonly.md39 private modifiedLater = 'unchanged';
65 private neverModifiedPrivate = 'unchanged';
/third_party/json/doc/examples/
Dmerge_patch.output5 "content": "This will be unchanged",
Dmerge_patch.cpp20 "content": "This will be unchanged" in main()
/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/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/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/boost/libs/regex/doc/
Dformat_syntax.qbk17 then the format string is treated as a string literal, and is copied unchanged
/third_party/json/test/src/
Dunit-merge_patch.cpp79 "content": "This will be unchanged"
101 "content": "This will be unchanged",
/third_party/boost/libs/type_traits/doc/
Dfloating_point_promotion.qbk20 otherwise leaves `T` unchanged.
Dremove_extent.qbk19 otherwise leaves `T` unchanged.
Dremove_all_extents.qbk19 leaves `T` unchanged.
Dintegral_promotion.qbk20 otherwise leaves `T` unchanged.
Dremove_pointer.qbk18 … as `T`, but with any pointer modifier removed. Note that pointers to members are left unchanged:
Dpromote.qbk20 keeps cv-qualifiers of `T`, otherwise leaves `T` unchanged. See also
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/incremental-declaration-changes/
DDetects-type-only-changes-in-upstream-projects.js21 [12:08:00 AM] Updating unchanged output timestamps of project '/src/core/tsconfig.json'...
/third_party/boost/libs/mpl/doc/src/refmanual/
Didentity.rst23 The `identity`__ metafunction. Returns ``X`` unchanged.

12345678910>>...24