| /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/cronet/buildtools/third_party/libc++abi/trunk/src/ |
| D | cxa_guard.cpp | 38 SelectedImplementation imp(raw_guard_object); in __cxa_guard_acquire() local 43 SelectedImplementation imp(raw_guard_object); in __cxa_guard_release() local 48 SelectedImplementation imp(raw_guard_object); in __cxa_guard_abort() local
|
| /external/rust/crates/env_logger/src/fmt/writer/ |
| D | atty.rs | 10 mod imp { module 23 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 | 188 fn imp(os_str: OsString) -> Result<Vec<u8>, OsString> { in from_os_string() function 196 fn imp(os_str: OsString) -> Result<Vec<u8>, OsString> { in from_os_string() function 229 fn imp<'a>(os_str: &'a OsStr) -> Cow<'a, [u8]> { in from_os_str_lossy() function 237 fn imp<'a>(os_str: &'a OsStr) -> Cow<'a, [u8]> { in from_os_str_lossy() function 512 fn imp(v: Vec<u8>) -> Result<OsString, FromUtf8Error> { in into_os_string() function 520 fn imp(v: Vec<u8>) -> Result<OsString, FromUtf8Error> { in into_os_string() function 556 fn imp(v: Vec<u8>) -> OsString { in into_os_string_lossy() function 564 fn imp(v: Vec<u8>) -> OsString { in into_os_string_lossy() function
|
| /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/writer/termcolor/ |
| D | mod.rs | 10 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/python/cpython3/Lib/test/ |
| D | test_fork1.py | 4 import _imp as imp namespace
|
| /external/rust/crates/tokio/src/signal/ |
| D | windows.rs | 17 mod imp; module 23 mod imp; module
|
| /external/rust/crates/protobuf/src/reflect/repeated/ |
| D | iter.rs | 6 imp: Box<dyn Iterator<Item = ReflectValueRef<'a>> + 'a>, field
|
| D | drain_iter.rs | 6 imp: Box<dyn Iterator<Item = ReflectValueBox> + 'a>, field
|
| /external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/ |
| D | FoundOnImplementsValidator.java | 21 protected AnnotationMirror imp; field in FoundOnImplementsValidator
|
| /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/ |
| D | FoundOnImplementsValidator.java | 21 protected AnnotationMirror imp; field in FoundOnImplementsValidator
|
| /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/regex-automata/src/ |
| D | transducer.rs | 5 macro_rules! imp { macro
|
| /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/message/ |
| D | message_ref.rs | 20 imp: MessageRefImpl<'a>, field
|
| /external/rust/crates/protobuf/2.27.1/src/reflect/ |
| D | map.rs | 48 imp: Box<dyn ReflectMapIterTrait<'a> + 'a>, field
|