Home
last modified time | relevance | path

Searched refs:existed (Results 1 – 25 of 82) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileUtilities.h54 bool existed; in ~FileRemover() local
55 sys::fs::remove(Filename.str(), existed); in ~FileRemover()
65 bool existed; variable
66 sys::fs::remove(Filename.str(), existed);
DFileSystem.h139 error_code create_directories(const Twine &path, bool &existed);
147 error_code create_directory(const Twine &path, bool &existed);
179 error_code remove(const Twine &path, bool &existed);
/external/python/cpython2/Lib/
DConfigParser.py426 existed = option in sectdict
427 if existed:
429 return existed
433 existed = section in self._sections
434 if existed:
436 return existed
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc175 error_code create_directory(const Twine &path, bool &existed) {
182 existed = true;
184 existed = false;
215 error_code remove(const Twine &path, bool &existed) {
222 existed = false;
224 existed = true;
398 // If the file existed, try again, otherwise, error.
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc205 error_code create_directory(const Twine &path, bool &existed) {
216 existed = true;
220 existed = false;
267 error_code remove(const Twine &path, bool &existed) {
284 existed = false;
286 existed = true;
292 existed = false;
294 existed = true;
594 // If the file existed, try again, otherwise, error.
/external/libunwind/src/ia64/
DNOTES18 The unwind cursor should represent the machine state as it existed at
46 as it existed at "ip".
/external/python/cpython3/Lib/
Dconfigparser.py943 existed = option in sectdict
944 if existed:
946 return existed
950 existed = section in self._sections
951 if existed:
954 return existed
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dload-arm.ll5 ; 410" into "(Off * 205) << 1", where the multiplication already existed in the
/external/autotest/server/site_tests/firmware_FMap/
Dcontrol.dev10 CRITERIA = "This test will fail if the required FMap areas not existed"
Dcontrol10 CRITERIA = "This test will fail if the required FMap areas not existed"
/external/bcc/tools/
Dfilelife_example.txt30 when it was deleted. These are all short-lived, and existed for less than
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp649 error_code create_directories(const Twine &path, bool &existed) { in create_directories() argument
659 if (error_code ec = create_directories(parent, existed)) return ec; in create_directories()
661 return create_directory(p, existed); in create_directories()
/external/llvm/test/CodeGen/AMDGPU/
Dextract_vector_elt-i64.ll5 ; breaking other users of the bitcast if they already existed
/external/grpc-grpc/src/python/grpcio/grpc/_cython/
DREADME.rst32 There existed several adapter layers in and around the original CPython code
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dextract_vector_elt-i64.ll5 ; breaking other users of the bitcast if they already existed
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dassume.ll55 ; try to set more known bits than existed in the known bits struct.
/external/u-boot/arch/nds32/cpu/n1213/
Dstart.S374 ! if $p0=0, then no I CAC existed
409 ! if $p0=0, then no D CAC existed
/external/cros/system_api/dbus/vm_concierge/
Dservice.proto189 // The disk already existed.
227 // created or already existed.
/external/python/cpython3/Doc/using/
Dvenv-create.inc72 In earlier versions, if the target directory already existed, an error was
/external/llvm/docs/
DReportingGuide.rst52 * Any extra context you believe existed for the incident.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DReportingGuide.rst52 * Any extra context you believe existed for the incident.
/external/python/cpython2/Doc/library/
Dconfigparser.rst359 not exist, raise :exc:`NoSectionError`. If the option existed to be removed,
368 existed, return ``True``. Otherwise return ``False``.
/external/ImageMagick/m4/
Dpkg.m457 dnl pkg-config existed.
/external/python/cpython3/
Daclocal.m471 dnl pkg-config existed.
/external/python/cpython2/
Daclocal.m471 dnl pkg-config existed.

1234