/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FileUtilities.h | 54 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);
|
D | FileSystem.h | 139 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/ |
D | ConfigParser.py | 426 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/ |
D | PathV2.inc | 175 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/ |
D | PathV2.inc | 205 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/ |
D | NOTES | 18 The unwind cursor should represent the machine state as it existed at 46 as it existed at "ip".
|
/external/python/cpython3/Lib/ |
D | configparser.py | 943 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/ |
D | load-arm.ll | 5 ; 410" into "(Off * 205) << 1", where the multiplication already existed in the
|
/external/autotest/server/site_tests/firmware_FMap/ |
D | control.dev | 10 CRITERIA = "This test will fail if the required FMap areas not existed"
|
D | control | 10 CRITERIA = "This test will fail if the required FMap areas not existed"
|
/external/bcc/tools/ |
D | filelife_example.txt | 30 when it was deleted. These are all short-lived, and existed for less than
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 649 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/ |
D | extract_vector_elt-i64.ll | 5 ; breaking other users of the bitcast if they already existed
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/ |
D | README.rst | 32 There existed several adapter layers in and around the original CPython code
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | extract_vector_elt-i64.ll | 5 ; breaking other users of the bitcast if they already existed
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | assume.ll | 55 ; try to set more known bits than existed in the known bits struct.
|
/external/u-boot/arch/nds32/cpu/n1213/ |
D | start.S | 374 ! if $p0=0, then no I CAC existed 409 ! if $p0=0, then no D CAC existed
|
/external/cros/system_api/dbus/vm_concierge/ |
D | service.proto | 189 // The disk already existed. 227 // created or already existed.
|
/external/python/cpython3/Doc/using/ |
D | venv-create.inc | 72 In earlier versions, if the target directory already existed, an error was
|
/external/llvm/docs/ |
D | ReportingGuide.rst | 52 * Any extra context you believe existed for the incident.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ReportingGuide.rst | 52 * Any extra context you believe existed for the incident.
|
/external/python/cpython2/Doc/library/ |
D | configparser.rst | 359 not exist, raise :exc:`NoSectionError`. If the option existed to be removed, 368 existed, return ``True``. Otherwise return ``False``.
|
/external/ImageMagick/m4/ |
D | pkg.m4 | 57 dnl pkg-config existed.
|
/external/python/cpython3/ |
D | aclocal.m4 | 71 dnl pkg-config existed.
|
/external/python/cpython2/ |
D | aclocal.m4 | 71 dnl pkg-config existed.
|