/external/rust/crates/regex-syntax/src/ |
D | unicode.rs | 85 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/ |
D | mod.rs | 90 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/ |
D | cxa_guard.cpp | 39 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/ |
D | atty.rs | 11 mod imp { module 22 mod imp { module
|
/external/rust/crates/regex/src/ |
D | find_byte.rs | 7 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
|
D | exec.rs | 1230 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/ |
D | ext_vec.rs | 177 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
|
D | ext_slice.rs | 176 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/ |
D | windows.rs | 17 mod imp; module 23 mod imp; module
|
/external/rust/crates/walkdir/src/tests/ |
D | util.rs | 152 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/ |
D | mod.rs | 4 mod imp; module 8 mod imp { module
|
/external/rust/crates/env_logger/src/fmt/humantime/ |
D | mod.rs | 9 mod imp; module
|
/external/rust/crates/serde_json/src/io/ |
D | mod.rs | 14 mod imp; module
|
/external/rust/crates/env_logger/src/fmt/writer/termcolor/ |
D | mod.rs | 10 mod imp; module
|
/external/python/cpython3/Lib/test/ |
D | test_fork1.py | 4 import _imp as imp namespace
|
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/ |
D | FoundOnImplementsValidator.java | 21 protected AnnotationMirror imp; field in FoundOnImplementsValidator
|
/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/ |
D | FoundOnImplementsValidator.java | 21 protected AnnotationMirror imp; field in FoundOnImplementsValidator
|
/external/rust/crates/regex-automata/src/ |
D | transducer.rs | 5 macro_rules! imp { macro
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p3-0x.cpp | 47 auto imp = m.getImplementation<int, int, int>(); in f() local
|
/external/rust/crates/proc-macro-error/src/ |
D | lib.rs | 300 mod imp; module 304 mod imp; module
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/ |
D | LexicalPreservingPrinterTest.java | 136 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/ |
D | map.rs | 48 imp: Box<dyn ReflectMapIterTrait<'a> + 'a>, field
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_threaded_import.py | 8 import _imp as imp namespace
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | copy_alloc.pass.cpp | 46 alloc_imp<T> *imp; member
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509Util.java | 393 … Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); in getImplementation() local
|