Searched
full:release (Results
351 -
375 of
3505) sorted by null
<<11121314151617181920>>
/development/ide/xcode/ports-mac.xcodeproj/ |
project.pbxproj | 161 1DEB91ED08733DB70010E9CD /* Release */ = { 175 name = Release; 201 1DEB91F108733DB70010E9CD /* Release */ = { 226 name = Release; 235 1DEB91ED08733DB70010E9CD /* Release */, 238 defaultConfigurationName = Release; 244 1DEB91F108733DB70010E9CD /* Release */, 247 defaultConfigurationName = Release;
|
/external/freetype/builds/ |
ft2unix.h | 28 /* We don't need to do anything special in this release. However, for */ 29 /* a future FreeType 2 release, the following installation changes will */
|
/external/icu4c/test/perf/convperf/ |
ConvPerf_r.pl | 36 my $p1 = $ICUPathPrevious."/convperf/$WindowsPlatform/Release/convperf.exe"; # Previous 37 my $p2 = $ICUPathLatest."/convperf/$WindowsPlatform/Release/convperf.exe"; # Latest
|
/external/icu4c/test/perf/normperf/ |
NormPerf_r.pl | 34 $p1 = $ICUPathPrevious."/normperf/$WindowsPlatform/Release/normperf.exe"; 35 $p2 = $ICUPathLatest."/normperf/$WindowsPlatform/Release/normperf.exe";
|
/external/libpng/ |
ANNOUNCE | 4 This is a public release of libpng, intended for use in production codes. 42 Changes since the last public release (1.2.43):
|
/external/opencore/engines/player/include/ |
pv_player_track_selection_interface.h | 75 * A synchronous method to release the playable list of available tracks. 76 * This API will be called by pvPlayerSDK to release the memory allocated 112 * A synchronous method to release the complete list of available tracks. 113 * This API must be called to release the memory allocated during GetCompleteList. 141 * A synchronous method to release the playable list of available tracks. 142 * This API must be called to release the memory allocated during GetPlayableList. 170 * A synchronous method to release the playable list of available tracks. 171 * This API must be called to release the memory allocated during GetSelectedList.
|
/external/skia/include/core/ |
SkThread_platform.h | 36 void release() { this->unlock(); } function in class:SkMutex 59 void release();
|
/external/skia/xcode/Simple/Simple.xcodeproj/ |
project.pbxproj | 246 C0E91AC708A95435008D54AB /* Release */ = { 256 name = Release; 285 C0E91ACB08A95435008D54AB /* Release */ = { 309 name = Release; 318 C0E91AC708A95435008D54AB /* Release */, 321 defaultConfigurationName = Release; 327 C0E91ACB08A95435008D54AB /* Release */, 330 defaultConfigurationName = Release;
|
/external/skia/xcode/ports.xcodeproj/ |
project.pbxproj | 164 1DEB91ED08733DB70010E9CD /* Release */ = { 174 name = Release; 200 1DEB91F108733DB70010E9CD /* Release */ = { 225 name = Release; 234 1DEB91ED08733DB70010E9CD /* Release */, 237 defaultConfigurationName = Release; 243 1DEB91F108733DB70010E9CD /* Release */, 246 defaultConfigurationName = Release;
|
/external/v8/tools/visual_studio/ |
v8_mksnapshot.vcproj | 77 Name="Release|Win32" 79 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\release.vsprops"
|
v8_mksnapshot_x64.vcproj | 77 Name="Release|x64" 79 InheritedPropertySheets=".\common.vsprops;.\x64.vsprops;.\release.vsprops"
|
v8_process_sample.vcproj | 77 Name="Release|Win32" 79 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\release.vsprops"
|
v8_process_sample_arm.vcproj | 77 Name="Release|Win32"
79 InheritedPropertySheets=".\common.vsprops;.\arm.vsprops;.\release.vsprops"
|
v8_shell_sample.vcproj | 77 Name="Release|Win32" 79 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\release.vsprops"
|
v8_shell_sample_arm.vcproj | 77 Name="Release|Win32"
79 InheritedPropertySheets=".\common.vsprops;.\arm.vsprops;.\release.vsprops"
|
v8_snapshot.vcproj | 71 Name="Release|Win32" 73 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\release.vsprops"
|
v8_snapshot_x64.vcproj | 71 Name="Release|x64" 73 InheritedPropertySheets=".\common.vsprops;.\x64.vsprops;.\release.vsprops"
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/ |
JavaScriptCore.make | 2 BUILDSTYLE=Release 11 !IF "$(BUILDSTYLE)"=="Release"
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8GeolocationCustom.cpp | 92 return options.release(); 166 return options.release(); 190 geolocation->getCurrentPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release()); 215 int watchId = geolocation->watchPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
|
/external/webkit/WebCore/editing/ |
RemoveNodeCommand.cpp | 57 RefPtr<Node> parent = m_parent.release(); 58 RefPtr<Node> refChild = m_refChild.release();
|
RemoveNodePreservingChildrenCommand.cpp | 49 RefPtr<Node> child = children[i].release(); 51 insertNodeBefore(child.release(), m_node);
|
/external/webkit/WebCore/platform/graphics/win/ |
ImageWin.cpp | 49 img->setData(buffer.release(), true); 50 return img.release();
|
/external/webkit/WebCore/platform/gtk/ |
LoggingGtk.cpp | 45 // soup's is available in release builds 47 g_warning("WEBKIT_DEBUG is not empty, but this is a release build. Notice that many log messages will only appear in a debug build.");
|
/external/webkit/WebCore/rendering/ |
RenderSVGBlock.cpp | 49 useStyle = newStyle.release(); 52 RenderBlock::setStyle(useStyle.release());
|
/external/webkit/WebKit/mac/Plugins/ |
WebPluginRequest.m | 48 [_request release]; 49 [_frameName release];
|
Completed in 183 milliseconds
<<11121314151617181920>>