OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:finalize
(Results
951 - 975
of
2103
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h
73
///
finalize
- Construct any deferred debug info descriptors.
74
void
finalize
();
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.cpp
104
void DWARFDebugLine::DumpingState::
finalize
(uint32_t offset) {
function in class:DWARFDebugLine::DumpingState
432
state.
finalize
(*offset_ptr);
/external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp
503
"Multiple
finalize
dispatching methods");
509
// TODO: Add classes with a
finalize
() method that specialize FinalizerTrait.
/external/webp/src/mux/
muxedit.c
616
//
Finalize
mux.
650
//
Finalize
data.
/frameworks/base/core/java/android/app/usage/
NetworkStats.java
113
protected void
finalize
() throws Throwable {
method in class:NetworkStats
120
super.
finalize
();
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java
264
public void
finalize
() {
method in class:BluetoothA2dp
265
// The empty
finalize
needs to be kept or the
BluetoothSocket.java
271
protected void
finalize
() throws Throwable {
method in class:BluetoothSocket
275
super.
finalize
();
/frameworks/base/core/java/android/database/
CursorWindow.java
145
protected void
finalize
() throws Throwable {
method in class:CursorWindow
152
super.
finalize
();
/frameworks/base/core/java/android/hardware/
SystemSensorManager.java
719
protected void
finalize
() throws Throwable {
method in class:SystemSensorManager.BaseEventQueue
723
super.
finalize
();
[
all
...]
/frameworks/base/core/java/android/hardware/camera2/
DngCreator.java
460
protected void
finalize
() throws Throwable {
method in class:DngCreator
464
super.
finalize
();
/frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java
661
protected void
finalize
() throws Throwable {
method
665
super.
finalize
();
/frameworks/base/core/java/android/net/
IpSecManager.java
133
protected void
finalize
() {
method in class:IpSecManager.SecurityParameterIndex
480
protected void
finalize
() throws Throwable {
method in class:IpSecManager.UdpEncapsulationSocket
/frameworks/base/core/java/android/os/
MessageQueue.java
76
protected void
finalize
() throws Throwable {
method in class:MessageQueue
80
super.
finalize
();
/frameworks/base/core/java/android/view/
Surface.java
199
protected void
finalize
() throws Throwable {
method in class:Surface
206
super.
finalize
();
/frameworks/base/core/java/android/view/accessibility/
AccessibilityInteractionClient.java
695
*
Finalize
an {@link AccessibilityNodeInfo} before passing it to the client.
710
*
Finalize
{@link AccessibilityNodeInfo}s before passing them to the client.
[
all
...]
/frameworks/base/core/java/com/android/internal/content/
PackageHelper.java
208
Log.i(TAG, "Failed to
finalize
container " + cid);
213
Log.e(TAG, "Failed to
finalize
container " + cid +
/frameworks/base/core/jni/android/graphics/
Path.cpp
51
static void
finalize
(JNIEnv* env, jclass clazz, jlong objHandle) {
function in class:android::SkPathGlue
513
{"nFinalize", "(J)V", (void*) SkPathGlue::
finalize
},
/frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java
365
protected void
finalize
() throws Throwable {
method in class:SurfaceTexture
369
super.
finalize
();
/frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreCipherSpiBase.java
740
public void
finalize
() throws Throwable {
method in class:AndroidKeyStoreCipherSpiBase
747
super.
finalize
();
[
all
...]
/frameworks/base/media/java/android/media/
JetPlayer.java
134
// Constructor,
finalize
181
protected void
finalize
() {
method in class:JetPlayer
MediaMetadataRetriever.java
383
protected void
finalize
() throws Throwable {
method in class:MediaMetadataRetriever
387
super.
finalize
();
MediaMuxer.java
455
protected void
finalize
() throws Throwable {
method in class:MediaMuxer
465
super.
finalize
();
/frameworks/base/media/java/android/media/audiofx/
Visualizer.java
191
// Constructor,
Finalize
243
protected void
finalize
() {
method in class:Visualizer
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java
191
protected void
finalize
() throws Throwable {
method in class:PageContentRepository
201
super.
finalize
();
[
all
...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java
556
protected void
finalize
() throws Throwable {
method in class:PageAdapter
566
super.
finalize
();
Completed in 603 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>