Home
last modified time | relevance | path

Searched refs:deleting (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/openssh/
Dssh-add.c443 do_file(int agent_fd, int deleting, int key_only, char *file) in do_file() argument
445 if (deleting) { in do_file()
481 int r, i, ch, deleting = 0, ret = 0, key_only = 0; in main() local
536 deleting = 1; in main()
545 deleting = 1; in main()
581 if (update_card(agent_fd, !deleting, pkcs11provider) == -1) in main()
603 if (do_file(agent_fd, deleting, key_only, buf) == -1) in main()
612 if (do_file(agent_fd, deleting, key_only, in main()
/external/iproute2/ip/
Difcfg51 deleting=0
63 deleting=1; shift ;;
104 if [ $deleting -ne 0 ]; then
/external/python/cpython2/PC/VC6/
Drt.bat6 @rem after deleting all the .py[co] files reachable from Lib/.
7 @rem -q runs the tests just once, and without deleting .py[co] files.
35 @echo About to run again without deleting .pyc/.pyo first:
/external/python/cpython2/PC/VS8.0/
Drt.bat7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
47 echo About to run again without deleting .pyc/.pyo first:
/external/python/cpython2/PC/VS7.1/
Drt.bat7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
47 echo About to run again without deleting .pyc/.pyo first:
/external/python/cpython3/PCbuild/
Drt.bat7 rem after deleting all the .pyc files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .pyc files.
59 echo About to run again without deleting .pyc first:
/external/python/cpython2/PCbuild/
Drt.bat7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
55 echo About to run again without deleting .pyc/.pyo first:
/external/python/cpython2/PC/VS9.0/
Drt.bat7 rem after deleting all the .py[co] files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .py[co] files.
55 echo About to run again without deleting .pyc/.pyo first:
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md213 * THEN deleting the domain should succeed
219 * THEN deleting the configuration should succeed
224 * THEN deleting the domain should succeed
229 * THEN deleting all domains should succeed
251 * THEN deleting an arbitrary named domain should fail
255 * THEN deleting in this domain a arbitrary named configuration should fail
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl45 EXCLUDE_RE = re.compile(r"RTTI|deleting destructor|::internal::")
144 if "deleting destructor" in line:
145 # Some of the symbols convered by INCLUDEPRE_RE export deleting
/external/deqp/doc/testspecs/GLES2/
Dfunctional.lifetime.txt39 + Tests for deleting an object that is attached to a container
105 drawing) before the attachment is deleted, and then after deleting the
111 (by drawing to a framebuffer) after deleting the attachment and creating
/external/llvm/test/Transforms/LowerSwitch/
Ddelete-default-block-crash.ll3 ; This test verify -lowerswitch does not crash after deleting the default block.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerSwitch/
Ddelete-default-block-crash.ll3 ; This test verify -lowerswitch does not crash after deleting the default block.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.lifetime.txt44 + Tests for deleting an object that is attached to a container
118 again after deleting the attachment and creating a new object of the
124 after deleting the attachment and then again after creating a new object
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinternal-scc-members.ll1 ; Test that the inliner can handle deleting functions within an SCC while still
D2010-05-12-ValueMap.ll4 ; it had completed and a ModulePass started to run. LLVM would crash deleting
/external/llvm/test/Transforms/LICM/
D2014-09-10-doFinalizationAssert.ll2 ; Test triggered an assertion in doFinalization() because loop unroll was deleting
/external/llvm/test/Transforms/Inline/
D2010-05-12-ValueMap.ll4 ; it had completed and a ModulePass started to run. LLVM would crash deleting
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2010-05-12-ValueMap.ll4 ; it had completed and a ModulePass started to run. LLVM would crash deleting
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/
D2014-09-10-doFinalizationAssert.ll2 ; Test triggered an assertion in doFinalization() because loop unroll was deleting
/external/llvm/test/CodeGen/ARM/
Dindirectbr-3.ll4 ; for blocks with indirect branches, the IfConverter could end up deleting
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)

12345678910