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

<<21222324252627282930>>

  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.vcxproj 8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  /external/webrtc/src/system_wrappers/interface/
scoped_refptr.h 15 // of calling AddRef and Release manually on a reference counted object to
16 // avoid common memory leaks caused by forgetting to Release an object
85 ptr_->Release();
92 // Release a pointer.
97 T* release() { function in class:webrtc::scoped_refptr
108 ptr_->Release();
  /external/zlib/src/contrib/dotzlib/
readme.txt 29 will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on
30 you are building the release or debug version of the library. Check
38 debug={true|false} to toggle between release/debug builds (default=true).
41 Output file (DotZLib.dll) will be found in either ./DotZLib/bin/release
42 or ./DotZLib/bin/debug, depending on whether you are building the release
47 will build a release mode version of the library without unit tests.
  /frameworks/base/core/tests/coretests/src/android/os/
PowerManagerTest.java 96 // First try simple acquire/release
99 wl.release();
102 // Try ref-counted acquire/release
108 wl.release();
110 wl.release();
119 wl.release();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
TonesAutoTest.java 53 toneGen.release();
90 toneGen.release();
114 toneGen.release();
144 toneGen1.release();
145 toneGen2.release();
167 toneGen.release();
  /external/zlib/src/contrib/vstudio/vc10/
testzlib.vcxproj 28 <ProjectConfiguration Include="Release|Itanium">
29 <Configuration>Release</Configuration>
32 <ProjectConfiguration Include="Release|Win32">
33 <Configuration>Release</Configuration>
36 <ProjectConfiguration Include="Release|x64">
37 <Configuration>Release</Configuration>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
89 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    [all...]
  /external/zlib/src/contrib/vstudio/vc11/
testzlib.vcxproj 28 <ProjectConfiguration Include="Release|Itanium">
29 <Configuration>Release</Configuration>
32 <ProjectConfiguration Include="Release|Win32">
33 <Configuration>Release</Configuration>
36 <ProjectConfiguration Include="Release|x64">
37 <Configuration>Release</Configuration>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
95 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
TextKeyListenerTest.java 95 mockTextKeyListener.release();
112 listener1.release();
113 listener2.release();
114 listener3.release();
115 listener4.release();
126 listener1.release();
127 listener2.release();
141 textKeyListener.release();
161 textKeyListener.release();
208 textKeyListener.release();
    [all...]
  /external/chromium/base/mac/
scoped_cftyperef.h 69 // ScopedCFTypeRef<>::release() is like scoped_ptr<>::release. It is NOT
72 CFT release() WARN_UNUSED_RESULT {
  /external/chromium/base/memory/
singleton_objc.h 15 // -[NSExampleType release] when Singleton's atexit routines run
40 // sending |release| messages.
48 [object release];
  /external/chromium/chrome/browser/
mach_broker_mac_unittest.cc 12 // Helper function to acquire/release locks and call |PlaceholderForPid()|.
18 // Helper function to acquire/release locks and call |FinalizePid()|.
30 // Acquire and release the locks. Nothing bad should happen.
  /external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.cc 27 // Delete the testing profile on the UI thread. But first release the
30 message_loop_.DeleteSoon(FROM_HERE, profile_.release());
57 ignore_result(browser_.release());
  /external/chromium/crypto/
symmetric_key_openssl.cc 39 return rv == 1 ? key.release() : NULL;
60 return rv == 1 ? key.release() : NULL;
68 return key.release();
  /external/chromium_org/base/memory/
singleton_objc.h 15 // -[NSExampleType release] when Singleton's atexit routines run
39 // sending |release| messages.
47 [object release];
  /external/chromium_org/content/browser/
mach_broker_mac_unittest.cc 14 // Helper function to acquire/release locks and call |PlaceholderForPid()|.
24 // Helper function to acquire/release locks and call |FinalizePid()|.
36 // Acquire and release the locks. Nothing bad should happen.
  /external/chromium_org/crypto/
symmetric_key_openssl.cc 39 return rv == 1 ? key.release() : NULL;
64 return rv == 1 ? key.release() : NULL;
72 return key.release();
  /external/chromium_org/ppapi/utility/threading/
lock.h 30 /// acquire and release the lock.
34 void Release();
71 lock_.Release();
  /external/chromium_org/sandbox/win/tools/launcher/
launcher.vcproj 81 Name="Release|Win32"
83 InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\common.vsprops"
162 Name="Release|Win32"
  /external/chromium_org/third_party/WebKit/Source/core/css/
BasicShapeFunctions.cpp 59 basicShapeValue = rectangleValue.release();
70 basicShapeValue = circleValue.release();
82 basicShapeValue = ellipseValue.release();
94 basicShapeValue = polygonValue.release();
108 basicShapeValue = rectangleValue.release();
114 return pool.createValue(basicShapeValue.release());
146 basicShape = rect.release();
157 basicShape = circle.release();
169 basicShape = ellipse.release();
181 basicShape = polygon.release();
    [all...]
  /external/chromium_org/third_party/lcov/rpm/
lcov.spec 4 Release: 1
46 - removed variables for version/release to support source rpm building
49 - implemented variables for version/release
  /external/chromium_org/third_party/mesa/src/docs/
RELNOTES-6.2 2 Mesa 6.2 release notes
18 This release primarily just fixes bugs found in the Mesa 6.1 release.
RELNOTES-6.2.1 2 Mesa 6.2.1 release notes
18 This release primarily just fixes bugs found in the Mesa 6.2 release.
  /external/chromium_org/third_party/opus/src/win32/VS2010/
silk_fixed.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/
GrMemoryPool.h 15 * requests. It is optimized for allocate / release speed over memory
32 * Allocates memory. The memory must be freed with release().
39 void release(void* p);
  /external/chromium_org/webkit/common/blob/
scoped_file.cc 48 base::FilePath ScopedFile::Release() {
73 Release();
82 path_ = other.Release();

Completed in 1310 milliseconds

<<21222324252627282930>>