Home
last modified time | relevance | path

Searched refs:tt (Results 1 - 25 of 307) sorted by relevance

12345678910>>...13

/third_party/rust/crates/quote/src/
H A Dlib.rs484 ($($tt:tt)*) => {
496 // Special case rule for a single tt, for performance.
497 ($tt:tt) => {{
499 $crate::quote_token!{$tt _s}
509 ($tt1:tt $tt2:tt) => {{
517 ($($tt:tt)*)
[all...]
H A Dformat.rs119 ($fmt:expr, $($rest:tt)*) => {
131 ([$span:expr, $($fmt:tt)*]) => {
139 ([$old:expr, $($fmt:tt)*] span = $span:expr) => {
142 ([$old:expr, $($fmt:tt)*] span = $span:expr, $($rest:tt)*) => {
150 ([$span:expr, $($fmt:tt)*] $name:ident = $arg:expr) => {
153 ([$span:expr, $($fmt:tt)*] $name:ident = $arg:expr, $($rest:tt)*) => {
160 ([$span:expr, $($fmt:tt)*] $arg:expr) => {
163 ([$span:expr, $($fmt:tt)*]
[all...]
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dmacros.rs40 (@__items ($($not:meta,)*) ; ( ($($m:meta),*) ($($it:item)*) ), $($rest:tt)*) => {
103 $args_packed:tt
104 [ $($part_arg:tt)* ]
105 [ #[const_ptr_if( $($cfg:tt)* )] $($arg_rem:tt)* ]
106 $ret_packed:tt
113 $def_packed:tt
114 $args_packed:tt
115 [ $($part_arg:tt)* ]
116 [ *mut $($arg_rem:tt)* ]
[all...]
/third_party/rust/crates/nix/src/
H A Dmacros.rs60 $(#[$inner:ident $($args:tt)*])*
106 attrs: [$($attrs:tt)*],
107 entries: [$($entries:tt)*],
122 attrs: [$($attrs:tt)*],
123 entries: [$($entries:tt)*],
125 try_froms: [$($try_froms:tt)*]
150 attrs: $attrs:tt,
152 $entries:tt,
153 $try_froms:tt;
171 attrs: $attrs:tt,
[all...]
/third_party/rust/crates/nom/src/
H A Dmacros.rs2 (0, $submac:ident ! ($($rest:tt)*)) => ($submac!(1, $($rest)*));
3 (1, $submac:ident ! ($($rest:tt)*)) => ($submac!(2, $($rest)*));
4 (2, $submac:ident ! ($($rest:tt)*)) => ($submac!(3, $($rest)*));
5 (3, $submac:ident ! ($($rest:tt)*)) => ($submac!(4, $($rest)*));
6 (4, $submac:ident ! ($($rest:tt)*)) => ($submac!(5, $($rest)*));
7 (5, $submac:ident ! ($($rest:tt)*)) => ($submac!(6, $($rest)*));
8 (6, $submac:ident ! ($($rest:tt)*)) => ($submac!(7, $($rest)*));
9 (7, $submac:ident ! ($($rest:tt)*)) => ($submac!(8, $($rest)*));
10 (8, $submac:ident ! ($($rest:tt)*)) => ($submac!(9, $($rest)*));
11 (9, $submac:ident ! ($($rest:tt)*))
[all...]
/third_party/rust/crates/syn/src/
H A Dcustom_punctuation.rs79 ($ident:ident, $($tt:tt)+) => {
81 pub spans: $crate::custom_punctuation_repr!($($tt)+),
86 pub fn $ident<__S: $crate::__private::IntoSpans<$crate::custom_punctuation_repr!($($tt)+)>>(
89 let _validate_len = 0 $(+ $crate::custom_punctuation_len!(strict, $tt))*;
102 $crate::impl_parse_for_custom_punctuation!($ident, $($tt)+);
103 $crate::impl_to_tokens_for_custom_punctuation!($ident, $($tt)+);
104 $crate::impl_clone_for_custom_punctuation!($ident, $($tt)+);
105 $crate::impl_extra_traits_for_custom_punctuation!($ident, $($tt)+);
115 ($ident:ident, $($tt
[all...]
H A Dmacros.rs8 $pub:ident $struct:ident $name:ident #full $body:tt
31 $pub:ident $struct:ident $name:ident $body:tt
44 $pub:ident $enum:ident $name:ident $body:tt
56 $pub:ident $enum:ident $name:ident $body:tt
71 $(#[cfg $cfg_attr:tt])*
72 $(#[doc $($doc_attr:tt)*])*
112 ($($arms:tt)*) $tokens:ident $name:ident {
113 $(#[cfg $cfg_attr:tt])*
114 $(#[doc $($doc_attr:tt)*])*
116 $($next:tt)*
[all...]
/third_party/typescript/tests/baselines/reference/
H A DchainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.js8 (new Chain(t)).then(tt => s).then(ss => t);
14 (new Chain(t)).then(tt => t).then(tt => t).then(tt => t);
33 (new Chain2(i)).then(ii => t).then(tt => s).value.x = "";
37 (new Chain2(i)).then(ii => t).then(tt => t).then(tt => t).then(tt => t).value.x = "";
53 (new Chain(t)).then(function (tt) { return s; }).then(function (ss) { return t; });
57 (new Chain(t)).then(function (tt) { retur
[all...]
H A DtupleTypes.js31 var tt = tuple2(1, "string"); variable
32 var tt0 = tt[0];
34 var tt1 = tt[1];
36 var tt2 = tt[2];
39 tt = tuple2(1, undefined);
40 tt = [1, undefined];
41 tt = [undefined, undefined];
42 tt = []; // Error
92 var tt = tuple2(1, "string");
93 var tt0 = tt[
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dlog_stubs.rs4 (target: $target:expr, $lvl:expr, $($arg:tt)+) => {{
8 ($lvl:expr, $($arg:tt)+) => {{
14 (target: $target:expr, $($arg:tt)+) => { log!(target: $target, "", $($arg)+) };
15 ($($arg:tt)+) => { log!("", $($arg)+) };
18 (target: $target:expr, $($arg:tt)*) => { log!(target: $target, "", $($arg)*) };
19 ($($arg:tt)*) => { log!("", $($arg)*) };
22 (target: $target:expr, $($arg:tt)+) => { log!(target: $target, "", $($arg)+) };
23 ($($arg:tt)+) => { log!("", $($arg)+) };
26 (target: $target:expr, $($arg:tt)+) => { log!(target: $target, "", $($arg)+) };
27 ($($arg:tt)
[all...]
/third_party/rust/crates/log/src/
H A Dmacros.rs33 (target: $target:expr, $lvl:expr, $($key:tt = $value:expr),+; $($arg:tt)+) => ({
46 (target: $target:expr, $lvl:expr, $($arg:tt)+) => ({
59 ($lvl:expr, $($arg:tt)+) => (log!(target: __log_module_path!(), $lvl, $($arg)+));
80 (target: $target:expr, $($arg:tt)+) => (log!(target: $target, $crate::Level::Error, $($arg)+));
83 ($($arg:tt)+) => (log!($crate::Level::Error, $($arg)+))
104 (target: $target:expr, $($arg:tt)+) => (log!(target: $target, $crate::Level::Warn, $($arg)+));
107 ($($arg:tt)+) => (log!($crate::Level::Warn, $($arg)+))
130 (target: $target:expr, $($arg:tt)+) => (log!(target: $target, $crate::Level::Info, $($arg)+));
133 ($($arg:tt)
[all...]
/third_party/rust/crates/memoffset/src/
H A Dspan_of.rs26 ($($inner:tt)*) => {
107 (@helper $root:ident, $parent:path, [] ..= $end:tt) => {{
111 (@helper $root:ident, $parent:path, [] .. $end:tt) => {{
115 (@helper $root:ident, $parent:path, # $begin:tt [] ..= $end:tt) => {{
120 (@helper $root:ident, $parent:path, # $begin:tt [] .. $end:tt) => {{
125 (@helper $root:ident, $parent:path, # $begin:tt [] ..) => {{
129 (@helper $root:ident, $parent:path, # $begin:tt [] ..=) => {{
134 (@helper $root:ident, $parent:path, # $field:tt [])
[all...]
/third_party/node/deps/openssl/openssl/crypto/des/asm/
H A Dcrypt586.pl149 local($a,$b,$tt,$shift,$mask,$last)=@_;
152 &mov( $tt, $a );
158 &xor( $tt, $a );
162 &xor( $tt, $a );
170 local($l,$r,$tt,$lr)=@_;
172 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
173 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
174 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
175 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
176 &R_PERM_OP($l,$r,$tt,
[all...]
/third_party/openssl/crypto/des/asm/
H A Dcrypt586.pl149 local($a,$b,$tt,$shift,$mask,$last)=@_;
152 &mov( $tt, $a );
158 &xor( $tt, $a );
162 &xor( $tt, $a );
170 local($l,$r,$tt,$lr)=@_;
172 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
173 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
174 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
175 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
176 &R_PERM_OP($l,$r,$tt,
[all...]
/third_party/python/Lib/
H A Dnetrc.py85 toplevel = tt = lexer.get_token()
86 if not tt:
88 elif tt[0] == '#':
89 if lexer.lineno == saved_lineno and len(tt) == 1:
92 elif tt == 'machine':
94 elif tt == 'default':
96 elif tt == 'macdef':
114 "bad toplevel token %r" % tt, file, lexer.lineno)
117 raise NetrcParseError("missing %r name" % tt, file, lexer.lineno)
124 tt
[all...]
/third_party/rust/crates/proc-macro-error/src/
H A Dmacros.rs16 ($span:expr, $level:expr, $fmt:expr, $($args:expr),+ ; $($rest:tt)+) => {{
36 ($span:expr, $level:expr, $msg:expr ; $($rest:tt)+) => {{
88 ($span:expr, $level:expr, $fmt:expr, $($args:expr),+, ; $($rest:tt)+) => {
91 ($span:expr, $level:expr, $msg:expr, ; $($rest:tt)+) => {
114 ($span:expr, $($tts:tt)*) => {
128 ($($tts:tt)*) => {
145 ($span:expr, $($tts:tt)*) => {{
160 ($($tts:tt)*) => {
175 ($span:expr, $($tts:tt)*) => {
190 ($($tts:tt)*)
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c196 text_reset(TestText *tt) { in text_reset() argument
197 tt->limit = tt->text; in text_reset()
198 tt->number = 0; in text_reset()
202 text_nextString(TestText *tt, int32_t *pLength) { in text_nextString() argument
203 char *s = tt->limit; in text_nextString()
204 if (s == tt->textLimit) { in text_nextString()
207 } else if (s == tt->text) { in text_nextString()
209 if ((tt->textLimit - tt in text_nextString()
227 text_open(TestText *tt) text_open() argument
259 text_close(TestText *tt) text_close() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRuleBasedTimeZone.java188 TimeZoneTransition tt = getNextTransition(now, false); in useDaylightTime()
189 if (tt != null && tt.getTo().getDSTSavings() != 0) { in useDaylightTime()
213 TimeZoneTransition tt = getNextTransition(time, false); in observesDaylightTime()
214 if (tt == null) { in observesDaylightTime()
218 TimeZoneRule toRule = tt.getTo(); in observesDaylightTime()
234 time = tt.getTime(); in observesDaylightTime()
354 long tt = tzt.getTime(); in getNextTransition()
355 if (tt > base || (inclusive && tt in getNextTransition()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRuleBasedTimeZone.java173 TimeZoneTransition tt = getNextTransition(now, false); in useDaylightTime()
174 if (tt != null && tt.getTo().getDSTSavings() != 0) { in useDaylightTime()
197 TimeZoneTransition tt = getNextTransition(time, false); in observesDaylightTime()
198 if (tt == null) { in observesDaylightTime()
202 TimeZoneRule toRule = tt.getTo(); in observesDaylightTime()
218 time = tt.getTime(); in observesDaylightTime()
332 long tt = tzt.getTime(); in getNextTransition()
333 if (tt > base || (inclusive && tt in getNextTransition()
[all...]
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/
H A Dslowstrconv_test.go23 func TestParseFloatFromBytes(tt *testing.T) {
226 tt.Fatalf("tc=%q: %v", tc, err)
231 tt.Fatalf("tc=%q: %v", tc, err)
235 tt.Fatalf("tc=%q: F32: got 0x%08X, want 0x%08X", tc, got.F32, wantF32)
240 tt.Fatalf("tc=%q: %v", tc, err)
244 tt.Fatalf("tc=%q: F64: got 0x%08X, want 0x%08X", tc, got.F64, wantF64)
259 func TestParseOneThird(tt *testing.T) {
263 tt.Fatalf("%v", err)
273 tt.Fatalf("\ngot %X\nwant %X", got, want)
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_fre.c30 const ASN1_TEMPLATE *tt = NULL, *seqtt; in ossl_asn1_item_embed_free() local
68 tt = it->templates + i; in ossl_asn1_item_embed_free()
69 pchval = ossl_asn1_get_field_ptr(pval, tt); in ossl_asn1_item_embed_free()
70 ossl_asn1_template_free(pchval, tt); in ossl_asn1_item_embed_free()
101 tt = it->templates + it->tcount; in ossl_asn1_item_embed_free()
105 tt--; in ossl_asn1_item_embed_free()
106 seqtt = ossl_asn1_do_adb(*pval, tt, 0); in ossl_asn1_item_embed_free()
122 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ossl_asn1_template_free() argument
124 int embed = tt->flags & ASN1_TFLG_EMBED; in ossl_asn1_template_free()
130 if (tt in ossl_asn1_template_free()
[all...]
H A Dtasn_new.c24 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt,
26 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
63 const ASN1_TEMPLATE *tt = NULL; in asn1_item_embed_new() local
149 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_embed_new()
150 pseqval = ossl_asn1_get_field_ptr(pval, tt); in asn1_item_embed_new()
151 if (!asn1_template_new(pseqval, tt, libctx, propq)) in asn1_item_embed_new()
207 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, in asn1_template_new() argument
210 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in asn1_template_new()
211 int embed = tt in asn1_template_new()
247 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) asn1_template_clear() argument
[all...]
H A Dtasn_dec.c49 const ASN1_TEMPLATE *tt, char opt,
54 const ASN1_TEMPLATE *tt, char opt,
168 const ASN1_TEMPLATE *tt, *errtt = NULL; in asn1_item_embed_d2i() local
282 tt = it->templates + i; in asn1_item_embed_d2i()
283 pchptr = ossl_asn1_get_field_ptr(pval, tt); in asn1_item_embed_d2i()
284 ossl_asn1_template_free(pchptr, tt); in asn1_item_embed_d2i()
293 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
294 pchptr = ossl_asn1_get_field_ptr(pval, tt); in asn1_item_embed_d2i()
298 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, in asn1_item_embed_d2i()
496 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) asn1_template_ex_d2i() argument
568 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) asn1_template_noexp_d2i() argument
[all...]
/third_party/openssl/crypto/asn1/
H A Dtasn_fre.c30 const ASN1_TEMPLATE *tt = NULL, *seqtt; in ossl_asn1_item_embed_free() local
68 tt = it->templates + i; in ossl_asn1_item_embed_free()
69 pchval = ossl_asn1_get_field_ptr(pval, tt); in ossl_asn1_item_embed_free()
70 ossl_asn1_template_free(pchval, tt); in ossl_asn1_item_embed_free()
101 tt = it->templates + it->tcount; in ossl_asn1_item_embed_free()
105 tt--; in ossl_asn1_item_embed_free()
106 seqtt = ossl_asn1_do_adb(*pval, tt, 0); in ossl_asn1_item_embed_free()
122 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ossl_asn1_template_free() argument
124 int embed = tt->flags & ASN1_TFLG_EMBED; in ossl_asn1_template_free()
130 if (tt in ossl_asn1_template_free()
[all...]
H A Dtasn_new.c24 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt,
26 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
63 const ASN1_TEMPLATE *tt = NULL; in asn1_item_embed_new() local
149 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_embed_new()
150 pseqval = ossl_asn1_get_field_ptr(pval, tt); in asn1_item_embed_new()
151 if (!asn1_template_new(pseqval, tt, libctx, propq)) in asn1_item_embed_new()
207 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, in asn1_template_new() argument
210 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in asn1_template_new()
211 int embed = tt in asn1_template_new()
247 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) asn1_template_clear() argument
[all...]

Completed in 9 milliseconds

12345678910>>...13