Home
last modified time | relevance | path

Searched defs:err (Results 1351 - 1375 of 2429) sorted by relevance

1...<<51525354555657585960>>...98

/third_party/skia/third_party/externals/angle2/util/android/
H A DAndroidWindow.cpp99 int32_t err = SetScreenOrientation( in setOrientation() local
125 int32_t err = ANativeWindow_setBuffersGeometry(sApp->window, mWidth, mHeight, 0); in resize() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DErrors.cpp54 auto err = Napi::Error::New(env); local
/third_party/openssl/test/
H A Ddanetest.c308 int err; in test_tlsafile() local
[all...]
/third_party/openssl/apps/
H A Dengine.c94 int started = 0, err = 0; in util_flags() local
[all...]
/third_party/skia/third_party/externals/freetype/src/bzip2/
H A Dftbzip2.c293 int err; in ft_bzip2_file_fill_output() local
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftgzip.c433 int err; in ft_gzip_file_fill_output() local
734 int err; in FT_EXPORT_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttdriver.c358 FT_Error err = FT_Request_Metrics( size->face, req ); in tt_size_request() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set-invertible.hh55 void err () { s.err (); } in err() function
H A Dhb-blob.cc758 int err = ferror (fp); in hb_blob_create_from_file_or_fail() local
H A Dhb-set.hh77 void err () { s.err (); } in err() function
/third_party/python/Modules/_io/
H A D_iomodule.c521 PyNumber_AsOff_t(PyObject *item, PyObject *err) PyNumber_AsOff_t() argument
/third_party/python/Modules/
H A D_dbmmodule.c244 int err; in _dbm_dbm_keys_impl() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dintrinsic_validation_test.cc266 std::stringstream err; in TEST_P() local
310 std::stringstream err; in TEST_P() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go232 var err error global() var
291 var err error global() var
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dminizip.c188 int err=ZIP_OK; in getFileCrc() local
257 int err=0; local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc306 inf(const char *hex, const char *what, unsigned step, int win, unsigned len, int err) inf() argument
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dgzguts.h197 int err; /* error code */ member
/third_party/skia/third_party/externals/icu/source/common/
H A Ducmndata.cpp326 U_CFUNC void udata_checkCommonData(UDataMemory *udm, UErrorCode *err) { in udata_checkCommonData() argument
H A Ducnv_err.cpp91 UCNV_FROM_U_CALLBACK_STOP( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) UCNV_FROM_U_CALLBACK_STOP() argument
118 UCNV_TO_U_CALLBACK_STOP( const void *context, UConverterToUnicodeArgs *toUArgs, const char* codePoints, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_STOP() argument
132 UCNV_FROM_U_CALLBACK_SKIP( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) UCNV_FROM_U_CALLBACK_SKIP() argument
163 UCNV_FROM_U_CALLBACK_SUBSTITUTE( const void *context, UConverterFromUnicodeArgs *fromArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) UCNV_FROM_U_CALLBACK_SUBSTITUTE() argument
199 UCNV_FROM_U_CALLBACK_ESCAPE( const void *context, UConverterFromUnicodeArgs *fromArgs, const UChar *codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) UCNV_FROM_U_CALLBACK_ESCAPE() argument
363 UCNV_TO_U_CALLBACK_SKIP( const void *context, UConverterToUnicodeArgs *toArgs, const char* codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_SKIP() argument
386 UCNV_TO_U_CALLBACK_SUBSTITUTE( const void *context, UConverterToUnicodeArgs *toArgs, const char* codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_SUBSTITUTE() argument
412 UCNV_TO_U_CALLBACK_ESCAPE( const void *context, UConverterToUnicodeArgs *toArgs, const char* codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_ESCAPE() argument
[all...]
H A Ducnv_u16.cpp494 _UTF16BEGetNextUChar(UConverterToUnicodeArgs *pArgs, UErrorCode *err) { in _UTF16BEGetNextUChar() argument
1095 _UTF16LEGetNextUChar(UConverterToUnicodeArgs *pArgs, UErrorCode *err) { in _UTF16LEGetNextUChar() argument
[all...]
H A Ducnv_u32.cpp47 T_UConverter_toUnicode_UTF32_BE(UConverterToUnicodeArgs * args, UErrorCode * err) T_UConverter_toUnicode_UTF32_BE() argument
126 T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC(UConverterToUnicodeArgs * args, UErrorCode * err) T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() argument
213 T_UConverter_fromUnicode_UTF32_BE(UConverterFromUnicodeArgs * args, UErrorCode * err) T_UConverter_fromUnicode_UTF32_BE() argument
314 T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() argument
421 T_UConverter_getNextUChar_UTF32_BE(UConverterToUnicodeArgs* args, UErrorCode* err) T_UConverter_getNextUChar_UTF32_BE() argument
509 T_UConverter_toUnicode_UTF32_LE(UConverterToUnicodeArgs * args, UErrorCode * err) T_UConverter_toUnicode_UTF32_LE() argument
594 T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC(UConverterToUnicodeArgs * args, UErrorCode * err) T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() argument
691 T_UConverter_fromUnicode_UTF32_LE(UConverterFromUnicodeArgs * args, UErrorCode * err) T_UConverter_fromUnicode_UTF32_LE() argument
800 T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() argument
916 T_UConverter_getNextUChar_UTF32_LE(UConverterToUnicodeArgs* args, UErrorCode* err) T_UConverter_getNextUChar_UTF32_LE() argument
[all...]
H A Ducnv_u8.cpp65 ucnv_toUnicode_UTF8(UConverterToUnicodeArgs * args, UErrorCode * err) ucnv_toUnicode_UTF8() argument
181 ucnv_toUnicode_UTF8_OFFSETS_LOGIC(UConverterToUnicodeArgs * args, UErrorCode * err) ucnv_toUnicode_UTF8_OFFSETS_LOGIC() argument
300 ucnv_fromUnicode_UTF8(UConverterFromUnicodeArgs * args, UErrorCode * err) ucnv_fromUnicode_UTF8() argument
414 ucnv_fromUnicode_UTF8_OFFSETS_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() argument
554 ucnv_getNextUChar_UTF8(UConverterToUnicodeArgs *args, UErrorCode *err) ucnv_getNextUChar_UTF8() argument
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c115 char *catch = try->parent ? try->name : TT.destname, *err = "%s"; in cp_node() local
[all...]
/third_party/toybox/toys/posix/
H A Dcp.c131 char *catch = try->parent ? try->name : TT.destname, *err = "%s"; in cp_node() local
[all...]
/third_party/python/PC/
H A Dmsvcrtmodule.c118 int err; in msvcrt_locking_impl() local
126 err = _locking(fd, mode, nbytes); in msvcrt_locking_impl() local

Completed in 20 milliseconds

1...<<51525354555657585960>>...98