HomeSort by relevance Sort by last modified time
    Searched refs:deleting (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/iproute2/ip/
ifcfg 51 deleting=0
63 deleting=1; shift ;;
104 if [ $deleting -ne 0 ]; then
  /external/python/cpython2/PC/VC6/
rt.bat 6 @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.
32 @echo Deleting .pyc/.pyo files ...
35 @echo About to run again without deleting .pyc/.pyo first:
  /external/python/cpython2/PC/VS7.1/
rt.bat 7 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.
40 echo Deleting .pyc/.pyo files ...
47 echo About to run again without deleting .pyc/.pyo first:
  /external/python/cpython2/PC/VS8.0/
rt.bat 7 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.
40 echo Deleting .pyc/.pyo files ...
47 echo About to run again without deleting .pyc/.pyo first:
  /external/python/cpython2/PC/VS9.0/
rt.bat 7 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.
48 echo Deleting .pyc/.pyo files ...
55 echo About to run again without deleting .pyc/.pyo first:
  /external/python/cpython2/PCbuild/
rt.bat 7 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.
48 echo Deleting .pyc/.pyo files ...
55 echo About to run again without deleting .pyc/.pyo first:
  /external/python/cpython3/PCbuild/
rt.bat 7 rem after deleting all the .pyc files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .pyc files.
49 echo Deleting .pyc files ...
59 echo About to run again without deleting .pyc first:
  /external/openssh/
ssh-add.c 443 do_file(int agent_fd, int deleting, int key_only, char *file)
445 if (deleting) {
481 int r, i, ch, deleting = 0, ret = 0, key_only = 0; local
536 deleting = 1;
545 deleting = 1;
581 if (update_card(agent_fd, !deleting, pkcs11provider) == -1)
603 if (do_file(agent_fd, deleting, key_only, buf) == -1)
612 if (do_file(agent_fd, deleting, key_only,
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/syzkaller/vendor/cloud.google.com/go/storage/
acl.go 121 return fmt.Errorf("storage: error deleting default ACL entry for bucket %q, entity %q: %v", a.bucket, entity, err)
171 return fmt.Errorf("storage: error deleting bucket ACL entry for bucket %q, entity %q: %v", a.bucket, entity, err)
230 return fmt.Errorf("storage: error deleting object ACL entry for bucket %q, file %q, entity %q: %v", a.bucket, a.object, entity, err)
  /build/soong/ui/build/
test_build.go 31 // deleted (either by deleting a module in an Android.mk file, or by modifying the build system
cleanbuild.go 60 // This is faster than a full clean, since we're not deleting the
  /external/grpc-grpc/tools/run_tests/
run_build_statistics.py 92 'Something went wrong while deleting Files',
  /external/u-boot/tools/env/
fw_env.c 535 int deleting, creating, overwriting; local
554 deleting = (oldval && !(value && strlen(value)));
559 if (deleting) {
596 if (deleting || overwriting) {
    [all...]

Completed in 3088 milliseconds

1 2 3