HomeSort by relevance Sort by last modified time
    Searched refs:dispose (Results 226 - 250 of 1362) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 172 public void dispose() { method in class:ResourceExplorerView
175 super.dispose();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 179 c.dispose();
182 decoration.dispose();
501 boolean dispose = mDisposePreviewImage;
526 if (oldImage != null && dispose) {
527 oldImage.dispose();
532 public void dispose() { method in class:NewTemplatePage
533 super.dispose();
537 mPreviewImage.dispose();
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 527 * Method to explicitly dispose native objects
529 void dispose() { method in class:VectorDrawable_Delegate.VNativeObject
967 protected void dispose() { method in class:VectorDrawable_Delegate.VGroup_Delegate
1028 void dispose() { method in class:VectorDrawable_Delegate.VPath_Delegate
    [all...]
  /frameworks/base/core/java/android/os/
MessageQueue.java 78 dispose(); method
86 private void dispose() { method in class:MessageQueue
363 dispose(); method
  /frameworks/base/core/java/android/view/
Choreographer.java 267 old.dispose();
270 private void dispose() { method in class:Choreographer
271 mDisplayEventReceiver.dispose();
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 188 mInputEventReceiver.dispose();
190 mClientChannel.dispose();
191 mServerChannel.dispose();
TaskPositioner.java 330 mInputEventReceiver.dispose();
332 mClientChannel.dispose();
333 mServerChannel.dispose();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneSwitcherTest.java 393 commandsInterfaces[i].dispose(); method
478 commandsInterfaces[i].dispose(); method
552 commandsInterfaces[i].dispose(); method
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderService.java 212 client.dispose();
226 client.dispose();
570 public void dispose() { method in class:MediaRouteProviderService.ClientRecord
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java 526 securityManager.dispose(mCredential);
658 securityManager.dispose(mCredential);
662 session.dispose();
ViewHierarchy.java 129 public void dispose() { method in class:ViewHierarchy
131 mSession.dispose();
156 mSession.dispose();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 145 public void dispose() { method in class:LintViewPart
147 mLintView.dispose();
150 super.dispose();
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 473 if (aBlock->flags & BLOCK_HAS_COPY_DISPOSE)(*aBlock->descriptor->dispose)(aBlock);
486 // Old Compiler SPI point to release a copied Block used by the compiler in dispose helpers
534 In these cases helper functions are synthesized by the compiler for use in Block_copy and Block_release, called the copy and dispose helpers. The copy helper emits a call to the C++ const copy constructor for C++ stack based objects and for the rest calls into the runtime support function _Block_object_assign. The dispose helper has a call to the C++ destructor for case 1 and a call into _Block_object_dispose for the rest.
542 So the Block copy/dispose helpers should only ever generate the four flag values of 3, 7, 8, and 24.
544 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k.a. "byref" copy helper) will do a C++ copy constructor (not a const one though!) and the dispose helper will do the destructor. And similarly the helpers will call into the same two support functions with the same values for objects and Blocks with the additional BLOCK_BYREF_CALLER (128) bit of information supplied.
546 So the __block copy/dispose helpers will generate flag values of 3 or 7 for objects and Blocks respectively, with BLOCK_FIELD_IS_WEAK (16) or'ed as appropriate and always 128 or'd in, for the following set of possibilities:
591 // to help dispose of the contents
680 cp += sprintf(cp, "descriptor->dispose helper: %p\n", (void *)(uintptr_t)dp->dispose)
    [all...]
  /external/llvm/test/Bindings/OCaml/
target.ml 103 Llvm.MemoryBuffer.dispose buf
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 120 void dispose() { method in class:DcController
121 log("dispose: call quiteNow()");
177 mDcTesterDeactivateAll.dispose();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 74 public void dispose() { method in class:GsmSMSDispatcher
75 super.dispose();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 96 public void dispose() { method in class:IsimUiccRecords
102 super.dispose();
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/SNAPSHOT/
gifdecoder-SNAPSHOT.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 343 public void dispose() { method in class:AndroidTextEditor
346 super.dispose();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 136 mMatchIcon.dispose();
137 mErrorIcon.dispose();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 73 public void dispose() { method in class:SdkSelectionPage
75 super.dispose();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 310 public void dispose() { method in class:OldLogCatView
312 mClipboard.dispose();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 183 public void dispose() { method in class:StateViewPage
185 super.dispose();
  /art/tools/ahat/src/heapdump/
AhatSnapshot.java 174 snapshot.dispose();

Completed in 1071 milliseconds

1 2 3 4 5 6 7 8 91011>>