/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf_processor.h | 123 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 D | lws-metrics.h | 282 lws_metrics_format(lws_metric_pub_t *pub, lws_metric_bucket_t **sub,
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | test_data_generation.py | 229 options.targets = [os.path.basename(re.sub(r'\.data\Z', r'', target))
|
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | log_follower.py | 163 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 D | create_release.py | 127 new_watchlist_content = re.sub("(# 'v8-merges@googlegroups\.com',)",
|
/third_party/musl/src/math/i386/ |
H A D | expl.s | 15 sub $0xbfdf, %ax
|
/third_party/musl/src/math/x86_64/ |
H A D | expl.s | 15 sub $0xbfdf, %ax
|
/third_party/nghttp2/ |
H A D | mkhufftbl.py | 420 bits = re.sub(r'\|', '', m.group(2))
|
/third_party/python/Tools/msi/ |
H A D | csv_to_wxs.py | 34 return re.sub(
|
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateCommon.py | 133 line = re.sub(r'#.*', '', line)
|
/third_party/python/Lib/ |
H A D | fnmatch.py | 132 stuff = re.sub(r'([&~|])', r'\\\1', stuff)
|
/third_party/python/Lib/email/ |
H A D | quoprimime.py | 300 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 D | trigger.py | 117 whoami = re.sub(r'\w+[^\w]', '', whoami.strip())
|
/third_party/optimized-routines/string/aarch64/ |
H A D | strchr.S | 116 sub src, src, #32
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Regex.cpp | 110 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 D | Regex.cpp | 132 std::string Regex::sub(StringRef Repl, StringRef String, in sub() function in Regex
|
/third_party/skia/tools/ |
H A D | parse_llvm_coverage.py | 104 return re.sub(r'[^a-zA-Z0-9]', '_', filename)
|
/third_party/python/Lib/test/ |
H A D | test_dtrace.py | 30 output = re.sub(r"\[[0-9]+ refs\]", "", output)
|
/third_party/rust/crates/memchr/src/memmem/prefilter/ |
H A D | genericsimd.rs | 60 let max_ptr = end_ptr.sub(min_haystack_len);
|
/third_party/vk-gl-cts/scripts/egl/ |
H A D | call_log_wrapper.py | 69 return re.sub(r'\bEGL', 'eglw::EGL', string)
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_jpeg.c | 38 #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 D | vf_interlace.asm | 147 sub hd, mmsize 209 sub hd, mmsize
|
H A D | vf_ssim.asm | 157 sub wd, mmsize/8 226 sub wd, 4
|
H A D | vf_stereo3d.asm | 208 sub od, 4 214 sub heightd, 1
|
/third_party/alsa-lib/src/pcm/ |
H A D | interval.c | 81 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()
|