Home
last modified time | relevance | path

Searched refs:removal (Results 1 – 25 of 213) sorted by relevance

123456789

/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst338 The rfc822 module has been deprecated for removal in 3.0.
347 The mimetools module has been deprecated for removal in 3.0.
431 The sgmllib and htmllib modules have been deprecated for removal in Python
558 The statvfs module has been deprecated for removal in Python 3.0.
567 The sunaudiodev and SUNAUDIODEV modules have been deprecated for removal in
577 The WAIT module from IRIX has been deprecated for removal in Python 3.0.
586 The torgb module from IRIX has been deprecated for removal in Python 3.0.
595 The SV module from IRIX has been deprecated for removal in Python 3.0.
604 The readcd module from IRIX has been deprecated for removal in Python 3.0.
613 The panelparser module from IRIX has been deprecated for removal in Python
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dshift-12.ll1 ; Test removal of AND operations that don't affect last 6 bits of shift amount
16 ; Test removal of AND mask with only bottom 6 bits set.
26 ; Test removal of AND mask including but not limited to bottom 6 bits.
36 ; Test removal of AND mask from SRA.
46 ; Test removal of AND mask from SRL.
56 ; Test removal of AND mask from SLLG.
66 ; Test removal of AND mask from SRAG.
76 ; Test removal of AND mask from SRLG.
Drot-02.ll1 ; Test removal of AND operations that don't affect last 6 bits of rotate amount
22 ; Test removal of AND mask with only bottom 6 bits set.
38 ; Test removal of AND mask including but not limited to bottom 6 bits.
54 ; Test removal of AND mask from RLLG.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dshift-12.ll1 ; Test removal of AND operations that don't affect last 6 bits of shift amount
16 ; Test removal of AND mask with only bottom 6 bits set.
26 ; Test removal of AND mask including but not limited to bottom 6 bits.
36 ; Test removal of AND mask from SRA.
46 ; Test removal of AND mask from SRL.
56 ; Test removal of AND mask from SLLG.
66 ; Test removal of AND mask from SRAG.
76 ; Test removal of AND mask from SRLG.
Drot-02.ll1 ; Test removal of AND operations that don't affect last 6 bits of rotate amount
22 ; Test removal of AND mask with only bottom 6 bits set.
38 ; Test removal of AND mask including but not limited to bottom 6 bits.
54 ; Test removal of AND mask from RLLG.
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
DREADME.md3 1. Inline removal (entries that contain to collected keys are removed as a result of interaction wi…
4 2. Implicit concurrent removal (entries that contain collected keys are removed by an external thre…
5 3. Explicit concurrent removal (explicit interaction with the map's reference queue).
/external/curl/tests/data/
Dtest12316 dotdot removal
37 HTTP URL with dotdot removal from path
Dtest12413 # verify that dotdot removal can be disabled!
38 HTTP _without_ dotdot removal
Dtest12328 dotdot removal
39 HTTP URL with dotdot removal from path using an HTTP proxy
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadArgElim/
Ddbginfo.ll12 ; Test both varargs removal and removal of a traditional dead arg together, to
15 ; again for the next removal.
D2008-06-23-DeadAfterLive.ll4 ; This test tries to catch wrongful removal of return values for a specific case
/external/llvm/test/Transforms/DeadArgElim/
Ddbginfo.ll12 ; Test both varargs removal and removal of a traditional dead arg together, to
15 ; again for the next removal.
D2008-06-23-DeadAfterLive.ll4 ; This test tries to catch wrongful removal of return values for a specific case
/external/clang/test/ARCMT/
DGC-no-finalize-removal.m2 …triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -no-finalize-removal -x objective-c %s…
4 …triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -no-finalize-removal -x objective-c++ …
DGC-no-finalize-removal.m.result2 …triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -no-finalize-removal -x objective-c %s…
4 …triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -no-finalize-removal -x objective-c++ …
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
Dbasictest.ll1 ; Test CFG simplify removal of branch instructions.
/external/autotest/client/site_tests/video_YouTubeMseEme/
Dcontrol.source_remove9 This test will fail if source buffer removal from media source fails.
/external/swiftshader/third_party/LLVM/test/Transforms/DeadArgElim/
D2008-06-23-DeadAfterLive.ll4 ; This test tries to catch wrongful removal of return values for a specific case
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/
Dcontrol17 This test uses servo to simulate USB connect/removal events during boot
Dcontrol.5021 This test uses servo to simulate USB connect/removal events during boot
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
Derase_inst_made_change.ll4 ; removal of a dead call wasn't recognized as changing the IR.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dscev-invalid.ll3 ; PR15570: SEGV: SCEV back-edge info invalid after dead code removal.
/external/llvm/test/Analysis/ScalarEvolution/
Dscev-invalid.ll3 ; PR15570: SEGV: SCEV back-edge info invalid after dead code removal.
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java727 …public final void setFile(CLDRFile k, Factory factory, Set<String> removal, CLDRFile replacements)… in setFile() argument
731 this.toBeRemoved = removal; in setFile()
908 …void setFile(CLDRFile file, String inputOptions, Factory factory, Set<String> removal, CLDRFile re… in setFile() argument
914 filters[c].setFile(file, factory, removal, replacements); in setFile()
2563 Set<String> removal = new TreeSet<String>(k.getComparator()); in fix() local
2565 fixList.setFile(k, inputOptions, cldrFactory, removal, replacements); in fix()
2575 CLDRTest.checkAttributeValidity(k, null, removal); in fix()
2587 if (removal.size() != 0 || !replacements.isEmpty()) { in fix()
2588 if (!removal.isEmpty()) { in fix()
2590 for (String path : removal) { in fix()
[all …]
/external/autotest/server/site_tests/platform_ExternalUSBStress/
Dcontrol18 This test uses servo to simulate USB connect/removal,

123456789