/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/ |
equivalent_int_error_condition.pass.cpp | 12 // class error_category 21 const std::error_category& e_cat = std::generic_category();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/ |
iostream_category.pass.cpp | 12 // const error_category& iostream_category(); 20 const std::error_category& e_cat1 = std::iostream_category();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/ |
default_error_condition.pass.cpp | 12 // const error_category& future_category(); 21 const std::error_category& e_cat = std::future_category();
|
equivalent_error_code_int.pass.cpp | 12 // const error_category& future_category(); 21 const std::error_category& e_cat = std::future_category();
|
equivalent_int_error_condition.pass.cpp | 12 // const error_category& future_category(); 21 const std::error_category& e_cat = std::future_category();
|
future_category.pass.cpp | 12 // const error_category& future_category(); 20 const std::error_category& ec = std::future_category();
|
/external/llvm/include/llvm/Object/ |
Error.h | 10 // This declares a new error_category for the Object library. 22 const error_category &object_category();
|
/external/llvm/tools/llvm-readobj/ |
Error.h | 10 // This declares a new error_category for the llvm-readobj tool. 21 const error_category &readobj_category();
|
Error.cpp | 10 // This defines a new error_category for the llvm-readobj tool. 58 const error_category &readobj_category() {
|
/external/llvm/lib/Object/ |
Error.cpp | 10 // This defines a new error_category for the Object library. 56 const error_category &object::object_category() {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
int_error_category.pass.cpp | 14 // error_code(int val, const error_category& cat);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
category.pass.cpp | 14 // const error_category& category() const;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ |
int_error_category.pass.cpp | 14 // error_condition(int val, const error_category& cat);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/ |
category.pass.cpp | 14 // const error_category& category() const;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
assign.pass.cpp | 14 // void assign(int val, const error_category& cat);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ |
assign.pass.cpp | 14 // void assign(int val, const error_category& cat);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ |
ctor_int_error_category.pass.cpp | 14 // system_error(int ev, const error_category& ecat);
|
ctor_int_error_category_const_char_pointer.pass.cpp | 14 // system_error(int ev, const error_category& ecat, const char* what_arg);
|
ctor_int_error_category_string.pass.cpp | 14 // system_error(int ev, const error_category& ecat, const string& what_arg);
|
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_ping_manager.cc | 145 if (item->error_category) 146 StringAppendF(&ping_event, " errorcat=\"%d\"", item->error_category);
|
crx_update_item.h | 99 // The |error_category| contains a hint about which module in the component 104 int error_category; member in struct:component_updater::CrxUpdateItem
|
component_updater_service.cc | 128 error_category(0), 751 item->error_category = 0; 995 ErrorCategory error_category = kErrorNone; local [all...] |
/external/chromium_org/chrome/browser/component_updater/test/ |
component_updater_ping_manager_unittest.cc | 112 item.error_category = 1;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
future.cpp | 49 const error_category&
|
ios.cpp | 63 const error_category&
|