Home
last modified time | relevance | path

Searched defs:finalize (Results 1 – 25 of 2552) sorted by relevance

12345678910>>...103

/aosp_15_r20/external/clang/test/SemaObjC/
H A Dwarn-missing-super.m12 - (void)finalize { method
19 - (void)finalize; method
25 - (void)finalize { method
31 - (void)finalize; method
38 - (void)finalize { method
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_userfunctions.py101 def finalize(self): member in AggrNoStep
118 def finalize(self): member in AggrExceptionInInit
128 def finalize(self): member in AggrExceptionInStep
138 def finalize(self): member in AggrExceptionInFinalize
150 def finalize(self): member in AggrCheckType
163 def finalize(self): member in AggrCheckTypes
173 def finalize(self): member in AggrSum
181 def finalize(self): member in AggrText
498 def finalize(self): member in WindowSumInt
575 def finalize(self): return 42 member in WindowFunctionTests.test_win_missing_method.MissingValue
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/stream_ext/
Dcollect.rs98 fn finalize(_: sealed::Internal, _collection: &mut ()) {} in finalize() method
115 fn finalize(_: sealed::Internal, collection: &mut String) -> String { in finalize() method
134 fn finalize(_: sealed::Internal, collection: &mut Vec<T>) -> Vec<T> { in finalize() method
152 fn finalize(_: sealed::Internal, collection: &mut Vec<T>) -> Box<[T]> { in finalize() method
192 fn finalize(_: sealed::Internal, collection: &mut Self::InternalCollection) -> Result<U, E> { in finalize() function
224 fn finalize(internal: Internal, collection: &mut Self::InternalCollection) -> Self; in finalize() method
/aosp_15_r20/external/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method
/aosp_15_r20/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py64 def finalize(self): member in AggrNoStep
81 def finalize(self): member in AggrExceptionInInit
91 def finalize(self): member in AggrExceptionInStep
101 def finalize(self): member in AggrExceptionInFinalize
112 def finalize(self): member in AggrCheckType
122 def finalize(self): member in AggrSum
/aosp_15_r20/external/python/setuptools/
Dtox.ini53 skip_install = True
54 deps =
57 passenv = *
58 commands =
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dmemory_planning.py118 def finalize(self, pool, offset) -> AllocationTreeNode: member in AllocationTreeNode
157 def finalize(self, pool, offset): member in Allocation
306 def finalize(self, pool, offset): member in TemporalSplit
349 def finalize(self, pool, offset): member in SpatialSplit
395 def finalize(self, name): member in AllocationPool
488 def finalize(self): member in AllocationPools
/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Ddigest_0_9_support.rs32 fn finalize(self) -> GenericArray<u8, Self::OutputSize> { in finalize() method
74 fn finalize(self) -> GenericArray<u8, Self::OutputSize> { in finalize() method
116 fn finalize(self) -> GenericArray<u8, Self::OutputSize> { in finalize() method
158 fn finalize(self) -> GenericArray<u8, Self::OutputSize> { in finalize() method
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DIsCollectedDebuggee.java137 protected void finalize() throws Throwable { in finalize() method in IsCollectedObject001_01
145 protected void finalize() throws Throwable { in finalize() method in IsCollectedObject001_02
153 protected void finalize() throws Throwable { in finalize() method in IsCollectedObject001_03
H A DDisableCollectionDebuggee.java114 protected void finalize() throws Throwable { in finalize() method in DisableCollectionObject001_01
122 protected void finalize() throws Throwable { in finalize() method in DisableCollectionObject001_02
/aosp_15_r20/external/python/jinja/src/jinja2/
Dnativetypes.py49 def _output_child_to_const(self, node, frame, finalize): argument
60 def _output_child_pre(self, node, frame, finalize): argument
64 def _output_child_post(self, node, frame, finalize): argument
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ref/
H A DFinalizeTest.java102 @Override protected void finalize() throws Throwable { in finalize() method in FinalizeTest.ConstructionFails
122 @Override protected void finalize() throws Throwable { in createSlowFinalizer() method
145 @Override protected void finalize() throws Throwable { in createChainedFinalizer() method
/aosp_15_r20/system/libcppbor/src/
H A Dcppbor_parse.cpp202 std::unique_ptr<Item> finalize() && override { return std::make_unique<Bstr>(mValue); } in finalize() function in cppbor::__anone404769d0111::IncompleteBstr
222 std::unique_ptr<Item> finalize() && override { return std::make_unique<Tstr>(ss.str()); } in finalize() function in cppbor::__anone404769d0111::IncompleteTstr
240 virtual std::unique_ptr<Item> finalize() && override { in finalize() function in cppbor::__anone404769d0111::IncompleteArray
266 virtual std::unique_ptr<Item> finalize() && override { in finalize() function in cppbor::__anone404769d0111::IncompleteMap
284 virtual std::unique_ptr<Item> finalize() && override { in finalize() function in cppbor::__anone404769d0111::IncompleteSemanticTag
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h132 Expected<FinalizedAlloc> finalize() { in finalize() function
337 void finalize(OnFinalizedFunction OnFinalized) { in finalize() function
342 Expected<JITLinkMemoryManager::FinalizedAlloc> finalize() { in finalize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h132 Expected<FinalizedAlloc> finalize() { in finalize() function
337 void finalize(OnFinalizedFunction OnFinalized) { in finalize() function
342 Expected<JITLinkMemoryManager::FinalizedAlloc> finalize() { in finalize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h132 Expected<FinalizedAlloc> finalize() { in finalize() function
334 void finalize(OnFinalizedFunction OnFinalized) { in finalize() function
339 Expected<JITLinkMemoryManager::FinalizedAlloc> finalize() { in finalize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h132 Expected<FinalizedAlloc> finalize() { in finalize() function
337 void finalize(OnFinalizedFunction OnFinalized) { in finalize() function
342 Expected<JITLinkMemoryManager::FinalizedAlloc> finalize() { in finalize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h132 Expected<FinalizedAlloc> finalize() { in finalize() function
337 void finalize(OnFinalizedFunction OnFinalized) { in finalize() function
342 Expected<JITLinkMemoryManager::FinalizedAlloc> finalize() { in finalize() function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dtraining_utils_v1.py112 def finalize(self): member in Aggregator
146 def finalize(self): member in MetricsAggregator
292 def finalize(self): member in ConcatAggregator
414 def finalize(self): member in SliceAggregator
460 def finalize(self): member in OutputsAggregator
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/
H A Dmacros.rs204 fn finalize(self) -> Result<TokenStream2>; in finalize() method
537 fn finalize( in finalize() method
686 fn finalize(self) -> Result<TokenStream2> { in finalize() method
809 fn finalize(self, format_string: String) -> Result<TokenStream2>; in finalize() method
847 fn finalize(self) -> Result<TokenStream2> { in finalize() method
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp61 void SectionBase::finalize() {} in finalize() function in SectionBase
614 void SectionIndexSection::finalize() { Link = Symbols->Index; } in finalize() function in SectionIndexSection
772 void SymbolTableSection::finalize() { in finalize() function in SymbolTableSection
925 void RelocSectionWithSymtabBase<SymTabType>::finalize() { in finalize() function in RelocSectionWithSymtabBase
1042 void GroupSection::finalize() { in finalize() function in GroupSection
1115 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize() function in Section
2502 template <class ELFT> Error ELFWriter<ELFT>::finalize() { in finalize() function in ELFWriter
2623 Error BinaryWriter::finalize() { in finalize() function in BinaryWriter
2725 Error IHexWriter::finalize() { in finalize() function in IHexWriter
/aosp_15_r20/system/core/fs_mgr/libfs_avb/
H A Dsha.h38 const uint8_t* finalize() { in finalize() function
58 const uint8_t* finalize() { in finalize() function
/aosp_15_r20/external/clang/test/PCH/
H A Dchain-categories.m16 - (void)finalize; method
53 -(void)finalize { method
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DEnableCollectionDebuggee.java135 protected void finalize() throws Throwable { in finalize() method in EnableCollectionObject001_01
143 protected void finalize() throws Throwable { in finalize() method in EnableCollectionObject001_02
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/util/
H A DNativeHeapLeakDetector.kt64 protected fun finalize() { in runGcAndFinalizersSync() method

12345678910>>...103