/external/chromium_org/content/common/indexed_db/ |
indexed_db_messages.h | 241 // Whether the index created has unique keys. 242 IPC_STRUCT_MEMBER(bool, unique) 303 IPC_STRUCT_MEMBER(bool, unique)
|
/external/chromium_org/ppapi/generators/ |
idl_node.py | 70 # A list of unique releases for this node 73 # A map from any release, to the first unique release 230 """Return the unique set of first releases corresponding to input 251 # cached unique releases. 353 unique = child.GetUniqueReleases([release]) 354 if not unique or not child.InReleases([release]):
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrResourceCache.cpp | 196 return entry->resource()->unique(); 415 if (entry->fResource->unique()) {
|
/external/skia/src/gpu/ |
GrResourceCache.cpp | 196 return entry->resource()->unique(); 415 if (entry->fResource->unique()) {
|
/ndk/build/core/ |
add-toolchain.mk | 63 # check that the toolchain name is unique
|
/prebuilts/misc/common/swig/include/2.0.11/allegrocl/ |
std_list.i | 65 void unique();
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
std_list.i | 54 void unique();
|
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/ |
base.js | 1006 * Gets a unique ID for an object. This mutates the object so that further call [all...] |
/build/core/ |
product.mk | 169 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
|
/external/ceres-solver/internal/ceres/ |
compressed_row_jacobian_writer.cc | 136 CHECK(unique(parameter_indices.begin(), parameter_indices.end()) ==
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_backing_store_unittest.cc | 888 const bool unique = true; local [all...] |
/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/gaia_auth/ |
saml_injected.js | 117 // password field index to construct a unique ID for the password field.
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview_animations.js | 5 // Counter used to give webkit animations unique names.
|
/external/chromium_org/chrome/browser/ui/webui/ |
downloads_ui_browsertest.js | 59 * @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/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);
|