HomeSort by relevance Sort by last modified time
    Searched full:release (Results 376 - 400 of 3505) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/
project.pbxproj 206 149C298508902C53008A9EFC /* Release */ = {
222 name = Release;
237 149C298908902C53008A9EFC /* Release */ = {
246 name = Release;
255 149C298508902C53008A9EFC /* Release */,
258 defaultConfigurationName = Release;
264 149C298908902C53008A9EFC /* Release */,
267 defaultConfigurationName = Release;
  /external/webkit/WebKitTools/DumpRenderTree/win/
DraggingInfo.h 48 m_object->Release();
51 m_source->Release();
  /external/webkit/WebKitTools/WebKitLauncherWin/
WebKitLauncherWin.vcproj 19 Name="Release|Win32"
21 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops"
  /ndk/build/core/
add-application.mk 131 # LOCAL_BUILD_MODE will be either release or debug
136 # and to 'release' if not.
139 # check that APP_OPTIM, if defined, is either 'release' or 'debug'
140 $(if $(filter-out release debug,$(APP_OPTIM)),\
141 $(call __ndk_info, The APP_OPTIM defined in $(_application_mk) must only be 'release' or 'debug')\
150 $(call ndk_log,Selecting release optimization mode (app is not debuggable))
151 APP_OPTIM := release
155 # set release/debug build flags. We always use the -g flag because
  /external/webkit/WebCore/WebCore.vcproj/
WebCore.vcproj 74 Name="Release|Win32"
76 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\FeatureDefines.vsprops;$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;.\WebCoreCommon.vsprops;.\WebCoreCG.vsprops;.\WebCoreCFNetwork.vsprops;.\WebCorePthreads.vsprops;.\WebCoreMediaQT.vsprops;.\WebCoreQuartzCore.vsprops"
    [all...]
  /dalvik/libcore/include/
UniquePtr.h 67 T* release() { function in class:UniquePtr
113 T* release() { function in class:UniquePtr
173 // Does release work?
178 rawC = c.release();
201 // Does release work?
205 rawC = c.release();
  /external/expat/lib/
expatw_static.dsp 20 !MESSAGE "expatw_static - Win32 Release" (based on "Win32 (x86) Static Library")
31 !IF "$(CFG)" == "expatw_static - Win32 Release"
40 # PROP Output_Dir "..\win32\bin\Release"
41 # PROP Intermediate_Dir "..\win32\tmp\Release-w_static"
53 # ADD LIB32 /nologo /out:"..\win32\bin\Release\libexpatwMT.lib"
83 # Name "expatw_static - Win32 Release"
  /external/icu4c/samples/csdet/
csdet.vcproj 185 Name="Release|Win32"
186 OutputDirectory="x86\Release"
187 IntermediateDirectory="x86\Release"
264 Name="Release|x64"
265 OutputDirectory=".\x64\Release"
266 IntermediateDirectory=".\x64\Release"
  /external/webkit/JavaScriptCore/wtf/
OwnPtr.h 43 OwnPtr(std::auto_ptr<ValueType> autoPtr) : m_ptr(autoPtr.release()) { }
56 PtrType release() { PtrType ptr = m_ptr; m_ptr = 0; return ptr; } function in class:WTF::OwnPtr
61 void adopt(std::auto_ptr<ValueType> autoPtr) { ASSERT(!autoPtr.get() || m_ptr != autoPtr.get()); deleteOwnedPtr(m_ptr); m_ptr = autoPtr.release(); }
84 : m_ptr(o.release())
91 m_ptr = o.release();
101 m_ptr = o.release();
  /external/webkit/WebCore/bindings/js/
ScriptControllerMac.mm 75 return [widgetView createPluginBindingsInstance:rootObject.release()];
81 return JSC::Bindings::ObjcInstance::create(objectForWebScript, rootObject.release());
91 RefPtr<Instance> instance = JSC::Bindings::CInstance::create(npObject, rootObject.release());
92 // -createPluginScriptableObject returns a retained NPObject. The caller is expected to release it.
94 return instance.release();
102 return JSC::Bindings::JavaInstance::create(applet, rootObject.release());
  /external/webkit/WebCore/bindings/v8/custom/
V8DatabaseCustom.cpp 85 database->changeVersion(toWebCoreString(args[0]), toWebCoreString(args[1]), callback.release(), errorCallback.release(), successCallback.release());
122 database->transaction(callback.release(), errorCallback.release(), successCallback.release(), readOnly);
  /external/webkit/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp 50 virtual ULONG STDMETHODCALLTYPE Release();
88 ULONG STDMETHODCALLTYPE NotificationCOMWrapper::Release()
104 *result = BString(m_inner->url()).release();
110 *result = BString(m_inner->contents().icon()).release();
116 *result = BString(m_inner->contents().title()).release();
122 *result = BString(m_inner->contents().body()).release();
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreePasteboard.m 63 [pasteboard release];
69 [localPasteboards release];
99 [typesArray release];
100 [typesSet release];
101 [dataByType release];
133 [setType release];
  /frameworks/base/include/utils/
SharedBuffer.h 31 /* flags to use with release() */
37 * call release() to free it.
43 * In other words, the buffer must have been release by all its
81 //! acquire/release a reference on this buffer
84 /*! release a reference on this buffer, with the option of not
88 int32_t release(uint32_t flags = 0) const;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
sdk-repository-2.xsd 80 <!-- The optional release note for this package. -->
81 <xsd:element name="release-note" type="xsd:string" minOccurs="0" />
82 <!-- The optional release note URL of this package -->
83 <xsd:element name="release-url" type="xsd:token" minOccurs="0" />
123 <!-- The optional release note for this package. -->
124 <xsd:element name="release-note" type="xsd:string" minOccurs="0" />
125 <!-- The optional release note URL of this package -->
126 <xsd:element name="release-url" type="xsd:token" minOccurs="0" />
173 <!-- The optional release note for this package. -->
174 <xsd:element name="release-note" type="xsd:string" minOccurs="0" /
    [all...]
  /system/core/libpixelflinger/tinyutils/
SharedBuffer.h 23 /* flags to use with release() */
29 * call release() to free it.
35 * In other words, the buffer must have been release by all its
73 //! acquire/release a reference on this buffer
76 /*! release a reference on this buffer, with the option of not
80 int32_t release(uint32_t flags = 0) const;
  /frameworks/base/docs/html/sdk/
older_releases.jd 35 <h3>Release 1.6 r1</h3>
36 <p><em>September 2009 - <a href="RELEASENOTES.html#1.6_r1">Release
80 <h3>Release 1.5 r3</h3>
81 <p><em>July 2009 - <a href="RELEASENOTES.html#1.5_r3">Release
125 <h3>Release 1.1 r1</h3>
126 <p><em>February 2009 - <a href="RELEASENOTES.html#1.1_r1">Release
173 <h3>Release 1.0 r2</h3>
174 <p><em>November 2008 - <a href="RELEASENOTES.html#1.0_r2">Release
226 an active release (shown above) and that are now obsolete.</p>
229 <h3>Release 1.5 r2</h3
    [all...]
  /external/dbus/
HACKING 62 Making a release
65 To make a release of D-Bus, do the following:
79 a given release.
98 release! The idea is that CVS has a newer version number
106 adding the new release under the Download heading. Then, cut the
111 previous release. Note that bullet points for each of the changelog
115 - post to dbus@lists.freedesktop.org announcing the release.
118 After making a ".0" stable release
129 We create a branch for each stable release; sometimes the branch is
143 DBUS_X_Y_0 release, since we may not branch immediately
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245inf.h 64 E_User_Lc_Rls_Idc , /* ( 5) Uni-directional Logical Channel signalling Release Indication */
68 E_User_Blc_Rls_Idc , /* ( 9) Bi-directional Logical Channel signalling Release Indication */
125 E_PtvId_Lc_Rls_Req , /* ( 4) RELEASE.request ( LC ) */
127 E_PtvId_Blc_Rls_Req , /* ( 6) RELEASE.request ( B-LC ) */
138 E_PtvId_Ml_Rls_Req , /* ( 17) RELEASE.request ( ML ) */
148 E_PtvId_Lc_Rls_Idc , /* ( 24) RELEASE.indication ( LC ) */
151 E_PtvId_Blc_Rls_Idc , /* ( 27) RELEASE.indication ( B-LC ) */
163 E_PtvId_Ml_Rls_Idc , /* ( 39) RELEASE.indication ( ML ) */
182 E_PtvId_Lc_Rls_Cfm , /* ( 52) RELEASE.confirm ( LC ) */
185 E_PtvId_Blc_Rls_Cfm , /* ( 54) RELEASE.confirm ( BLC ) *
    [all...]
  /external/webkit/WebCore/workers/
WorkerMessagingProxy.cpp 56 : m_message(message->release())
65 OwnPtr<MessagePortArray> ports = MessagePort::entanglePorts(*scriptContext, m_channels.release());
66 context->dispatchEvent(MessageEvent::create(ports.release(), m_message));
84 : m_message(message->release())
96 OwnPtr<MessagePortArray> ports = MessagePort::entanglePorts(*scriptContext, m_channels.release());
97 workerObject->dispatchEvent(MessageEvent::create(ports.release(), m_message));
245 m_scriptExecutionContext->postTask(MessageWorkerTask::create(message, channels.release(), this));
255 m_workerThread->runLoop().postTask(MessageWorkerContextTask::create(message, channels.release()));
257 m_queuedEarlyTasks.append(MessageWorkerContextTask::create(message, channels.release()));
307 m_workerThread->runLoop().postTask(m_queuedEarlyTasks[i].release());
    [all...]
  /external/libpng/projects/visualc6/
libpng.dsp 8 CFG=libpng - Win32 DLL Release
17 !MESSAGE NMAKE /f "libpng.mak" CFG="libpng - Win32 DLL Release"
21 !MESSAGE "libpng - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE "libpng - Win32 DLL ASM Release" (based on "Win32 (x86) Dynamic-Link Library")
26 !MESSAGE "libpng - Win32 LIB Release" (based on "Win32 (x86) Static Library")
28 !MESSAGE "libpng - Win32 LIB ASM Release" (based on "Win32 (x86) Static Library")
37 !IF "$(CFG)" == "libpng - Win32 DLL Release"
99 !ELSEIF "$(CFG)" == "libpng - Win32 DLL ASM Release"
198 !ELSEIF "$(CFG)" == "libpng - Win32 LIB Release"
252 !ELSEIF "$(CFG)" == "libpng - Win32 LIB ASM Release"
    [all...]
pngtest.dsp 7 CFG=pngtest - Win32 DLL Release
16 !MESSAGE NMAKE /f "pngtest.mak" CFG="pngtest - Win32 DLL Release"
20 !MESSAGE "pngtest - Win32 DLL Release" (based on "Win32 (x86) Console Application")
22 !MESSAGE "pngtest - Win32 DLL ASM Release" (based on "Win32 (x86) Console Application")
24 !MESSAGE "pngtest - Win32 LIB Release" (based on "Win32 (x86) Console Application")
26 !MESSAGE "pngtest - Win32 LIB ASM Release" (based on "Win32 (x86) Console Application")
37 !IF "$(CFG)" == "pngtest - Win32 DLL Release"
101 !ELSEIF "$(CFG)" == "pngtest - Win32 DLL ASM Release"
165 !ELSEIF "$(CFG)" == "pngtest - Win32 LIB Release"
229 !ELSEIF "$(CFG)" == "pngtest - Win32 LIB ASM Release"
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3d.h 90 STDMETHOD_(ULONG, Release) (THIS) PURE;
103 #define IDirect3D_Release(p) (p)->lpVtbl->Release(p)
122 STDMETHOD_(ULONG, Release) (THIS) PURE;
148 #define IDirect3DDevice_Release(p) (p)->lpVtbl->Release(p)
180 STDMETHOD_(ULONG, Release) (THIS) PURE;
194 #define IDirect3DExecuteBuffer_Release(p) (p)->lpVtbl->Release(p)
219 STDMETHOD_(ULONG, Release) (THIS) PURE;
229 #define IDirect3DLight_Release(p) (p)->lpVtbl->Release(p)
245 STDMETHOD_(ULONG, Release) (THIS) PURE;
258 #define IDirect3DMaterial_Release(p) (p)->lpVtbl->Release(p)
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3D.H 90 STDMETHOD_(ULONG, Release) (THIS) PURE;
103 #define IDirect3D_Release(p) (p)->lpVtbl->Release(p)
122 STDMETHOD_(ULONG, Release) (THIS) PURE;
148 #define IDirect3DDevice_Release(p) (p)->lpVtbl->Release(p)
180 STDMETHOD_(ULONG, Release) (THIS) PURE;
194 #define IDirect3DExecuteBuffer_Release(p) (p)->lpVtbl->Release(p)
219 STDMETHOD_(ULONG, Release) (THIS) PURE;
229 #define IDirect3DLight_Release(p) (p)->lpVtbl->Release(p)
245 STDMETHOD_(ULONG, Release) (THIS) PURE;
258 #define IDirect3DMaterial_Release(p) (p)->lpVtbl->Release(p)
    [all...]
  /external/stlport/src/
iostream.cpp 173 return result.release();
185 return result.release();
224 istream* ptr_cin = new(&cin) istream(cin_buf.get()); cin_buf.release();
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release();
226 ostream* ptr_cerr = new(&cerr) ostream(cerr_buf.get()); cerr_buf.release();
227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release();
238 wistream* ptr_wcin = new(&wcin) wistream(win.get()); win.release();
239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release();
240 wostream* ptr_wcerr = new(&wcerr) wostream(werr.get()); werr.release();
241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release();
    [all...]

Completed in 429 milliseconds

<<11121314151617181920>>