Home
last modified time | relevance | path

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

12345678

/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/mesa3d/src/mesa/drivers/dri/i965/
Dtest_eu_compact.c46 brw_compact_inst unchanged; in test_compact_instruction() local
47 memset(&unchanged, 0xd0, sizeof(unchanged)); in test_compact_instruction()
49 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/autotest/site_utils/stable_images/
Dassign_stable_images.py542 unchanged = 0
554 unchanged += 1
556 updater.report('%d boards are unchanged' % unchanged)
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dfunc_ptr.ll1 ; Test that calls made through pointers are unchanged by ASan
/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/llvm/test/CodeGen/MIR/Hexagon/
Danti-dep-partial.mir30 ; unchanged. Check that the renaming of d11 does not happen.
/external/bison/build-aux/
Dylwrap188 echo "$2" is unchanged
/external/autotest/server/site_tests/firmware_RollbackKernel/
Dcontrol23 rollback check so it remains unchanged.
Dcontrol.dev23 rollback check so it remains unchanged.
/external/cros/system_api/dbus/power_manager/
Dpolicy.proto121 // unchanged. If the conditions used for both this field and
131 // |screen_dim_ms| delay leaves delays unchanged.
/external/llvm/test/MC/Mips/
Doddspreg.s19 # output should be unchanged.
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt46 reused unchanged in their current form. It also provides important static
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt46 reused unchanged in their current form. It also provides important static
/external/python/cpython2/Doc/library/
Dos.path.rst107 returned unchanged.
115 left unchanged.
221 path unchanged; on case-insensitive filesystems, it converts the path to
Dcopy.rst59 classes (shallow and deeply), by returning the original object unchanged; this
/external/strace/
Dconfig.status1593 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1594 $as_echo "$as_me: $ac_file is unchanged" >&6;}
/external/syslinux/core/
Dadv.inc131 ; SI points to the putative ADV; unchanged by routine
158 ; DL = unchanged
/external/skia/infra/bots/
DREADME.md49 tasks.json is unchanged:
/external/eigen/doc/
DInplaceDecomposition.dox91 The matrix \c A1 is unchanged, and one can thus solve A1*x=b, and directly check the residual witho…
/external/icu/icu4j/tools/build/
DREADME.txt48 unchanged by this.
/external/llvm/test/CodeGen/X86/
Dstatepoint-forward.ll60 ; would be known unchanged if the pointer value could be forwarded.
/external/syslinux/mbr/
Doldmbr.asm39 ; the partition table information unchanged to the target OS.
/external/python/cpython2/Tools/faqwiz/
DREADME31 indentation; it is otherwise unchanged from version 0.9.0.

12345678