Home
last modified time | relevance | path

Searched defs:imp (Results 1 – 25 of 46) sorted by relevance

12

/external/rust/crates/regex-syntax/src/
Dunicode.rs85 fn imp( in simple_fold() function
94 fn imp( in simple_fold() function
127 fn imp(_: char, _: char) -> FoldResult<bool> { in contains_simple_case_mapping() function
132 fn imp(start: char, end: char) -> FoldResult<bool> { in contains_simple_case_mapping() function
327 fn imp() -> Result<hir::ClassUnicode> { in perl_word() function
332 fn imp() -> Result<hir::ClassUnicode> { in perl_word() function
345 fn imp() -> Result<hir::ClassUnicode> { in perl_space() function
350 fn imp() -> Result<hir::ClassUnicode> { in perl_space() function
356 fn imp() -> Result<hir::ClassUnicode> { in perl_space() function
369 fn imp() -> Result<hir::ClassUnicode> { in perl_digit() function
[all …]
/external/rust/crates/memchr/src/memchr/
Dmod.rs90 fn imp(n1: u8, haystack: &[u8]) -> Option<usize> { in memchr() function
96 fn imp(n1: u8, haystack: &[u8]) -> Option<usize> { in memchr() function
106 fn imp(n1: u8, haystack: &[u8]) -> Option<usize> { in memchr() function
116 fn imp(n1: u8, haystack: &[u8]) -> Option<usize> { in memchr() function
154 fn imp(n1: u8, n2: u8, haystack: &[u8]) -> Option<usize> { in memchr2() function
160 fn imp(n1: u8, n2: u8, haystack: &[u8]) -> Option<usize> { in memchr2() function
169 fn imp(n1: u8, n2: u8, haystack: &[u8]) -> Option<usize> { in memchr2() function
212 fn imp(n1: u8, n2: u8, n3: u8, haystack: &[u8]) -> Option<usize> { in memchr3() function
218 fn imp(n1: u8, n2: u8, n3: u8, haystack: &[u8]) -> Option<usize> { in memchr3() function
227 fn imp(n1: u8, n2: u8, n3: u8, haystack: &[u8]) -> Option<usize> { in memchr3() function
[all …]
/external/libcxxabi/src/
Dcxa_guard.cpp39 SelectedImplementation imp(raw_guard_object); in __cxa_guard_acquire() local
44 SelectedImplementation imp(raw_guard_object); in __cxa_guard_release() local
49 SelectedImplementation imp(raw_guard_object); in __cxa_guard_abort() local
/external/rust/crates/env_logger/src/fmt/writer/
Datty.rs11 mod imp { module
22 mod imp { module
/external/rust/crates/regex/src/
Dfind_byte.rs7 fn imp(needle: u8, haystack: &[u8]) -> Option<usize> { in find_byte() function
12 fn imp(needle: u8, haystack: &[u8]) -> Option<usize> { in find_byte() function
Dexec.rs1230 fn imp(_: &ExecReadOnly, _: &[u8]) -> bool { in is_anchor_end_match() function
1235 fn imp(ro: &ExecReadOnly, text: &[u8]) -> bool { in is_anchor_end_match() function
1346 fn imp(_: &ExecReadOnly) -> Option<MatchType> { in choose_literal_match_type() function
1351 fn imp(ro: &ExecReadOnly) -> Option<MatchType> { in choose_literal_match_type() function
1397 fn imp(_: &ExecReadOnly) -> Option<MatchType> { in choose_dfa_match_type() function
1402 fn imp(ro: &ExecReadOnly) -> Option<MatchType> { in choose_dfa_match_type() function
/external/rust/crates/bstr/src/
Dext_vec.rs177 fn imp(os_str: OsString) -> Result<Vec<u8>, OsString> { in from_os_string() function
185 fn imp(os_str: OsString) -> Result<Vec<u8>, OsString> { in from_os_string() function
216 fn imp<'a>(os_str: &'a OsStr) -> Cow<'a, [u8]> { in from_os_str_lossy() function
224 fn imp<'a>(os_str: &'a OsStr) -> Cow<'a, [u8]> { in from_os_str_lossy() function
495 fn imp(v: Vec<u8>) -> Result<OsString, Vec<u8>> { in into_os_string() function
503 fn imp(v: Vec<u8>) -> Result<OsString, Vec<u8>> { in into_os_string() function
541 fn imp(v: Vec<u8>) -> OsString { in into_os_string_lossy() function
549 fn imp(v: Vec<u8>) -> OsString { in into_os_string_lossy() function
Dext_slice.rs176 fn imp(os_str: &OsStr) -> Option<&[u8]> { in from_os_str() function
184 fn imp(os_str: &OsStr) -> Option<&[u8]> { in from_os_str() function
453 fn imp(bytes: &[u8]) -> Result<&OsStr, Utf8Error> { in to_os_str() function
461 fn imp(bytes: &[u8]) -> Result<&OsStr, Utf8Error> { in to_os_str() function
493 fn imp(bytes: &[u8]) -> Cow<'_, OsStr> { in to_os_str_lossy() function
501 fn imp(bytes: &[u8]) -> Cow<OsStr> { in to_os_str_lossy() function
/external/rust/crates/tokio/src/signal/
Dwindows.rs17 mod imp; module
23 mod imp; module
/external/rust/crates/walkdir/src/tests/
Dutil.rs152 fn imp(src: &Path, link_name: &Path) -> io::Result<()> { in symlink_file() function
158 fn imp(src: &Path, link_name: &Path) -> io::Result<()> { in symlink_file() function
183 fn imp(src: &Path, link_name: &Path) -> io::Result<()> { in symlink_dir() function
189 fn imp(src: &Path, link_name: &Path) -> io::Result<()> { in symlink_dir() function
/external/rust/crates/regex/src/literal/
Dmod.rs4 mod imp; module
8 mod imp { module
/external/rust/crates/env_logger/src/fmt/humantime/
Dmod.rs9 mod imp; module
/external/rust/crates/serde_json/src/io/
Dmod.rs14 mod imp; module
/external/rust/crates/env_logger/src/fmt/writer/termcolor/
Dmod.rs10 mod imp; module
/external/python/cpython3/Lib/test/
Dtest_fork1.py4 import _imp as imp namespace
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DFoundOnImplementsValidator.java21 protected AnnotationMirror imp; field in FoundOnImplementsValidator
/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/
DFoundOnImplementsValidator.java21 protected AnnotationMirror imp; field in FoundOnImplementsValidator
/external/rust/crates/regex-automata/src/
Dtransducer.rs5 macro_rules! imp { macro
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp47 auto imp = m.getImplementation<int, int, int>(); in f() local
/external/rust/crates/proc-macro-error/src/
Dlib.rs300 mod imp; module
304 mod imp; module
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalPreservingPrinterTest.java136 ImportDeclaration imp = (ImportDeclaration) cu.getChildNodes().get(0); in checkNodeTextCreatedForSimpleImport() local
440 ImportDeclaration imp = (ImportDeclaration) cu.getChildNodes().get(0); in printASimpleImport() local
449 ImportDeclaration imp = (ImportDeclaration) cu.getChildNodes().get(0); in printAnotherImport() local
458 ImportDeclaration imp = (ImportDeclaration) cu.getChildNodes().get(0); in printAStaticImport() local
/external/rust/crates/protobuf/src/reflect/
Dmap.rs48 imp: Box<dyn ReflectMapIterTrait<'a> + 'a>, field
/external/python/cpython3/Lib/test/test_importlib/
Dtest_threaded_import.py8 import _imp as imp namespace
/external/libcxx/test/std/strings/basic.string/string.cons/
Dcopy_alloc.pass.cpp46 alloc_imp<T> *imp; member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java393 … Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); in getImplementation() local

12