/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | warn-missing-super.m | 12 - (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/ |
D | test_userfunctions.py | 101 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/ |
D | collect.rs | 98 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 D | ivar-objects.mm | 35 - (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/ |
D | userfunctions.py | 64 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/ |
D | tox.ini | 53 skip_install = True 54 deps = 57 passenv = * 58 commands =
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | memory_planning.py | 118 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/ |
D | digest_0_9_support.rs | 32 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 D | IsCollectedDebuggee.java | 137 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 D | DisableCollectionDebuggee.java | 114 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/ |
D | nativetypes.py | 49 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 D | FinalizeTest.java | 102 @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 D | cppbor_parse.cpp | 202 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/ |
D | JITLinkMemoryManager.h | 132 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/ |
D | JITLinkMemoryManager.h | 132 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 D | JITLinkMemoryManager.h | 132 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/ |
D | JITLinkMemoryManager.h | 132 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/ |
D | JITLinkMemoryManager.h | 132 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 D | training_utils_v1.py | 112 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 D | macros.rs | 204 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 D | ELFObject.cpp | 61 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 D | sha.h | 38 const uint8_t* finalize() { in finalize() function 58 const uint8_t* finalize() { in finalize() function
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | chain-categories.m | 16 - (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 D | EnableCollectionDebuggee.java | 135 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 D | NativeHeapLeakDetector.kt | 64 protected fun finalize() { in runGcAndFinalizersSync() method
|