/external/chromium_org/third_party/skia/dm/ |
DMWriteTask.cpp | 58 SkASSERT(fData->unique()); 138 // The path is unique, so two threads can't both write to the same file.
|
/external/chromium_org/third_party/skia/src/image/ |
SkSurface.cpp | 93 if (!fCachedImage->unique()) {
|
/external/lldb/source/API/ |
SBTypeSummary.cpp | 276 if (m_opaque_sp.unique())
|
/external/llvm/lib/Target/XCore/ |
XCoreLowerThreadLocal.cpp | 132 WUsers.erase(std::unique(WUsers.begin(), WUsers.end()), WUsers.end());
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathContext.java | 134 * specified source. If the unique flag is true, a new instance will 144 * @param unique true if the returned DTM must be unique, probably because it 153 public DTM getDTM(javax.xml.transform.Source source, boolean unique, 158 return m_dtmManager.getDTM(source, unique, wsfilter, [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
memoize.js | 105 * it should be unique. If the function to be memoized takes simple
|
/external/chromium_org/chrome/browser/resources/chromeos/network/ |
network_config.js | 41 * Generate a unique id for 'callback' and store it for future retrieval.
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
saml_injected.js | 117 // password field index to construct a unique ID for the password field.
|
/external/chromium_org/chrome/browser/ui/webui/ |
downloads_ui_browsertest.js | 65 * @param {number} A unique ID for the download.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
settings_format_browsertest.js | 19 * Input methods use inputMethodId instead of id for unique identification.
|
/external/chromium_org/v8/src/compiler/ |
raw-machine-assembler.h | 60 Unique<Object> unique = Unique<Object>::CreateImmovable( local 62 return NewNode(common()->HeapConstant(unique)); 87 Unique<Object> val = Unique<Object>::CreateUninitialized(object);
|
/external/lldb/include/lldb/Utility/ |
SharingPtr.h | 162 bool unique() const {return use_count() == 1;} function in class:lldb_private::SharingPtr 746 unique () const function in class:lldb_private::IntrusiveSharingPtr
|
/external/llvm/utils/TableGen/ |
CodeGenTarget.cpp | 248 Result.erase(std::unique(Result.begin(), Result.end()), Result.end()); 261 LegalValueTypes.erase(std::unique(LegalValueTypes.begin(),
|
/external/stlport/stlport/stl/debug/ |
_list.h | 415 void unique() { function in class:list 449 void unique(_BinaryPredicate __binary_pred) { function in class:list
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_list.h | 415 void unique() { function in class:list 449 void unique(_BinaryPredicate __binary_pred) { function in class:list
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
shared_ptr.hpp | 436 bool unique() const // never throws function in class:boost::shared_ptr 438 return pn.unique();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
algorithmfwd.h | 124 unique 566 unique(_FIter, _FIter); 570 unique(_FIter, _FIter, _BinaryPredicate);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 121 unique 555 unique(_FIter, _FIter); 559 unique(_FIter, _FIter, _BinaryPredicate);
|
stl_list.h | 394 * specialized algorithms %unique to linked lists, such as [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_list.h | 415 void unique() { function in class:list 449 void unique(_BinaryPredicate __binary_pred) { function in class:list
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 121 unique 555 unique(_FIter, _FIter); 559 unique(_FIter, _FIter, _BinaryPredicate);
|
stl_list.h | 394 * specialized algorithms %unique to linked lists, such as [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_list.h | 415 void unique() { function in class:list 449 void unique(_BinaryPredicate __binary_pred) { function in class:list
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 121 unique 555 unique(_FIter, _FIter); 559 unique(_FIter, _FIter, _BinaryPredicate);
|
stl_list.h | 394 * specialized algorithms %unique to linked lists, such as [all...] |