/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 63 /* 3 */ MCD::OPC_FilterValue, 0, 47, 14, 0, // Skip to: 3639 65 /* 11 */ MCD::OPC_FilterValue, 0, 110, 7, 0, // Skip to: 1918 67 /* 19 */ MCD::OPC_FilterValue, 0, 139, 1, 0, // Skip to: 419 69 /* 27 */ MCD::OPC_FilterValue, 0, 123, 0, 0, // Skip to: 155 71 /* 35 */ MCD::OPC_FilterValue, 0, 25, 0, 0, // Skip to: 65 72 /* 40 */ MCD::OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 56 73 /* 45 */ MCD::OPC_CheckField, 5, 7, 0, 4, 0, 0, // Skip to: 56 75 /* 56 */ MCD::OPC_CheckPredicate, 0, 128, 32, 0, // Skip to: 8381 77 /* 65 */ MCD::OPC_FilterValue, 1, 25, 0, 0, // Skip to: 95 78 /* 70 */ MCD::OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 86 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 63 /* 3 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 26 64 /* 8 */ MCD::OPC_CheckField, 29, 3, 0, 137, 137, 1, // Skip to: 100760 65 /* 15 */ MCD::OPC_CheckField, 16, 10, 0, 130, 137, 1, // Skip to: 100760 67 /* 26 */ MCD::OPC_FilterValue, 1, 147, 160, 0, // Skip to: 41138 69 /* 34 */ MCD::OPC_FilterValue, 0, 246, 47, 0, // Skip to: 12317 71 /* 42 */ MCD::OPC_FilterValue, 0, 94, 19, 0, // Skip to: 5005 73 /* 50 */ MCD::OPC_FilterValue, 0, 92, 9, 0, // Skip to: 2451 75 /* 58 */ MCD::OPC_FilterValue, 0, 67, 2, 0, // Skip to: 642 77 /* 66 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 102 79 /* 74 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 88 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDisassemblerTables.inc | 63 /* 3 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 17 64 /* 8 */ MCD::OPC_CheckPredicate, 0, 71, 2, 0, // Skip to: 596 66 /* 17 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 31 67 /* 22 */ MCD::OPC_CheckPredicate, 0, 57, 2, 0, // Skip to: 596 69 /* 31 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 45 70 /* 36 */ MCD::OPC_CheckPredicate, 0, 43, 2, 0, // Skip to: 596 72 /* 45 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 59 73 /* 50 */ MCD::OPC_CheckPredicate, 0, 29, 2, 0, // Skip to: 596 75 /* 59 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 73 76 /* 64 */ MCD::OPC_CheckPredicate, 0, 15, 2, 0, // Skip to: 596 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 63 /* 3 */ MCD::OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20 64 /* 8 */ MCD::OPC_CheckField, 1, 10, 128, 2, 133, 66, 0, // Skip to: 17045 66 /* 20 */ MCD::OPC_FilterValue, 2, 4, 0, 0, // Skip to: 29 68 /* 29 */ MCD::OPC_FilterValue, 3, 4, 0, 0, // Skip to: 38 70 /* 38 */ MCD::OPC_FilterValue, 4, 12, 12, 0, // Skip to: 3127 72 /* 46 */ MCD::OPC_FilterValue, 0, 237, 0, 0, // Skip to: 288 74 /* 54 */ MCD::OPC_FilterValue, 0, 4, 0, 0, // Skip to: 63 76 /* 63 */ MCD::OPC_FilterValue, 1, 4, 0, 0, // Skip to: 72 78 /* 72 */ MCD::OPC_FilterValue, 2, 4, 0, 0, // Skip to: 81 80 /* 81 */ MCD::OPC_FilterValue, 3, 4, 0, 0, // Skip to: 90 [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | file_io_test.cc | 57 is.Skip(89); in TestFileInputStream() 63 is.Skip(-89); in TestFileInputStream() 67 is.Skip(100); in TestFileInputStream() 70 is.Skip(-400); in TestFileInputStream() 118 is.Skip(89); in TestFontInputStreamBasic() 125 font_is2.Skip(-200); in TestFontInputStreamBasic() 137 font_is.Skip(TTF_OFFSET[SAMPLE_TTF_FEAT]); in TestFontInputStreamTableLoading()
|
D | memory_io_test.cc | 63 EXPECT_EQ(is.Skip(30), 30); // position 50 in TestMemoryInputStream() 68 EXPECT_EQ(is.Skip(-20), -20); // position 40 in TestMemoryInputStream() 73 EXPECT_EQ(is.Skip(-60), -50); // Out of bound, position 0 in TestMemoryInputStream() 74 EXPECT_EQ(is.Skip(kTestBufferLen + 10), (int32_t)kTestBufferLen); in TestMemoryInputStream()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | file_io_test.cc | 57 is.Skip(89); in TestFileInputStream() 63 is.Skip(-89); in TestFileInputStream() 67 is.Skip(100); in TestFileInputStream() 70 is.Skip(-400); in TestFileInputStream() 118 is.Skip(89); in TestFontInputStreamBasic() 125 font_is2.Skip(-200); in TestFontInputStreamBasic() 137 font_is.Skip(TTF_OFFSET[SAMPLE_TTF_FEAT]); in TestFontInputStreamTableLoading()
|
D | memory_io_test.cc | 63 EXPECT_EQ(is.Skip(30), 30); // position 50 in TestMemoryInputStream() 68 EXPECT_EQ(is.Skip(-20), -20); // position 40 in TestMemoryInputStream() 73 EXPECT_EQ(is.Skip(-60), -50); // Out of bound, position 0 in TestMemoryInputStream() 74 EXPECT_EQ(is.Skip(kTestBufferLen + 10), (int32_t)kTestBufferLen); in TestMemoryInputStream()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 96 bool FileInputStream::Skip(int count) { return impl_.Skip(count); } in Skip() function in google::protobuf::io::FileInputStream 147 int FileInputStream::CopyingFileInputStream::Skip(int count) { in Skip() function in google::protobuf::io::FileInputStream::CopyingFileInputStream 161 return CopyingInputStream::Skip(count); in Skip() 263 bool IstreamInputStream::Skip(int count) { return impl_.Skip(count); } in Skip() function in google::protobuf::io::IstreamInputStream 340 bool ConcatenatingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::ConcatenatingInputStream 345 if (streams_[0]->Skip(count)) return true; in Skip()
|
D | zero_copy_stream_impl_lite.cc | 88 bool ArrayInputStream::Skip(int count) { in Skip() function in google::protobuf::io::ArrayInputStream 186 int CopyingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::CopyingInputStream 262 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip() function in google::protobuf::io::CopyingInputStreamAdaptor 280 int skipped = copying_stream_->Skip(count); in Skip() 414 bool LimitingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::LimitingInputStream 417 input_->Skip(limit_); in Skip() 421 if (!input_->Skip(count)) return false; in Skip()
|
D | zero_copy_stream_impl_lite.h | 82 bool Skip(int count) override; 193 virtual int Skip(int count); 221 bool Skip(int count) override; 355 bool Skip(int count) override;
|
D | zero_copy_stream_impl.h | 95 bool Skip(int count) override; 110 int Skip(int count) override; 228 bool Skip(int count) override; 316 bool Skip(int count) override;
|
/third_party/protobuf/objectivec/DevTools/ |
D | full_mac_build.sh | 35 Skip some of the core protobuf build/checks to shorten the build time. 37 Skip the invoke of Xcode to test the runtime on both iOS and OS X. 39 Skip the invoke of Xcode to test the runtime on iOS. 41 Skip the Xcode Debug configuration. 43 Skip the Xcode Release configuration. 45 Skip the invoke of Xcode to test the runtime on OS X. 47 Skip the invoke of Xcode to test the runtime on tvOS. 49 Skip the Objective C conformance tests (run on OS X).
|
/third_party/protobuf/objectivec/Tests/CocoaPods/ |
D | run_tests.sh | 23 Skip the static based pods tests. 25 Skip the framework based pods tests. 27 Skip the iOS pods tests. 29 Skip the OS X pods tests.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DebugCounter.h | 86 if (CounterInfo.Skip < 0) in shouldExecute() 88 if (CounterInfo.Skip >= CounterInfo.Count) in shouldExecute() 92 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute() 170 int64_t Skip = 0; member
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 134 static WEBP_INLINE void Skip(MemBuffer* const mem, size_t size) { in Skip() function 149 Skip(mem, 1); in ReadByte() 156 Skip(mem, 2); in ReadLE16s() 163 Skip(mem, 3); in ReadLE24s() 170 Skip(mem, 4); in ReadLE32() 245 Skip(mem, payload_available); in StoreFrame() 271 Skip(mem, payload_available); in StoreFrame() 397 Skip(mem, RIFF_HEADER_SIZE); in ReadHeader() 488 Skip(mem, chunk_size_padded - ANIM_CHUNK_SIZE); in ParseVP8XChunks() 491 goto Skip; in ParseVP8XChunks() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 134 static WEBP_INLINE void Skip(MemBuffer* const mem, size_t size) { in Skip() function 149 Skip(mem, 1); in ReadByte() 156 Skip(mem, 2); in ReadLE16s() 163 Skip(mem, 3); in ReadLE24s() 170 Skip(mem, 4); in ReadLE32() 241 Skip(mem, payload_available); in StoreFrame() 267 Skip(mem, payload_available); in StoreFrame() 388 Skip(mem, RIFF_HEADER_SIZE); in ReadHeader() 477 Skip(mem, chunk_size_padded - ANIM_CHUNK_SIZE); in ParseVP8XChunks() 480 goto Skip; in ParseVP8XChunks() [all …]
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | bytestream.cc | 51 Skip(fragment_size); in CopyTo() 156 void ArrayByteSource::Skip(size_t n) { in Skip() function in google::protobuf::strings::ArrayByteSource 184 void LimitByteSource::Skip(size_t n) { in Skip() function in google::protobuf::strings::LimitByteSource 186 source_->Skip(n); in Skip()
|
D | bytestream_unittest.cc | 57 void Skip(size_t n) { data_.remove_prefix(n); } in Skip() function in google::protobuf::strings::__anon9198807d0111::MockByteSource 77 source.Skip(1); in TEST() 91 limit_source.Skip(1); in TEST()
|
D | bytestream.h | 134 virtual void Skip(size_t n) = 0; 302 virtual void Skip(size_t n) override; 334 virtual void Skip(size_t n) override;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_reader.h | 124 absl::string_view Skip(size_t skip); 189 inline absl::string_view CordRepBtreeReader::Skip(size_t skip) { in Skip() function 193 CordRepBtreeNavigator::Position pos = navigator_.Skip(skip + edge_length); in Skip()
|
/third_party/boost/libs/graph/example/ |
D | kevin-bacon2.dat | 1 …Skip (2000) 7 2 25 White Water Summer (1987) 8 9 11 Rudy (1993) 9 2 15 Sleepers (1996) 10 11 13 Mi…
|
D | kevin-bacon.dat | 6 Clint Howard;My Dog Skip (2000);Kevin Bacon 21 Peter Crombie;My Dog Skip (2000);Kevin Bacon 45 Diane Lane;My Dog Skip (2000);Kevin Bacon
|
/third_party/flutter/flutter/packages/flutter_test/test/bindings_environment/ |
D | flutter_test_variable_is_false_test.dart | 14 'browser': <Skip>[Skip('Browser will not use the live binding')]
|
/third_party/boost/boost/xpressive/ |
D | regex_primitives.hpp | 154 template<typename Skip> 157 typedef typename proto::result_of::as_expr<Skip>::type skip_type; 159 skip_directive(Skip const &skip) in skip_directive() 872 template<typename Skip> 873 detail::skip_directive<Skip> skip(Skip const &skip) in skip() 875 return detail::skip_directive<Skip>(skip); in skip()
|