/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 289 re.sub(r'\W', '_', name), 502 content = issue_re.sub(r':issue:`\1`', content) 504 content = gh_issue_re.sub(r':gh:`\1`', content) 505 content = whatsnew_re.sub(r'\1', content)
|
/third_party/ffmpeg/libavcodec/ |
H A D | encode.c | 147 const AVSubtitle *sub) in avcodec_encode_subtitle() 150 if (sub->start_display_time) { in avcodec_encode_subtitle() 155 ret = ffcodec(avctx->codec)->cb.encode_sub(avctx, buf, buf_size, sub); in avcodec_encode_subtitle() 146 avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub) avcodec_encode_subtitle() argument
|
H A D | movtextdec.c | 475 static int mov_text_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in mov_text_decode_frame() argument 556 ret = ff_ass_add_rect(sub, buf.str, m->readorder++, 0, NULL, NULL); in mov_text_decode_frame() 560 *got_sub_ptr = sub->num_rects > 0; in mov_text_decode_frame()
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 87 AVSubtitle sub; in subtitle_handler() local 88 int ret = avcodec_decode_subtitle2(avctx, &sub, got_sub_ptr, avpkt); in subtitle_handler() 90 avsubtitle_free(&sub); in subtitle_handler()
|
/third_party/json/include/nlohmann/detail/conversions/ |
H A D | to_chars.hpp | 70 static diyfp sub(const diyfp& x, const diyfp& y) noexcept 608 std::uint64_t delta = diyfp::sub(M_plus, M_minus).f; // (significand of (M+ - M-), implicit exponent is e) in grisu2_digit_gen() 609 std::uint64_t dist = diyfp::sub(M_plus, w ).f; // (significand of (M+ - w ), implicit exponent is e) in grisu2_digit_gen()
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 348 /* Returns nonzero if the string |s| ends with the substring |sub| */ 349 static int ends_with(const char *s, const char *sub) { in ends_with() argument 351 size_t sublen = strlen(sub); in ends_with() 355 return memcmp(s + slen - sublen, sub, sublen) == 0; in ends_with()
|
/third_party/python/Lib/distutils/ |
H A D | msvc9compiler.py | 162 def sub(self, s): function 715 manifest_buf = re.sub(pattern, "", manifest_buf) 717 manifest_buf = re.sub(pattern, "", manifest_buf)
|
/third_party/python/Modules/ |
H A D | readline.c | 1054 PyObject *sub, *m=NULL, *s=NULL, *r=NULL; in on_completion_display_matches_hook() local 1065 sub = decode(matches[0]); in on_completion_display_matches_hook() 1067 "NNi", sub, m, max_length); in on_completion_display_matches_hook()
|
/third_party/skia/modules/canvaskit/ |
H A D | matrix.js | 205 CanvasKit.Vector.sub = function(a, b) { 209 return CanvasKit.Vector.length(CanvasKit.Vector.sub(a, b)); 271 var f = CanvasKit.Vector.normalize(CanvasKit.Vector.sub(centerVec, eyeVec));
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 540 void sub (size_t bits, deUint32 value); 555 void Rank::sub (size_t bits, deUint32 value) in sub() function in tcu::lnx::x11::glx::Rank 613 rank.sub(5, visual.getAttrib(GLX_SAMPLES)); in configRank()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 62 COMPARE(dci(0x4b000021), "sub w1, w1, w0"); in TEST() 249 COMPARE(sub(w0, w1, Operand(0xff)), "sub w0, w1, #0xff (255)"); in TEST() 250 COMPARE(sub(x2, x3, Operand(0x3ff)), "sub x2, x3, #0x3ff (1023)"); in TEST() 251 COMPARE(sub(w4, w5, Operand(0xfff)), "sub w4, w5, #0xfff (4095)"); in TEST() 252 COMPARE(sub(x6, x7, Operand(0x1000)), "sub x6, x7, #0x1000 (4096)"); in TEST() 253 COMPARE(sub(w in TEST() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_ring_test.cc | 247 auto* sub = new CordRepSubstring; in MakeSubstring() local 248 sub->tag = SUBSTRING; in MakeSubstring() 249 sub->start = start; in MakeSubstring() 250 sub->length = (len <= 0) ? rep->length - start + len : len; in MakeSubstring() 251 sub->child = rep; in MakeSubstring() 252 return sub; in MakeSubstring() 534 CordRep* sub = RefIfInputShared(MakeSubstring(2, 11, ring)); in TEST_P() local 535 CordRepRing* result = NeedsUnref(CordRepRing::Create(sub)); in TEST_P()
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gk104.asm | 37 $p0 sub b32 $r1 $r1 $r2 41 $p0 sub b32 $r1 $r1 $r2 80 $p0 sub b32 $r1 $r1 $r2 83 $p0 sub b32 $r1 $r1 $r2 801 sub b32 $r3 $c $r3 0x1 label 850 sub b32 $r3 $c $r3 0x4 label 857 sub b32 $r0 $c $r0 0x4 label 858 sub b32 $r1 $r1 0x0 $c label 859 sub b32 $r3 $c $r3 0x4 label 885 sub b3 label [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_qpel_8bit.asm | 387 sub r1, r3 388 sub r1, r3 421 sub r1, r3 422 sub r1, r3 777 sub r5d, 2
|
H A D | fpel.asm | 84 sub r3d, 4
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberMatcherTest.java | 931 CharSequence sub = text.subSequence(index, text.length()); in assertEqualRange() 933 phoneUtil.findNumbers(sub, RegionCode.NZ, Leniency.POSSIBLE, Long.MAX_VALUE).iterator(); in assertEqualRange() 938 assertEquals(sub.subSequence(match.start(), match.end()).toString(), match.rawString()); in assertEqualRange() 1045 String sub = text.substring(index); in ensureTermination() 1049 phoneUtil.findNumbers(sub, defaultCountry, leniency, Long.MAX_VALUE)) { in ensureTermination()
|
/third_party/ffmpeg/compat/atomics/pthread/ |
H A D | stdatomic.h | 163 FETCH_MODIFY(sub, -)
|
/third_party/ffmpeg/compat/atomics/dummy/ |
H A D | stdatomic.h | 142 FETCH_MODIFY(sub, -)
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | opusdsp_neon.S | 81 sub x1, x0, x1, lsl #2
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_framerate.asm | 85 sub endd, 1
|
H A D | vf_eq.asm | 61 sub wd, 1
|
H A D | vf_maskedmerge.asm | 82 sub hd, 1
|
H A D | vf_nlmeans.asm | 65 sub startxq, xq
|
H A D | af_anlmdn.asm | 46 sub lenq, rq
|
H A D | vf_hflip.asm | 46 sub wq, rq
|