Home
last modified time | relevance | path

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

12345678910>>...14

/external/python/cpython3/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 …]
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py42 def warns(self, before, after, message, unchanged=False): argument
45 if not unchanged:
49 self.warns(before, before, message, unchanged=True)
51 def unchanged(self, before, ignore_warnings=False): member in FixerTestCase
241 self.unchanged(s)
245 self.unchanged(s)
249 self.unchanged(s)
253 self.unchanged(s)
257 self.unchanged(s)
261 self.unchanged(s)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/
Darm-legalizer.mir82 ; G_SEXT with s8 is legal, so we should find it unchanged in the output
106 ; G_ZEXT with s16 is legal, so we should find it unchanged in the output
128 ; G_INTTOPTR with s32 is legal, so we should find it unchanged in the output
150 ; G_PTRTOINT with s32 is legal, so we should find it unchanged in the output
238 ; G_ADD with s32 is legal, so we should find it unchanged in the output
327 ; G_SUB with s32 is legal, so we should find it unchanged in the output
416 ; G_MUL with s32 is legal, so we should find it unchanged in the output
505 ; G_AND with s32 is legal, so we should find it unchanged in the output
594 ; G_OR with s32 is legal, so we should find it unchanged in the output
683 ; G_XOR with s32 is legal, so we should find it unchanged in the output
[all …]
/external/mesa3d/src/intel/compiler/
Dtest_eu_compact.cpp45 brw_compact_inst unchanged; in test_compact_instruction() local
46 memset(&unchanged, 0xd0, sizeof(unchanged)); in test_compact_instruction()
48 if (memcmp(&unchanged, &dst, sizeof(dst))) { in test_compact_instruction()
/external/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()
/external/u-boot/arch/arm/dts/
Dstm32mp157c-ed1.dts279 regulator-unchanged-in-suspend;
299 regulator-unchanged-in-suspend;
318 regulator-unchanged-in-suspend;
354 regulator-unchanged-in-suspend;
374 regulator-unchanged-in-suspend;
393 regulator-unchanged-in-suspend;
/external/autotest/site_utils/stable_images/
Dassign_stable_images.py323 unchanged = 0
335 unchanged += 1
337 logging.info('%d boards are unchanged', unchanged)
/external/u-boot/doc/device-tree-bindings/net/
Dallwinner,sun7i-a20-gmac.txt4 Please see stmmac.txt for the other unchanged properties.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dextractvalue.ll90 ; The load should be left unchanged since both parts are needed.
103 ; The load volatile should be left unchanged.
/external/llvm/test/Transforms/InstCombine/
Dextractvalue.ll90 ; The load should be left unchanged since both parts are needed.
103 ; The load volatile should be left unchanged.
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dextractvalue.ll90 ; The load should be left unchanged since both parts are needed.
103 ; The volatile load should be left unchanged.
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dfunc_ptr.ll1 ; Test that calls made through pointers are unchanged by ASan
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dexpand-condsets-def-undef.mir34 ; Check that this instruction is unchanged (remains unpredicated)
Danti-dep-partial.mir29 ; unchanged. Check that the renaming of d11 does not happen.
/external/llvm/test/CodeGen/MIR/Hexagon/
Danti-dep-partial.mir30 ; unchanged. Check that the renaming of d11 does not happen.
/external/tensorflow/tensorflow/compiler/tests/
Dplugin.bzl18 # git update-index --assume-unchanged tensorflow/compiler/tests/plugin.bzl
/external/autotest/server/site_tests/firmware_RollbackKernel/
Dcontrol.dev23 rollback check so it remains unchanged.
Dcontrol23 rollback check so it remains unchanged.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Unbatch.pbtxt12 dimension should remain unchanged by the transformations for the operation to
Dapi_def_ParallelDynamicStitch.pbtxt60 # unchanged.
/external/v8/src/debug/
Dliveedit.cc677 LiteralMap* unchanged, LiteralMap* changed) { in MapLiterals() argument
722 (*unchanged)[mapping.first] = mapping.second; in MapLiterals()
1072 LiteralMap unchanged; in PatchScript() local
1073 MapLiterals(literal_changes, new_literals, &unchanged, &changed); in PatchScript()
1081 for (const auto& mapping : unchanged) { in PatchScript()
1102 for (const auto& mapping : unchanged) { in PatchScript()
/external/tensorflow/tensorflow/compiler/plugin/
DBUILD21 git update-index --assume-unchanged tensorflow/compiler/plugin/BUILD
/external/skqp/docs/
DSkBlendMode_Reference.bmh195 unchanged.
202 luminosity unchanged.
209 leaving luminosity unchanged.
216 saturation unchanged.
831 source hue, leaving destination luminosity and saturation unchanged.
845 source hue, leaving destination luminosity and saturation unchanged.
859 source hue and saturation, leaving destination luminosity unchanged.
873 source luminosity, leaving destination hue and saturation unchanged.
/external/skia/docs/
DSkBlendMode_Reference.bmh195 unchanged.
202 luminosity unchanged.
209 leaving luminosity unchanged.
216 saturation unchanged.
831 source hue, leaving destination luminosity and saturation unchanged.
845 source hue, leaving destination luminosity and saturation unchanged.
859 source hue and saturation, leaving destination luminosity unchanged.
873 source luminosity, leaving destination hue and saturation unchanged.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dpeephole-phi.mir5 # have this case implemented so the output should simply be unchanged.

12345678910>>...14