HomeSort by relevance Sort by last modified time
    Searched refs:dispose (Results 251 - 275 of 514) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Popover.js 127 dispose: function()
355 this._popover.dispose();
Workspace.js 438 dispose: function()
533 project.dispose();
NavigatorView.js 235 nodes[i].dispose();
695 dispose: function() { },
799 node.dispose();
903 dispose: function()
    [all...]
StatusBarButton.js 303 optionsGlassPane.dispose();
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java 341 stream.videoTracks.get(0).dispose();
471 // Disconnect from remote resources, dispose of local resources, and exit.
480 pc.dispose();
  /external/compiler-rt/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 55 addEvents(this, m_comboListener, new int[]{SWT.Dispose, SWT.Move, SWT.Resize});
119 addListener(SWT.Dispose, new Listener() {
135 case SWT.Dispose :
137 m_popup.dispose();
407 item.dispose();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 240 gc.dispose();
248 thumbnail.dispose();
  /external/jmonkeyengine/engine/src/test/jme3test/
TestChooser.java 348 dispose();
371 dispose();
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 40 external dispose : t -> unit = "llvm_targetdata_dispose"
  /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();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl4Test.java 328 public void dispose() throws SaslException { method in class:Sasl4Test.mySaslServerFactory.mySaslServer
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerIsolateData.cpp 81 void V8PerIsolateData::dispose(v8::Isolate* isolate) function in class:WebCore::V8PerIsolateData
WorkerScriptController.cpp 82 V8PerIsolateData::dispose(m_isolate);
84 m_isolate->Dispose();
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp 96 void ShadowRoot::dispose() function in class:WebCore::ShadowRoot
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 720 void dispose(void);
rbnf.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 158 g.dispose();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 228 // dispose Text widget
230 m_textControl.dispose();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 56 control.dispose();
101 control.addListener(SWT.Dispose, new Listener() {

Completed in 1231 milliseconds

<<11121314151617181920>>