Home
last modified time | relevance | path

Searched refs:_status (Results 1 - 25 of 38) sorted by relevance

12

/third_party/lzma/CPP/7zip/Compress/
H A DPpmdDecoder.cpp53 _status = kStatus_Error; \
62 switch (_status) in CodeSpec()
70 _status = kStatus_Error; in CodeSpec()
74 _status = kStatus_Normal; in CodeSpec() local
122 _status = kStatus_Error; in CodeSpec()
126 _status = kStatus_Finished_With_Mark; in CodeSpec()
152 if (_status == kStatus_Finished_With_Mark) in Code()
175 _status = kStatus_NeedInit; in SetOutStreamSize()
H A DPpmdDecoder.h61 int _status; member in NCompress::NPpmd::Z7_final
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs180 pub {const} fn WIFSTOPPED(_status: ::c_int) -> bool {
184 pub {const} fn WSTOPSIG(_status: ::c_int) -> ::c_int {
188 pub {const} fn WIFCONTINUED(_status: ::c_int) -> bool {
192 pub {const} fn WIFSIGNALED(_status: ::c_int) -> bool {
196 pub {const} fn WTERMSIG(_status: ::c_int) -> ::c_int {
200 pub {const} fn WIFEXITED(_status: ::c_int) -> bool {
204 pub {const} fn WEXITSTATUS(_status: ::c_int) -> ::c_int {
208 pub {const} fn WCOREDUMP(_status: ::c_int) -> bool {
/third_party/node/deps/npm/node_modules/gauge/lib/
H A Dindex.js32 this._status = {
216 this._status.section = section
221 this._status[key] = section[key]
225 this._status.completed = completed
234 this._status.subsection = subsection || ''
235 this._status.spun++
282 if (!this._writeTo.write(this._gauge.show(this._status))) {
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatus_macros.h51 /* Using _status below to avoid capture problems if expr is "status". */ \
52 const PROTOBUF_NAMESPACE_ID::util::Status _status = (expr); \
53 if (PROTOBUF_PREDICT_FALSE(!_status.ok())) return _status; \
/third_party/icu/icu4c/source/i18n/
H A Dfphdlimp.h93 /** Copies a failed error code into _status. */
94 inline void getError(UErrorCode& _status) { in getError() argument
95 if (U_SUCCESS(_status) && U_FAILURE(status)) { in getError()
96 _status = status; in getError()
H A Dfphdlimp.cpp69 UErrorCode& _status) in FieldPositionIteratorHandler()
70 : iter(posIter), vec(NULL), status(_status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
68 FieldPositionIteratorHandler(FieldPositionIterator* posIter, UErrorCode& _status) FieldPositionIteratorHandler() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dfphdlimp.h93 /** Copies a failed error code into _status. */
94 inline void getError(UErrorCode& _status) { in getError() argument
95 if (U_SUCCESS(_status) && U_FAILURE(status)) { in getError()
96 _status = status; in getError()
H A Dfphdlimp.cpp69 UErrorCode& _status) in FieldPositionIteratorHandler()
70 : iter(posIter), vec(nullptr), status(_status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
68 FieldPositionIteratorHandler(FieldPositionIterator* posIter, UErrorCode& _status) FieldPositionIteratorHandler() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dfphdlimp.h93 /** Copies a failed error code into _status. */
94 inline void getError(UErrorCode& _status) { in getError() argument
95 if (U_SUCCESS(_status) && U_FAILURE(status)) { in getError()
96 _status = status; in getError()
H A Dfphdlimp.cpp69 UErrorCode& _status) in FieldPositionIteratorHandler()
70 : iter(posIter), vec(NULL), status(_status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
68 FieldPositionIteratorHandler(FieldPositionIterator* posIter, UErrorCode& _status) FieldPositionIteratorHandler() argument
/third_party/skia/tools/
H A Dcompare_codereview.py65 self._status = None
103 self._status = attrs.get('status')
131 if tag == 'a' and self._status:
135 stat = CodeReviewHTMLParser.Status(status=self._status,
143 self._status = None
/third_party/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js135 this._status = 'status' in res ? res.status : 200;
188 understoodStatuses.has(this._status) &&
207 statusCodeCacheableByDefault.has(this._status))
481 this._status = obj.st;
499 st: this._status,
660 status: this._status,
/third_party/mesa3d/include/winddk/
H A Dwinddk_compat.h157 #define NT_SUCCESS(_status) ((_status) >= 0)
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Devent.cpp30 context(ctx), _wait_count(1), _status(0), in event()
67 _status = status; in abort_self()
97 return _status; in status()
H A Devent.hpp92 cl_int _status; member in clover::event
/third_party/rust/crates/rustix/tests/process/
H A Dproc.rs4 let _status = rustix::io::proc_self_status().unwrap(); in test_proc_funcs()
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp550 UErrorCode _status; member in TestMultipleKeyStringFactory
556 : _status(U_ZERO_ERROR) in TestMultipleKeyStringFactory()
557 , _ids(uprv_deleteUObject, uhash_compareUnicodeString, count, _status) in TestMultipleKeyStringFactory()
561 _ids.adoptElement(new UnicodeString(ids[i]), _status); in TestMultipleKeyStringFactory()
574 if (U_SUCCESS(_status)) {
579 status = _status;
585 if (U_SUCCESS(_status)) {
593 if (U_SUCCESS(_status) && _ids.contains((void*)&id)) {
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.h48 UString _status; member in CProgressSync
109 UString _status; member in CProgressDialog
H A DProgressDialog2.cpp185 _status = s; in Set_Status() local
192 _status = s; in Set_Status2() local
710 GetChangedString(Sync._status, _status, status_Changed); in UpdateStatInfo()
900 UString s = _status; in UpdateStatInfo()
902 SetItemText(IDT_PROGRESS_STATUS, _status); in UpdateStatInfo()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c281 reg_errcode_t _status; \
282 _status = tre_stack_push_ ## typetag(s, value); \
283 if (_status != REG_OK) \
284 return _status; \
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c281 reg_errcode_t _status; \
282 _status = tre_stack_push_ ## typetag(s, value); \
283 if (_status != REG_OK) \
284 return _status; \
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c281 reg_errcode_t _status; \
282 _status = tre_stack_push_ ## typetag(s, value); \
283 if (_status != REG_OK) \
284 return _status; \
/third_party/musl/src/regex/
H A Dregcomp.c281 reg_errcode_t _status; \
282 _status = tre_stack_push_ ## typetag(s, value); \
283 if (_status != REG_OK) \
284 return _status; \
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3512 pub _status: crate::ctypes::c_int,

Completed in 39 milliseconds

12