/frameworks/base/graphics/java/android/graphics/ |
DrawFilter.java | 33 protected void finalize() throws Throwable { method in class:DrawFilter 38 super.finalize();
|
/frameworks/base/services/core/java/com/android/server/input/ |
InputApplicationHandle.java | 47 protected void finalize() throws Throwable { method in class:InputApplicationHandle 51 super.finalize();
|
/libcore/luni/src/test/native/ |
libcore_util_NativeAllocationRegistryTest.cpp | 26 static void finalize(uint64_t* ptr) { function 33 return static_cast<jlong>(reinterpret_cast<uintptr_t>(&finalize));
|
/system/chre/platform/shared/ |
host_protocol_chre.cc | 117 finalize(builder, fbs::ChreMessage::HubInfoResponse, response.Union(), 139 finalize(builder, fbs::ChreMessage::NanoappListResponse, response.Union(), 148 finalize(builder, fbs::ChreMessage::LoadNanoappResponse, response.Union(), 157 finalize(builder, fbs::ChreMessage::UnloadNanoappResponse, response.Union(), 167 finalize(builder, fbs::ChreMessage::LogMessage, message.Union()); 176 finalize(builder, fbs::ChreMessage::DebugDumpData, message.Union(), 184 finalize(builder, fbs::ChreMessage::DebugDumpResponse, response.Union(), 191 finalize(builder, fbs::ChreMessage::TimeSyncRequest, request.Union());
|
/system/core/fs_mgr/ |
fs_mgr_priv_sha.h | 36 const uint8_t* finalize() { function in class:SHA256Hasher 56 const uint8_t* finalize() { function in class:SHA512Hasher
|
/system/update_engine/common/ |
hash_calculator.h | 33 // ctor (of course), then 0 or more calls to Update(), then Finalize(), then 0 52 // Call Finalize() when all data has been passed in. This method tells 55 bool Finalize(); 58 DCHECK(!raw_hash_.empty()) << "Call Finalize() first"; 81 // Finalize is called.
|
hash_calculator_unittest.cc | 54 calc.Finalize(); 64 calc.Finalize(); 74 calc.Finalize(); 78 calc_next.Finalize(); 98 calc.Finalize(); 121 EXPECT_TRUE(calc.Finalize()); 130 EXPECT_TRUE(calc.Finalize());
|
/external/llvm/include/llvm/MC/ |
StringTableBuilder.h | 37 /// table. The position will be changed if finalize is used. 43 void finalize(); 45 /// Finalize the string table without reording it. In this mode, offsets
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/ |
StringTableBuilder.h | 43 /// table. The position will be changed if finalize is used. 50 void finalize(); 52 /// Finalize the string table without reording it. In this mode, offsets
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/ |
StringTableBuilder.h | 43 /// table. The position will be changed if finalize is used. 50 void finalize(); 52 /// Finalize the string table without reording it. In this mode, offsets
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/ |
StringTableBuilder.h | 43 /// table. The position will be changed if finalize is used. 50 void finalize(); 52 /// Finalize the string table without reording it. In this mode, offsets
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
StringTableBuilder.h | 43 /// table. The position will be changed if finalize is used. 50 void finalize(); 52 /// Finalize the string table without reording it. In this mode, offsets
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/ |
StringTableBuilder.h | 43 /// table. The position will be changed if finalize is used. 50 void finalize(); 52 /// Finalize the string table without reording it. In this mode, offsets
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/ |
StringTableBuilder.h | 43 /// table. The position will be changed if finalize is used. 50 void finalize(); 52 /// Finalize the string table without reording it. In this mode, offsets
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/ |
StringTableBuilder.h | 43 /// table. The position will be changed if finalize is used. 50 void finalize(); 52 /// Finalize the string table without reording it. In this mode, offsets
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
StringTableBuilder.h | 43 /// table. The position will be changed if finalize is used. 50 void finalize(); 52 /// Finalize the string table without reording it. In this mode, offsets
|
/art/test/030-bad-finalizer/ |
info.txt | 10 at BadFinalizer.finalize(BadFinalizer.java:29)
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
EnableCollectionDebuggee.java | 119 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_01 121 super.finalize(); 127 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_02 129 super.finalize();
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
DisableCollectionDebuggee.java | 114 protected void finalize() throws Throwable { method in class:DisableCollectionObject001_01 116 super.finalize(); 122 protected void finalize() throws Throwable { method in class:DisableCollectionObject001_02 124 super.finalize();
|
EnableCollectionDebuggee.java | 136 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_01 138 super.finalize(); 144 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_02 146 super.finalize();
|
/external/pdfium/xfa/fxbarcode/common/reedsolomon/ |
BC_ReedSolomonGF256.h | 23 static void Finalize();
|
/external/pdfium/xfa/fxbarcode/datamatrix/ |
BC_ErrorCorrection.h | 18 static void Finalize();
|
/external/pdfium/xfa/fxbarcode/qrcode/ |
BC_QRCoderErrorCorrectionLevel.h | 20 static void Finalize();
|
BC_QRCoderMode.h | 23 static void Finalize();
|
BC_QRCoderVersion.h | 20 static void Finalize();
|