Home
last modified time | relevance | path

Searched refs:COMPLETE (Results 1 - 15 of 15) sorted by relevance

/third_party/rust/crates/once_cell/src/
H A Dimp_pl.rs14 const COMPLETE: u8 = 0x2; consts
33 OnceCell { state: AtomicU8::new(COMPLETE), value: UnsafeCell::new(Some(value)) }
39 self.state.load(Ordering::Acquire) == COMPLETE
85 || self.state.load(Ordering::Acquire) != COMPLETE,
147 guard.new_state = COMPLETE; in initialize_inner()
151 Err(COMPLETE) => return, in initialize_inner()
H A Dimp_std.rs19 // * The current state of the cell (`INCOMPLETE`, `RUNNING`, `COMPLETE`)
137 const COMPLETE: usize = 0x2; consts
139 const COMPLETE_PTR: *mut Waiter = COMPLETE as *mut Waiter;
193 (COMPLETE, _) => return, in initialize_or_wait()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java300 int state1 = Utf8.partialIsValidUtf8(Utf8.COMPLETE, bytes, 0, i); in testBytes()
303 if (isRoundTrippable != (state3 == Utf8.COMPLETE)) { in testBytes()
307 assertEquals(isRoundTrippable, (state3 == Utf8.COMPLETE)); in testBytes()
319 assertEquals(state3, x.partialIsValidUtf8(Utf8.COMPLETE, 0, numBytes)); in testBytes()
321 assertEquals(state1, x.partialIsValidUtf8(Utf8.COMPLETE, 0, i)); in testBytes()
322 assertEquals(state1, x.substring(0, i).partialIsValidUtf8(Utf8.COMPLETE, 0, i)); in testBytes()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUtf8.java68 * the partial byte sequence is definitely not well-formed, {@link #COMPLETE} if it is well-formed
105 public static final int COMPLETE = 0; field in Utf8
156 * == Utf8.COMPLETE}.
167 * @param state either {@link Utf8#COMPLETE} (if this is the initial decoding operation) or the
170 * #COMPLETE} if it is well-formed (no additional input needed), or if the byte sequence is
387 * == Utf8.COMPLETE}.
390 return partialIsValidUtf8(COMPLETE, bytes, index, limit) == COMPLETE; in isValidUtf8()
398 * @param state either {@link Utf8#COMPLETE} (if this is the initial decoding operation) or the
401 * #COMPLETE} i
[all...]
H A DRopeByteString.java480 int leftPartial = left.partialIsValidUtf8(Utf8.COMPLETE, 0, leftLength); in isValidUtf8()
482 return state == Utf8.COMPLETE; in isValidUtf8()
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dftp.h4 #define COMPLETE 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dftp.h4 #define COMPLETE 2 macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dftp.h4 #define COMPLETE 2 macro
/third_party/musl/include/arpa/
H A Dftp.h4 #define COMPLETE 2 macro
/third_party/node/deps/v8/src/heap/
H A Dincremental-marking-inl.h45 if (state_ == COMPLETE) { in RestartIfNotMarking()
H A Dincremental-marking.h32 enum State : uint8_t { STOPPED, MARKING, COMPLETE };
117 inline bool IsComplete() const { return state() == COMPLETE; } in IsComplete()
H A Dincremental-marking.cc688 SetState(COMPLETE); in MarkingComplete()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js2454 this.phase = (tests.is_aborted || tests.phase === tests.phases.COMPLETE) ?
2455 this.phases.COMPLETE : this.phases.INITIAL;
2483 if (tests.phase === tests.phases.COMPLETE) {
2515 COMPLETE:4
2929 if (test.phase === test.phases.COMPLETE) {
3040 test.phase = test.phases.COMPLETE;
3117 this.phase = this.phases.COMPLETE;
3372 COMPLETE:4
3522 test.phase = test.phases.COMPLETE;
3617 if (this.phase === this.phases.COMPLETE) {
[all...]
/third_party/libabigail/tools/
H A Dfedabipkgdiff742 By default, only builds with COMPLETE state are queried and returns
747 Koji. fedabipkgdiff only cares about builds with COMPLETE state. If
748 state is omitted, builds with COMPLETE state are queried from Koji by
765 state = koji.BUILD_STATES['COMPLETE']
/third_party/mksh/
H A Dedit.c3605 NONE = 0, EXPAND, COMPLETE, PRINT enumerator
5421 if (cmd == 0 && expanded == COMPLETE && buf) { in complete_word()
5485 expanded = COMPLETE; in complete_word()

Completed in 19 milliseconds