Home
last modified time | relevance | path

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

12

/third_party/rust/crates/regex/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 …]
/third_party/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 …]
/third_party/rust/crates/env_logger/src/fmt/writer/
Datty.rs11 mod imp { module
22 mod imp { module
/third_party/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
/third_party/rust/crates/regex/src/literal/
Dmod.rs4 mod imp; module
8 mod imp { module
/third_party/rust/crates/env_logger/src/fmt/humantime/
Dmod.rs9 mod imp; module
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
Dmod.rs10 mod imp; module
/third_party/typescript/tests/cases/fourslash/
DqualifiedName_import-declaration-with-variable-entity-names.ts17 var imp: FourSlashInterface.Range = test.ranges().filter(range => range.marker.data.name === "impor… variable
/third_party/openssl/crypto/
Darm_arch.h122 # define MIDR_CPU_MODEL(imp, partnum) \ argument
127 # define MIDR_IS_CPU_MODEL(midr, imp, partnum) \ argument
/third_party/python/Lib/test/
Dtest_fork1.py4 import _imp as imp namespace
/third_party/node/test/es-module/
Dtest-esm-windows.js12 const imp = (file) => { function
/third_party/rust/crates/proc-macro-error/src/
Dlib.rs300 mod imp; module
304 mod imp; module
/third_party/rust/crates/memchr/bench/src/memchr/
Dmod.rs20 mod imp; module
/third_party/rust/crates/memchr/bench/src/memmem/
Dmod.rs99 mod imp; module
Dimp.rs787 imp: &'static str, field
795 let imp = self.imp; in iter() localVariable
/third_party/python/Lib/test/test_importlib/
Dtest_threaded_import.py8 import _imp as imp namespace
/third_party/rust/crates/once_cell/src/
Dlib.rs343 mod imp; module
347 mod imp; module
351 mod imp; module
/third_party/skia/modules/svg/src/
DSkSVGTextPriv.h64 void setImplicitRotate(bool imp) { fImplicitRotate = imp; } in setImplicitRotate()
/third_party/libwebsockets/lib/misc/
Dlws-struct-lejp.c35 size_t n = a->map_entries_st[ctx->pst_sp], imp = 0; in lws_struct_schema_only_lejp_cb() local
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIDataOld.java337 ClassDoc[] imp = cdoc.interfaces(); in createInfo() local
DGatherAPIData.java434 ClassDoc[] imp = cdoc.interfaces(); in createInfo() local
/third_party/rust/crates/os_str_bytes/src/
Dlib.rs247 mod imp; module
/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs87 imp: Imp<S>, field
1613 let imp = if self.dfa { in build_with_size() localVariable
/third_party/libxml2/os400/dlfcn/
Ddlfcn.c298 Qmh_Rtvm_RTVM0300_t * imp; in dlseterror_from_exception() local

12