| /third_party/skia/m133/modules/bentleyottmann/tests/ |
| D | SegmentTest.cpp | 53 Segment s1 = {p, {0, 0}}; in DEF_TEST() local 79 for (auto& s1 : outside) { in DEF_TEST() local 92 auto checkIntersection = [reporter](Segment s0, Segment s1, Point expected) { in DEF_TEST() 117 s1 = {{ 0, 1}, {0, -1}}; in DEF_TEST() local 123 s1 = {{ 0, 1}, {0, -1}}; in DEF_TEST() local 130 s1 = {{ 0, -1}, {0, 1}}; in DEF_TEST() local 137 s1 = {{-5, 5}, {5, -5}}; in DEF_TEST() local 165 s1 = {{100, -100}, {-100, 100}}; // goes through (0,0) in DEF_TEST() local 173 s1 = {{100, -100}, {-100, 100}}; // goes through (0,0) in DEF_TEST() local 184 s1 = {{1, 1}, {1, -1}}; in DEF_TEST() local [all …]
|
| D | MyersTest.cpp | 70 s1 = {{0, 0}, {-1, 1}}; in DEF_TEST() local 81 s1 = {{-1, 0}, {2, 0}}; in DEF_TEST() local 87 s1 = {{0, 0}, {1, 1}}; in DEF_TEST() local 95 s1 = {{10, -10}, {-10, 10}}, in DEF_TEST() local 112 s1 = {{0, 0}, {-2, 2}}; in DEF_TEST() local 118 s1 = {{2, -2}, {-2, 2}}; in DEF_TEST() local 128 s1 = {{6, -70}, {-2, 72}}; in DEF_TEST() local 139 auto checkIntersection = [&](Segment s0, Segment s1) { in DEF_TEST() 148 s1 = {{ 0, 1}, {0, -1}}; in DEF_TEST() local 154 s1 = {{ 0, 1}, {0, -1}}; in DEF_TEST() local [all …]
|
| D | BruteForceCrossingsTest.cpp | 18 s1 = {{ 0, 1}, {0, -1}}; in DEF_TEST() local 42 s1 = {p1, p2}, in DEF_TEST() local 59 s1 = {p1, p2}, in DEF_TEST() local
|
| D | BentleyOttmann1Test.cpp | 18 s1 = {{ 0, 1}, {0, -1}}; in DEF_TEST() local 42 s1 = {p1, p2}, in DEF_TEST() local 59 s1 = {p1, p2}, in DEF_TEST() local
|
| /third_party/ffmpeg/libavformat/ |
| D | rtpenc.c | 95 static int rtp_write_header(AVFormatContext *s1) in rtp_write_header() 287 static void rtcp_send_sr(AVFormatContext *s1, int64_t ntp_time, int bye) in rtcp_send_sr() 334 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m) in ff_rtp_send_data() 357 static int rtp_send_samples(AVFormatContext *s1, in rtp_send_samples() 386 static void rtp_send_mpegaudio(AVFormatContext *s1, in rtp_send_mpegaudio() 438 static void rtp_send_raw(AVFormatContext *s1, in rtp_send_raw() 460 static void rtp_send_mpegts_raw(AVFormatContext *s1, in rtp_send_mpegts_raw() 484 static int rtp_send_ilbc(AVFormatContext *s1, const uint8_t *buf, int size) in rtp_send_ilbc() 519 static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt) in rtp_write_packet() 649 static int rtp_write_trailer(AVFormatContext *s1) in rtp_write_trailer()
|
| /third_party/protobuf/third_party/abseil-cpp/absl/log/ |
| D | check.h | 184 #define CHECK_STREQ(s1, s2) \ argument 186 #define CHECK_STRNE(s1, s2) \ argument 188 #define CHECK_STRCASEEQ(s1, s2) \ argument 190 #define CHECK_STRCASENE(s1, s2) \ argument 192 #define QCHECK_STREQ(s1, s2) \ argument 194 #define QCHECK_STRNE(s1, s2) \ argument 196 #define QCHECK_STRCASEEQ(s1, s2) \ argument 198 #define QCHECK_STRCASENE(s1, s2) \ argument 200 #define DCHECK_STREQ(s1, s2) \ argument 202 #define DCHECK_STRNE(s1, s2) \ argument [all …]
|
| D | absl_check.h | 92 #define ABSL_CHECK_STREQ(s1, s2) \ argument 94 #define ABSL_CHECK_STRNE(s1, s2) \ argument 96 #define ABSL_CHECK_STRCASEEQ(s1, s2) \ argument 98 #define ABSL_CHECK_STRCASENE(s1, s2) \ argument 100 #define ABSL_QCHECK_STREQ(s1, s2) \ argument 102 #define ABSL_QCHECK_STRNE(s1, s2) \ argument 104 #define ABSL_QCHECK_STRCASEEQ(s1, s2) \ argument 106 #define ABSL_QCHECK_STRCASENE(s1, s2) \ argument 108 #define ABSL_DCHECK_STREQ(s1, s2) \ argument 110 #define ABSL_DCHECK_STRNE(s1, s2) \ argument [all …]
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| D | stringutil.cc | 154 string StrCat(const StringHolder& s1, const StringHolder& s2) { in StrCat() 158 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() 163 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() 168 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() 174 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() 180 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() 187 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() 197 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() 205 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() 214 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | commentsClass.ts | 27 static s1: number; property in c5 35 static s1: number; /// s1 comment2 property in c6 46 static s1: number; property in c7 58 static s1: number; /** s1 comment2 */ property in c8
|
| /third_party/ffmpeg/libavdevice/ |
| D | oss_enc.c | 38 static int audio_write_header(AVFormatContext *s1) in audio_write_header() 55 static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt) in audio_write_packet() 82 static int audio_write_trailer(AVFormatContext *s1) in audio_write_trailer()
|
| D | sndio_enc.c | 31 static av_cold int audio_write_header(AVFormatContext *s1) in audio_write_header() 46 static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt) in audio_write_packet() 71 static int audio_write_trailer(AVFormatContext *s1) in audio_write_trailer()
|
| D | sndio_dec.c | 34 static av_cold int audio_read_header(AVFormatContext *s1) in audio_read_header() 59 static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt) in audio_read_packet() 89 static av_cold int audio_read_close(AVFormatContext *s1) in audio_read_close()
|
| D | alsa_enc.c | 51 static av_cold int audio_write_header(AVFormatContext *s1) in audio_write_header() 84 static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt) in audio_write_packet() 120 static int audio_write_frame(AVFormatContext *s1, int stream_index, in audio_write_frame() 139 audio_get_output_timestamp(AVFormatContext *s1, int stream, in audio_get_output_timestamp()
|
| D | oss_dec.c | 42 static int audio_read_header(AVFormatContext *s1) in audio_read_header() 68 static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt) in audio_read_packet() 111 static int audio_read_close(AVFormatContext *s1) in audio_read_close()
|
| D | v4l2enc.c | 31 static av_cold int write_header(AVFormatContext *s1) in write_header() 92 static int write_packet(AVFormatContext *s1, AVPacket *pkt) in write_packet() 100 static int write_trailer(AVFormatContext *s1) in write_trailer()
|
| /third_party/protobuf/third_party/abseil-cpp/absl/log/internal/ |
| D | check_impl.h | 113 #define ABSL_LOG_INTERNAL_CHECK_STREQ_IMPL(s1, s1_text, s2, s2_text) \ argument 115 #define ABSL_LOG_INTERNAL_CHECK_STRNE_IMPL(s1, s1_text, s2, s2_text) \ argument 117 #define ABSL_LOG_INTERNAL_CHECK_STRCASEEQ_IMPL(s1, s1_text, s2, s2_text) \ argument 119 #define ABSL_LOG_INTERNAL_CHECK_STRCASENE_IMPL(s1, s1_text, s2, s2_text) \ argument 121 #define ABSL_LOG_INTERNAL_QCHECK_STREQ_IMPL(s1, s1_text, s2, s2_text) \ argument 123 #define ABSL_LOG_INTERNAL_QCHECK_STRNE_IMPL(s1, s1_text, s2, s2_text) \ argument 125 #define ABSL_LOG_INTERNAL_QCHECK_STRCASEEQ_IMPL(s1, s1_text, s2, s2_text) \ argument 127 #define ABSL_LOG_INTERNAL_QCHECK_STRCASENE_IMPL(s1, s1_text, s2, s2_text) \ argument 131 #define ABSL_LOG_INTERNAL_DCHECK_STREQ_IMPL(s1, s1_text, s2, s2_text) \ argument 133 #define ABSL_LOG_INTERNAL_DCHECK_STRCASEEQ_IMPL(s1, s1_text, s2, s2_text) \ argument [all …]
|
| /third_party/skia/experimental/graphite/src/ |
| D | Renderer.h | 104 Renderer(const char* name, const RenderStep* s1) in Renderer() 107 Renderer(const char* name, const RenderStep* s1, const RenderStep* s2) in Renderer() 110 Renderer(const char* name, const RenderStep* s1, const RenderStep* s2, const RenderStep* s3) in Renderer() 113 Renderer(const char* name, const RenderStep* s1, const RenderStep* s2, in Renderer()
|
| /third_party/skia/m133/modules/bentleyottmann/src/ |
| D | Segment.cpp | 31 bool operator==(const Segment& s0, const Segment& s1) { in operator ==() 35 bool operator<(const Segment& s0, const Segment& s1) { in operator <() 39 bool no_intersection_by_bounding_box(const Segment& s0, const Segment& s1) { in no_intersection_by_bounding_box() 97 std::optional<Point> intersect(const Segment& s0, const Segment& s1) { in intersect() 178 bool less_than_at(const Segment& s0, const Segment& s1, int32_t y) { in less_than_at() 329 int compare_slopes(const Segment& s0, const Segment& s1) { in compare_slopes()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | classStaticBlock4(target=esnext).js | 3 static s1 = 1; field in C 20 static s1 = 1; field in C
|
| D | classStaticBlock4(target=es2022).js | 3 static s1 = 1; field in C 20 static s1 = 1; field in C
|
| D | forwardRefInTypeDeclaration.js | 4 const s1 = "x"; constant 16 var s1 = "x"; variable
|
| D | templateLiteralTypesPatternsPrefixSuffixAssignability.js | 2 const s1: `:${string}:` = ":"; // should error constant 8 var s1 = ":"; // should error variable
|
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-15043.rs | 8 static s1: S<S<usize>>=S(S(0)); constant
|
| /third_party/grpc/test/cpp/util/ |
| D | string_ref_test.cc | 61 string_ref s1(kTestString); in TEST_F() local 77 string_ref s1(kTestString); in TEST_F() local 121 string_ref s1(kTestString); in TEST_F() local 131 string_ref s1(kTestString); in TEST_F() local 142 string_ref s1(kTestString); in TEST_F() local 153 string_ref s1(kTestString); in TEST_F() local 177 string_ref s1(kTestString); in TEST_F() local
|
| /third_party/rust/rust/tests/run-pass-valgrind/unsized-locals/ |
| D | by-value-trait-objects-rust-call2.rs | 14 extern "rust-call" fn call_once(self, (s1, s2): (String, Box<str>)) -> Self::Output { in call_once() 25 extern "rust-call" fn call_once(self, (s1, s2): (String, Box<str>)) -> Self::Output { in call_once() 36 extern "rust-call" fn call_once(self, (s1, s2): (String, Box<str>)) -> Self::Output { in call_once() 47 extern "rust-call" fn call_once(self, (s1, s2): (String, Box<str>)) -> Self::Output { in call_once()
|