/third_party/rust/crates/memchr/bench/src/memchr/ |
H A D | mod.rs | 6 imp::{ 20 mod imp; modules 63 imp::memchr1_libc_count(search.byte1.byte, search.corpus), in all() 71 imp::memchr1_libc_count(search.byte1.byte, search.corpus), in all() 79 imp::memchr1_libc_count(search.byte1.byte, search.corpus), in all() 87 imp::memchr1_libc_count(search.byte1.byte, search.corpus), in all() 585 imp::memrchr1_libc_count( in all() 601 imp::memrchr1_libc_count( in all() 617 imp::memrchr1_libc_count( in all() 633 imp in all() [all...] |
/third_party/rust/crates/memchr/bench/src/memmem/ |
H A D | imp.rs | 414 super::super::NoIter { imp: "std" } 437 super::super::NoIter { imp: "std" } 480 super::super::NoIter { imp: "twoway" } 508 super::super::NoIter { imp: "twoway" } 749 super::super::NoIter { imp: "libc" } 787 imp: &'static str, 795 let imp = self.imp; 797 unimplemented!("{} does not support prebuilt iteration", imp)
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_morpho.c | 719 static void free_iplane(IPlane *imp) in free_iplane() argument 721 av_freep(&imp->img); in free_iplane() 724 static int read_iplane(IPlane *imp, const uint8_t *dst, int dst_linesize, in read_iplane() argument 727 if (!imp->img) in read_iplane() 728 imp->img = av_calloc(h, sizeof(*imp->img)); in read_iplane() 729 if (!imp->img) in read_iplane() 732 imp->w = w; in read_iplane() 733 imp->h = h; in read_iplane() 734 imp in read_iplane() [all...] |
/third_party/python/Lib/xml/sax/ |
H A D | __init__.py | 98 from org.python.core import imp namespace 99 drv_module = imp.importName(parser_name, 0, globals())
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | types.rs | 164 Api::Impl(imp) => { 165 visit(&mut all, &imp.ty); 166 if let Some(key) = imp.ty.impl_key() { 167 impls.insert(key, Some(imp));
|
H A D | parse.rs | 48 Ok(imp) => apis.push(imp), in parse_items() 989 fn parse_impl(cx: &mut Errors, imp: ItemImpl) -> Result<Api> { in parse_impl() 990 let impl_token = imp.impl_token; in parse_impl() 995 imp.attrs, in parse_impl() 1002 if !imp.items.is_empty() { in parse_impl() 1004 span.set_span(imp.brace_token.span.join()); in parse_impl() 1008 if let Some((bang, path, for_token)) = &imp.trait_ { in parse_impl() 1009 let self_ty = &imp.self_ty; in parse_impl() 1017 if let Some(where_clause) = imp in parse_impl() [all...] |
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | types.rs | 164 Api::Impl(imp) => { 165 visit(&mut all, &imp.ty); 166 if let Some(key) = imp.ty.impl_key() { 167 impls.insert(key, Some(imp));
|
H A D | parse.rs | 48 Ok(imp) => apis.push(imp), in parse_items() 989 fn parse_impl(cx: &mut Errors, imp: ItemImpl) -> Result<Api> { in parse_impl() 990 let impl_token = imp.impl_token; in parse_impl() 995 imp.attrs, in parse_impl() 1002 if !imp.items.is_empty() { in parse_impl() 1004 span.set_span(imp.brace_token.span.join()); in parse_impl() 1008 if let Some((bang, path, for_token)) = &imp.trait_ { in parse_impl() 1009 let self_ty = &imp.self_ty; in parse_impl() 1017 if let Some(where_clause) = imp in parse_impl() [all...] |
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | types.rs | 164 Api::Impl(imp) => { 165 visit(&mut all, &imp.ty); 166 if let Some(key) = imp.ty.impl_key() { 167 impls.insert(key, Some(imp));
|
H A D | parse.rs | 48 Ok(imp) => apis.push(imp), in parse_items() 989 fn parse_impl(cx: &mut Errors, imp: ItemImpl) -> Result<Api> { in parse_impl() 990 let impl_token = imp.impl_token; in parse_impl() 995 imp.attrs, in parse_impl() 1002 if !imp.items.is_empty() { in parse_impl() 1004 span.set_span(imp.brace_token.span.join()); in parse_impl() 1008 if let Some((bang, path, for_token)) = &imp.trait_ { in parse_impl() 1009 let self_ty = &imp.self_ty; in parse_impl() 1017 if let Some(where_clause) = imp in parse_impl() [all...] |
/third_party/rust/crates/cxx/syntax/ |
H A D | types.rs | 164 Api::Impl(imp) => { 165 visit(&mut all, &imp.ty); 166 if let Some(key) = imp.ty.impl_key() { 167 impls.insert(key, Some(imp));
|
H A D | parse.rs | 48 Ok(imp) => apis.push(imp), in parse_items() 989 fn parse_impl(cx: &mut Errors, imp: ItemImpl) -> Result<Api> { in parse_impl() 990 let impl_token = imp.impl_token; in parse_impl() 995 imp.attrs, in parse_impl() 1002 if !imp.items.is_empty() { in parse_impl() 1004 span.set_span(imp.brace_token.span.join()); in parse_impl() 1008 if let Some((bang, path, for_token)) = &imp.trait_ { in parse_impl() 1009 let self_ty = &imp.self_ty; in parse_impl() 1017 if let Some(where_clause) = imp in parse_impl() [all...] |
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | types.rs | 164 Api::Impl(imp) => { 165 visit(&mut all, &imp.ty); 166 if let Some(key) = imp.ty.impl_key() { 167 impls.insert(key, Some(imp));
|
H A D | parse.rs | 48 Ok(imp) => apis.push(imp), in parse_items() 989 fn parse_impl(cx: &mut Errors, imp: ItemImpl) -> Result<Api> { in parse_impl() 990 let impl_token = imp.impl_token; in parse_impl() 995 imp.attrs, in parse_impl() 1002 if !imp.items.is_empty() { in parse_impl() 1004 span.set_span(imp.brace_token.span.join()); in parse_impl() 1008 if let Some((bang, path, for_token)) = &imp.trait_ { in parse_impl() 1009 let self_ty = &imp.self_ty; in parse_impl() 1017 if let Some(where_clause) = imp in parse_impl() [all...] |
/third_party/python/Lib/test/test_importlib/ |
H A D | test_threaded_import.py | 8 import _imp as imp namespace 83 assert imp.lock_held() 112 if imp.lock_held():
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | GatherAPIData.java | 434 ClassDoc[] imp = cdoc.interfaces(); in createInfo() 435 if (imp != null && imp.length > 0) { in createInfo() 440 for (int i = 0; i < imp.length; ++i) { in createInfo() 445 buf.append(imp[i].qualifiedName()); in createInfo()
|
H A D | GatherAPIDataOld.java | 337 ClassDoc[] imp = cdoc.interfaces(); in createInfo() 338 if (imp != null && imp.length > 0) { in createInfo() 343 for (int i = 0; i < imp.length; ++i) { in createInfo() 348 buf.append(imp[i].qualifiedName()); in createInfo()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | cfg.rs | 120 Api::Impl(imp) => &imp.cfg, in cfg()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | cfg.rs | 120 Api::Impl(imp) => &imp.cfg, in cfg()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | cfg.rs | 120 Api::Impl(imp) => &imp.cfg, in cfg()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | cfg.rs | 120 Api::Impl(imp) => &imp.cfg, in cfg()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGTextPriv.h | 64 void setImplicitRotate(bool imp) { fImplicitRotate = imp; } in setImplicitRotate() argument
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | testsuite.py | 30 import imp namespace 244 (f, pathname, description) = imp.find_module("testcfg", [root]) 245 yield imp.load_module(name + "_testcfg", f, pathname, description)
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp.py | 22 import imp namespace 25 fp, pathname, description = imp.find_module('_libwebp', [dirname(__file__)]) 30 _mod = imp.load_module('_libwebp', fp, pathname, description)
|
/third_party/rust/crates/regex/src/ |
H A D | exec.rs | 1230 fn imp(_: &ExecReadOnly, _: &[u8]) -> bool { in is_anchor_end_match() functions 1235 fn imp(ro: &ExecReadOnly, text: &[u8]) -> bool { in is_anchor_end_match() functions 1246 imp(&self.ro, text) in is_anchor_end_match() 1346 fn imp(_: &ExecReadOnly) -> Option<MatchType> { in choose_literal_match_type() functions 1351 fn imp(ro: &ExecReadOnly) -> Option<MatchType> { in choose_literal_match_type() functions 1391 imp(self) in choose_literal_match_type() 1397 fn imp(_: &ExecReadOnly) -> Option<MatchType> { in choose_dfa_match_type() functions 1402 fn imp(ro: &ExecReadOnly) -> Option<MatchType> { in choose_dfa_match_type() functions 1427 imp(self) in choose_dfa_match_type()
|