/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/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/bison/m4/ |
D | 00gnulib.m4 | 17 # can only use interfaces that existed since 2.59; but it achieves the
|
/external/autotest/server/site_tests/firmware_FMap/ |
D | control | 10 CRITERIA = "This test will fail if the required FMap areas not existed"
|
/external/opencv/ml/src/ |
D | mlsvm.cpp | 478 bool existed = row->data != 0; in get_row_base() local 481 if( existed || cache_size <= 0 ) in get_row_base() 483 CvSVMKernelRow* del_row = existed ? row : lru_list.prev; in get_row_base() 504 if( !existed ) in get_row_base() 510 *_existed = existed; in get_row_base() 516 float* CvSVMSolver::get_row_svc( int i, float* row, float*, bool existed ) in get_row_svc() argument 518 if( !existed ) in get_row_svc() 569 bool existed = false; in get_row() local 570 float* row = get_row_base( i, &existed ); in get_row() 571 return (this->*get_row_func)( i, row, dst, existed ); in get_row()
|
/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/valgrind/perf/ |
D | README | 27 - Strengths: Tests for a specific performance bug that existed in 3.1.0 and
|
/external/opencv/ml/include/ |
D | ml.h | 392 typedef float* (CvSVMSolver::*GetRow)( int i, float* row, float* dst, bool existed ); 466 virtual float* get_row_svc( int i, float* row, float* dst, bool existed ); 467 virtual float* get_row_one_class( int i, float* row, float* dst, bool existed ); 468 virtual float* get_row_svr( int i, float* row, float* dst, bool existed );
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
D | envset.cmd | 44 environment variable as it existed before envset was invoked.
|
/external/llvm/docs/ |
D | ReportingGuide.rst | 52 * Any extra context you believe existed for the incident.
|
/external/icu/icu4c/source/ |
D | aclocal.m4 | 71 dnl pkg-config existed.
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | FileCheck.pod | 101 is a "subl" in between those labels. If it existed somewhere else in the file,
|
/external/libjpeg-turbo/ |
D | README | 3 sections, and to remove impolitic language that existed in the libjpeg v8
|
D | README.ijg | 3 sections, and to remove impolitic language that existed in the libjpeg v8
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 101 one justification existed, IPv6 address alignment left 4 byte
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 868 ;; existed. 900 ;; existed. 932 ;; existed. 964 ;; existed.
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 140 unless there is a "``subl``" in between those labels. If it existed somewhere
|
/external/jemalloc/ |
D | ChangeLog | 450 - 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/ |
D | NEWS | 696 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/ |
D | Block-ABI-Apple.rst | 731 As an example, suppose a C++ class ``FOO`` existed with a copy constructor.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 835 persist - only if previous persistent group existed between peers and shall
|