HomeSort by relevance Sort by last modified time
    Searched refs:Release (Results 126 - 150 of 1452) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ui/base/dragdrop/
drag_source_win.h 41 ULONG __stdcall Release();
  /external/chromium_org/ui/views/controls/menu/
menu_runner_impl_adapter.h 22 virtual void Release() OVERRIDE;
menu_runner_impl_cocoa.h 24 virtual void Release() OVERRIDE;
39 // Set if |running_| and Release() has been invoked.
  /external/compiler-rt/test/builtins/timing/
time 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
  /external/lzma/CPP/7zip/Archive/Common/
OutStreamWithCRC.h 24 void ReleaseStream() { _stream.Release(); }
  /external/pdfium/core/src/fxge/android/
fx_android_font.h 15 virtual void Release()
  /external/skia/platform_tools/android/bin/
android_setup.sh 20 elif [[ "$1" == "--release" ]]; then
21 BUILDTYPE=Release
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACfault.txt 7 ISAC=../Release/kenny.exe
8 ISACFIXFLOAT=../Release/testFixFloat.exe
  /frameworks/webview/chromium/plat_support/
graphic_buffer_impl.h 34 static void Release(long buffer_id);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_event_emitter.cc 75 var_iface_->Release(pipe_name_var_);
76 var_iface_->Release(pipe_key_);
77 var_iface_->Release(operation_key_);
78 var_iface_->Release(payload_key_);
79 var_iface_->Release(write_var_);
80 var_iface_->Release(ack_var_);
128 var_iface_->Release(buffer);
182 // Release the dict
183 var_iface_->Release(dict);
280 var_iface_->Release(pipe_name_var)
    [all...]
  /external/chromium_org/base/
bind_helpers.h 53 // to compile because Foo does not support the AddRef() and Release() methods.
155 // for the existence of AddRef() and Release() functions of the correct
221 // TODO(ajwong): Make this check for Release() as well.
444 static void Release(const T&) {}
450 static void Release(const T*) {}
456 static void Release(const T&) {}
462 static void Release(T* o) { o->Release(); }
465 // No need to additionally AddRef() and Release() since we are storing a
470 static void Release(const scoped_refptr<T>& o) {
    [all...]
  /external/chromium_org/base/memory/
ref_counted.h 43 DCHECK(in_dtor_) << "RefCounted object deleted without calling Release()";
51 // without release it.
60 bool Release() const {
63 // without release it.
99 bool Release() const;
135 void Release() const {
136 if (subtle::RefCountedBase::Release()) {
185 void Release() const {
186 if (subtle::RefCountedThreadSafeBase::Release()) {
223 // of calling AddRef and Release manually on a reference counted object t
    [all...]
  /external/chromium_org/base/win/
shortcut.cc 32 i_shell_link->Release();
33 i_persist_file->Release();
38 i_shell_link->Release();
39 i_persist_file->Release();
147 // Release the interfaces to the old shortcut to make sure it doesn't prevent
149 old_i_persist_file.Release();
150 old_i_shell_link.Release();
154 // Release the interfaces in case the SHChangeNotify call below depends on
156 i_persist_file.Release();
157 i_shell_link.Release();
    [all...]
  /external/chromium_org/build/android/gyp/
pack_arm_relocations.py 9 If --enable-packing and --configuration-name=='Release', invoke the
66 default='Release',
67 help='Gyp configuration name (i.e. Debug, Release)')
70 help=('Pack relocations if 1 and configuration name is \'Release\','
89 options.configuration_name == 'Release')
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
Makefile 78 earth_TGT_DIR = earth/pnacl/Release
90 $(MAKE) -C earth TOOLCHAIN=pnacl CONFIG=Release
126 voronoi_TGT_DIR = voronoi/pnacl/Release
134 $(MAKE) -C voronoi TOOLCHAIN=pnacl CONFIG=Release
140 life_TGT_DIR = life/pnacl/Release
148 $(MAKE) -C life TOOLCHAIN=pnacl CONFIG=Release
167 cube_TGT_DIR = cube/pnacl/Release
178 $(MAKE) -C cube TOOLCHAIN=pnacl CONFIG=Release
  /external/chromium_org/net/tools/quic/test_tools/
server_thread.cc 43 port_lock_.Release();
68 port_lock_.Release();
  /external/chromium_org/ppapi/api/
ppb_var.idl 31 * Release() removes a reference to given var, deleting it if the internal
34 * it will implicitly release a reference count on the
43 void Release([in] PP_Var var);
  /external/chromium_org/ppapi/proxy/
network_monitor_resource.cc 55 *network_list = current_list_.Release();
71 *network_list_ = current_list_.Release();
  /external/chromium_org/ppapi/shared_impl/
proxy_lock.cc 51 void ProxyLock::Release() {
59 lock->Release();
  /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/skia/experimental/PdfViewer/scripts/
test_all_pdfs.sh 25 # TODO (scroggo): Use release version if debug is unavailable
71 RELEASE_SKDIFF=out/Release/skdiff
  /external/chromium_org/third_party/skia/include/utils/win/
SkTScopedComPtr.h 19 virtual ULONG STDMETHODCALLTYPE Release(void) = 0;
58 this->fPtr->Release();
69 T* release() { function in class:SkTScopedComPtr
  /external/chromium_org/third_party/webrtc/base/
refcount.h 24 virtual int Release() = 0;
61 virtual int Release() {
scoped_ref_ptr.h 16 // of calling AddRef and Release manually on a reference counted object to
17 // avoid common memory leaks caused by forgetting to Release an object
94 ptr_->Release();
101 // Release a pointer.
106 T* release() { function in class:rtc::scoped_refptr
117 ptr_ ->Release();
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/interface/
i420.h 70 virtual int Release() OVERRIDE;
146 virtual int Release() OVERRIDE;

Completed in 1336 milliseconds

1 2 3 4 56 7 8 91011>>