/third_party/FatFs/source/ |
H A D | ff.c | 167 #define ABORT(fs, res) { fp->err = (BYTE)(res); LEAVE_FF(fs, res); } macro 3580 if (clst < 2) ABORT(fs, FR_INT_ERR); in f_read() 3581 if (clst == 0xFFFFFFFF) ABORT(fs, FR_DISK_ERR); in f_read() 3585 if (sect == 0) ABORT(fs, FR_INT_ERR); in f_read() 3592 if (disk_read(fs->pdrv, rbuff, sect, cc) != RES_OK) ABORT(fs, FR_DISK_ERR); in f_read() 3598 if (copy_ret != EOK) ABORT(fs, FR_INVALID_PARAMETER); in f_read() 3607 if (copy_ret != EOK) ABORT(fs, FR_INVALID_PARAMETER); in f_read() 3621 if (disk_write(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); in f_read() 3625 if (disk_read(fs->pdrv, fp->buf, sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); /* Fill sector cache */ in f_read() 3633 if (move_window(fs, fp->sect) != FR_OK) ABORT(f in f_read() [all...] |
/third_party/python/Lib/tkinter/ |
H A D | messagebox.py | 49 ABORT = "abort" variable
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | telnet.h | 21 #define ABORT 238 macro 27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 }) 151 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | telnet.h | 21 #define ABORT 238 macro 27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 }) 151 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | telnet.h | 21 #define ABORT 238 macro 27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 }) 151 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
|
/third_party/musl/include/arpa/ |
H A D | telnet.h | 21 #define ABORT 238 macro 27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 }) 151 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
H A D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
H A D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
H A D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/include/scsi/ |
H A D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/node/src/ |
H A D | node.cc | 512 if (errno != EBADF) ABORT(); in PlatformInit() 534 if (fstat(fd, &s.stat) < 0) ABORT(); in PlatformInit() 637 if (fd != _open("nul", _O_RDWR)) ABORT(); in PlatformInit()
|
H A D | node_realm.cc | 324 ABORT(); in VerifyNoStrongBaseObjects()
|
H A D | node_builtins.cc | 194 ABORT(); in LoadBuiltinSource() 237 ABORT(); in AddExternalizedBuiltin()
|
H A D | spawn_sync.cc | 519 ABORT(); in TryInitializeAndRunLoop() 548 ABORT(); in CloseHandlesAndDeleteLoop()
|
H A D | stream_wrap.cc | 249 ABORT(); in AcceptHandle()
|
H A D | node_errors.cc | 521 ABORT(); in OnFatalError() 551 ABORT(); in OOMErrorHandler()
|
H A D | node_util.cc | 333 ABORT(); in GuessHandleType()
|
H A D | node_i18n.cc | 331 ABORT(); in Transcode()
|
H A D | util.h | 128 #define ABORT() node::Abort() macro
|
H A D | node_snapshotable.cc | 1375 ABORT(); in DeserializeNodeInternalFields()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
H A D | deqp.go | 54 // Regular expression to parse a test that failed due to ABORT() 55 abortRE = regexp.MustCompile(`[^\n]*ABORT:[^\n]*`)
|
/third_party/node/src/crypto/ |
H A D | crypto_sig.cc | 258 ABORT(); in ValidateDSAParameters()
|
H A D | crypto_tls.cc | 471 ABORT(); in InitSSL()
|
/third_party/node/deps/v8/tools/release/ |
H A D | common_includes.py | 514 print("Applying the patch \"%s\" failed. Either type \"ABORT<Return>\", " 520 if answer == "ABORT": 523 print("That was not 'RESOLVED' or 'ABORT'.")
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | 194 var ABORT = false; 396 ABORT = true; [all...] |