Home
last modified time | relevance | path

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

12

/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/bison/m4/
D00gnulib.m417 # can only use interfaces that existed since 2.59; but it achieves the
/external/autotest/server/site_tests/firmware_FMap/
Dcontrol10 CRITERIA = "This test will fail if the required FMap areas not existed"
/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/valgrind/perf/
DREADME27 - Strengths: Tests for a specific performance bug that existed in 3.1.0 and
/external/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/icu/icu4c/source/
Daclocal.m471 dnl pkg-config existed.
/external/python/cpython2/
Daclocal.m471 dnl pkg-config existed.
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
DFileCheck.pod101 is a "subl" in between those labels. If it existed somewhere else in the file,
/external/libjpeg-turbo/
DREADME.ijg3 sections, and to remove impolitic language that existed in the libjpeg v8
DREADME3 sections, and to remove impolitic language that existed in the libjpeg v8
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex101 one justification existed, IPv6 address alignment left 4 byte
/external/llvm/test/CodeGen/ARM/
Dbuild-attributes.ll868 ;; existed.
900 ;; existed.
932 ;; existed.
964 ;; existed.
/external/llvm/docs/CommandGuide/
DFileCheck.rst140 unless there is a "``subl``" in between those labels. If it existed somewhere
/external/jemalloc/
DChangeLog450 - Fix OOM handling in memalign() and valloc(). A variant of this bug existed
778 - Initialize arenas_tsd before using it. This bug existed for 2.2.[0-3], as
/external/bison/
DNEWS696 YYFAIL has existed for many years as an undocumented feature of
810 which there existed a specific -W/--warning category. However,
897 YYFAIL has existed for many years as an undocumented feature of
/external/clang/docs/
DBlock-ABI-Apple.rst731 As an example, suppose a C++ class ``FOO`` existed with a copy constructor.
/external/lisa/ipynb/profiling/
Dkernel_functions_profiling.ipynb220 " # (i,e, the file existed, we have write permission, etc.)\n",

12