Home
last modified time | relevance | path

Searched refs:_status (Results 1 – 25 of 53) sorted by relevance

123

/third_party/rust/crates/libc/src/unix/newlib/horizon/
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/
Dindex.js32 this._status = { property in Gauge
176 this._status.section = section
181 this._status[key] = section[key]
184 if (completed != null) this._status.completed = completed
190 this._status.subsection = subsection || ''
191 this._status.spun ++
226 if (!this._writeTo.write(this._gauge.show(this._status))) {
/third_party/protobuf/src/google/protobuf/stubs/
Dstatus_macros.h52 const PROTOBUF_NAMESPACE_ID::util::Status _status = (expr); \
53 if (PROTOBUF_PREDICT_FALSE(!_status.ok())) return _status; \
/third_party/node/deps/icu-small/source/i18n/
Dfphdlimp.h94 inline void getError(UErrorCode& _status) { in getError() argument
95 if (U_SUCCESS(_status) && U_FAILURE(status)) { in getError()
96 _status = status; in getError()
Dfphdlimp.cpp69 UErrorCode& _status) in FieldPositionIteratorHandler() argument
70 : iter(posIter), vec(NULL), status(_status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
/third_party/icu/icu4c/source/i18n/
Dfphdlimp.h94 inline void getError(UErrorCode& _status) { in getError() argument
95 if (U_SUCCESS(_status) && U_FAILURE(status)) { in getError()
96 _status = status; in getError()
Dfphdlimp.cpp69 UErrorCode& _status) in FieldPositionIteratorHandler() argument
70 : iter(posIter), vec(NULL), status(_status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
/third_party/skia/third_party/externals/icu/source/i18n/
Dfphdlimp.h94 inline void getError(UErrorCode& _status) { in getError() argument
95 if (U_SUCCESS(_status) && U_FAILURE(status)) { in getError()
96 _status = status; in getError()
Dfphdlimp.cpp69 UErrorCode& _status) in FieldPositionIteratorHandler() argument
70 : iter(posIter), vec(NULL), status(_status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dlogger.dart152 Status _status;
167 _status?.pause();
176 _status?.resume();
189 _status?.pause();
199 _status?.resume();
219 if (_status != null) {
227 _status = AnsiStatus(
235 _status = SummaryStatus(
242 return _status;
246 _status = null;
[all …]
/third_party/flutter/skia/tools/
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/skia/tools/
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/node4/
Dindex.js87 this._status = 'status' in res ? res.status : 200;
128 understoodStatuses.indexOf(this._status) !== -1 &&
144 statusCodeCacheableByDefault.indexOf(this._status) !== -1));
405 this._status = obj.st;
423 st: this._status,
548 status: this._status,
/third_party/mesa3d/include/winddk/
Dwinddk_compat.h157 #define NT_SUCCESS(_status) ((_status) >= 0) argument
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dfphdlimp.cpp64 UErrorCode& _status) in FieldPositionIteratorHandler() argument
65 : iter(posIter), vec(NULL), status(_status) { in FieldPositionIteratorHandler()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Devent.cpp30 context(ctx), _wait_count(1), _status(0), in event()
67 _status = status; in abort_self()
97 return _status; in status()
Devent.hpp92 cl_int _status; member in clover::event
/third_party/icu/icu4c/source/test/intltest/
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.addElement(new UnicodeString(ids[i]), _status); in TestMultipleKeyStringFactory()
574 if (U_SUCCESS(_status)) { in create()
579 status = _status; in create()
585 if (U_SUCCESS(_status)) { in updateVisibleIDs()
593 if (U_SUCCESS(_status) && _ids.contains((void*)&id)) { in getDisplayName()
/third_party/rust/crates/rustix/tests/process/
Dproc.rs4 let _status = rustix::io::proc_self_status().unwrap(); in test_proc_funcs() localVariable
/third_party/mesa3d/docs/relnotes/
D10.5.6.rst64 - clover: Wrap event::_status in a method to prevent unlocked access.
65 - clover: Implement locking of the wait_count, \_chain and \_status
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_device.dart529 Status _status;
535 _status ??= logger.startProgress(
550 _status?.cancel();
551 _status = null;
586 _status.stop();
593 _status.stop();
/third_party/flutter/flutter/examples/layers/services/
Disolate.dart208 String _status = 'Idle';
254 Text(_status),
300 _status = _getStatus(_calculationManager.state);
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Danimations.dart175 _status = AnimationStatus.dismissed;
180 AnimationStatus _status;
193 _status = _parent.status;
204 if (_status != _parent.status)
206 _status = null;
228 AnimationStatus get status => _parent != null ? _parent.status : _status;
Danimation_controller.dart397 _status = AnimationStatus.dismissed;
399 _status = AnimationStatus.completed;
401 _status = (_direction == _AnimationDirection.forward) ?
425 AnimationStatus get status => _status;
426 AnimationStatus _status;
582 _status = (_direction == _AnimationDirection.forward) ?
686 _status = (_direction == _AnimationDirection.forward) ?
763 _status = (_direction == _AnimationDirection.forward) ?
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Ddaemon.dart1029 Status _status;
1048 _status = SilentStatus(
1051 _status = null;
1058 return _status;

123