Home
last modified time | relevance | path

Searched refs:sub (Results 626 - 650 of 1302) sorted by relevance

1...<<21222324252627282930>>...53

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_liteos_scann.py161 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 Dhdf_lite_settings_mk_file.py58 self.lines[idx] = re.sub(self.line_pattern % var_name,
H A Dhdf_vendor_mk_file.py73 new_content = re.sub(pattern, replacement, self.contents)
H A Dhdf_vendor_kconfig_file.py102 self.lines[i] = re.sub(pattern, replacement, line)
/third_party/ffmpeg/libavcodec/
H A Dencode.c147 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 Dmovtextdec.c475 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 Dtwinvq.h39 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 Dtarget_dec_fuzzer.c87 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 Dto_chars.hpp70 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 Dlibevent-server.c348 /* 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 Dmsvc9compiler.py162 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 Dreadline.c1054 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 Dmatrix.js205 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 DtcuLnxX11GlxPlatform.cpp540 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 Dcord_ring_test.cc247 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 Dgen_doc.py52 contents = re.sub(key, value, contents)
/build/ohos/ndk/
H A Dgenerate_ndk_docs.py64 contents = re.sub(k, v, contents)
/third_party/ffmpeg/libavcodec/x86/
H A Dsvq1enc.asm30 sub sizeq, 8
/third_party/ffmpeg/libavfilter/x86/
H A Dscene_sad.asm51 sub endd, 1
/third_party/benchmark/tools/
H A Dstrip_asm.py35 asm = re.sub("(^|\s+)" + ld + "(?=:|\s)", '\\1.' + ld, asm)
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.h11 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 Dnfrule.h97 const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub,
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dgitlab_section.py27 return str(re.sub(r"[^\w_-]+", "-", value))
/third_party/node/tools/gyp/pylib/gyp/
H A Deasy_xml.py165 return _xml_escape_re.sub(replace, value)
/third_party/noto-cjk/google-fonts/
H A Dhotfix.py122 newname = re.sub("CJK(..)", lambda x: x[0][-2:].upper(), newname)

Completed in 19 milliseconds

1...<<21222324252627282930>>...53