Home
last modified time | relevance | path

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

123

/external/tcpdump/tests/
Disis_3-v.out12 Flags [none], Remaining holding time 0s
30 Flags [none], Remaining holding time 0s
48 Flags [none], Remaining holding time 0s
66 Flags [none], Remaining holding time 0s
84 Flags [none], Remaining holding time 0s
104 Flags [none], Remaining holding time 0s
124 Flags [none], Remaining holding time 0s
192 Flags [none], Remaining holding time 0s
212 Flags [none], Remaining holding time 0s
241 Flags [none], Remaining holding time 0s
[all …]
Disis_2-v.out12 Flags [none], Remaining holding time 0s
30 Flags [none], Remaining holding time 0s
48 Flags [none], Remaining holding time 0s
66 Flags [none], Remaining holding time 0s
84 Flags [none], Remaining holding time 0s
102 Flags [none], Remaining holding time 0s
122 Flags [none], Remaining holding time 0s
142 Flags [none], Remaining holding time 0s
197 Flags [none], Remaining holding time 0s
217 Flags [none], Remaining holding time 0s
[all …]
Disis_1-v.out21 Flags [none], Remaining holding time 0s
41 Flags [none], Remaining holding time 0s
61 Flags [none], Remaining holding time 0s
81 Flags [none], Remaining holding time 0s
110 Flags [none], Remaining holding time 0s
130 Flags [none], Remaining holding time 0s
173 Flags [none], Remaining holding time 0s
193 Flags [none], Remaining holding time 0s
222 Flags [none], Remaining holding time 0s
242 Flags [none], Remaining holding time 0s
[all …]
Disis_4-v.out6 Flags [none], Remaining holding time 0s
26 Flags [none], Remaining holding time 0s
46 Flags [none], Remaining holding time 0s
66 Flags [none], Remaining holding time 0s
86 Flags [none], Remaining holding time 0s
106 Flags [none], Remaining holding time 0s
126 Flags [none], Remaining holding time 0s
146 Flags [none], Remaining holding time 0s
286 Flags [none], Remaining holding time 0s
306 Flags [none], Remaining holding time 0s
[all …]
Disis-seg-fault-1-v.out12 Flags [none], Remaining holding time 0s
/external/llvm/lib/IR/
DGCOV.cpp480 StringRef Remaining; member in __anon6532c8d40111::LineConsumer
488 Remaining = ""; in LineConsumer()
491 Remaining = Buffer->getBuffer(); in LineConsumer()
494 bool empty() { return Remaining.empty(); } in empty()
500 std::tie(Line, Remaining) = Remaining.split("\n"); in printNext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp498 StringRef Remaining; member in __anonc62d917c0111::LineConsumer
506 Remaining = ""; in LineConsumer()
509 Remaining = Buffer->getBuffer(); in LineConsumer()
512 bool empty() { return Remaining.empty(); } in empty()
518 std::tie(Line, Remaining) = Remaining.split("\n"); in printNext()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dfunction-count-update-3.ll16 ; Remaining count of e = C3 - 100 = 500 - 100 = 400
17 ; Remaining count of c = C4 - C1 - C5 = 500 - 200 - 300 = 0
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp92 size_t Remaining = BitcodeBuffer.size(); in GetBytes() local
93 Len = std::min(Len, Remaining); in GetBytes()
DIceCfgNode.cpp477 SizeT Remaining = Desc.size(); in advancedPhiLowering() local
490 --Remaining; in advancedPhiLowering()
536 for (; Remaining; --Remaining) { in advancedPhiLowering()
/external/perfetto/protos/perfetto/trace/power/
Dbattery_counters.proto25 // Remaining battery capacity percentage of total capacity
/external/syzkaller/vendor/google.golang.org/api/iterator/
Diterator.go104 func (pi *PageInfo) Remaining() int { return pi.bufLen() } func
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2a.rc51 LTEXT "Remaining time:", IDT_PROGRESS_REMAINING, m, y1, x0s, 8
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp116 StringRef Token, Remaining; in getTokenForError() local
118 std::tie(Token, Remaining) = parseSymbol(Expr); in getTokenForError()
120 std::tie(Token, Remaining) = parseNumberString(Expr); in getTokenForError()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp79 template<class T, int Remaining, T Step = 1, T Cursor = 0, T... ValueN>
88 template<class T, int Remaining, T Step, T Cursor, T... ValueN>
91 … typedef typename values_from<T, Remaining - 1, Step, Cursor + Step, ValueN..., Cursor>::type type;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp116 StringRef Token, Remaining; in getTokenForError() local
118 std::tie(Token, Remaining) = parseSymbol(Expr); in getTokenForError()
120 std::tie(Token, Remaining) = parseNumberString(Expr); in getTokenForError()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp98 Error Remaining = in checkError() local
106 EXPECT_FALSE(Remaining); in checkError()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1093 BlockMass Remaining = BlockMass::getFull();
1096 Mass = Remaining * BranchProbability(1, Loop.NumHeaders - H);
1097 Remaining -= Mass;
/external/llvm/lib/MC/
DMCAsmStreamer.cpp807 unsigned Remaining = Size - Emitted; in EmitValueImpl() local
810 unsigned EmissionSize = PowerOf2Floor(std::min(Remaining, Size - 1)); in EmitValueImpl()
814 IsLittleEndian ? Emitted : (Remaining - EmissionSize); in EmitValueImpl()
/external/llvm/lib/Target/PowerPC/
Dp9-instrs.txt3 . Remaining Instructions (Total 56 Instructions, include 2 unknow instructions)
7 //. Remaining Instructions
/external/llvm/lib/Target/AMDGPU/
DCIInstructions.td11 // Remaining instructions:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp925 unsigned Remaining = Size - Emitted; in EmitValueImpl() local
928 unsigned EmissionSize = PowerOf2Floor(std::min(Remaining, Size - 1)); in EmitValueImpl()
932 IsLittleEndian ? Emitted : (Remaining - EmissionSize); in EmitValueImpl()
/external/pdfium/third_party/lcms/
D0000-cmserr-changes.patch214 - // Remaining plug-ins does NOT have any copy in the context structure, but this is somehow spe…
/external/libjpeg-turbo/
Dwizard.txt180 0: 10-63, 0, 0 ; # Remaining Y coefficients
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas734 I, Remaining: Integer;
754 Remaining := TUnBufferedTreeNodeStream.INITIAL_LOOKAHEAD_BUFFER_SIZE - N;
756 for I := 1 to Remaining + WrapBy do

123