HomeSort by relevance Sort by last modified time
    Searched refs:Closed (Results 1 - 16 of 16) sorted by null

  /external/brotli/csharp/org/brotli/dec/
RunningState.cs 33 internal const int Closed = 11;
State.cs 163 if (state.runningState == Org.Brotli.Dec.RunningState.Closed)
167 state.runningState = Org.Brotli.Dec.RunningState.Closed;
Decode.cs 667 if (state.runningState == Org.Brotli.Dec.RunningState.Closed)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 11 // - If a file has been closed with fclose, it should not be accessed again.
12 // Accessing a closed file results in undefined behavior.
13 // - If a file was opened with fopen, it must be closed with fclose before
33 enum Kind { Opened, Closed } K;
38 bool isClosed() const { return K == Closed; }
41 static StreamState getClosed() { return StreamState(Closed); }
150 // Check if the stream has already been closed.
158 // Generate the next transition, in which the stream is closed.
211 "Closing a previously closed file stream", ErrNode);
224 "Opened file is never closed; potential resource leak", ErrNode)
    [all...]
StreamChecker.cpp 30 enum Kind { Opened, Closed, OpenFailed, Escaped } K;
36 bool isClosed() const { return K == Closed; }
45 static StreamState getClosed(const Stmt *s) { return StreamState(Closed, s); }
386 " closed. Cause undefined behaviour."));
414 "Opened File never closed. Potential Resource leak."));
  /external/libhevc/test/encoder/
vid_enc_cfg.txt 47 --max_closed_gop_period 0 /* Max IDR Pic distance- Closed GOP {0} */
48 --min_closed_gop_period 0 /* Min IDR Pic distance- Closed GOP {0} */
  /external/v8/src/compiler/
memory-optimizer.h 74 static AllocationState const* Closed(AllocationGroup* group, Zone* zone) {
memory-optimizer.cc 310 state = AllocationState::Closed(group, zone());
477 state = AllocationState::Closed(group, zone());
  /external/syzkaller/dashboard/app/
reporting.go 160 if !bugReporting.Closed.IsZero() {
297 // reportingPollClosed is called by backends to get list of closed bugs.
312 var closed []string
324 if bug.Status >= BugStatusFixed || !bugReporting.Closed.IsZero() {
325 closed = append(closed, id)
328 return closed, nil
401 if !dupReporting.Closed.IsZero() && dupCanon.Status == BugStatusOpen {
500 bug.Closed = time.Time{}
505 // Close all previous reporting if they are not closed ye
    [all...]
main.go 540 bug.Status == BugStatusInvalid && !bugReporting.Closed.IsZero() &&
541 bug.Reporting[i+1].Closed.IsZero() ||
543 bugReporting.Closed.IsZero() {
549 status = "closed as invalid"
553 status = "closed as dup"
557 status = fmt.Sprintf("%v on %v", status, formatTime(bug.Closed))
574 ClosedTime: bug.Closed,
entities.go 81 Closed time.Time
97 Closed time.Time
jobs.go 182 case !bugReporting.Closed.IsZero():
api.go 412 bug.Closed = now
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
ServerImpl.java 622 public void closed(Status status) {} method in class:ServerImpl.NoopListener
725 public void closed(final Status status) { method in class:ServerImpl.JumpToApplicationThreadServerStreamListener
734 final class Closed extends ContextRunnable {
735 Closed() {
741 getListener().closed(status);
745 callExecutor.execute(new Closed());
  /external/syzkaller/vendor/golang.org/x/net/http2/
http2.go 86 // "half-closed (remote)". This is one less state transition to track.
106 stateClosed: "Closed",
232 // A closeWaiter is like a sync.WaitGroup but only goes 1 to 0 (open to closed).
243 // Close marks the closeWaiter as closed and unblocks any waiters.
248 // Wait waits for the closeWaiter to become closed.
  /external/kotlinc/lib/
kotlin-daemon-client.jar 

Completed in 2100 milliseconds