Home
last modified time | relevance | path

Searched refs:HAS_ERROR (Results 1 – 23 of 23) sorted by relevance

/dports/databases/py-sqlite3/Python-3.8.12/PC/layout/support/
H A Dlogging.py14 HAS_ERROR = False variable
79 global HAS_ERROR
80 HAS_ERROR = True
86 global HAS_ERROR
87 HAS_ERROR = True
93 return HAS_ERROR
/dports/databases/py-gdbm/Python-3.8.12/PC/layout/support/
H A Dlogging.py14 HAS_ERROR = False variable
79 global HAS_ERROR
80 HAS_ERROR = True
86 global HAS_ERROR
87 HAS_ERROR = True
93 return HAS_ERROR
/dports/lang/python-tools/Python-3.8.12/PC/layout/support/
H A Dlogging.py14 HAS_ERROR = False variable
79 global HAS_ERROR
80 HAS_ERROR = True
86 global HAS_ERROR
87 HAS_ERROR = True
93 return HAS_ERROR
/dports/lang/python311/Python-3.11.0a3/PC/layout/support/
H A Dlogging.py14 HAS_ERROR = False variable
79 global HAS_ERROR
80 HAS_ERROR = True
86 global HAS_ERROR
87 HAS_ERROR = True
93 return HAS_ERROR
/dports/lang/python39/Python-3.9.9/PC/layout/support/
H A Dlogging.py14 HAS_ERROR = False variable
79 global HAS_ERROR
80 HAS_ERROR = True
86 global HAS_ERROR
87 HAS_ERROR = True
93 return HAS_ERROR
/dports/lang/python38/Python-3.8.12/PC/layout/support/
H A Dlogging.py14 HAS_ERROR = False variable
79 global HAS_ERROR
80 HAS_ERROR = True
86 global HAS_ERROR
87 HAS_ERROR = True
93 return HAS_ERROR
/dports/x11-toolkits/py-tkinter/Python-3.8.12/PC/layout/support/
H A Dlogging.py14 HAS_ERROR = False variable
79 global HAS_ERROR
80 HAS_ERROR = True
86 global HAS_ERROR
87 HAS_ERROR = True
93 return HAS_ERROR
/dports/lang/python310/Python-3.10.1/PC/layout/support/
H A Dlogging.py14 HAS_ERROR = False variable
79 global HAS_ERROR
80 HAS_ERROR = True
86 global HAS_ERROR
87 HAS_ERROR = True
93 return HAS_ERROR
/dports/lang/python37/Python-3.7.12/PC/layout/support/
H A Dlogging.py14 HAS_ERROR = False variable
79 global HAS_ERROR
80 HAS_ERROR = True
86 global HAS_ERROR
87 HAS_ERROR = True
93 return HAS_ERROR
/dports/lang/rust/rustc-1.58.1-src/src/etc/
H A Dcat-and-grep.sh69 HAS_ERROR=0
74 HAS_ERROR=1
79 HAS_ERROR=1
84 exit "$HAS_ERROR"
/dports/graphics/blender/blender-2.91.0/build_files/windows/
H A Dbuild_ninja.cmd2 set HAS_ERROR= variable
7 set HAS_ERROR=1 variable
12 if "%HAS_ERROR%" == "1" (
/dports/graphics/opencv/opencv-4.5.3/platforms/winpack_dldt/cmake-opencv-checks/
H A DPOST_FINALIZE.cmake5 set(HAS_ERROR 1) variable
9 set(HAS_ERROR 1) variable
12 if(HAS_ERROR)
/dports/textproc/augeas/augeas-1.12.0/src/
H A Dpathx.c607 if (HAS_ERROR(state)) in pop_value()
1021 if (HAS_ERROR(state)) in eval_union()
1284 if (HAS_ERROR(state)) in ns_from_locpath()
1302 if (HAS_ERROR(state)) in ns_from_locpath()
1901 if (HAS_ERROR(state)) in parse_step()
1951 if (HAS_ERROR(state)) in parse_relative_location_path()
2060 if (HAS_ERROR(state)) in parse_number()
2105 if (HAS_ERROR(state)) in parse_literal()
2563 if (HAS_ERROR(state)) in pathx_parse()
2577 if (HAS_ERROR(state)) in pathx_parse()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dwebrequest_curl.cpp446 HAS_ERROR = 0x04 enumerator
643 pollResult |= SocketPoller::HAS_ERROR; in MsgProc()
722 SendEvent(SocketPoller::HAS_ERROR); in OnExceptionWaiting()
1148 if ( socketEventFlag & SocketPoller::HAS_ERROR ) in SocketPollerResult2CurlSelect()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dflags.rs97 &ty::Error(_) => self.add_flags(TypeFlags::HAS_ERROR), in add_kind()
309 ty::ConstKind::Error(_) => self.add_flags(TypeFlags::HAS_ERROR), in add_const()
H A Dfold.rs94 self.has_type_flags(TypeFlags::HAS_ERROR) in references_error()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_type_ir/src/
H A Dlib.rs91 const HAS_ERROR = 1 << 13; const
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/collect/
H A Dtype_of.rs296 | ty::TypeFlags::HAS_ERROR; in default_anon_const_substs()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Dauto_increment.test393 --echo # Bug #27041393: ASSERTION `HAS_ERROR == THD->GET_STMT_DA()->IS_ERROR()'
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dauto_increment.result538 # Bug #27041393: ASSERTION `HAS_ERROR == THD->GET_STMT_DA()->IS_ERROR()'
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-ir-0.75.0/src/
H A Dlib.rs560 const HAS_ERROR = 1 << 10; const
704 TyKind::Error => TypeFlags::HAS_ERROR, in compute_flags()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-ir-0.55.0/src/
H A Dlib.rs494 TyKind::Error => TypeFlags::HAS_ERROR, in compute_flags()
697 const HAS_ERROR = 1 << 10; const
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-ir/src/
H A Dlib.rs560 const HAS_ERROR = 1 << 10; const
704 TyKind::Error => TypeFlags::HAS_ERROR, in compute_flags()