Searched refs:error (Results 226 - 250 of 8963) sorted by relevance

1234567891011>>

/external/libcxx/test/strings/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/thread/futures/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/thread/
H A Dmacro.pass.cpp19 #error __STDCPP_THREADS__ is not defined
/external/libcxx/test/thread/thread.condition/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/thread/thread.mutex/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/thread/thread.threads/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/utilities/function.objects/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/utilities/memory/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/utilities/meta/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/utilities/optional/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/utilities/ratio/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/utilities/template.bitset/
H A Dincludes.pass.cpp15 #error <cstddef> has not been included
19 #error <string> has not been included
23 #error <stdexcept> has not been included
27 #error <iosfwd> has not been included
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/utilities/time/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/utilities/tuple/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/utilities/type.index/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/libcxx/test/utilities/utility/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/external/llvm/include/llvm/Support/
H A DAIXDataTypesFix.h19 #error "AIXDataTypesFix.h must only be included via DataTypes.h!"
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftpic.c32 FT_Error error = FT_Err_Ok; local
37 error = ft_base_pic_init( library );
38 if ( error )
39 return error;
H A Dftwinfnt.c32 FT_Error error; local
35 error = FT_ERR( Invalid_Argument );
43 error = service->get_header( face, header );
47 return error;
/external/skia/include/gpu/
H A DGrUserConfig.h12 #error "default user config pulled in but GR_USER_CONFIG_FILE is defined."
/external/stlport/stlport/stl/config/
H A D_mac.h5 #error Looks like unsupported platform
/external/libcxx/test/depr/depr.c.headers/
H A Dlocale_h.pass.cpp16 #error LC_ALL not defined
20 #error LC_COLLATE not defined
24 #error LC_CTYPE not defined
28 #error LC_MONETARY not defined
32 #error LC_NUMERIC not defined
36 #error LC_TIME not defined
40 #error NULL not defined
/external/libcxx/test/localization/c.locales/
H A Dclocale.pass.cpp16 #error LC_ALL not defined
20 #error LC_COLLATE not defined
24 #error LC_CTYPE not defined
28 #error LC_MONETARY not defined
32 #error LC_NUMERIC not defined
36 #error LC_TIME not defined
40 #error NULL not defined
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebURLError.cpp42 WebURLError::WebURLError(const ResourceError& error) argument
44 *this = error;
47 WebURLError& WebURLError::operator=(const ResourceError& error) argument
49 if (error.isNull()) {
52 domain = error.domain();
53 reason = error.errorCode();
54 unreachableURL = KURL(ParsedURLString, error.failingURL());
55 isCancellation = error.isCancellation();
56 staleCopyInCache = error.staleCopyInCache();
57 localizedDescription = error
[all...]

Completed in 482 milliseconds

1234567891011>>