/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | span.go | 47 func (l Location) Before(o Location) bool { return l.Compare(o) == -1 } func 64 case s.Start.Before(o.Start): 66 case o.Start.Before(s.Start): 68 case s.End.Before(o.End): 70 case o.End.Before(s.End): 77 func (s Span) Before(o Span) bool { return s.Compare(o) == -1 } func 101 if first := (*l)[idxStart]; first.Start.Before(s.Start) {
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | then.hpp | 24 template <typename Before, typename Xs> 25 constexpr decltype(auto) then_t::operator()(Before&& before, Xs&& xs) const { in operator ()() 26 using M = typename hana::tag_of<Before>::type; in operator ()() 40 return Then::apply(static_cast<Before&&>(before), in operator ()()
|
/third_party/boost/boost/hana/ |
D | then.hpp | 24 template <typename Before, typename Xs> 25 constexpr decltype(auto) then_t::operator()(Before&& before, Xs&& xs) const { in operator ()() 26 using M = typename hana::tag_of<Before>::type; in operator ()() 40 return Then::apply(static_cast<Before&&>(before), in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 176 MachineBasicBlock::iterator Before); 181 void toExact(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, 183 void toWQM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, 185 void toWWM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, 187 void fromWWM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, 560 MachineBasicBlock::iterator Before) { in saveSCC() argument 564 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), SaveReg) in saveSCC() 567 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), AMDGPU::SCC) in saveSCC() 629 MachineBasicBlock::iterator Before, in toExact() argument 634 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(ST->isWave32() ? in toExact() [all …]
|
/third_party/pcre2/pcre2/testdata/ |
D | grepinput8 | 7 Before 111 8 Before 222
Before 333
Match
|
D | grepoutput8 | 9 12-Before 111 10 13-Before 222
14-Before 333
15:Match
|
/third_party/node/tools/ |
D | certdata.txt | 80 # Not Valid Before: Tue Sep 01 12:00:00 1998 176 # Not Valid Before: Tue Sep 01 12:00:00 1998 214 # Not Valid Before: Fri Dec 15 08:00:00 2006 312 # Not Valid Before: Fri Dec 15 08:00:00 2006 349 # Not Valid Before: Fri Oct 01 00:00:00 1999 473 # Not Valid Before: Fri Oct 01 00:00:00 1999 519 # Not Valid Before: Fri Oct 01 00:00:00 1999 643 # Not Valid Before: Fri Oct 01 00:00:00 1999 689 # Not Valid Before: Fri Dec 24 17:50:51 1999 808 # Not Valid Before: Fri Dec 24 17:50:51 1999 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 99 AccumBitVector Before; member 159 return minBeforeBytes() + TM->Bits->Before.Bytes.size(); in allocatedBeforeBytes() 171 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal); in setBeforeBit() 186 TM->Bits->Before.setLE(Pos - 8 * minBeforeBytes(), RetVal, Size); in setBeforeBytes() 188 TM->Bits->Before.setBE(Pos - 8 * minBeforeBytes(), RetVal, Size); in setBeforeBytes()
|
/third_party/typescript/tests/baselines/reference/ |
D | parserGreaterThanTokenAmbiguity20.types | 3 >1// Before>>>= // after2 : number 6 // Before
|
/third_party/boost/boost/hana/fwd/ |
D | then.hpp | 44 template <typename Before, typename Xs> 45 constexpr decltype(auto) operator()(Before&& before, Xs&& xs) const;
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | then.hpp | 44 template <typename Before, typename Xs> 45 constexpr decltype(auto) operator()(Before&& before, Xs&& xs) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegBankSelect.cpp | 736 bool Before = !MO.isDef(); in RepairingPlacement() local 740 addInsertPoint(MI, Before); in RepairingPlacement() 750 if (!Before) { in RepairingPlacement() 784 if (Before) { in RepairingPlacement() 818 bool Before) { in addInsertPoint() argument 819 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint() 840 bool Before) in InstrInsertPoint() argument 841 : InsertPoint(), Instr(Instr), Before(Before) { in InstrInsertPoint() 844 assert((!Before || !Instr.isPHI()) && in InstrInsertPoint() 846 assert((!Before || !Instr.getNextNode() || !Instr.getNextNode()->isPHI()) && in InstrInsertPoint() [all …]
|
/third_party/flutter/flutter/examples/flutter_gallery/android/app/src/androidTest/java/io/flutter/demo/gallery/ |
D | FlutterGalleryInstrumentationTest.java | 10 import org.junit.Before; 27 @Before
|
/third_party/skia/third_party/externals/oboe/ |
D | CONTRIBUTING.md | 3 ### Before you contribute 4 Before we can use your code, you must sign the 14 Before you start working on a larger contribution, you should get in touch with
|
/third_party/skia/third_party/externals/brotli/ |
D | CONTRIBUTING.md | 4 ### Before you contribute 5 Before we can use your code, you must sign the 15 Before you start working on a larger contribution, you should get in touch with
|
/third_party/skia/third_party/externals/swiftshader/ |
D | CONTRIBUTING.txt | 3 ### Before you contribute 4 Before we can use your code, you must sign the 14 Before you start working on a larger contribution, you should get in touch with
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BlockFrequency.cpp | 41 uint64_t Before = Freq.Frequency; in operator +=() local 45 if (Frequency < Before) in operator +=()
|
/third_party/jerryscript/docs/ |
D | 16.MIGRATION-GUIDE.md | 64 **Before** 112 **Before** 152 **Before** 201 **Before** 241 **Before** 285 **Before** 331 **Before** 383 **Before** 445 **Before** 466 **Before** [all …]
|
/third_party/grpc/src/android/test/interop/app/src/androidTest/java/io/grpc/interop/cpp/ |
D | InteropTest.java | 28 import org.junit.Before; 38 @Before
|
/third_party/flatbuffers/docs/source/gRPC/ |
D | CppUsage.md | 4 ## Before you get started 6 Before diving into the FlatBuffers gRPC usage in C++, you should already be
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | AbstractBreakIteratorTests.java | 7 import org.junit.Before; 87 @Before
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | BinaryProtocolTest.java | 38 import org.junit.Before; 45 @Before
|
/third_party/f2fs-tools/ |
D | README.md | 7 Before compilation 20 Before compilation initially, autoconf/automake tools should be run.
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | AbstractBreakIteratorTests.java | 8 import org.junit.Before; 90 @Before
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | LocaleAliasCollationTest.java | 15 import org.junit.Before; 51 @Before
|