HomeSort by relevance Sort by last modified time
    Searched defs:Release (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/ppapi/cpp/private/
pass_file_handle.cc 24 : handle_(handle.Release()) {
31 PP_FileHandle PassFileHandle::Release() {
  /external/chromium_org/ppapi/utility/threading/
lock.cc 25 void Lock::Release() {
43 void Lock::Release() {
  /external/chromium_org/ui/base/dragdrop/
drag_source_win.cc 50 ULONG DragSourceWin::Release() {
51 base::RefCountedThreadSafe<DragSourceWin>::Release();
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 20 // int32_t AddRef() and int32_t Release().
29 // virtual int32_t Release() = 0:
68 virtual int32_t Release() {
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 36 LONG AdbWinUsbIOCompletion::Release() {
adb_winusb_endpoint_object.cpp 36 LONG AdbWinUsbEndpointObject::Release() {
103 adb_io_completion->Release();
  /external/chromium/base/memory/
scoped_native_library.cc 38 NativeLibrary ScopedNativeLibrary::Release() {
ref_counted.cc 24 DCHECK(in_dtor_) << "RefCounted object deleted without calling Release()";
30 // Current thread books the critical section "AddRelease" without release it.
38 bool RefCountedBase::Release() const {
40 // Current thread books the critical section "AddRelease" without release it.
68 "calling Release()";
79 bool RefCountedThreadSafeBase::Release() const {
  /external/chromium_org/base/
callback_helpers.cc 24 Closure old_closure = Release();
30 Closure old_closure = Release();
36 Closure ScopedClosureRunner::Release() {
scoped_native_library.cc 38 NativeLibrary ScopedNativeLibrary::Release() {
  /external/chromium_org/base/memory/
ref_counted_delete_on_message_loop.h 45 void Release() const {
46 if (subtle::RefCountedThreadSafeBase::Release())
  /external/chromium_org/base/win/
iunknown_impl.cc 22 ULONG STDMETHODCALLTYPE IUnknownImpl::Release() {
  /external/chromium_org/chrome_frame/
scoped_initialization_manager.h 24 ~ScopedInitializationManager() { Release(); }
34 static void Release() {
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_service_provider.cc 35 void FakeBluetoothProfileServiceProvider::Release() {
36 VLOG(1) << object_path_.value() << ": Release";
37 delegate_->Release();
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_tap_gesture.cc 62 // Release immediately if duration is 0.
64 Release(target);
74 Release(target);
102 void SyntheticTapGesture::Release(SyntheticGestureTarget* target) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
pepper_interface.cc 37 PP_Resource ScopedResource::Release() {
  /external/chromium_org/ppapi/shared_impl/
scoped_pp_resource.cc 57 PP_Resource ScopedPPResource::Release() {
scoped_pp_var.cc 50 PP_Var ScopedPPVar::Release() {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/synchronization/
lock_posix.h 48 void Release() const {
  /external/chromium_org/webkit/common/blob/
scoped_file.cc 48 base::FilePath ScopedFile::Release() {
73 Release();
82 path_ = other.Release();
  /external/webrtc/src/modules/interface/
module.h 54 virtual int32_t Release() {
  /development/host/windows/usb/api/
adb_api_instance.h 86 LONG Release() {
adb_object_handle.cpp 53 LONG AdbObjectHandle::Release() {
117 // Remove ourselves from the map, close and release the object
120 Release();
135 Release();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 82 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>.
111 /// argument. So if you're nested 5 levels of Mark(), and then Release(2)
112 /// you have to release resources for depths 2..5.
114 void Release(int marker);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 80 * essentially calling release() and seek(). If there are markers
107 * argument. So if you're nested 5 levels of mark(), and then release(2)
108 * you have to release resources for depths 2..5.
111 void Release( int marker );

Completed in 80 milliseconds

1 2 3 4 5 6 7 8