HomeSort by relevance Sort by last modified time
    Searched full:release (Results 1126 - 1150 of 12414) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuffer.h 70 m_data = StringImpl::reallocate(m_data.release(), newLength, characters);
81 PassRefPtr<StringImpl> release() { return m_data.release(); }
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
config.py 42 "Release": "--release",
73 return 'Release'
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-6.4.1.html 5 <title>Mesa Release Notes</title>
13 Mesa 6.4.1 is a stable, bug-fix release.
38 <li>OSMesa demos were missing from previous release tarballs
relnotes-7.7.1.html 5 <title>Mesa Release Notes</title>
10 <h1>Mesa 7.7.1 Release Notes / March 28, 2010</h1>
13 Mesa 7.7.1 is a bug-fix release.
  /external/chromium_org/third_party/opus/src/win32/VS2010/
opus.vcxproj 12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
53 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
    [all...]
silk_float.vcxproj 12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAllocPool.cpp 43 size_t release(size_t bytes) { function in struct:GrAllocPool::Block
90 void GrAllocPool::release(size_t bytes) { function in class:GrAllocPool
94 bytes = fBlock->release(bytes);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 54 Selector Release,
58 // [mMyIvar release]
60 if (ME->getSelector() == Release)
87 // This is only a 'release' if the property kind is not
94 if (*I && scan_ivar_release(*I, ID, PD, Release, SelfII, Ctx))
206 // Get the "release" selector.
207 IdentifierInfo* RII = &Ctx.Idents.get("release");
248 ? "missing ivar release (leak)"
249 : "missing ivar release (Hybrid MM, non-GC)";
256 ? "extra ivar release (use-after-release)
    [all...]
  /external/clang/test/ARCMT/
Common.h 35 - (oneway void)release NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
75 #define dispatch_release(object) ({ dispatch_object_t _o = (object); _dispatch_object_validate(_o); [_o release]; })
77 #define xpc_release(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o release]; })
  /external/compiler-rt/make/platform/
darwin_fat.mk 7 # example, Debug and Release builds, or builds with and without
26 Configs := Debug Release Profile
44 CFLAGS.Release := $(CFLAGS) -O3 -fomit-frame-pointer
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/data/
builds-emf-2.3.xml 22 <releasenotes>http://www.eclipse.org/emf/news/release-notes.php?version=2.3.0
25 <release arch="ALL" os="ALL" type="SDK" ws="ALL">emf-sdo-xsd-SDK-2.3.0M3.zip</release>
  /external/expat/
Changes 0 Release 2.1.0 Sat March 24 2012
37 Release 2.0.1 Tue June 5 2007
58 Release 2.0.0 Wed Jan 11 2006
72 Release 1.95.8 Fri Jul 23 2004
82 Release 1.95.7 Mon Oct 20 2003
99 Release 1.95.6 Tue Jan 28 2003
107 Release 1.95.5 Fri Sep 6 2002
127 Release 1.95.4 Fri Jul 12 2002
143 Release 1.95.3 Mon Jun 3 2002
158 Release 1.95.2 Fri Jul 27 200
    [all...]
  /external/libogg/doc/libogg/
ogg_sync_destroy.html 12 <td align=right><p class=tiny>libogg release 1.2.0 - 20100325</p></td>
26 to release just the internal memory.</p>
61 <td align=right><p class=tiny>libogg release 1.2.0 - 20100325</p></td>
  /external/llvm/include/llvm/Support/
MutexGuard.h 1 //===-- Support/MutexGuard.h - Acquire/Release Mutex In Scope ---*- C++ -*-===//
24 /// destruction of the object will always release the Mutex and thus avoid
33 ~MutexGuard() { M.release(); }
  /external/llvm/
llvm.spec.in 3 Release: 0
60 - Updates for release 1.8
64 - Minor adjustments for the 1.5 release
  /external/mesa3d/docs/
relnotes-6.4.1.html 5 <title>Mesa Release Notes</title>
13 Mesa 6.4.1 is a stable, bug-fix release.
38 <li>OSMesa demos were missing from previous release tarballs
relnotes-7.7.1.html 5 <title>Mesa Release Notes</title>
10 <h1>Mesa 7.7.1 Release Notes / March 28, 2010</h1>
13 Mesa 7.7.1 is a bug-fix release.
  /external/protobuf/vsprojects/
protoc.vcproj 92 Name="Release|Win32"
93 OutputDirectory="Release"
94 IntermediateDirectory="Release"
  /external/skia/src/gpu/
GrAllocPool.cpp 43 size_t release(size_t bytes) { function in struct:GrAllocPool::Block
90 void GrAllocPool::release(size_t bytes) { function in class:GrAllocPool
94 bytes = fBlock->release(bytes);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.h 42 // Release the list of the available buffers, and stop
75 Condition mReleaseCond; // for the release thread
80 bool mReleaseStopped; // The release thread has stopped
  /frameworks/base/docs/html/tools/help/
proguard.jd 45 manually. ProGuard runs only when you build your application in release mode, so you do not
77 <p>When you build your application in release mode, either by running <code>ant release</code> or
91 This file is important when you receive a bug report from a release build, because it
111 <p class="caution"><strong>Caution:</strong> Every time you run a build in release mode, these files are
112 overwritten with the latest files generated by ProGuard. Save a copy of them each time you release your
113 application in order to de-obfuscate bug reports from your release builds.
173 <p>Save the <code>mapping.txt</code> file for every release that you publish to your users.
174 By retaining a copy of the <code>mapping.txt</code> file for each release build,
176 A project's <code>mapping.txt</code> file is overwritten every time you do a release build, so you must b
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java 70 // Release frame, so that it is recreated during the next process call
72 mFrame.release();
102 mFrame.release();
ObjectSource.java 80 mFrame.release();
85 // Release our internal frame, so that it is regenerated on the next call to process().
88 mFrame.release();
  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmImpl.java 58 // release wakelock and wait for the lock to be poked from the broadcast receiver
59 WakeUpController.getController().getWakeLock().release();
73 WakeUpController.getController().getWakeLock().release();
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc 47 // the release() method has been called.
58 void release() { function in class:__anon33110::scoped_block
69 // unless the release() method has been called.
85 void release() { function in class:__anon33110::scoped_cleanup
96 // it exits a scope without a previous call to release().
106 void release() { function in class:__anon33110::scoped_catcher
186 // Construction succeeded, no need to release the block.
187 block.release();
214 cleanup.release();
242 cleanup.release();
    [all...]

Completed in 374 milliseconds

<<41424344454647484950>>