Home
last modified time | relevance | path

Searched refs:sub (Results 701 - 725 of 1305) sorted by relevance

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

/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_processor.h123 virtual void add_subpage(const std::shared_ptr<PDFTOPDF_PageHandle> &sub,float xpos,float ypos,float scale,const PageRect *crop=NULL) =0;
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-metrics.h282 lws_metrics_format(lws_metric_pub_t *pub, lws_metric_bucket_t **sub,
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dtest_data_generation.py229 options.targets = [os.path.basename(re.sub(r'\.data\Z', r'', target))
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlog_follower.py163 line["msg"] = re.sub(r"(\[(\d+;){0,2}\d{1,3}m)", "\x1b" + r"\1", line["msg"])
/third_party/node/deps/v8/tools/release/
H A Dcreate_release.py127 new_watchlist_content = re.sub("(# 'v8-merges@googlegroups\.com',)",
/third_party/musl/src/math/i386/
H A Dexpl.s15 sub $0xbfdf, %ax
/third_party/musl/src/math/x86_64/
H A Dexpl.s15 sub $0xbfdf, %ax
/third_party/nghttp2/
H A Dmkhufftbl.py420 bits = re.sub(r'\|', '', m.group(2))
/third_party/python/Tools/msi/
H A Dcsv_to_wxs.py34 return re.sub(
/third_party/pcre2/pcre2/maint/
H A DGenerateCommon.py133 line = re.sub(r'#.*', '', line)
/third_party/python/Lib/
H A Dfnmatch.py132 stuff = re.sub(r'([&~|])', r'\\\1', stuff)
/third_party/python/Lib/email/
H A Dquoprimime.py300 return re.sub(r'=[a-fA-F0-9]{2}', _unquote_match, s, flags=re.ASCII)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dtrigger.py117 whoami = re.sub(r'\w+[^\w]', '', whoami.strip())
/third_party/optimized-routines/string/aarch64/
H A Dstrchr.S116 sub src, src, #32
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DRegex.cpp110 std::string Regex::sub(StringRef Repl, StringRef String, in sub() function in Regex
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRegex.cpp132 std::string Regex::sub(StringRef Repl, StringRef String, in sub() function in Regex
/third_party/skia/tools/
H A Dparse_llvm_coverage.py104 return re.sub(r'[^a-zA-Z0-9]', '_', filename)
/third_party/python/Lib/test/
H A Dtest_dtrace.py30 output = re.sub(r"\[[0-9]+ refs\]", "", output)
/third_party/rust/crates/memchr/src/memmem/prefilter/
H A Dgenericsimd.rs60 let max_ptr = end_ptr.sub(min_haystack_len);
/third_party/vk-gl-cts/scripts/egl/
H A Dcall_log_wrapper.py69 return re.sub(r'\bEGL', 'eglw::EGL', string)
/third_party/ffmpeg/libavcodec/
H A Dcbs_jpeg.c38 #define us(width, name, sub, range_min, range_max) \
39 xu(width, name, range_min, range_max, 1, sub)
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_interlace.asm147 sub hd, mmsize
209 sub hd, mmsize
H A Dvf_ssim.asm157 sub wd, mmsize/8
226 sub wd, 4
H A Dvf_stereo3d.asm208 sub od, 4
214 sub heightd, 1
/third_party/alsa-lib/src/pcm/
H A Dinterval.c81 static inline unsigned int sub(unsigned int a, unsigned int b) in sub() function
264 c->min = sub(a->min, b->max); in snd_interval_sub()

Completed in 10 milliseconds

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