/third_party/typescript/tests/baselines/reference/ |
D | chainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.js | 53 (new Chain(t)).then(function (tt) { return s; }).then(function (ss) { return t; }); argument 57 …(new Chain(t)).then(function (tt) { return t; }).then(function (tt) { return t; }).then(function (… argument 73 … (new Chain2(i)).then(function (ii) { return t; }).then(function (tt) { return s; }).value.x = ""; argument 76 …(new Chain2(i)).then(function (ii) { return t; }).then(function (tt) { return t; }).then(function … argument
|
D | parser512097.js | 2 var tt = { aa; } variable 8 var tt = { aa: aa }; variable
|
D | incompleteObjectLiteral1.js | 2 var tt = { aa; } variable 6 var tt = { aa: aa }; variable
|
D | parser512325.js | 2 var tt = (a, (b, c)) => a+b+c; function
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
D | ScanICU.java | 118 Node tt = out.createTextNode(locinfo.trim()); in addFormatting() local 149 Node tt = out.createTextNode(locinfo.trim()); in addCollation() local
|
D | ScanJava.java | 64 CapNode tt = out.createTextNode(locinfo.trim()); in addCollation() local 99 CapNode tt = out.createTextNode(locinfo.trim()); in addFormatting() local
|
/third_party/openssl/crypto/asn1/ |
D | tasn_new.c | 63 const ASN1_TEMPLATE *tt = NULL; in asn1_item_embed_new() local 207 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, in asn1_template_new() 247 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_clear()
|
D | tasn_fre.c | 30 const ASN1_TEMPLATE *tt = NULL, *seqtt; in ossl_asn1_item_embed_free() local 122 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ossl_asn1_template_free()
|
D | tasn_utl.c | 199 ASN1_VALUE **ossl_asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ossl_asn1_get_field_ptr() 212 const ASN1_TEMPLATE *tt) in ossl_asn1_get_const_field_ptr() 223 const ASN1_TEMPLATE *tt, in ossl_asn1_do_adb()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RegressionTests/ |
D | parser512097.ts | 1 var tt = { aa; } variable
|
D | parser512325.ts | 1 var tt = (a, (b, c)) => a+b+c; variable
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | RuleBasedTimeZone.java | 173 TimeZoneTransition tt = getNextTransition(now, false); in useDaylightTime() local 197 TimeZoneTransition tt = getNextTransition(time, false); in observesDaylightTime() local 332 long tt = tzt.getTime(); in getNextTransition() local 401 long tt = tzt.getTime(); in getPreviousTransition() local 497 long tt; in complete() local
|
/third_party/typescript/tests/cases/compiler/ |
D | incompleteObjectLiteral1.ts | 1 var tt = { aa; } variable
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/object_types/tuple_types/ |
D | tuple_types_3.ts | 26 interface tt<K, V> extends Array<K | V> { interface
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | RuleBasedTimeZone.java | 188 TimeZoneTransition tt = getNextTransition(now, false); in useDaylightTime() local 213 TimeZoneTransition tt = getNextTransition(time, false); in observesDaylightTime() local 354 long tt = tzt.getTime(); in getNextTransition() local 425 long tt = tzt.getTime(); in getPreviousTransition() local 522 long tt; in complete() local
|
/third_party/toybox/toys/other/ |
D | w.c | 27 time_t tt = x->ut_tv.tv_sec; in w_main() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucnvseltst.c | 195 text_reset(TestText *tt) { in text_reset() 201 text_nextString(TestText *tt, int32_t *pLength) { in text_nextString() 226 text_open(TestText *tt) { in text_open() 258 text_close(TestText *tt) { in text_close()
|
/third_party/ffmpeg/libavcodec/ |
D | vc1_loopfilter.c | 371 int tt; in vc1_p_h_loop_filter() local 424 int tt; in vc1_p_v_loop_filter() local 807 int tt; in vc1_p_h_intfr_loop_filter() local 857 int tt; in vc1_p_v_intfr_loop_filter() local 1119 int tt; in vc1_b_h_intfi_loop_filter() local 1151 int tt; in vc1_b_v_intfi_loop_filter() local
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/destructuring_parameter_declarations/ |
D | destructuring_parameter_declarations_2.ts | 34 let tt: Person = new Person("caihua", 12); variable
|
D | destructuring_parameter_declarations_3.ts | 35 let tt: Person = new Person("caihua", 12); variable
|
D | destructuring_parameter_declarations_4.ts | 45 let tt: Person = new Person(); variable
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.1/mapped_types_on_tuples_and_arrays/ |
D | mapped_types_on_tuples_and_arrays_1.ts | 30 type tt = Type<tuple>; alias
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_info.cc | 207 TransitionType& tt(transition_types_.back()); in ResetToBuiltinUTC() local 303 const TransitionType& tt(transition_types_[type_index]); in GetTransitionType() local 315 TransitionType& tt(*transition_types_.emplace(transition_types_.end())); in GetTransitionType() local 569 for (auto& tt : transition_types_) { in Load() local 746 const TransitionType& tt = transition_types_[tr.type_index]; in LocalTime() local 849 const TransitionType& tt(transition_types_[default_transition_type_]); in MakeTime() local 866 const TransitionType& tt(transition_types_[tr->type_index]); in MakeTime() local
|
/third_party/libffi/src/sparc/ |
D | ffi.c | 138 int tt = ty->type; in ffi_prep_cif_machdep() local 220 int tt = ty->type; in ffi_prep_args_v8() local 403 int tt = ty->type; in ffi_closure_sparc_inner_v8() local
|
/third_party/libabigail/tests/data/test-read-ctf/ |
D | test-callback.c | 14 struct test *tt; in assign() local
|