Searched defs:__ec (Results 1 – 11 of 11) sorted by relevance
| /external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/ |
| D | operations.h | 66 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p, error_code& __ec) { return __absolute(_… in absolute() 68 inline _LIBCPP_HIDE_FROM_ABI path canonical(const path& __p, error_code& __ec) { return __canonical… in canonical() 70 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec)… in copy_file() 72 …copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { return __c… in copy_file() 74 …DE_FROM_ABI void copy_symlink(const path& __from, const path& __to, error_code& __ec) noexcept { _… in copy_symlink() 76 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, error_code& __ec) { __… in copy() 78 …void copy(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { __copy(__f… in copy() 80 inline _LIBCPP_HIDE_FROM_ABI bool create_directories(const path& __p, error_code& __ec) { return __… in create_directories() 82 … create_directory_symlink(const path& __target, const path& __link, error_code& __ec) noexcept { _… in create_directory_symlink() 84 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { re… in create_directory() [all …]
|
| D | directory_entry.h | 56 error_code __ec; in directory_entry() local 61 directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) { in directory_entry() 73 error_code __ec; in assign() local 78 void assign(_Path const& __p, error_code& __ec) { in assign() 86 error_code __ec; in replace_filename() local 91 void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename() 100 void refresh(error_code& __ec) noexcept { __refresh(&__ec); } in refresh() 112 bool exists(error_code& __ec) const noexcept { in exists() 120 bool is_block_file(error_code& __ec) const noexcept { in is_block_file() 128 bool is_character_file(error_code& __ec) const noexcept { in is_character_file() [all …]
|
| D | recursive_directory_iterator.h | 56 error_code& __ec) in recursive_directory_iterator() 60 recursive_directory_iterator(const path& __p, error_code& __ec) in recursive_directory_iterator() 98 recursive_directory_iterator& increment(error_code& __ec) { in increment() 109 void pop(error_code& __ec) { __pop(&__ec); } in pop()
|
| D | directory_iterator.h | 60 directory_iterator(const path& __p, error_code& __ec) in directory_iterator() 65 error_code& __ec) in directory_iterator() 103 directory_iterator& increment(error_code& __ec) { return __increment(&__ec); } in increment()
|
| D | filesystem_error.h | 36 filesystem_error(const string& __what, error_code __ec) in filesystem_error() 43 filesystem_error(const string& __what, const path& __p1, error_code __ec) in filesystem_error() 51 error_code __ec) in filesystem_error()
|
| /external/libcxx/src/ |
| D | future.cpp | 75 future_error::future_error(error_code __ec) in future_error()
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/ |
| D | future.cpp | 66 future_error::future_error(error_code __ec) in future_error()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__condition_variable/ |
| D | condition_variable.h | 226 int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts); in __do_timed_wait() local
|
| /external/libcxx/src/support/win32/ |
| D | thread_win32.cpp | 128 auto __ec = GetLastError(); in __libcpp_condvar_timedwait() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/support/win32/ |
| D | thread_win32.cpp | 128 auto __ec = GetLastError(); in __libcpp_condvar_timedwait() local
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
| D | apiviewer.js | 175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
|