/external/syzkaller/dashboard/app/ |
D | reporting.go | 160 if !bugReporting.Closed.IsZero() { 324 if bug.Status >= BugStatusFixed || !bugReporting.Closed.IsZero() { 401 if !dupReporting.Closed.IsZero() && dupCanon.Status == BugStatusOpen { 500 bug.Closed = time.Time{} 511 if bug.Reporting[i].Closed.IsZero() { 512 bug.Reporting[i].Closed = now 530 bug.Closed = time.Time{} 531 bugReporting.Closed = now 533 bugReporting.Closed = now 534 bug.Closed = now [all …]
|
D | entities.go | 81 Closed time.Time member 97 Closed time.Time member
|
D | main.go | 540 bug.Status == BugStatusInvalid && !bugReporting.Closed.IsZero() && 541 bug.Reporting[i+1].Closed.IsZero() || 543 bugReporting.Closed.IsZero() { 557 status = fmt.Sprintf("%v on %v", status, formatTime(bug.Closed)) 574 ClosedTime: bug.Closed,
|
D | jobs.go | 182 case !bugReporting.Closed.IsZero():
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | SimpleStreamChecker.cpp | 33 enum Kind { Opened, Closed } K; enumerator 38 bool isClosed() const { return K == Closed; } in isClosed() 41 static StreamState getClosed() { return StreamState(Closed); } in getClosed()
|
D | StreamChecker.cpp | 30 enum Kind { Opened, Closed, OpenFailed, Escaped } K; enumerator 36 bool isClosed() const { return K == Closed; } in isClosed() 45 static StreamState getClosed(const Stmt *s) { return StreamState(Closed, s); } in getClosed()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | opt-Os-pipeline.ll | 84 ; CHECK-NEXT: Loop-Closed SSA Form Pass 103 ; CHECK-NEXT: Loop-Closed SSA Form Pass 145 ; CHECK-NEXT: Loop-Closed SSA Form Pass 177 ; CHECK-NEXT: Loop-Closed SSA Form Pass 225 ; CHECK-NEXT: Loop-Closed SSA Form Pass 235 ; CHECK-NEXT: Loop-Closed SSA Form Pass 250 ; CHECK-NEXT: Loop-Closed SSA Form Pass
|
D | opt-O2-pipeline.ll | 97 ; CHECK-NEXT: Loop-Closed SSA Form Pass 116 ; CHECK-NEXT: Loop-Closed SSA Form Pass 158 ; CHECK-NEXT: Loop-Closed SSA Form Pass 190 ; CHECK-NEXT: Loop-Closed SSA Form Pass 238 ; CHECK-NEXT: Loop-Closed SSA Form Pass 248 ; CHECK-NEXT: Loop-Closed SSA Form Pass 263 ; CHECK-NEXT: Loop-Closed SSA Form Pass
|
D | opt-O3-pipeline.ll | 101 ; CHECK-NEXT: Loop-Closed SSA Form Pass 120 ; CHECK-NEXT: Loop-Closed SSA Form Pass 162 ; CHECK-NEXT: Loop-Closed SSA Form Pass 194 ; CHECK-NEXT: Loop-Closed SSA Form Pass 242 ; CHECK-NEXT: Loop-Closed SSA Form Pass 252 ; CHECK-NEXT: Loop-Closed SSA Form Pass 267 ; CHECK-NEXT: Loop-Closed SSA Form Pass
|
/external/brotli/csharp/org/brotli/dec/ |
D | State.cs | 163 if (state.runningState == Org.Brotli.Dec.RunningState.Closed) in Close() 167 state.runningState = Org.Brotli.Dec.RunningState.Closed; in Close()
|
D | RunningState.cs | 33 internal const int Closed = 11; field in Org.Brotli.Dec.RunningState
|
/external/libxml2/result/schematron/ |
D | zvon10_0.err | 3 Pattern: Closed model
|
D | zvon10_1.err | 3 Pattern: Closed model
|
/external/libxml2/test/schematron/ |
D | zvon10.sct | 8 <pattern name="Closed model">
|
/external/libhevc/test/encoder/ |
D | 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/u-boot/board/engicam/imx6ul/ |
D | README | 27 MMC Boot: JM3 Closed
|
/external/u-boot/board/engicam/imx6q/ |
D | README | 27 MMC Boot: JM3 Closed
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | ServerImpl.java | 734 final class Closed extends ContextRunnable { in closed() class 735 Closed() { in closed() method in ServerImpl.JumpToApplicationThreadServerStreamListener.Closed 745 callExecutor.execute(new Closed()); in closed()
|
/external/v8/src/compiler/ |
D | memory-optimizer.h | 74 static AllocationState const* Closed(AllocationGroup* group, Zone* zone) { in Closed() function
|
D | memory-optimizer.cc | 310 state = AllocationState::Closed(group, zone()); in VisitAllocateRaw() 477 state = AllocationState::Closed(group, zone()); in MergeStates()
|
/external/hyphenation-patterns/eu/ |
D | hyph-eu.lic.txt | 51 % Closed vowels: i u
|
/external/gflags/ |
D | ChangeLog.txt | 47 - Closed issue 120: Configure and install gflags.pc file for pkg-config users 57 - Closed issue 106: Add example project to test use of gflags library
|
/external/llvm/docs/ |
D | Lexicon.rst | 132 Loop-Closed Static Single Assignment Form
|
/external/eigen/doc/ |
D | TopicLinearAlgebraDecompositions.dox | 137 <td><em>Closed forms for 2x2 and 3x3</em></td>
|
/external/webrtc/talk/app/webrtc/objctests/ |
D | RTCPeerConnectionTest.mm | 290 // TODO(tkchin): figure out why Closed->Closing without this.
|