/third_party/FatFs/source/ |
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(fs, FR_DISK_ERR); /* Move sector window */ in f_read() [all …]
|
/third_party/node/deps/npm/node_modules/minipass/ |
D | index.js | 42 const ABORT = Symbol('abort') constant 132 this[SIGNAL].addEventListener('abort', () => this[ABORT]()) 134 this[ABORT]() 184 [ABORT]() {
|
D | index.mjs | 42 const ABORT = Symbol('abort') constant 132 this[SIGNAL].addEventListener('abort', () => this[ABORT]()) 134 this[ABORT]() 184 [ABORT]() {
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/ndk_musl_include/scsi/ |
D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/include/scsi/ |
D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/python/Lib/tkinter/ |
D | messagebox.py | 49 ABORT = "abort" variable
|
/third_party/musl/include/arpa/ |
D | telnet.h | 21 #define ABORT 238 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | telnet.h | 21 #define ABORT 238 macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | telnet.h | 21 #define ABORT 238 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | telnet.h | 21 #define ABORT 238 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | telnet.h | 21 #define ABORT 238 macro
|
/third_party/node/src/ |
D | node.cc | 522 if (errno != EBADF) ABORT(); in PlatformInit() 544 if (fstat(fd, &s.stat) < 0) ABORT(); in PlatformInit() 647 if (fd != _open("nul", _O_RDWR)) ABORT(); in PlatformInit()
|
D | node_builtins.cc | 216 ABORT(); in LoadBuiltinSource() 246 ABORT(); in AddExternalizedBuiltin()
|
D | node_realm.cc | 366 ABORT(); in VerifyNoStrongBaseObjects()
|
D | spawn_sync.cc | 519 ABORT(); in TryInitializeAndRunLoop() 548 ABORT(); in CloseHandlesAndDeleteLoop()
|
D | stream_wrap.cc | 249 ABORT(); in AcceptHandle()
|
D | node_errors.cc | 521 ABORT(); in OnFatalError() 551 ABORT(); in OOMErrorHandler()
|
D | node_util.cc | 316 ABORT(); in GuessHandleType()
|
D | node_i18n.cc | 331 ABORT(); in Transcode()
|
/third_party/libffi/src/ |
D | dlmalloc.c | 506 #ifndef ABORT 507 #define ABORT abort() macro 1176 #define assert(x) if(!(x)) ABORT 1962 (((v) != IS_MMAPPED_BIT) ? (ABORT, (v)) : \ 1966 (S)->exec_offset) ? (ABORT, (v)) : \ 2245 #define CORRUPTION_ERROR_ACTION(m) ABORT 2249 #define USAGE_ERROR_ACTION(m,p) ABORT 2589 ABORT; in init_mparams()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
D | deqp.go | 55 abortRE = regexp.MustCompile(`[^\n]*ABORT:[^\n]*`)
|
/third_party/node/src/crypto/ |
D | crypto_sig.cc | 258 ABORT(); in ValidateDSAParameters()
|