Home
last modified time | relevance | path

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

12345678910>>...12

/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/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.py554 unchanged = 0
566 unchanged += 1
568 updater.report('%d boards are unchanged' % 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/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/subzero/tests_lit/asan_tests/
Dfunc_ptr.ll1 ; Test that calls made through pointers are unchanged by ASan
/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/
Dcontrol23 rollback check so it remains unchanged.
Dcontrol.dev23 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_DynamicStitch.pbtxt61 # unchanged.
Dapi_def_ParallelDynamicStitch.pbtxt60 # unchanged.
Dapi_def_ImageSummary.pbtxt46 `[0, 255]`. `uint8` values are unchanged. The op uses two different
/external/tensorflow/tensorflow/compiler/plugin/
DBUILD21 git update-index --assume-unchanged tensorflow/compiler/plugin/BUILD
/external/cros/system_api/dbus/power_manager/
Dpolicy.proto130 // unchanged. If the conditions used for both this field and
140 // |screen_dim_ms| delay leaves delays unchanged.
/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
/external/llvm/test/MC/Mips/
Doddspreg.s19 # output should be unchanged.
/external/skia/docs/
DSkIRect_Reference.bmh1040 are unchanged.
1417 Returns false if IRect does not intersect r, and leaves IRect unchanged.
1419 Returns false if either r or IRect is empty, leaving IRect unchanged.
1451 Returns false if a does not intersect b, and leaves IRect unchanged.
1453 Returns false if either a or b is empty, leaving IRect unchanged.
1481 Returns false if a does not intersect b, and leaves IRect unchanged.
1513 Returns false if IRect does not intersect construction, and leaves IRect unchanged.
1515 Returns false if either construction or IRect is empty, leaving IRect unchanged.
/external/skqp/docs/
DSkIRect_Reference.bmh1037 are unchanged.
1431 Returns false if IRect does not intersect r, and leaves IRect unchanged.
1433 Returns false if either r or IRect is empty, leaving IRect unchanged.
1465 Returns false if a does not intersect b, and leaves IRect unchanged.
1467 Returns false if either a or b is empty, leaving IRect unchanged.
1495 Returns false if a does not intersect b, and leaves IRect unchanged.
1527 Returns false if IRect does not intersect construction, and leaves IRect unchanged.
1529 Returns false if either construction or IRect is empty, leaving IRect unchanged.
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt46 reused unchanged in their current form. It also provides important static
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt46 reused unchanged in their current form. It also provides important static
/external/python/cpython3/Doc/library/
Dos.path.rst173 returned unchanged.
184 left unchanged.
316 path unchanged; on case-insensitive filesystems, it converts the path to

12345678910>>...12