HomeSort by relevance Sort by last modified time
    Searched refs:Release (Results 226 - 250 of 932) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libbrillo/brillo/
process_mock.h 43 MOCK_METHOD0(Release, pid_t());
  /external/libchrome/base/
callback_helpers.h 94 OnceClosure Release() WARN_UNUSED_RESULT;
  /external/libchrome/base/memory/
scoped_refptr.h 106 // of calling AddRef and Release manually on a reference counted object to
107 // avoid common memory leaks caused by forgetting to Release an object
208 Release(ptr_);
272 static void Release(T* ptr);
283 void scoped_refptr<T>::Release(T* ptr) {
284 ptr->Release();
shared_memory_handle_posix.cc 46 int SharedMemoryHandle::Release() {
  /external/libchrome/mojo/core/ports/
port_locker.cc 52 port_refs_[i]->port()->lock_.Release();
  /external/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 35 Release, ///< objc_release
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 50 static void release(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
52 I->Release();
  /external/mesa3d/include/HaikuGL/
GLRenderer.h 35 void Release();
  /external/mesa3d/src/hgl/
GLRenderer.cpp 39 BGLRenderer::Release()
  /external/pdfium/core/fxcrt/
unowned_ptr.h 85 T* Release() {
  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.cpp 85 static_cast<CFPF_SkiaFont*>(hFont)->Release();
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 38 if (m_pInfo->Release)
39 m_pInfo->Release(m_pInfo);
134 delete pDefault->m_pFontInfo.Release();
212 pFontInfoExt->Release = DefaultRelease;
214 pFontInfoExt->m_pFontInfo = pFontInfo.release();
  /external/pdfium/fxjs/
cjs_globaldata.h 30 void Release();
  /external/pdfium/public/
fpdf_sysfontinfo.h 47 * Method: Release
48 * Give implementation a chance to release any data after the
61 void (*Release)(struct _FPDF_SYSFONTINFO* pThis);
  /external/protobuf/csharp/
generate_protos.sh 18 elif [ -x cmake/build/Release/protoc.exe ]; then
19 PROTOC=cmake/build/Release/protoc.exe
  /external/protobuf/objectivec/DevTools/
full_mac_build.sh 155 "${XCODEBUILD_CLEAN_BASE_IOS[@]}" -configuration Release clean
164 "${XCODEBUILD_CLEAN_BASE_OSX[@]}" -configuration Release clean
248 header "Doing Xcode iOS build/tests - Release"
249 "${XCODEBUILD_TEST_BASE_IOS[@]}" -configuration Release test
263 header "Doing Xcode OS X build/tests - Release"
264 "${XCODEBUILD_TEST_BASE_OSX[@]}" -configuration Release test
  /external/protobuf/python/google/protobuf/pyext/
map_container.h 99 int Release();
repeated_composite_container.h 159 int Release(RepeatedCompositeContainer* self);
  /external/python/cpython3/PCbuild/
prepare_ssl.bat 50 %MSBUILD% "%PCBUILD%\openssl.vcxproj" /p:Configuration=Release /p:Platform=Win32
52 %MSBUILD% "%PCBUILD%\openssl.vcxproj" /p:Configuration=Release /p:Platform=x64
  /external/python/cpython3/Tools/nuget/
build.bat 35 %MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x86 %OUTPUT% %PACKAGES%
44 %MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x64 %OUTPUT% %PACKAGES%
  /external/skia/src/utils/win/
SkDWriteFontFileStream.h 63 virtual ULONG STDMETHODCALLTYPE Release();
SkDWriteGeometrySink.h 33 ULONG STDMETHODCALLTYPE Release(void) override;
  /external/skqp/src/utils/win/
SkDWriteFontFileStream.h 63 virtual ULONG STDMETHODCALLTYPE Release();
SkDWriteGeometrySink.h 33 ULONG STDMETHODCALLTYPE Release(void) override;
  /external/swiftshader/src/D3D8/
Direct3DBaseTexture8.hpp 39 unsigned long __stdcall Release() override;

Completed in 455 milliseconds

1 2 3 4 5 6 7 8 91011>>