Searched refs:release (Results 176 - 200 of 825) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
H A DCHANGELOG.md53 * First stable release, switch to semantic versioning.
66 * Initial release.
/external/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp88 return CI.release();
/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp53 "test.cc", MemoryBuffer::getMemBuffer(FileContents).release());
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp83 MemoryBuffer::getMemBuffer("int main() { float x; }").release());
103 MemoryBuffer::getMemBuffer("int main() { float x; }").release());
130 "B<char> c() { return B<char>(); }\n").release());
176 MemoryBuffer::getMemBuffer("int main() { float x; }").release());
/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h151 void (*release)(const void *));
/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c166 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
167 (ut.release[2] < '6') && (ut.release[3] == '.')))
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngineResource.java92 void release() { method in class:EngineResource
94 throw new IllegalStateException("Cannot release a recycled or not yet acquired resource");
97 throw new IllegalThreadStateException("Must call release on the main thread");
/external/google-breakpad/src/processor/
H A Dmicrodump_processor.cc91 process_state->threads_.push_back(stack.release());
/external/kernel-headers/original/uapi/sound/
H A Dasound_fm.h56 unsigned char release; /* 4 bits: release rate */ member in struct:snd_dm_fm_voice
/external/libcxx/src/
H A Dcondition_variable.cpp82 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release());
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A Dlock.pass.cpp53 lk.release();
H A Dtry_lock_for.pass.cpp64 lk.release();
H A Dtry_lock_until.pass.cpp64 lk.release();
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
H A Dlock.pass.cpp50 lk.release();
H A Dtry_lock_until.pass.cpp59 lk.release();
/external/lldb/source/Host/freebsd/
H A DHost.cpp143 status = sscanf(un.release, "%u.%u", &major, &minor);
315 buf_ap.release();
326 buf_ap.release();
330 buf_sp.reset(buf_ap.release());
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCReleaser.h22 // explicitly released using the release() member function. This class
25 // CFCReleaser<T>::release() function won't actually CFRelease any owned
27 // like std:auto_ptr<T>::release() does.
59 // The destructor will release the pointer that it contains
140 // is designed to mimic std::auto_ptr<T>, so the release
145 release() function in class:CFCReleaser
/external/llvm/docs/
H A Dconf.py46 # |version| and |release|, also used in various other places throughout the
52 release = '3.7' variable
104 # "<project> v<release> documentation".
/external/llvm/include/llvm/DebugInfo/PDB/
H A DConcreteSymbolEnumerator.h51 ChildType *ConcreteChild = dyn_cast_or_null<ChildType>(Child.release());
H A DIPDBSession.h42 Symbol.release();
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp50 static void release(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c61 devs[i]->ops->release(&devs[i]);
H A Dpipe_loader_sw.c106 .release = pipe_loader_sw_release
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c60 state->release(state);
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dqueue.cpp64 if (q->release())

Completed in 4329 milliseconds

1234567891011>>