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

<<41424344454647484950>>

  /external/chromium_org/base/synchronization/
lock.h 23 void Release() { lock_.Unlock(); }
44 void Release() {
111 lock_.Release();
119 // AutoUnlock is a helper that will Release() the |lock| argument in the
126 lock_.Release();
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 218 SetAttemptState(auth_.get(), state_.release());
226 SetAttemptState(auth_.get(), state_.release());
232 SetAndResolveState(auth_.get(), state_.release()));
243 SetAndResolveState(auth_.get(), state_.release()));
254 SetAndResolveState(auth_.get(), state_.release()));
267 SetAndResolveState(auth_.get(), state_.release()));
287 SetAndResolveState(auth_.get(), state_.release()));
317 SetAndResolveState(auth_.get(), state_.release()));
338 SetAndResolveState(auth_.get(), state_.release()));
354 SetAttemptState(auth_.get(), state_.release());
    [all...]
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.cc 69 commands_info.release());
110 commands_info->browser_action_command.reset(binding.release());
113 commands_info->page_action_command.reset(binding.release());
116 commands_info->script_badge_command.reset(binding.release());
126 commands_info.release());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.h 67 return paint.release();
73 return paint.release();
80 return paint.release();
86 return paint.release();
108 return paint.release();
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.5.html 5 <title>Mesa Release Notes</title>
10 <h1>Mesa 7.5 Release Notes / 17 July 2009</h1>
13 Mesa 7.5 is a new development release.
36 "point" releases such as 7.5.1 which will be a bug-fix release.
97 <li>Omitted some old Mesa demos from the release tarballs, added some others.
  /external/chromium_org/third_party/tlslite/tlslite/
BaseDB.py 51 self.lock.release()
67 self.lock.release()
79 self.lock.release()
99 self.lock.release()
118 self.lock.release()
  /external/libogg/win32/VS6/
ogg_static.dsp 20 !MESSAGE "ogg_static - Win32 Release" (based on "Win32 (x86) Static Library")
31 !IF "$(CFG)" == "ogg_static - Win32 Release"
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
81 # Name "ogg_static - Win32 Release"
  /external/libpng/projects/visualc71/
zlib.vcproj 12 Name="DLL Release|Win32"
102 Name="DLL ASM Release|Win32"
192 Name="LIB Release|Win32"
270 Name="LIB ASM Release|Win32"
390 Name="LIB Release|Win32"
402 Name="LIB ASM Release|Win32"
458 Name="LIB Release|Win32"
470 Name="LIB ASM Release|Win32"
489 Name="DLL Release|Win32"
501 Name="DLL ASM Release|Win32">
    [all...]
libpng.vcproj 13 Name="DLL Release|Win32"
109 Name="DLL ASM Release|Win32"
255 Name="LIB Release|Win32"
337 Name="LIB ASM Release|Win32"
428 Name="DLL Release|Win32">
440 Name="DLL ASM Release|Win32">
458 Name="LIB Release|Win32">
470 Name="LIB ASM Release|Win32">
485 Name="DLL Release|Win32">
497 Name="DLL ASM Release|Win32">
    [all...]
  /external/mesa3d/docs/
relnotes-7.5.html 5 <title>Mesa Release Notes</title>
10 <h1>Mesa 7.5 Release Notes / 17 July 2009</h1>
13 Mesa 7.5 is a new development release.
36 "point" releases such as 7.5.1 which will be a bug-fix release.
97 <li>Omitted some old Mesa demos from the release tarballs, added some others.
  /external/qemu/android/camera/
camera-capture-mac.m 140 [self release];
145 [capture_device release];
147 [self release];
155 [self release];
164 [self release];
174 [input_device release];
177 [self release];
187 [output_device release];
190 [self release];
209 [input_device release];
    [all...]
  /external/v8/build/
README.txt 24 To build and run for ia32 in debug and release version do:
28 $ make -f Makefile-ia32 BUILDTYPE=Release
29 $ out/Release/shell
43 $ xcodebuild -project build/all.xcodeproj -configuration Release
44 $ samples/build/Release/shell
  /frameworks/base/core/java/android/os/
UpdateLock.java 126 * Release this update lock.
128 public void release() { method in class:UpdateLock
129 if (DEBUG) Log.v(TAG, "release() : " + this, new RuntimeException("here"));
142 Log.e(TAG, "Unable to contact service to release");
161 Log.e(TAG, "Unable to contact service to release");
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 71 // release - release a MemoryRegion.
72 // release a MemoryRegion does not cause
73 void release(MemoryRegion* pRegion);
75 // clear - release all memory regions.
  /external/bison/build-aux/
do-release-commit-and-tag 4 # the date, release-type and version string in the NEWS file. That commit
5 # will serve to identify the release, so apply a signed tag to it as well.
36 Run this script from top_srcdir to perform the final pre-release NEWS
37 update in which the date, release-type and version string are
38 recorded. Commit that result with a log entry marking the release,
49 --branch=BRANCH set release branch (default: $branch)
55 To update NEWS and tag the beta 8.1 release of coreutils, I would run this:
82 noteworthy='* Noteworthy changes in release'
135 *) die "invalid release type: $type";;
168 printf "version $ver\n\n* NEWS: Record release date.\n"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.cpp 50 return port.release();
103 return m_entangledChannel.release();
180 OwnPtr<MessagePortArray> ports = MessagePort::entanglePorts(*executionContext(), channels.release());
181 RefPtr<Event> evt = MessageEvent::create(ports.release(), message.release());
183 dispatchEvent(evt.release(), ASSERT_NO_EXCEPTION);
223 return portArray.release();
234 port->entangle((*channels)[i].release());
235 (*portArray)[i] = port.release();
237 return portArray.release();
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/vsprojects/libtcmalloc_minimal/
libtcmalloc_minimal.vcproj 62 Name="Release|Win32"
125 Name="Release|Win32">
142 Name="Release|Win32">
159 Name="Release|Win32">
176 Name="Release|Win32">
193 Name="Release|Win32">
210 Name="Release|Win32">
227 Name="Release|Win32">
244 Name="Release|Win32">
261 Name="Release|Win32">
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 101 sem.release();
140 sem.release();
202 mCamera.release();
252 Log.v(TAG, "before release");
255 mRecorder.release();
302 mCamera.release();
304 Log.v(TAG, "release camera");
325 Log.v(TAG, "before release");
328 mRecorder.release();
329 Log.v(TAG, "release video recorder")
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
dsc2gyp.py 37 'make_valid_configurations': ['newlib-debug', 'newlib-release',
38 'glibc-debug', 'glibc-release'],
50 'make_valid_configurations': ['newlib-debug', 'newlib-release',
51 'glibc-debug', 'glibc-release'],
69 'make_valid_configurations': ['newlib-debug', 'newlib-release',
70 'glibc-debug', 'glibc-release'],
83 'make_valid_configurations': ['newlib-debug', 'newlib-release',
84 'glibc-debug', 'glibc-release'],
101 'make_valid_configurations': ['host-debug', 'host-release'],
119 'make_valid_configurations': ['host-debug', 'host-release'],
    [all...]
  /external/chromium_org/third_party/opus/src/win32/VS2010/
celt.vcxproj 12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
109 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
112 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
117 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
async_file_util_adapter.cc 155 FileSystemOperationContext* context_ptr = context.release();
171 FileSystemOperationContext* context_ptr = context.release();
186 FileSystemOperationContext* context_ptr = context.release();
200 FileSystemOperationContext* context_ptr = context.release();
214 FileSystemOperationContext* context_ptr = context.release();
230 FileSystemOperationContext* context_ptr = context.release();
245 FileSystemOperationContext* context_ptr = context.release();
262 FileSystemOperationContext* context_ptr = context.release();
278 FileSystemOperationContext* context_ptr = context.release();
293 FileSystemOperationContext* context_ptr = context.release();
    [all...]
  /prebuilts/devtools/repository/
sdk-repository-6.xsd 70 the package is a Beta Release Candidate and not a final release.
122 <!-- The optional release note for this package. -->
123 <xsd:element name="release-note" type="xsd:string" minOccurs="0" />
124 <!-- The optional release note URL of this package -->
125 <xsd:element name="release-url" type="xsd:token" minOccurs="0" />
143 When present, it indicates the release-candidate number.
199 <!-- The optional release note for this package. -->
200 <xsd:element name="release-note" type="xsd:string" minOccurs="0" />
201 <!-- The optional release note URL of this package --
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeNodeStream.m 92 if ( root ) [root release];
93 if ( tokens ) [tokens release];
94 if ( adaptor ) [adaptor release];
95 if ( it ) [it release];
96 if ( calls ) [calls release];
159 if ( tokens ) [tokens release];
173 if ( adaptor ) [adaptor release];
ANTLRTreeAdaptor.m 81 [newToken release];
97 [newToken release];
112 [newToken release];
147 [newRootNode release];
152 // this release relies on the fact that the ANTLR code generator always assigns the return value of this method
153 // to the variable originally holding oldRoot. If we don't release we leak the reference.
156 [oldRoot release];
ANTLRTreeIterator.m 100 if ( adaptor ) [adaptor release];
101 if ( nodes ) [nodes release];
102 if ( tree && tree != eof ) [tree release];
103 if ( root && root != eof && root != tree ) [root release];
104 if ( down ) [down release];
105 if ( up ) [up release];
106 if ( eof ) [eof release];

Completed in 938 milliseconds

<<41424344454647484950>>