/aosp_15_r20/external/webrtc/api/neteq/ |
H A D | tick_timer_unittest.cc | 22 TickTimer tt; in TEST() local 27 TickTimer tt(17); in TEST() local 32 TickTimer tt; in TEST() local 47 TickTimer tt; in TEST() local 55 TickTimer tt; in TEST() local 70 TickTimer tt; in TEST() local 88 TickTimer tt; in TEST() local 105 TickTimer tt(kMsPerTick); in TEST() local 115 TickTimer tt; in TEST() local
|
/aosp_15_r20/external/llvm/test/MC/ARM/ |
H A D | thumbv8m.s | 170 tt r0, r1 label 173 tt r0, sp label 251 tt r0, r1, r2 label 254 tt r0, [r1] label 257 tt r0, r1, #4 label 260 tt r0, #4 label 268 tt sp, r0 label 271 tt pc, r0 label 274 tt r0, pc label
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | temp-order.cpp | 46 TempTracker tt; in f0() local 58 TempTracker tt; in f1() local 70 TempTracker tt; in f2() local 82 TempTracker tt; in f3() local 96 TempTracker tt; in f4() local 108 TempTracker tt; in f5() local 122 TempTracker tt; in f6() local 134 TempTracker tt; in f7() local 143 TempTracker tt; in f8() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/ |
D | test_expression_evaluation.cpp | 69 for(auto& tt: t){ tt = v; v+=value_type{1}; } in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local 103 for(auto& tt: t1){ tt = v; v+=value_type{1}; } in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local 106 for(auto& tt: t2){ tt = v; v+=value_type{2}; } in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local 160 for(auto& tt: t){ tt = v; v+=value_type{1}; } in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local 194 for(auto& tt: t1){ tt = v; v+=value_type{1}; } in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local 197 for(auto& tt: t2){ tt = v; v+=value_type{2}; } in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | graph_opt.cpp | 243 auto tt = v->type()->expect<TensorType>(); in makeShapesSymbolic() local 277 auto tt = t->cast<TensorType>(); in isGraphCompilable() local 291 auto tt = t->cast<TensorType>(); in isGraphCompilable() local 324 auto tt = t->cast<TensorType>(); in fixupTypeInfoForValue() local 347 auto tt = t->cast<TensorType>(); in inferScalarType() local 366 auto tt = t->cast<TensorType>(); in inferDevice() local 386 auto tt = t->cast<TensorType>(); in fixupMissingShapeInfo() local 462 auto tt = t->cast<TensorType>(); in dequantizeResults() local
|
H A D | kernel.cpp | 136 auto tt = input->type()->cast<TensorType>(); in pickDeviceType() local 152 if (auto tt = input->type()->cast<TensorType>()) { in pickDeviceType() local 164 if (auto tt = input->type()->cast<TensorType>()) { in pickDeviceType() local 215 auto const& tt = v->type()->cast<TensorType>(); in isContiguous() local 512 auto tt = v->type()->cast<TensorType>(); in sizesForValue() local 533 auto tt = v->type()->cast<TensorType>(); in findDtypeForValue() local 1137 auto tt = input->type()->cast<TensorType>(); in bindInput() local 1308 const TensorTypePtr& tt = v->type()->expect<TensorType>(); in convertSymbolicOutputToCorrectStrides() local 1345 const TensorTypePtr& tt = v->type()->expect<TensorType>(); in convertStaticShapeOutputToCorrectStrides() local 1535 auto tt = input->type()->cast<TensorType>(); in bindAllInputs() local [all …]
|
/aosp_15_r20/system/nfc/src/gki/common/ |
H A D | gki_time.cc | 47 uint8_t tt; in gki_timers_init() local 103 uint8_t tt; in gki_timers_is_timer_running() local 552 uint8_t tt; in GKI_timer_queue_empty() local 765 uint8_t tt; in GKI_add_to_timer_list() local 854 uint8_t tt; in GKI_remove_from_timer_list() local
|
/aosp_15_r20/external/pytorch/c10/test/util/ |
H A D | complex_math_test_common.h | 546 c10::complex<float> tt = std::atan(t); in C10_DEFINE_TEST() local 561 c10::complex<float> tt = ::atan(t); in C10_DEFINE_TEST() local 576 c10::complex<double> tt = std::atan(t); in C10_DEFINE_TEST() local 591 c10::complex<double> tt = ::atan(t); in C10_DEFINE_TEST() local 614 c10::complex<float> tt = std::atanh(t); in C10_DEFINE_TEST() local 629 c10::complex<float> tt = ::atanh(t); in C10_DEFINE_TEST() local 644 c10::complex<double> tt = std::atanh(t); in C10_DEFINE_TEST() local 659 c10::complex<double> tt = ::atanh(t); in C10_DEFINE_TEST() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 206 TransitionType& tt(transition_types_.back()); in ResetToBuiltinUTC() local 302 const TransitionType& tt(transition_types_[type_index]); in GetTransitionType() local 314 TransitionType& tt(*transition_types_.emplace(transition_types_.end())); in GetTransitionType() local 568 for (auto& tt : transition_types_) { in Load() local 749 const TransitionType& tt = transition_types_[tr.type_index]; in LocalTime() local 852 const TransitionType& tt(transition_types_[default_transition_type_]); in MakeTime() local 869 const TransitionType& tt(transition_types_[tr->type_index]); in MakeTime() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 223 TransitionType& tt(transition_types_.back()); in ResetToBuiltinUTC() local 319 const TransitionType& tt(transition_types_[type_index]); in GetTransitionType() local 331 TransitionType& tt(*transition_types_.emplace(transition_types_.end())); in GetTransitionType() local 591 for (auto& tt : transition_types_) { in Load() local 832 const TransitionType& tt = transition_types_[tr.type_index]; in LocalTime() local 935 const TransitionType& tt(transition_types_[default_transition_type_]); in MakeTime() local 952 const TransitionType& tt(transition_types_[tr->type_index]); in MakeTime() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_info.cc | 223 TransitionType& tt(transition_types_.back()); in ResetToBuiltinUTC() local 319 const TransitionType& tt(transition_types_[type_index]); in GetTransitionType() local 331 TransitionType& tt(*transition_types_.emplace(transition_types_.end())); in GetTransitionType() local 591 for (auto& tt : transition_types_) { in Load() local 832 const TransitionType& tt = transition_types_[tr.type_index]; in LocalTime() local 935 const TransitionType& tt(transition_types_[default_transition_type_]); in MakeTime() local 952 const TransitionType& tt(transition_types_[tr->type_index]); in MakeTime() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 223 TransitionType& tt(transition_types_.back()); in ResetToBuiltinUTC() local 319 const TransitionType& tt(transition_types_[type_index]); in GetTransitionType() local 331 TransitionType& tt(*transition_types_.emplace(transition_types_.end())); in GetTransitionType() local 591 for (auto& tt : transition_types_) { in Load() local 832 const TransitionType& tt = transition_types_[tr.type_index]; in LocalTime() local 935 const TransitionType& tt(transition_types_[default_transition_type_]); in MakeTime() local 952 const TransitionType& tt(transition_types_[tr->type_index]); in MakeTime() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | RuleBasedTimeZone.java | 172 TimeZoneTransition tt = getNextTransition(now, false); in useDaylightTime() local 196 TimeZoneTransition tt = getNextTransition(time, false); in observesDaylightTime() local 331 long tt = tzt.getTime(); in getNextTransition() local 400 long tt = tzt.getTime(); in getPreviousTransition() local 496 long tt; in complete() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
H A 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
|
/aosp_15_r20/external/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 271 const TransitionType& tt(transition_types_[type_index]); in GetTransitionType() local 283 TransitionType& tt(*transition_types_.emplace(transition_types_.end())); in GetTransitionType() local 590 TransitionType& tt(transition_types_.back()); in ResetToBuiltinUTC() local 799 for (auto& tt : transition_types_) { in Load() local 854 const TransitionType& tt = transition_types_[tr.type_index]; in LocalTime() local 957 const TransitionType& tt(transition_types_[default_transition_type_]); in MakeTime() local 974 const TransitionType& tt(transition_types_[tr->type_index]); in MakeTime() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 271 const TransitionType& tt(transition_types_[type_index]); in GetTransitionType() local 283 TransitionType& tt(*transition_types_.emplace(transition_types_.end())); in GetTransitionType() local 590 TransitionType& tt(transition_types_.back()); in ResetToBuiltinUTC() local 799 for (auto& tt : transition_types_) { in Load() local 854 const TransitionType& tt = transition_types_[tr.type_index]; in LocalTime() local 957 const TransitionType& tt(transition_types_[default_transition_type_]); in MakeTime() local 974 const TransitionType& tt(transition_types_[tr->type_index]); in MakeTime() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 271 const TransitionType& tt(transition_types_[type_index]); in GetTransitionType() local 283 TransitionType& tt(*transition_types_.emplace(transition_types_.end())); in GetTransitionType() local 590 TransitionType& tt(transition_types_.back()); in ResetToBuiltinUTC() local 799 for (auto& tt : transition_types_) { in Load() local 854 const TransitionType& tt = transition_types_[tr.type_index]; in LocalTime() local 957 const TransitionType& tt(transition_types_[default_transition_type_]); in MakeTime() local 974 const TransitionType& tt(transition_types_[tr->type_index]); in MakeTime() local
|
/aosp_15_r20/external/angle/third_party/flatbuffers/generated/tests/ |
H A D | alignment_test_generated.h | 780 static const ::flatbuffers::TypeTable tt = { in BadAlignmentSmallTypeTable() local 790 static const ::flatbuffers::TypeTable tt = { in BadAlignmentLargeTypeTable() local 800 static const ::flatbuffers::TypeTable tt = { in OuterLargeTypeTable() local 812 static const ::flatbuffers::TypeTable tt = { in BadAlignmentRootTypeTable() local 823 static const ::flatbuffers::TypeTable tt = { in EvenSmallStructTypeTable() local 835 static const ::flatbuffers::TypeTable tt = { in OddSmallStructTypeTable() local 847 static const ::flatbuffers::TypeTable tt = { in SmallStructsTypeTable() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | lower_tuples.cpp | 37 TupleTypePtr tt = input->type()->cast<TupleType>(); in flattenTupleInLoopParams() local 66 TupleTypePtr tt = input->type()->cast<TupleType>(); in flattenTupleInBlockReturn() local 190 if (TupleTypePtr tt = input->type()->cast<TupleType>()) { in flattenInputs() local 238 if (TupleTypePtr tt = output->type()->cast<TupleType>()) { in flattenOutputs() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/asn1/ |
H A D | tasn_new.c | 87 const ASN1_TEMPLATE *tt = NULL; in ASN1_item_ex_new() local 210 static int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in ASN1_template_new() 241 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in asn1_template_clear()
|
/aosp_15_r20/external/boringssl/src/crypto/asn1/ |
H A D | tasn_new.c | 87 const ASN1_TEMPLATE *tt = NULL; in ASN1_item_ex_new() local 210 static int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in ASN1_template_new() 241 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in asn1_template_clear()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | tasn_new.c | 96 const ASN1_TEMPLATE *tt = NULL; in asn1_item_ex_combine_new() local 224 static int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_new() 257 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_clear()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | tasn_new.c | 96 const ASN1_TEMPLATE *tt = NULL; in asn1_item_ex_combine_new() local 224 static int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_new() 257 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_clear()
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | ucnvseltst.c | 196 text_reset(TestText *tt) { in text_reset() 202 text_nextString(TestText *tt, int32_t *pLength) { in text_nextString() 227 text_open(TestText *tt) { in text_open() 259 text_close(TestText *tt) { in text_close()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | ucnvseltst.c | 196 text_reset(TestText *tt) { in text_reset() 202 text_nextString(TestText *tt, int32_t *pLength) { in text_nextString() 227 text_open(TestText *tt) { in text_open() 259 text_close(TestText *tt) { in text_close()
|