Searched defs:release (Results 201 - 225 of 302) sorted by relevance

1234567891011>>

/external/libpcap/
H A Dpcap-dlpi.c353 register char *release; local
730 release = get_release(&osmajor, &osminor, &osmicro);
735 release);
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp180 void release(DomainValue*);
221 /// release - Release a reference to DV. When the last reference is released,
223 void ExeDepsFix::release(DomainValue *DV) { function in class:ExeDepsFix
236 // Also release the next DomainValue in the chain.
254 release(DVRef);
267 release(LiveRegs[rx].Value);
278 release(LiveRegs[rx].Value);
441 release(LiveRegs[i].Value);
783 release(FI->second[i].Value);
/external/openssl/crypto/rand/
H A Drand_win.c245 CRYPTRELEASECONTEXT release = NULL; local
346 release = (CRYPTRELEASECONTEXT) GetProcAddress(advapi,
350 if (acquire && gen && release)
365 release(hProvider, 0);
379 release(hProvider, 0);
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java72 mSegmentPool.release(mTemporarySegments.get(x));
79 mSegmentPool.release(mPendingTemporarySegments.get(x));
144 vectorPool.release(tempHitPoint);
145 vectorPool.release(tempHitNormal);
218 vectorPool.release(worldTileOffset);
251 mSegmentPool.release(mTemporarySegments.get(x));
516 vectorPool.release(tempHitPoint);
830 public void release(Object entry) { method in class:CollisionSystem.LineSegmentPool
832 super.release(entry);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaRecorder.java173 public void release() { method in class:ShadowMediaRecorder
/external/skia/src/core/
H A DSkBitmapProcState.cpp121 void release() { function in class:AutoScaledCacheUnlocker
177 // found a purged entry (discardablememory?), release it
228 unlocker.release();
304 unlocker.release();
351 // found a purged entry (discardablememory?), release it
376 unlocker.release();
/external/bison/
H A Dmaint.mk114 release_archive_dir ?= ../release
125 release-type = $(call member-check,RELEASE_TYPE,$(RELEASE_TYPES))
133 gnu_rel_host ?= $(gnu_ftp_host-$(release-type))
1071 # Update the hash stored above. Do this after each release and
1166 # i.e., when pkg-M.N.tar.xz already exists (either in "." or in ../release)
1290 # the signed tag we've just applied to mark this release.
1299 # Make info-gnu the default only for a stable release.
1314 announcement_mail_Cc_ ?= $(announcement_mail_Cc_$(release-type))
1315 announcement_mail_headers_ ?= $(announcement_mail_headers_$(release-type))
1321 --release
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py1202 After 3.0 release
1762 This stream knows how to mark/release for backtracking.
2027 def release(self, marker=None): member in class:CommonTreeNodeStream
2028 # no resources to release
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb1110 def release( marker = nil ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1116 def rewind( marker = @last_marker, release = true )
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathContext.java214 public boolean release(DTM dtm, boolean shouldHardDelete) method in class:XPathContext
226 return m_dtmManager.release(dtm, shouldHardDelete);
363 // These couldn't be disposed of earlier (see comments in release()); zap them now.
366 m_dtmManager.release((DTM)e.nextElement(), true);
372 m_dtmManager.release(m_global_rtfdtm,true);
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaCodecBridge.java200 mediaCodec.release();
261 insecureCodec.release();
284 private void release() { method in class:MediaCodecBridge
286 mMediaCodec.release();
290 Log.e(TAG, "Cannot release media codec", e);
294 mAudioTrack.release();
463 Log.e(TAG, "Failed to release output buffer", e);
/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h480 When the parser is finished with the encoding, then if release is
481 not NULL, it will call release passing it the data member; once
482 release has been called, the convert function will not be called
510 void (XMLCALL *release)(void *data); member in struct:__anon11767
1036 releases. Micro is bumped with each release, and set to 0 with each
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h199 * However, we would like to be able to call release() and nonatomic_release()
267 unsigned release() function in struct:refcnt_t
340 unsigned release() function in struct:dual_refcnt_t
342 //printf("%p release at %u %u\n", this, atomic_refcnt, nonatomic_refcnt);
396 inline ULONG release() function in struct:GalliumComObject
398 ULONG v = refcnt.release();
444 return release();
476 return BaseClass::release();
523 void release() {Traits::release( function in struct:refcnt_ptr
602 static void release(void* p) {} function in struct:simple_ptr_traits
613 static void release(void* p) function in struct:com_ptr_traits
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h62 inline ULONG release() function in struct:GalliumD3D11DeviceChild
64 return GalliumPrivateDataComObject<Base, dual_refcnt_t>::release();
74 return release();
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h520 C* release() { function in class:google::protobuf::internal::scoped_ptr
609 C* release() { function in class:google::protobuf::internal::scoped_array
/external/chromium_org/third_party/webrtc/base/
H A Dhttpclient.cc289 release();
436 void HttpClient::release() { function in class:rtc::HttpClient
479 StreamInterface* output = response().document.release();
483 StreamTap* tap = new StreamTap(output, stream.release());
505 StreamTap* tap = static_cast<StreamTap*>(response().document.release());
725 release();
763 release();
789 release();
808 release();
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp144 static void release(X3 *x);
149 void X4::release(X3 *x) { function in class:X4
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp140 virtual void release (GLuint name) = 0;
167 void release (GLuint name) { (this->*m_deleteFunc)(1, &name); } function in class:deqp::gls::LifetimeTests::details::SimpleType
191 void release (GLuint name) { glDeleteProgram(name); } function in class:deqp::gls::LifetimeTests::details::ProgramType
204 void release (GLuint name) { glDeleteShader(name); } function in class:deqp::gls::LifetimeTests::details::ShaderType
/external/expat/lib/
H A Dexpat.h480 When the parser is finished with the encoding, then if release is
481 not NULL, it will call release passing it the data member; once
482 release has been called, the convert function will not be called
510 void (XMLCALL *release)(void *data); member in struct:__anon21351
1036 releases. Micro is bumped with each release, and set to 0 with each
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp402 void release() { F = 0; } function in class:__anon26237::FunctionPtr
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h199 * However, we would like to be able to call release() and nonatomic_release()
267 unsigned release() function in struct:refcnt_t
340 unsigned release() function in struct:dual_refcnt_t
342 //printf("%p release at %u %u\n", this, atomic_refcnt, nonatomic_refcnt);
396 inline ULONG release() function in struct:GalliumComObject
398 ULONG v = refcnt.release();
444 return release();
476 return BaseClass::release();
523 void release() {Traits::release( function in struct:refcnt_ptr
602 static void release(void* p) {} function in struct:simple_ptr_traits
613 static void release(void* p) function in struct:com_ptr_traits
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h62 inline ULONG release() function in struct:GalliumD3D11DeviceChild
64 return GalliumPrivateDataComObject<Base, dual_refcnt_t>::release();
74 return release();
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h598 T* release() { function in class:testing::internal::scoped_ptr
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h474 C* release() { function in class:google::protobuf::internal::scoped_ptr
563 C* release() { function in class:google::protobuf::internal::scoped_array
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c2254 HChar release[64]; local
2262 read = VG_(read)(fd, release, sizeof(release) - 1);
2264 release[read] = 0;
2266 //VG_(printf)("kernel release = %s\n", release);
2267 result = (VG_(strncmp)(release, "2.6.22", 6) == 0
2268 && (release[6] < '0' || release[6] > '9'));

Completed in 7429 milliseconds

1234567891011>>