Home
last modified time | relevance | path

Searched refs:ident (Results 301 - 325 of 350) sorted by relevance

1...<<11121314

/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dmod.rs12 pub mod ident; modules
/third_party/python/Lib/multiprocessing/
H A Dutil.py165 for (index, ident, func), obj in items:
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/
H A Dlexer_test.go37 {"ident", tok.Token{Kind: tok.Identifier, Runes: []rune("ident"), Source: tok.Source{
105 ident
107 `, tok.Token{Kind: tok.Identifier, Runes: []rune("ident"), Source: tok.Source{
/third_party/rust/crates/serde/serde/src/ser/
H A Dmod.rs131 (Error: Sized $(+ $($supertrait:ident)::+)*) => {
/third_party/python/Lib/logging/
H A Dhandlers.py976 ident = '' # prepended to all messages variable in SysLogHandler
988 if self.ident:
989 msg = self.ident + msg
/third_party/rust/crates/syn/src/
H A Dexpr.rs748 fn from(ident: Ident) -> Member { in from()
749 Member::Named(ident) in from()
1436 // <atom> . <ident> (..<args>) ...
1437 // <atom> . <ident> ...
2253 $expr_type:ty, $variant:ident, $msg:expr,
2631 } else if let Member::Named(ident) = &member { in parse()
2635 path: Path::from(ident.clone()), in parse()
3490 Member::Named(ident) => ident.to_tokens(tokens), in to_tokens()
H A Dty.rs814 last_lifetime_span = Some(lifetime.ident.span()); in parse_bounds()
854 last_lifetime_span = Some(lifetime.ident.span());
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs43 ($m:ident, $doc_mod_name:ident) => {
2266 ($($field:ident $(: $value:expr)?,)* --default-fields-- $($default_field:ident,)*) => { in default()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
H A Dmod.rs24 pub ident: ::uintptr_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs24 pub ident: ::uintptr_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
H A Dmod.rs21 pub ident: ::uintptr_t,
/third_party/python/Lib/
H A Dselectors.py565 fd = kev.ident
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/parser/
H A Dparser.go269 func (p *parser) ident(use string) string {
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
H A Dmod.rs12 pub ident: ::uintptr_t,
/third_party/rust/crates/nix/src/sys/
H A Daio.rs390 ($func:ident) => {
/third_party/rust/crates/serde/serde/src/de/
H A Dmod.rs141 (Error: Sized $(+ $($supertrait:ident)::+)*) => {
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl123 .ident \"$output, version 2.0\"
124 .ident \"IA-64 ISA artwork by Andy Polyakov <appro\@openssl.org>\"
/third_party/python/Lib/test/test_asyncio/
H A Dtest_futures.py482 res, ident = self.loop.run_until_complete(f2)
485 self.assertNotEqual(ident, threading.get_ident())
/third_party/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl123 .ident \"$output, version 2.0\"
124 .ident \"IA-64 ISA artwork by Andy Polyakov <appro\@openssl.org>\"
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs304 ($test_name:ident, $syscall:ident, $exe: expr $(, $pathname:expr, $flags:expr)*) => (
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs701 ($($num:ident),*) => {
707 ($slf:ident, $($first:expr, $second:expr),*) => {
1652 $fname:ident,
1653 $fname_mut:ident,
1657 $field:ident) => {
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs1249 ($t:ident, $m:ident) => {
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs272 ($s:ident, $code:expr, $name:ident, $str:expr, $iters:expr) => {
287 ($name:ident, $s:ident, $code:expr) => {
290 ($name:ident, $s:ident, $code:expr, $iters:expr) => {
963 ($($fname:ident, $type:ty, $count:expr, $init:expr);*) => {
1304 ($name: ident, $n: expr, $map: ident) => {
1329 ($name: ident,
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs415 ($function:ident, $header:expr) => {
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs406 pub ident: u64,
1034 pub ident: ::uintptr_t,
1386 self.ident == other.ident in eq()
1397 let ident = self.ident; in fmt()
1404 .field("ident", &ident) in fmt()
1415 let ident = self.ident; in hash()
[all...]

Completed in 63 milliseconds

1...<<11121314