/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_liteos_scann.py | 161 temp_re_list = re.sub(
220 temp_re_list = re.sub(self.re_right_macro,
270 temp_re_str = re.sub(self.re_right_macro,
|
H A D | hdf_lite_settings_mk_file.py | 58 self.lines[idx] = re.sub(self.line_pattern % var_name,
|
H A D | hdf_vendor_mk_file.py | 73 new_content = re.sub(pattern, replacement, self.contents)
|
H A D | hdf_vendor_kconfig_file.py | 102 self.lines[i] = re.sub(pattern, replacement, line)
|
/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()
|
H A D | twinvq.h | 39 TWINVQ_FT_SHORT = 0, ///< Short frame (divided in n sub-blocks) 40 TWINVQ_FT_MEDIUM, ///< Medium frame (divided in m<n sub-blocks) 41 TWINVQ_FT_LONG, ///< Long frame (single sub-block + PPC) 66 uint8_t sub; ///< Number subblocks in each frame member
|
/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/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()
|
/build/lite/ndk/doc/ |
H A D | gen_doc.py | 52 contents = re.sub(key, value, contents)
|
/build/ohos/ndk/ |
H A D | generate_ndk_docs.py | 64 contents = re.sub(k, v, contents)
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | svq1enc.asm | 30 sub sizeq, 8
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | scene_sad.asm | 51 sub endd, 1
|
/third_party/benchmark/tools/ |
H A D | strip_asm.py | 35 asm = re.sub("(^|\s+)" + ld + "(?=:|\s)", '\\1.' + ld, asm)
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf_processor.h | 11 virtual void add_subpage(const std::shared_ptr<PDFTOPDF_PageHandle> &sub,float xpos,float ypos,float scale,const PageRect *crop=NULL);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrule.h | 97 const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub,
|
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | gitlab_section.py | 27 return str(re.sub(r"[^\w_-]+", "-", value))
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | easy_xml.py | 165 return _xml_escape_re.sub(replace, value)
|
/third_party/noto-cjk/google-fonts/ |
H A D | hotfix.py | 122 newname = re.sub("CJK(..)", lambda x: x[0][-2:].upper(), newname)
|