Home
last modified time | relevance | path

Searched defs:reset (Results 1 – 25 of 8143) sorted by relevance

12345678910>>...326

/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/di/
DFakeComponents.kt179 fun reset() { in reset() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadDataAggregationsUseCase
201 fun reset() { in reset() method
246 fun reset() { in reset() method in com.android.healthconnect.controller.tests.utils.di.FakeSleepSessionHelper
277 fun reset() { in reset() method
298 fun reset() { in reset() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadPotentialPriorityListUseCase
329 fun reset() { in reset() method
346 fun reset() { in reset() method in com.android.healthconnect.controller.tests.utils.di.FakeUpdatePriorityListUseCase
366 fun reset() { in reset() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadAccessUseCase
383 fun reset() { in reset() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadFitnessTypeContributorAppsUseCase
400 fun reset() { in reset() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadMedicalTypeContributorAppsUseCase
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Dactivation.cpp16 void ELUImpl::reset() {} in reset() function in torch::nn::ELUImpl
34 void SELUImpl::reset() {} in reset() function in torch::nn::SELUImpl
53 void HardshrinkImpl::reset() {} in reset() function in torch::nn::HardshrinkImpl
73 void HardtanhImpl::reset() { in reset() function in torch::nn::HardtanhImpl
99 void LeakyReLUImpl::reset() {} in reset() function in torch::nn::LeakyReLUImpl
116 void LogSigmoidImpl::reset() {} in reset() function in torch::nn::LogSigmoidImpl
126 void SoftmaxImpl::reset() {} in reset() function in torch::nn::SoftmaxImpl
140 void SoftminImpl::reset() {} in reset() function in torch::nn::SoftminImpl
155 void LogSoftmaxImpl::reset() {} in reset() function in torch::nn::LogSoftmaxImpl
167 void Softmax2dImpl::reset() {} in reset() function in torch::nn::Softmax2dImpl
[all …]
H A Dloss.cpp10 void L1LossImpl::reset() {} in reset() function in torch::nn::L1LossImpl
25 void KLDivLossImpl::reset() {} in reset() function in torch::nn::KLDivLossImpl
41 void MSELossImpl::reset() {} in reset() function in torch::nn::MSELossImpl
59 void BCELossImpl::reset() { in reset() function in torch::nn::BCELossImpl
78 void HingeEmbeddingLossImpl::reset() {} in reset() function in torch::nn::HingeEmbeddingLossImpl
99 void MultiMarginLossImpl::reset() { in reset() function in torch::nn::MultiMarginLossImpl
131 void CosineEmbeddingLossImpl::reset() {} in reset() function in torch::nn::CosineEmbeddingLossImpl
157 void MultiLabelSoftMarginLossImpl::reset() { in reset() function in torch::nn::MultiLabelSoftMarginLossImpl
173 void TripletMarginLossImpl::reset() {} in reset() function in torch::nn::TripletMarginLossImpl
202 void TripletMarginWithDistanceLossImpl::reset() {} in reset() function in torch::nn::TripletMarginWithDistanceLossImpl
[all …]
H A Dlinear.cpp16 void IdentityImpl::reset() {} in reset() function in torch::nn::IdentityImpl
33 void LinearImpl::reset() { in reset() function in torch::nn::LinearImpl
71 void FlattenImpl::reset() {} in reset() function in torch::nn::FlattenImpl
87 void UnflattenImpl::reset() {} in reset() function in torch::nn::UnflattenImpl
138 void BilinearImpl::reset() { in reset() function in torch::nn::BilinearImpl
H A Dpooling.cpp15 void AvgPoolImpl<D, Derived>::reset() {} in reset() function in torch::nn::AvgPoolImpl
68 void MaxPoolImpl<D, Derived>::reset() {} in reset() function in torch::nn::MaxPoolImpl
219 void MaxUnpoolImpl<D, Derived>::reset() {} in reset() function in torch::nn::MaxUnpoolImpl
281 void FractionalMaxPool2dImpl::reset() { in reset() function in torch::nn::FractionalMaxPool2dImpl
340 void FractionalMaxPool3dImpl::reset() { in reset() function in torch::nn::FractionalMaxPool3dImpl
399 void LPPoolImpl<D, Derived>::reset() {} in reset() function in torch::nn::LPPoolImpl
H A Dtransformer.cpp22 void TransformerEncoderLayerImpl::reset() { in reset() function in torch::nn::TransformerEncoderLayerImpl
100 void TransformerDecoderLayerImpl::reset() { in reset() function in torch::nn::TransformerDecoderLayerImpl
224 void TransformerEncoderImpl::reset() { in reset() function in torch::nn::TransformerEncoderImpl
291 void TransformerDecoderImpl::reset() { in reset() function in torch::nn::TransformerDecoderImpl
371 void TransformerImpl::reset() { in reset() function in torch::nn::TransformerImpl
H A Dnormalization.cpp21 void LayerNormImpl::reset() { in reset() function in torch::nn::LayerNormImpl
64 void LocalResponseNormImpl::reset() {} in reset() function in torch::nn::LocalResponseNormImpl
74 void CrossMapLRN2dImpl::reset() {} in reset() function in torch::nn::CrossMapLRN2dImpl
94 void GroupNormImpl::reset() { in reset() function in torch::nn::GroupNormImpl
/aosp_15_r20/external/cronet/base/memory/
H A Dweak_auto_reset_unittest.cc47 WeakAutoReset reset = hwf.SetValueScoped(1); in TEST() local
55 WeakAutoReset reset = hwf->SetValueScoped(1); in TEST() local
64 WeakAutoReset reset = hwf.SetValueScoped(1); in TEST() local
77 WeakAutoReset reset = hwf->SetValueScoped(1); in TEST() local
88 WeakAutoReset reset = hwf.SetValueScoped(1); in TEST() local
105 WeakAutoReset reset = hwf1.SetValueScoped(1); in TEST() local
129 WeakAutoReset reset = hwf.SetValueScoped(1); in TEST() local
144 WeakAutoReset reset = hwf->SetValueScoped(1); in TEST() local
163 WeakAutoReset reset = outer->SetValueScoped(HasWeakFactoryPointer()); in TEST() local
188 WeakAutoReset reset = outer->SetValueScoped(HasWeakFactoryPointer()); in TEST() local
[all …]
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/settings/
H A DGlobalSettings.kt270 fun reset(contentResolver: ContentResolver?) { in <lambda>() method
288 fun reset(user: UserReference) { in <lambda>() method
301 fun reset() { in <lambda>() method
H A DSecureSettings.kt314 fun reset(contentResolver: ContentResolver?) { in reset() method
332 fun reset(user: UserReference) { in reset() method
345 fun reset() { in reset() method
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/
H A DToken.java35 Token reset() { in reset() method in Token
57 static void reset(StringBuilder sb) { in reset() method in Token
75 Token reset() { in reset() method in Token.Doctype
138 Tag reset() { in reset() method in Token.Tag
362 Tag reset() { in reset() method in Token.StartTag
402 Token reset() { in reset() method in Token.Comment
456 Token reset() { in reset() method in Token.Character
504 Token reset() { in reset() method in Token.EOF
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/lang/
H A DUScriptRun.java144 public final void reset() in reset() method in UScriptRun
176 public final void reset(int start, int count) in reset() method in UScriptRun
208 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun
229 public final void reset(char[] chars) in reset() method in UScriptRun
253 public final void reset(String str, int start, int count) in reset() method in UScriptRun
274 public final void reset(String str) in reset() method in UScriptRun
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUScriptRun.java146 public final void reset() in reset() method in UScriptRun
178 public final void reset(int start, int count) in reset() method in UScriptRun
210 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun
231 public final void reset(char[] chars) in reset() method in UScriptRun
255 public final void reset(String str, int start, int count) in reset() method in UScriptRun
276 public final void reset(String str) in reset() method in UScriptRun
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle_ike_digests/android_common/turbine/
Dbouncycastle_ike_digests.jar ... (byte[], int) public abstract void reset () } org/bouncycastle/crypto/ExtendedDigest ...
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle_ike_digests/android_common_apex30/turbine/
Dbouncycastle_ike_digests.jar ... (byte[], int) public abstract void reset () } org/bouncycastle/crypto/ExtendedDigest ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Denvironment.hpp66 void reset(const pointer_type id) { reset(string_type(id)); } in reset() function in boost::process::detail::posix::native_environment_impl
82 void reset(const string_type & id) in reset() function in boost::process::detail::posix::native_environment_impl
119 void reset(const pointer_type id) in reset() function in boost::process::detail::posix::native_environment_impl
129 void reset(const string_type & id) {reset(id.c_str());} in reset() function in boost::process::detail::posix::native_environment_impl
162 void reset(const pointer_type id) {reset(string_type(id));} in reset() function
270 inline void basic_environment_impl<Char>::reset(const string_type &id) in reset() function in boost::process::detail::posix::basic_environment_impl
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
H A DCounters.java92 public void reset() { in reset() method in Counters.AbstractPathCounters
157 public void reset() { in reset() method in Counters.BigIntegerCounter
222 default void reset() { in reset() method
279 public void reset() { in reset() method in Counters.LongCounter
393 default void reset() { in reset() method
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
H A DTerminal.kt43 abstract fun reset(): String in attributes() method
71 override fun reset(): String { in reset() method in com.android.tools.metalava.cli.common.PlainTerminal
119 override fun reset(): String { in reset() method in com.android.tools.metalava.cli.common.StylingTerminal
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DTrackingMDRef.h62 void reset() { in reset() function
66 void reset(Metadata *MD) { in reset() function
134 void reset() { Ref.reset(); } in reset() function
135 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DTrackingMDRef.h62 void reset() { in reset() function
66 void reset(Metadata *MD) { in reset() function
134 void reset() { Ref.reset(); } in reset() function
135 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DTrackingMDRef.h62 void reset() { in reset() function
66 void reset(Metadata *MD) { in reset() function
134 void reset() { Ref.reset(); } in reset() function
135 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DTrackingMDRef.h62 void reset() { in reset() function
66 void reset(Metadata *MD) { in reset() function
134 void reset() { Ref.reset(); } in reset() function
135 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DTrackingMDRef.h62 void reset() { in reset() function
66 void reset(Metadata *MD) { in reset() function
134 void reset() { Ref.reset(); } in reset() function
135 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DTrackingMDRef.h62 void reset() { in reset() function
66 void reset(Metadata *MD) { in reset() function
134 void reset() { Ref.reset(); } in reset() function
135 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dshared_array.hpp171 void reset() BOOST_SP_NOEXCEPT in reset() function in boost::shared_array
176 template<class Y> void reset( Y * p ) // Y must be complete in reset() function in boost::shared_array
182 template<class Y, class D> void reset( Y * p, D d ) in reset() function in boost::shared_array
187 template<class Y, class D, class A> void reset( Y * p, D d, A a ) in reset() function in boost::shared_array
192 template<class Y> void reset( shared_array<Y> const & r, element_type * p ) BOOST_SP_NOEXCEPT in reset() function in boost::shared_array

12345678910>>...326